|
@@ -358,7 +358,7 @@ func refreshAllCalculateBp(to orm.TxOrmer, edbInfoId, source int, fromEdbInfo *E
|
|
|
// pars = append(pars, endDate)
|
|
|
//}
|
|
|
//获取来源指标的数据
|
|
|
- dataList, err := GetEdbDataListAllByTo(to, condition, pars, fromEdbInfo.Source, 1)
|
|
|
+ dataList, err := GetEdbDataListAllByTo(to, condition, pars, fromEdbInfo.Source, 0)
|
|
|
if err != nil {
|
|
|
return err
|
|
|
}
|