@@ -26,7 +26,7 @@ class Issue extends BaseController
$type = [1, 2, 3, 4];
$list = [];
$list[] = Cao::whereIn('id', $type)->get();
- $type = [5,6,7,8];
+ $type = [5, 6, 7, 8];
return $this->success($list);
}