更新审批应用

This commit is contained in:
yaooo 2023-11-07 15:33:31 +08:00
parent e4c61b1979
commit 5f7d7b3d3f
1 changed files with 1 additions and 1 deletions

View File

@ -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,
);