去除多余的日志输出
This commit is contained in:
@@ -589,7 +589,6 @@ class ContentLibraryController extends Controller
|
||||
$list = ContentItem::where($where)
|
||||
->field('id,libraryId,type,title,content,contentAi,contentType,resUrls,urls,friendId,wechatId,wechatChatroomId,createTime,createMomentTime,createMessageTime,coverImage,ossUrls')
|
||||
->order('createMomentTime DESC,createTime DESC')
|
||||
->group('snsId')
|
||||
->page($page, $limit)
|
||||
->select();
|
||||
|
||||
@@ -637,6 +636,7 @@ class ContentLibraryController extends Controller
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// 处理数据
|
||||
foreach ($list as &$item) {
|
||||
// 使用AI内容(如果有)
|
||||
|
||||
Reference in New Issue
Block a user