|
@@ -408,7 +408,7 @@ class UserCenter extends Base
|
|
|
->where('resale_status',1)
|
|
|
->when($type,function ($query)use($type){ if($type) $query->where('type',$type);})
|
|
|
->group('c_id')
|
|
|
- ->order('jump_id desc,id desc')
|
|
|
+ ->order('id desc')
|
|
|
->select();
|
|
|
array_walk($group_list,function (&$val){
|
|
|
$min_info = Db::name('store_order_info')->field('tag,pro_info')->where('id',$val['jump_id'])->find();
|