修改无更新记录
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 {
|
public void execStandDate(List<SarStandardsInfo> infoList, String textStatusStand) throws Exception {
|
||||||
List<SarStandardsInfo> list = new ArrayList<>();
|
List<SarStandardsInfo> list = new ArrayList<>();
|
||||||
for (SarStandardsInfo info : infoList) {
|
for (SarStandardsInfo info : infoList) {
|
||||||
|
saveUpdateLog(info,textStatusStand);
|
||||||
info.setTextStatus(textStatusStand);
|
info.setTextStatus(textStatusStand);
|
||||||
standFunc(info);
|
standFunc(info);
|
||||||
createStandMQService.sendStandMQ(info,"update");
|
createStandMQService.sendStandMQ(info,"update");
|
||||||
|
|
||||||
saveUpdateLog(info,textStatusStand);
|
|
||||||
// 只批量更新文本字段
|
// 只批量更新文本字段
|
||||||
SarStandardsInfo newInfo = new SarStandardsInfo();
|
SarStandardsInfo newInfo = new SarStandardsInfo();
|
||||||
newInfo.setTextStatus(textStatusStand);
|
newInfo.setTextStatus(textStatusStand);
|
||||||
|
|||||||
Reference in New Issue
Block a user