src/main/resources/mapper/LocDetlMapper.xml
@@ -298,6 +298,12 @@ count(anfme) as count from asr_loc_detl where 1=1 <if test="batch != null and batch != ''"> and batch = #{batch} </if> <if test="matnr != null and matnr != ''"> and matnr = #{matnr} </if> group by matnr,batch </select> <select id="sum" resultType="java.lang.Integer">