修改无更新记录
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user