内容库采集优化

This commit is contained in:
wong
2025-07-02 10:26:31 +08:00
parent 2339fc6054
commit ff81b17a31

View File

@@ -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')