修改入库单据其他两个表同步修改

This commit is contained in:
2026-04-10 09:46:55 +08:00
parent 96b9084267
commit a52754d76b
2 changed files with 6 additions and 1 deletions

View File

@@ -700,6 +700,9 @@
<if test="operationType != null">
operation_type = #{operationType},
</if>
<if test="wlType != null">
wl_type = #{wlType},
</if>
<if test="teamCode != null">
team_code = #{teamCode},
</if>

View File

@@ -946,7 +946,9 @@
<if test="operationType != null">
operation_type = #{operationType},
</if>
<if test="wlType != null">
wl_type = #{wlType},
</if>
<if test="teamCode != null">
team_code = #{teamCode},
</if>