自动化立体仓库 - WMS系统
lty
2025-11-19 1f97a20465e29c4ae1824aa66408c77213812c40
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">