src/main/resources/mapper/TaskWrkMapper.xml
@@ -81,7 +81,9 @@ <select id="selectPakOut" resultMap="BaseResultMap"> select * from dbo.wcs_task_wrk where crn_no=#{crnNo} and target_point=#{targetPoint} <if test="targetPoint!=null and targetPoint!='' "> and target_point=#{targetPoint} </if> and wrk_sts=11 and io_type = 2 order by io_pri desc,create_time,wrk_no ASC