src/main/resources/mapper/LocDetlMapper.xml
@@ -84,6 +84,23 @@ and matnr = #{matnr} <include refid="batchSeq"></include> </update> <delete id="deleteItem2"> delete from asr_loc_detl where 1=1 and loc_no = #{locNo} and model = #{model} <include refid="batchSeq"></include> </delete> <update id="updateAnfme2"> update asr_loc_detl set anfme = #{anfme} , modi_time = getdate() where 1=1 and loc_no = #{locNo} and model = #{model} <include refid="batchSeq"></include> </update> <sql id="stockOutCondition"> <if test="loc_no!=null and loc_no!='' ">