修改入库单据其他两个表同步修改
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user