src/main/resources/mapper/TaskWrkMapper.xml
@@ -134,4 +134,9 @@ order by io_pri desc,create_time,wrk_no ASC </select> <select id="selectStaWorking" resultMap="BaseResultMap"> select * from dbo.wcs_task_wrk where wrk_no = #{workNo} </select> </mapper>