自动化立体仓库 - WMS系统
#
Junjie
2025-07-19 08fbcf35d2eca8f7cc4c6e97ebd473839a5813b7
#
1个文件已修改
3 ■■■■■ 已修改文件
src/main/resources/mapper/asrs/LocDetlMapper.xml 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/asrs/LocDetlMapper.xml
@@ -353,6 +353,9 @@
        <if test="specs!=null and specs!='' ">
            and a.specs like '%' + #{specs} + '%'
        </if>
        <if test="standby1!=null and standby1!='' ">
            and a.standby1 like '%' + #{standby1} + '%'
        </if>
    </sql>
    <select id="getStockOutPage" resultMap="BaseResultMap">