From d1632e46b772d691e55b4013585bfe61164b8bde Mon Sep 17 00:00:00 2001
From: xuhy <3313886187@qq.com>
Date: 星期五, 10 一月 2025 18:30:11 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 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