#
whycq
2024-04-10 d0aaebf41f068cea51c9014dee53e2ca4aeb2bec
src/main/resources/mapper/WrkMastMapper.xml
@@ -199,4 +199,8 @@
        where crn_no=#{crnNo} and wrk_sts=11 and io_type>100
        order by io_pri desc,io_time desc,wrk_no ASC
    </select>
    <select id="selectpj" resultMap="BaseResultMap">
        select * from dbo.asr_wrk_mast where sta_no=#{staNo} and wrk_sts =14 and barcode=#{barcode}
    </select>
</mapper>