自动化立体仓库 - WMS系统
#
LSH
2023-03-27 dca272efbaf315859decfcd339b39f9f647fffad
src/main/resources/mapper/WrkMastMapper.xml
@@ -100,4 +100,9 @@
        select top 1 * from asr_wrk_mast where wrk_no=#{wrkNo} and wrk_sts=17 and io_type = #{ioType}
    </select>
    <select id="selectSameMatnrs" resultMap="BaseResultMap">
        select loc_no from asr_wrk_mast m,asr_wrk_detl d
        where m.wrk_no=d.wrk_no and io_type=1 and wrk_sts &lt; 11 and d.matnr = #{matnr} ORDER BY m.wrk_no desc
    </select>
</mapper>