cqp 1 день назад
Родитель
Сommit
f588f25f72
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Service/U8ServerService.php

+ 1 - 1
app/Service/U8ServerService.php

@@ -1079,7 +1079,7 @@ class U8ServerService extends Service
                 DB::raw("ISNULL(CONVERT(varchar(10), a.dPODate, 120), '') as order_date"),
                 DB::raw("ISNULL(a.cMaker, '') as crt_name")
             )
-            ->orderBy('a.ID', 'desc');
+            ->orderBy('a.POID', 'desc');
 
         // 2. 获取主表分页列表数据
         $list = $this->limit($model, '', $data);