src/main/resources/mapper/LocDetlMapper.xml
@@ -386,7 +386,15 @@ from asr_loc_detl_merge a left join asr_loc_mast_man_node_merge b on a.loc_no = b.loc_no where 1=1 and a.loc_no = #{locNo} <if test="locNo != null and locNo !=''"> and a.loc_no = #{locNo} </if> <if test="zpallet != null and zpallet !=''"> and a.zpallet = #{zpallet} </if> <if test="matnr != null and matnr !='' and matnr !='null'"> and a.matnr = #{matnr} </if> </select> <select id="queryStockViewMergeCount" resultType="java.lang.Integer"> select count(1) from asr_loc_mast_man_node_merge