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