自动化立体仓库 - WMS系统
luxiaotao1123
2022-03-25 6d51af4d82956e1194deb52d1427190ecbaa0a81
src/main/resources/mapper/OrderDetlMapper.xml
@@ -40,4 +40,11 @@
        </if>
    </select>
    <select id="selectWorkingDetls" resultMap="BaseResultMap">
        select * from man_order_detl
        where 1=1
        and order_id = #{orderId}
        and qty &lt; anfme
    </select>
</mapper>