src/main/resources/mapper/WrkMastMapper.xml
@@ -70,6 +70,10 @@ select top 1 * from asr_wrk_mast where source_loc_no = #{sourceLocNo} and (ctn_no is null or ctn_no != 'Y') </select> <select id="selectByBarcodeTwo" resultMap="BaseResultMap"> select top 1 * from asr_wrk_mast where barcode = #{barcode} and wrk_sts = 2 </select> <select id="selectByLocNo1" resultMap="BaseResultMap"> select top 1 * from asr_wrk_mast where source_loc_no = #{sourceLocNo} or loc_no = #{sourceLocNo} </select>