代码优化

This commit is contained in:
wong
2025-07-24 11:45:25 +08:00
parent 6efb7792ae
commit f56deb1476

View File

@@ -935,8 +935,11 @@ class ContentLibraryController extends Controller
])
->order('createTime', 'desc')
//->where('create_time', '>=', time() - 86400)
->page(1,20)
->select();
if (empty($moments)) {
continue;
}