APPLE преди 3 години
родител
ревизия
7c53fc1ae8
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      app/Services/Common/GoodsService.php

+ 1 - 0
app/Services/Common/GoodsService.php

@@ -141,6 +141,7 @@ class GoodsService extends BaseService
                 }
             })
             ->select(['a.*','b.nickname','b.mobile as mobile','c.nickname as sell_nickname', 'c.mobile as sell_mobile','d.name as shop_name','g.goods_name','g.thumb','g.code'])
+            ->orderBy('a.confirm_time','desc')
             ->orderBy('a.id','desc')
             ->paginate($pageSize > 0 ? $pageSize : 9999999);
         $list = $list? $list->toArray() :[];