内容库采集优化
This commit is contained in:
@@ -904,7 +904,7 @@ class ContentLibraryController extends Controller
|
|||||||
// 从s2_wechat_moments表获取朋友圈数据
|
// 从s2_wechat_moments表获取朋友圈数据
|
||||||
$moments = Db::table('s2_wechat_moments')
|
$moments = Db::table('s2_wechat_moments')
|
||||||
->where([
|
->where([
|
||||||
'wechatFriendId' => $friend['id'],
|
'userName' => $friend['wechatId'],
|
||||||
'wechatAccountId' => $friend['wechatAccountId']
|
'wechatAccountId' => $friend['wechatAccountId']
|
||||||
])
|
])
|
||||||
->order('createTime', 'desc')
|
->order('createTime', 'desc')
|
||||||
|
|||||||
Reference in New Issue
Block a user