mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-11 18:42:54 +00:00
no message
This commit is contained in:
parent
62c1d5783e
commit
769ce1ce7c
@ -2595,7 +2595,7 @@ class ProjectController extends AbstractController
|
|||||||
$builder->with(['projectTask:id,parent_id,name'])->whereProjectId($project->id)->whereTaskOnly(0);
|
$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) {
|
$list->transform(function (ProjectLog $log) use ($task_id) {
|
||||||
$timestamp = Carbon::parse($log->created_at)->timestamp;
|
$timestamp = Carbon::parse($log->created_at)->timestamp;
|
||||||
if ($task_id === 0) {
|
if ($task_id === 0) {
|
||||||
|
|||||||
@ -817,3 +817,5 @@ AI机器人不存在
|
|||||||
|
|
||||||
请先填写 Base URL
|
请先填写 Base URL
|
||||||
获取失败
|
获取失败
|
||||||
|
|
||||||
|
任务超期未完成
|
||||||
|
|||||||
@ -1957,3 +1957,5 @@ AI 设置
|
|||||||
API请求的URL路径
|
API请求的URL路径
|
||||||
如果没有请留空
|
如果没有请留空
|
||||||
获取本地模型列表
|
获取本地模型列表
|
||||||
|
|
||||||
|
任务超期未完成
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user