From ff81b17a319f9a6c647ece55f59b13e8da429aee Mon Sep 17 00:00:00 2001 From: wong <106998207@qq.com> Date: Wed, 2 Jul 2025 10:26:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=85=E5=AE=B9=E5=BA=93=E9=87=87=E9=9B=86?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cunkebao/controller/ContentLibraryController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/application/cunkebao/controller/ContentLibraryController.php b/Server/application/cunkebao/controller/ContentLibraryController.php index 43669cf1..20bccc7e 100644 --- a/Server/application/cunkebao/controller/ContentLibraryController.php +++ b/Server/application/cunkebao/controller/ContentLibraryController.php @@ -904,7 +904,7 @@ class ContentLibraryController extends Controller // 从s2_wechat_moments表获取朋友圈数据 $moments = Db::table('s2_wechat_moments') ->where([ - 'wechatFriendId' => $friend['id'], + 'userName' => $friend['wechatId'], 'wechatAccountId' => $friend['wechatAccountId'] ]) ->order('createTime', 'desc')