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