|
|
@@ -1246,7 +1246,7 @@
|
|
|
a.release_date as releaseDate, a.audit_status as auditStatus, a.tech_broker_id as techBrokerId,
|
|
|
ui.username as iOwnerName, ui.province, ui.city, ui.area, u.email as iOwnerEmail,
|
|
|
ui.id_number as iOwnerIdNumber, u.mobile as iOwnerMobile,j.easemob_name as easemobName,
|
|
|
- ifnull(t.x,0) as buyIntention,ifnull(t2.x,0) as orderCount
|
|
|
+ ifnull(t.x,0) as orderIntentionCount ,ifnull(t2.x,0) as orderCount
|
|
|
from achievement a
|
|
|
left join user_identity ui on a.owner_id = ui.uid
|
|
|
left join (select count(0) as x,commodity_id from t_order
|