|
|
@@ -528,8 +528,8 @@ count(0)
|
|
|
jtod.commodity_name as commodityName,
|
|
|
jto.seller_id as sellerId,
|
|
|
jto.buyer_id as buyerId,
|
|
|
- seller.identify_name as sellerName,
|
|
|
- buyer.identify_name as buyerName,
|
|
|
+ seller.nickname as sellerName,
|
|
|
+ buyer.nickname as buyerName,
|
|
|
seller.mobile as sellerMobile,
|
|
|
jtod.commodity_id as commodityId,
|
|
|
buyer.mobile as buyerMobile from jt_order jto
|
|
|
@@ -552,8 +552,8 @@ count(0)
|
|
|
(case when jco.consult_type = 0 then '专家咨询' when jco.consult_type = 1 then '顾问咨询' end) as commodityName,
|
|
|
jco.seller_id as sellerId,
|
|
|
jco.buyer_id as buyerId,
|
|
|
- seller.identify_name as sellerName,
|
|
|
- buyer.identify_name as buyerName,
|
|
|
+ seller.nickname as sellerName,
|
|
|
+ buyer.nickname as buyerName,
|
|
|
seller.mobile as sellerMobile,
|
|
|
jco.seller_id as commodityId,
|
|
|
buyer.mobile as buyerMobile
|