自动化立体仓库 - WMS系统
#1
czkh
6 天以前 4715b1787c85a2186b9c0c43222b64b63c58459b
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">