触发问题修改
This commit is contained in:
parent
86dbcb1f21
commit
a0cc79672c
@ -301,7 +301,7 @@ public class DataEntryEngineModelServiceImpl implements DataEntryEngineModelServ
|
|||||||
.update("last_updated_by", "模板审核完成触发")
|
.update("last_updated_by", "模板审核完成触发")
|
||||||
.update("last_update_date", new Date())
|
.update("last_update_date", new Date())
|
||||||
.rowid("id", entryEngineModelPojo.getId())
|
.rowid("id", entryEngineModelPojo.getId())
|
||||||
.doUpdate(EngineParamDetailPojo.class);
|
.doUpdate(DataEntryEngineModelPojo.class);
|
||||||
//绑定参数准备重新走分发
|
//绑定参数准备重新走分发
|
||||||
saveDataParamDetail(entryEngineModelPojo, parameters, newVersionNum,null);
|
saveDataParamDetail(entryEngineModelPojo, parameters, newVersionNum,null);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user