leomon
6 days ago 6017102b1d6affc7255e9f2df6f9e45e0b1a75fb
oying-system/src/main/resources/mapper/pc/store/StoreCategoryMapper.xml
@@ -25,9 +25,15 @@
        <include refid="Base_Column_List"/>
        from pc_store_category
        <where>
            <if test="criteria.categoryId != null ">
                and category_id = #{criteria.categoryId}
            </if>
            <if test="criteria.storeId != null ">
                and store_id = #{criteria.storeId}
            </if>
            <if test="criteria.blurry != null and criteria.blurry != ''">
                and name like concat('%',#{criteria.blurry},'%')
            </if>
            <if test="criteria.level != null ">
                and level = #{criteria.level}
            </if>