无关风月
2024-12-30 4ef2de7aa7fc24ee19020330e781bae0b51b956c
manage/src/main/resources/mapping/TBrandMapper.xml
@@ -24,6 +24,9 @@
        select <include refid="Base_Column_List"></include>
        from t_brand
        where isDelete = ${@com.jilongda.common.enums.DisabledEnum@NO.getCode()}
        <if test="query.type != null">
            AND `type` = #{query.type}
        </if>
        ORDER BY createTime DESC
    </select>