自动化立体仓库 - WMS系统
ZY
2024-08-14 6a159ceca3e4545866cf276f5e65570fcefe0a8d
添加查询条件
1个文件已修改
3 ■■■■■ 已修改文件
src/main/resources/mapper/ManLocDetlMapper.xml 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/ManLocDetlMapper.xml
@@ -228,6 +228,9 @@
        <if test="maktx!=null and maktx!='' ">
            and a.maktx like '%' + #{maktx} + '%'
        </if>
        <if test="model!=null and model!='' ">
            and a.model like '%' + #{model} + '%'
        </if>
    </sql>
    <select id="getStockStatisExcel" resultMap="BaseResultMap">