|
@@ -396,6 +396,7 @@ class ProductController extends Controller
|
|
->where('user_id',$user_id)
|
|
->where('user_id',$user_id)
|
|
->where('is_arrange','=',0)
|
|
->where('is_arrange','=',0)
|
|
->select("id","product_id")
|
|
->select("id","product_id")
|
|
|
|
+ ->orderByDesc("id")
|
|
->paginate($limit);
|
|
->paginate($limit);
|
|
return $this->success(pages($list,$go));
|
|
return $this->success(pages($list,$go));
|
|
}
|
|
}
|