修改无更新记录

This commit is contained in:
zhangjun
2022-08-26 21:16:17 +08:00
parent 43c8fea8b2
commit 3d3a515710
@@ -232,11 +232,11 @@ public class UpdateStateStandSyncFz implements Runnable {
public void execStandDate(List<SarStandardsInfo> infoList, String textStatusStand) throws Exception {
List<SarStandardsInfo> list = new ArrayList<>();
for (SarStandardsInfo info : infoList) {
saveUpdateLog(info,textStatusStand);
info.setTextStatus(textStatusStand);
standFunc(info);
createStandMQService.sendStandMQ(info,"update");
saveUpdateLog(info,textStatusStand);
// 只批量更新文本字段
SarStandardsInfo newInfo = new SarStandardsInfo();
newInfo.setTextStatus(textStatusStand);