src/main/resources/mapper/WrkMastMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | 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">