Commit 3f3aefcc authored by hongguangwu's avatar hongguangwu

调基记录

parent 168a798a
...@@ -370,7 +370,7 @@ public class TSocialFundInfoServiceImpl extends ServiceImpl<TSocialFundInfoMappe ...@@ -370,7 +370,7 @@ public class TSocialFundInfoServiceImpl extends ServiceImpl<TSocialFundInfoMappe
this.updateById(socialFundInfo); this.updateById(socialFundInfo);
// 3:新增变更日志 // 3:新增变更日志
tSocialLogService.saveModificationRecord(CommonConstants.ONE_INT, oldSocialFundInfo.getId(), oldSocialFundInfo, socialFundInfo); tSocialLogService.saveModificationRecord(CommonConstants.THREE_INT, oldSocialFundInfo.getId(), oldSocialFundInfo, socialFundInfo);
// 4:同步预估库 // 4:同步预估库
tForecastLibraryService.updateToneForecastLibary(socialFundInfo, doMonth); tForecastLibraryService.updateToneForecastLibary(socialFundInfo, doMonth);
// 返回信息处理 // 返回信息处理
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment