|
|
@@ -66,7 +66,7 @@ class User extends Api
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 获取Nft列表
|
|
|
+ * 获取Nft列表 transfer_price
|
|
|
* @return void
|
|
|
*/
|
|
|
public function getNftList(ProductOrder $productOrder)
|
|
|
@@ -76,7 +76,7 @@ class User extends Api
|
|
|
->join("products c", "c.id = b.type_id", "left")
|
|
|
->join("product_transfer z", "a.id = z.order_id AND a.status=2", "left") //转让
|
|
|
->join("product_area d", "d.id = a.area_id", "left") //地区
|
|
|
- ->field('a.id as order_id,a.product_id,'.'b.'.$this->lan.'_name as name,b.images as img_url,a.price,a.status,a.type_id,c.'.$this->lan.'_title as title,z.price as transfer_price,d.address')
|
|
|
+ ->field('a.id as order_id,a.product_id,'.'b.'.$this->lan.'_name as name,b.thum as img_url,a.price,a.status,a.type_id,c.'.$this->lan.'_title as title,z.price as transfer_price,d.address')
|
|
|
->where('a.user_id', $this->auth->id)
|
|
|
->order('a.id DESC')
|
|
|
->paginate($this->pageSize);
|