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