*
lsh
2025-02-24 3677c6501ed94234f406d6444bab46e90824dac8
src/main/resources/mapper/WrkMastMapper.xml
@@ -115,7 +115,7 @@
    </select>
    <select id="selectPakInStep5" resultMap="BaseResultMap">
        select top 1 * from dbo.asr_wrk_mast where sta_no=#{staNo} and wrk_sts = 14 and io_type>100 and sheet_no!=#{sheetNo}
        select top 1 * from dbo.asr_wrk_mast where sta_no=#{staNo} and wrk_sts = 14 and io_type>100 and sheet_no!=#{sheetNo} and sheet_no!= '0' and (wrk_no not in (select wrk_no from asr_bas_devp))
    </select>
    <select id="selectPickStep" resultMap="BaseResultMap">