huminmin
3 天以前 522b9cd4cd7f38f88fe77cb9b9f2c5f7197eed29
src/main/resources/mapper/basic/ProductModelMapper.xml
@@ -32,6 +32,9 @@
            <if test="c.productName != null and c.productName != ''">
                and p.product_name like concat('%',#{c.productName},'%')
            </if>
            <if test="c.parentName != null and c.parentName != ''">
                and p1.product_name like concat('%',#{c.parentName},'%')
            </if>
        </where>
        order by pm.id