更新细节

This commit is contained in:
yaooo 2023-11-02 18:33:42 +08:00
parent c3a3a52eb1
commit f4b2eddc4f
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ class ProjectTask extends ApiController
$item->start_time = empty($item->start_time) ? '' : date('Y-m-d H:i', $item->start_time);
$item->end_time = empty($item->end_time) ? '' : date('H:i', $item->end_time);
});
$this->apiSuccess('删除成功', $schedule);
$this->apiSuccess('获取成功', $schedule);
}
}