完善仪表盘统计

This commit is contained in:
李志强 2026-02-05 15:23:35 +08:00
parent 399d61e2f2
commit 0b6a7d0efb

View File

@ -76,8 +76,8 @@ class DashboradController extends BaseController
'msg' => '统计成功', 'msg' => '统计成功',
'data' => [ 'data' => [
'total' => $total, 'total' => $total,
'male' => $fatherCount, 'father' => $fatherCount,
'female' => $motherCount, 'mother' => $motherCount,
'unknown' => $unknownCount 'unknown' => $unknownCount
] ]
]); ]);