From 02d5b44343f3bd9abb667e50ccf469fed9a0a99a Mon Sep 17 00:00:00 2001
From: xuhy <3313886187@qq.com>
Date: 星期三, 08 一月 2025 20:43:56 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 manage/src/main/resources/mapping/TCouponReceiveMapper.xml |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/manage/src/main/resources/mapping/TCouponReceiveMapper.xml b/manage/src/main/resources/mapping/TCouponReceiveMapper.xml
index b6e84ef..fe2bb0f 100644
--- a/manage/src/main/resources/mapping/TCouponReceiveMapper.xml
+++ b/manage/src/main/resources/mapping/TCouponReceiveMapper.xml
@@ -25,9 +25,8 @@
         id, couponId, userId, type, amount, storeId, endTime, amountCondition, status, createTime, updateTime, createBy, updateBy, isDelete
     </sql>
     <select id="pageList" resultType="com.jilongda.manage.vo.TAppUserCouponVO">
-        select t1.* ,t2.name as couponName from
+        select t1.*
             t_coupon_receive t1
-        left join t_coupon t2 on t1.couponId = t2.id
         where t1.userId = #{query.id}
         and t1.isDelete =  ${@com.jilongda.common.enums.DisabledEnum@NO.getCode()}
     </select>

--
Gitblit v1.7.1