From 2c258c39133435fa0e6e6da85d503982fd5a967d Mon Sep 17 00:00:00 2001
From: 无关风月 <443237572@qq.com>
Date: 星期五, 10 一月 2025 15:33:26 +0800
Subject: [PATCH] bug修改

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

diff --git a/manage/src/main/resources/mapping/TCouponReceiveMapper.xml b/manage/src/main/resources/mapping/TCouponReceiveMapper.xml
index fe2bb0f..33288c8 100644
--- a/manage/src/main/resources/mapping/TCouponReceiveMapper.xml
+++ b/manage/src/main/resources/mapping/TCouponReceiveMapper.xml
@@ -26,7 +26,7 @@
     </sql>
     <select id="pageList" resultType="com.jilongda.manage.vo.TAppUserCouponVO">
         select t1.*
-            t_coupon_receive t1
+           from t_coupon_receive t1
         where t1.userId = #{query.id}
         and t1.isDelete =  ${@com.jilongda.common.enums.DisabledEnum@NO.getCode()}
     </select>

--
Gitblit v1.7.1