src/main/resources/mapper/TaskWrkMapper.xml
@@ -49,6 +49,12 @@ order by io_pri desc,create_time,wrk_no ASC </select> <select id="selectReceive" resultMap="BaseResultMap"> select * from wcs_task_wrk where 1=1 and status = 1 </select> <select id="selectPakOutIoType" resultMap="BaseResultMap"> select * from dbo.wcs_task_wrk where crn_no=#{crnNo}