From bf765893039bc7968b8160a70bda778526dca98c Mon Sep 17 00:00:00 2001 From: 无关风月 <443237572@qq.com> Date: 星期二, 31 十二月 2024 15:28:19 +0800 Subject: [PATCH] 定时任务 --- manage/src/main/resources/mapping/TBrandMapper.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/manage/src/main/resources/mapping/TBrandMapper.xml b/manage/src/main/resources/mapping/TBrandMapper.xml index 975c09b..f0fdb30 100644 --- a/manage/src/main/resources/mapping/TBrandMapper.xml +++ b/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> -- Gitblit v1.7.1