自动化立体仓库 - WMS系统
dubin
2025-10-19 ae0f5a509a3b5277c61c47066126dce8b1b1cf3a
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">