取消审批通过后的参数更新
This commit is contained in:
parent
c96443d758
commit
9eeaf6d5e8
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user