From 4ce1e9db7ed66b0b3bffe629e094570f2f3d3e9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Sun, 29 Sep 2024 10:20:30 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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