#
Junjie
2023-10-25 7a3b50af32dce3c806a6e520043a714594f3acff
src/main/resources/mapper/WrkMastMapper.xml
@@ -225,4 +225,13 @@
        and barcode = #{barcode}
        order by io_pri desc,io_time,wrk_no asc
    </select>
    <select id="selectInWrkMastByLiftNo" resultMap="BaseResultMap">
        select * from dbo.asr_wrk_mast
        where 1=1
        and lift_no = #{liftNo}
        and io_type &lt;= 100
        and wrk_sts in (1,2,3,4,5)
        order by io_pri desc,io_time,wrk_no asc
    </select>
</mapper>