@@ -396,6 +396,7 @@ class ProductController extends Controller
->where('user_id',$user_id)
->where('is_arrange','=',0)
->select("id","product_id")
+ ->orderByDesc("id")
->paginate($limit);
return $this->success(pages($list,$go));
}
@@ -172,7 +172,7 @@ class UserFolderController extends Controller
return $this->error("缺少参数!");
$list = UserFolderImage::query()->where('folder_id','=',$id)
-// ->where('user_id',$this->userId)