|
@@ -132,6 +132,9 @@ func SavePredictCalculateNszydpjjs(reqEdbInfoId, classifyId int, edbName, freque
|
|
|
existCondition += " AND edb_info_id=? AND from_edb_info_id=? "
|
|
|
existPars = append(existPars, edbInfo.EdbInfoId, fromEdbInfo.EdbInfoId)
|
|
|
|
|
|
+ latestDateStr = edbInfo.LatestDate
|
|
|
+ latestValue = edbInfo.LatestValue
|
|
|
+
|
|
|
count, tmpErr := GetEdbInfoCalculateCountByCondition(existCondition, existPars)
|
|
|
if tmpErr != nil {
|
|
|
err = errors.New("判断指标是否改变失败,Err:" + tmpErr.Error())
|