触发问题修改

This commit is contained in:
ys.git 2025-12-09 17:41:20 +08:00
parent 86dbcb1f21
commit a0cc79672c

View File

@ -301,7 +301,7 @@ public class DataEntryEngineModelServiceImpl implements DataEntryEngineModelServ
.update("last_updated_by", "模板审核完成触发")
.update("last_update_date", new Date())
.rowid("id", entryEngineModelPojo.getId())
.doUpdate(EngineParamDetailPojo.class);
.doUpdate(DataEntryEngineModelPojo.class);
//绑定参数准备重新走分发
saveDataParamDetail(entryEngineModelPojo, parameters, newVersionNum,null);
}