src/main/resources/mapper/LocNormalMapper.xml
@@ -63,7 +63,7 @@ BEGIN <foreach collection="list" item="item" index="index"> update asr_loc_normal set anfme = #{item.anfme,jdbcType=DECIMAL} where supplier = #{item.supplier,jdbcType=VARCHAR} and state = '1' and warehouse = #{item.warehouse,jdbcType=VARCHAR} where supplier = #{item.supplier,jdbcType=VARCHAR} and state = '1' and warehouse = #{item.warehouse,jdbcType=VARCHAR} and matnr = #{item.matnr,jdbcType=VARCHAR} </foreach> END; </update>