wang..123
2022-03-08 0d460265a3d1bf58f0f2144fb2d02b988a7171e4
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>