@@ -303,7 +303,7 @@ class Issue extends BaseController
->where('id', '<=', 91)
->get();
- $count = \App\Models\Issue::count();
+ $count = Cao::whereIn('id', [1,2])->sum('val');
$data = [
'total' => $count,
'list' => $list