|
@@ -177,7 +177,7 @@ func (obj *Custom) GetCustomList(condition string, pars []interface{}, companySt
|
|
CASE t.enabled
|
|
CASE t.enabled
|
|
WHEN 0 THEN '关闭'
|
|
WHEN 0 THEN '关闭'
|
|
ELSE '试用' END AS company_status,
|
|
ELSE '试用' END AS company_status,
|
|
- t.view_total,0 AS road_show_total,t.create_time,'' AS last_view_time,t.is_hide,t.overseas_status,
|
|
|
|
|
|
+ t.view_total,t.road_show_total,t.create_time,'' AS last_view_time,t.is_hide,t.overseas_status,
|
|
1 AS source,t.overseas_label
|
|
1 AS source,t.overseas_label
|
|
FROM %s.english_company AS t
|
|
FROM %s.english_company AS t
|
|
INNER JOIN overseas_custom_seller AS n ON t.seller_id=n.seller_id
|
|
INNER JOIN overseas_custom_seller AS n ON t.seller_id=n.seller_id
|