自动化立体仓库 - WMS系统
#
Administrator
11 小时以前 c8d0aaf6a77a28d8d934d6ccbcae3560296b3c09
src/main/resources/mapper/WrkDetlLogMapper.xml
@@ -79,6 +79,12 @@
        <if test="specs != null and specs != ''">
            and a.specs like concat('%',#{specs},'%')
        </if>
        <if test="unit != null and unit != ''">
            and a.unit like concat('%',#{unit},'%')
        </if>
        <if test="brand != null and brand != ''">
            and a.brand like concat('%',#{brand},'%')
        </if>
    </sql>
    <select id="selectWrkDetlLogs" resultMap="BaseResultMap">