取消审批通过后的参数更新

This commit is contained in:
ys.git 2025-12-15 17:08:05 +08:00
parent c96443d758
commit 9eeaf6d5e8

View File

@ -398,7 +398,7 @@ public class TemplateApprovalServiceImpl implements TemplateApprovalService {
.update("published_time", Timestamp.valueOf(LocalDateTime.now())) .update("published_time", Timestamp.valueOf(LocalDateTime.now()))
.doUpdate(Template.class); .doUpdate(Template.class);
// 更新机型版本 // 更新机型版本
dataEntryEngineModelService.updateModelForNewVersion(); // dataEntryEngineModelService.updateModelForNewVersion();
clearProcessed(flow); clearProcessed(flow);
} else { } else {
flow.setCurrentNode(nextNode); flow.setCurrentNode(nextNode);