修改入库单据其他两个表同步修改
This commit is contained in:
@@ -700,6 +700,9 @@
|
|||||||
<if test="operationType != null">
|
<if test="operationType != null">
|
||||||
operation_type = #{operationType},
|
operation_type = #{operationType},
|
||||||
</if>
|
</if>
|
||||||
|
<if test="wlType != null">
|
||||||
|
wl_type = #{wlType},
|
||||||
|
</if>
|
||||||
<if test="teamCode != null">
|
<if test="teamCode != null">
|
||||||
team_code = #{teamCode},
|
team_code = #{teamCode},
|
||||||
</if>
|
</if>
|
||||||
|
|||||||
@@ -946,7 +946,9 @@
|
|||||||
<if test="operationType != null">
|
<if test="operationType != null">
|
||||||
operation_type = #{operationType},
|
operation_type = #{operationType},
|
||||||
</if>
|
</if>
|
||||||
|
<if test="wlType != null">
|
||||||
|
wl_type = #{wlType},
|
||||||
|
</if>
|
||||||
<if test="teamCode != null">
|
<if test="teamCode != null">
|
||||||
team_code = #{teamCode},
|
team_code = #{teamCode},
|
||||||
</if>
|
</if>
|
||||||
|
|||||||
Reference in New Issue
Block a user