更新审批应用
This commit is contained in:
parent
e4c61b1979
commit
5f7d7b3d3f
|
@ -75,7 +75,7 @@ class HomeIndex extends ApiController
|
|||
$whereProject[] = ['id', 'in', $project_ids];
|
||||
$projectCount = Db::name('Project')->where($whereProject)->fetchSql(false)->count();
|
||||
$total[] = array(
|
||||
'name' => '项我的目',
|
||||
'name' => '我的项目',
|
||||
'type' => 'project',
|
||||
'num' => $projectCount,
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue