Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
vilson 2020-05-09 21:15:56 +08:00
commit 0096371a47
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[app]
app_name = false
app_name = PearProject
app_version = 2.8.15
app_host = ''
app_debug = false

View File

@ -93,7 +93,7 @@ class Project extends BasicApi
$newList[] = $item;
}
}
$this->success('', ['list' => $newList, 'total' => count($newList)]);
$this->success('', ['list' => $newList, 'total' => $list['total']]);
}
public function analysis(Request $request)