|
@@ -241,7 +241,7 @@ func refreshAllCalculateCjjx(to orm.TxOrmer, edbInfoId, source int, fromEdbInfo
|
|
|
// pars = append(pars, endDate)
|
|
|
//}
|
|
|
|
|
|
- dataList, err := GetEdbDataListAllByTo(to, condition, pars, fromEdbInfo.Source, 0)
|
|
|
+ dataList, err := GetEdbDataListAllByTo(to, condition, pars, fromEdbInfo.Source, 1)
|
|
|
if err != nil {
|
|
|
return err
|
|
|
}
|