From 97e758e26fd44d4b907daf509f8a014f3453d8b4 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 24 Jun 2021 15:12:28 +0800
Subject: [PATCH] Merge branch 'score-shop' of http://120.27.238.55:7000/r/xzx into score-shop
---
gc-shop/src/main/resources/mapper/shop/ScoreGoodsMapper.xml | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/gc-shop/src/main/resources/mapper/shop/ScoreGoodsMapper.xml b/gc-shop/src/main/resources/mapper/shop/ScoreGoodsMapper.xml
index bbd2c0c..793f3a9 100644
--- a/gc-shop/src/main/resources/mapper/shop/ScoreGoodsMapper.xml
+++ b/gc-shop/src/main/resources/mapper/shop/ScoreGoodsMapper.xml
@@ -11,9 +11,10 @@
<if test="name != null and name != ''">
and a.name like concat('%',#{name},'%')
</if>
- <if test="delFlag == 0 or delFlag == 1">
- and a.del_flag = #{delFlag}
- </if>
+<!-- <if test="delFlag == 0 or delFlag == 1">-->
+<!-- and a.del_flag = #{delFlag}-->
+<!-- </if>-->
+ and a.del_flag = 0
order by a.CREATED_TIME desc
</select>
--
Gitblit v1.9.1