| src/main/resources/mapper/WrkMastMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapper/WrkMastMapper.xml
@@ -149,7 +149,7 @@ </select> <select id="selectWorking" resultMap="BaseResultMap"> select top 1 * from dbo.asr_wrk_mast where 1=1 and (wrk_sts=3 or wrk_sts=12 or wrk_sts=103 or wrk_sts=105 or wrk_sts=106) and crn_no=#{crnNo} order by io_time,wrk_no select top 1 * from dbo.asr_wrk_mast where 1=1 and (wrk_sts=3 or wrk_sts=12 or wrk_sts=103 or wrk_sts=105 or wrk_sts=106 or wrk_sts=108) and crn_no=#{crnNo} order by io_time,wrk_no </select> <!-- <!– 入库任务 –>-->