瀏覽代碼

星科源 大版本修改

cqp 2 周之前
父節點
當前提交
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(CONVERT(varchar(10), a.dPODate, 120), '') as order_date"),
                 DB::raw("ISNULL(a.cMaker, '') as crt_name")
                 DB::raw("ISNULL(a.cMaker, '') as crt_name")
             )
             )
-            ->orderBy('a.ID', 'desc');
+            ->orderBy('a.POID', 'desc');
 
 
         // 2. 获取主表分页列表数据
         // 2. 获取主表分页列表数据
         $list = $this->limit($model, '', $data);
         $list = $this->limit($model, '', $data);