src/main/resources/mapper/LocDetlMapper.xml
@@ -282,18 +282,6 @@ desc </select> <select id="queryStockOther" resultMap="BaseResultMap"> select a.* from asr_loc_detl a left join asr_loc_mast b on a.loc_no = b.loc_no where 1=1 and b.loc_sts = 'F' and a.matnr= #{matnr} <if test="locNo !=null and locNo !=''"> and a.loc_no != #{locNo} </if> </select> <select id="queryStockAnfme" resultType="java.lang.Double"> select sum(anfme) as count from man_loc_detl where 1=1