This commit is contained in:
邹宗楠
2024-09-29 10:20:30 +08:00
parent 02a2ccba9d
commit 4ce1e9db7e

View File

@@ -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