|
|
@@ -32,7 +32,10 @@ class Issue extends BaseController
|
|
|
$list[] = Cao::whereIn('id', $type)->get();
|
|
|
|
|
|
|
|
|
- $list[] = [];
|
|
|
+ $list[] = [
|
|
|
+ ['field'=>'2.8回本','val'=>0],
|
|
|
+ ['field'=>'3.2回本','val'=>0],
|
|
|
+ ];
|
|
|
|
|
|
$type = [11,12,13];
|
|
|
$list[] = Cao::whereIn('id', $type)->get();
|