#
LSH
2023-11-24 5ded08f9ec1b7cef4e57a4d7334f0dc191e2dbb5
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