#
zjj
2025-04-29 6ba157825d34078a75fee36cb66ead17327f5b32
src/main/resources/mapper/WrkMastMapper.xml
@@ -188,4 +188,8 @@
    <select id="selectPickStep2" resultMap="BaseResultMap">
        select top 1 * from asr_wrk_mast where barcode = #{barcode} and (wrk_sts=14 and io_type=107) or (wrk_sts=2 and io_type=57)
    </select>
    <select id="selectByWrkNo" resultMap="BaseResultMap">
        select * from asr_wrk_mast
        where wrk_no = #{wrkNo}
    </select>
</mapper>