sth
This commit is contained in:
parent
ad6e114d2b
commit
06e6261498
|
|
@ -89,7 +89,7 @@ class Dispatch2 extends Backend
|
|||
return json($result);
|
||||
}
|
||||
|
||||
$abnormal = \app\admin\model\Abnormal::where('type',3)->select();
|
||||
$abnormal = \app\admin\model\Abnormal::where('type',3)->order('sort','desc')->order('id','asc')->select();
|
||||
|
||||
$newList = [];
|
||||
foreach ($abnormal as $item){
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user