#
whycq
2023-05-16 6274f4380453d9e2855f5e13645877852f020600
src/main/resources/mapper/WrkMastMapper.xml
@@ -192,4 +192,7 @@
    <select id="selectPakoutEmpty" resultMap="BaseResultMap">
        select top 1 * from dbo.asr_wrk_mast where  io_type = 110 and sta_no = #{staNo} order by io_time,wrk_no
    </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>