Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
0096371a47
@ -1,5 +1,5 @@
|
|||||||
[app]
|
[app]
|
||||||
app_name = false
|
app_name = PearProject
|
||||||
app_version = 2.8.15
|
app_version = 2.8.15
|
||||||
app_host = ''
|
app_host = ''
|
||||||
app_debug = false
|
app_debug = false
|
||||||
|
@ -93,7 +93,7 @@ class Project extends BasicApi
|
|||||||
$newList[] = $item;
|
$newList[] = $item;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$this->success('', ['list' => $newList, 'total' => count($newList)]);
|
$this->success('', ['list' => $newList, 'total' => $list['total']]);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function analysis(Request $request)
|
public function analysis(Request $request)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user