自动化立体仓库 - WMS系统
#
LSH
2023-04-23 94992a6d7591fd503a25b25a42d175a81249d306
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">