去除多余的日志输出

This commit is contained in:
wong
2025-12-23 09:52:08 +08:00
parent cc91552c36
commit 5e198d1021
12 changed files with 26 additions and 73 deletions

View File

@@ -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内容如果有