自动化立体仓库 - WMS系统
*
whycq
2024-09-24 a582f5cd87d2ee36b79b9b3ab6de1a7690d3c1cf
src/main/resources/mapper/LocDetlMapper.xml
@@ -188,6 +188,12 @@
        <if test="bomCode!=null and bomCode!='' ">
            and a.bom_code like '%' + #{bomCode} + '%'
        </if>
        <if test="threeCode!=null and threeCode!='' ">
            and a.three_code like '%' + #{threeCode} + '%'
        </if>
        <if test="orderNo!=null and orderNo!='' ">
            and a.order_no like '%' + #{orderNo} + '%'
        </if>
    </sql>
    <select id="getStockOutPage" resultMap="BaseResultMap">