lty
2025-03-24 77563840b71532f52ff04543886663582d5f1f19
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>