#
lsh
2024-09-13 11147dc89004599304489e1b26b4c7bf6c14df80
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>