diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index 2219c0a58..31c2d2b3a 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -2067,7 +2067,7 @@ func TmpGetJxBadCommentsByStoreId(ctx *jxcontext.Context, keyword string, storeI WHEN 2 THEN t2.operator_phone3 ELSE t2.market_man_phone END as operator_phone, - t5.name as user_name, + t5.name as user_name FROM jx_bad_comments t1 LEFT JOIN store t2 ON t2.id = t1.jxstoreid LEFT JOIN place t3 ON t3.code = t2.city_code