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

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()))
.doUpdate(Template.class);
// 更新机型版本
dataEntryEngineModelService.updateModelForNewVersion();
// dataEntryEngineModelService.updateModelForNewVersion();
clearProcessed(flow);
} else {
flow.setCurrentNode(nextNode);