|
@@ -177,7 +177,10 @@ public class AmsExecuteRecordServiceImpl extends SuperWhaleServiceImpl<AmsExecut
|
|
|
executeRecord.setExecuteStatus(2);
|
|
|
}
|
|
|
executeRecord.setExecuteStatus(executeRecord.getExecuteStatus() == null || executeRecord.getExecuteStatus() == 0 ? 1 : executeRecord.getExecuteStatus());
|
|
|
+ log.info("execute record update : {}", executeRecord);
|
|
|
+ log.info("updating...");
|
|
|
this.updateById(executeRecord);
|
|
|
+ log.info("update complete");
|
|
|
});
|
|
|
|
|
|
|