客商erp更新优化

This commit is contained in:
liss
2025-11-19 16:45:36 +08:00
parent d325ceb06a
commit 8b187a6ff8
3 changed files with 82 additions and 33 deletions

View File

@@ -23,7 +23,7 @@
<if test="item.isProvisional != null">IS_PRVS = #{item.isProvisional},</if> <if test="item.isProvisional != null">IS_PRVS = #{item.isProvisional},</if>
<if test="item.taxNumber != null">TAX_NUM = #{item.taxNumber},</if> <if test="item.taxNumber != null">TAX_NUM = #{item.taxNumber},</if>
</set> </set>
WHERE NUM = #{item.downCenterNumber} WHERE NUM = #{item.number}
</foreach> </foreach>
</update> </update>
</mapper> </mapper>