From 33262b221ba3b22e38c304876406d55199638da2 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Fri, 23 Jan 2026 17:34:32 +0800
Subject: [PATCH] fix(config): 更新OSS配置和测试环境配置
---
src/main/resources/mapper/modules/HappySocialCircleMapper.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/modules/HappySocialCircleMapper.xml b/src/main/resources/mapper/modules/HappySocialCircleMapper.xml
index 029ef3c..25a0eaa 100644
--- a/src/main/resources/mapper/modules/HappySocialCircleMapper.xml
+++ b/src/main/resources/mapper/modules/HappySocialCircleMapper.xml
@@ -5,6 +5,9 @@
<select id="selectListInPage" resultType="cc.mrbird.febs.mall.vo.activity.ApiScInfoVo">
select
a.id,
+ a.is_normal,
+ a.finder_user_name,
+ a.feed_id,
b.avatar,
b.name as memberName,
a.name as name,
--
Gitblit v1.9.1