|
@@ -216,6 +216,7 @@ class Issue extends BaseController
|
|
|
$list['bsd'] = Cao::whereIn('id', $type)->get();
|
|
$list['bsd'] = Cao::whereIn('id', $type)->get();
|
|
|
$list['ddsz'] = Cao::where('id', '>=', 14)
|
|
$list['ddsz'] = Cao::where('id', '>=', 14)
|
|
|
->where('id', '<=', 41)
|
|
->where('id', '<=', 41)
|
|
|
|
|
+ ->orderBy('field')
|
|
|
->get();
|
|
->get();
|
|
|
$list['tslx'] = [
|
|
$list['tslx'] = [
|
|
|
['field' => '龙', 'val' => 0],
|
|
['field' => '龙', 'val' => 0],
|