取消审批通过后的参数更新
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()))
|
.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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user