#
lsh
2024-06-13 ce6cc529140f62ff56974ac0db49186dcbb63698
#
1个文件已修改
2 ■■■ 已修改文件
src/main/resources/mapper/WrkMastMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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} and sheet_no!= '0'
        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">