src/main/resources/mapper/LocDetlMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapper/LocDetlMapper.xml
@@ -200,7 +200,7 @@ select no = 1, b.bay1 as bay, count(1) as count sum(anfme) as count from asr_loc_detl a left join asr_loc_mast b on a.loc_no = b.loc_no where 1=1 @@ -213,7 +213,7 @@ select no = 2, b.bay1, count(1) as count sum(anfme) as count from asr_loc_detl a left join asr_loc_mast b on a.loc_no = b.loc_no where 1=1 @@ -240,6 +240,7 @@ and b.row1 >= 18 and b.row1 <= 30 </if> and a.matnr = #{matnr} and b.bay1 = #{bay} and b.loc_sts = 'F' order by b.row1 asc