src/main/resources/mapper/LocDetlMapper.xml
@@ -90,7 +90,7 @@ </select> <select id="selectListByMatnr" resultMap="BaseResultMap"> select * from asr_loc_detl ald left join asr_loc_mast alm on ald.loc_no = alm.loc_no where alm.loc_sts = 'F' and ald.matnr = #{bucketType} select * from asr_loc_detl ald left join asr_loc_mast alm on ald.loc_no = alm.loc_no where alm.loc_sts = 'F' and ald.matnr = #{bucketType} order by alm.bay1,alm.lev1 </select> <select id="getStockOutPageCount" parameterType="java.util.Map" resultType="java.lang.Integer">