This commit is contained in:
xman 2025-04-21 10:20:03 +08:00
parent ad6e114d2b
commit 06e6261498

View File

@ -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){