|
@@ -1170,7 +1170,6 @@ func (this *CalculateController) Refresh() {
|
|
|
break
|
|
|
}
|
|
|
case utils.DATA_SOURCE_CALCULATE_NSZYDPJJS:
|
|
|
- startDate = ``
|
|
|
calculateNszydpjjs, err := models.GetEdbInfoCalculateMappingDetail(edbInfoId)
|
|
|
if err != nil {
|
|
|
errMsg = "GetEdbInfoCalculateNszydpjjsDetail Err:" + err.Error()
|
|
@@ -1183,6 +1182,7 @@ func (this *CalculateController) Refresh() {
|
|
|
}
|
|
|
formulaInt, _ := strconv.Atoi(edbInfo.CalculateFormula)
|
|
|
|
|
|
+ startDate = ``
|
|
|
err = models.RefreshAllCalculateNszydpjjs(edbInfoId, edbInfo.Source, formulaInt, fromEdbInfo, calculateNszydpjjs.EdbCode, startDate)
|
|
|
if err != nil && err.Error() != utils.ErrNoRow() {
|
|
|
errMsg = "RefreshCalculateNszydpjjs Err:" + err.Error()
|