模版编制的相关实现

This commit is contained in:
潘荣晟
2025-09-22 17:50:36 +08:00
parent 0de35c9dde
commit b3e65d4732
3 changed files with 4 additions and 4 deletions

View File

@@ -14,9 +14,9 @@
set deleted = 1
WHERE INSC_ID = #{templateInstanceId}
</update>
<update id="updateFldValBatchById">
<update id="updateFldValById">
update BSE_TMPL_INSC_DAT
set FLD_VAL = #{fldVal}
where id = #{id}
where INSC_ID = #{inscId} AND FLD_KY=#{fldKy}
</update>
</mapper>