From a0cc79672caa5ae8d418f3554f033ccc305233cf Mon Sep 17 00:00:00 2001 From: "ys.git" <18439391935@163.com> Date: Tue, 9 Dec 2025 17:41:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A6=E5=8F=91=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/DataEntryEngineModelServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/xdap/self_development/service/impl/DataEntryEngineModelServiceImpl.java b/src/main/java/com/xdap/self_development/service/impl/DataEntryEngineModelServiceImpl.java index b303094..68a074d 100644 --- a/src/main/java/com/xdap/self_development/service/impl/DataEntryEngineModelServiceImpl.java +++ b/src/main/java/com/xdap/self_development/service/impl/DataEntryEngineModelServiceImpl.java @@ -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); }