zhou zhou
2025-12-23 63837b34d35f8f66f3ff17eca0894c1ac9703450
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>