无关风月
2024-12-31 bf765893039bc7968b8160a70bda778526dca98c
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>