自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-12-08 c2fa05e374856644788e7604daab44de16a5ae65
src/main/resources/mapper/WrkMastMapper.xml
@@ -96,4 +96,8 @@
        and wrk_sts < 17
    </select>
    <select id="selectOfPick" resultMap="BaseResultMap">
        select top 1 * from asr_wrk_mast where wrk_no=#{wrkNo} and wrk_sts=17 and io_type = #{ioType}
    </select>
</mapper>