src/main/resources/mapper/asrs/LocDetlMapper.xml
@@ -319,6 +319,16 @@ <include refid="batchSeqNew"></include> </update> <update id="updateWeight"> update asr_loc_detl set weight = #{weight} , modi_time = getdate() where 1=1 and loc_no = #{locNo} and matnr = #{matnr} <include refid="batchSeqNew"></include> </update> <sql id="stockOutCondition"> <if test="loc_no!=null and loc_no!='' "> and a.loc_no like '%' + #{loc_no} + '%'