自动化立体仓库 - WMS系统
#
18516761980
2023-02-15 22f68ac556cba08992a0e00fb849c101176bee12
src/main/resources/mapper/LocDetlMapper.xml
@@ -106,6 +106,9 @@
        <if test="batch!=null and batch!='' ">
            and a.batch like '%' + #{batch} + '%'
        </if>
        <if test="specs!=null and specs!='' ">
            and a.specs like '%' + #{specs} + '%'
        </if>
    </sql>
    <select id="getStockOutPage" resultMap="BaseResultMap">