no message

This commit is contained in:
kuaifan 2025-02-28 22:46:39 +08:00
parent 62c1d5783e
commit 769ce1ce7c
3 changed files with 5 additions and 1 deletions

View File

@ -2595,7 +2595,7 @@ class ProjectController extends AbstractController
$builder->with(['projectTask:id,parent_id,name'])->whereProjectId($project->id)->whereTaskOnly(0);
}
//
$list = $builder->orderByDesc('created_at')->paginate(Base::getPaginate(100, 20));
$list = $builder->orderByDesc('created_at')->orderByDesc('id')->paginate(Base::getPaginate(100, 20));
$list->transform(function (ProjectLog $log) use ($task_id) {
$timestamp = Carbon::parse($log->created_at)->timestamp;
if ($task_id === 0) {

View File

@ -817,3 +817,5 @@ AI机器人不存在
请先填写 Base URL
获取失败
任务超期未完成

View File

@ -1957,3 +1957,5 @@ AI 设置
API请求的URL路径
如果没有请留空
获取本地模型列表
任务超期未完成