1
This commit is contained in:
@@ -2067,7 +2067,7 @@ func TmpGetJxBadCommentsByStoreId(ctx *jxcontext.Context, keyword string, storeI
|
|||||||
WHEN 2 THEN t2.operator_phone3
|
WHEN 2 THEN t2.operator_phone3
|
||||||
ELSE t2.market_man_phone
|
ELSE t2.market_man_phone
|
||||||
END as operator_phone,
|
END as operator_phone,
|
||||||
t5.name as user_name,
|
t5.name as user_name
|
||||||
FROM jx_bad_comments t1
|
FROM jx_bad_comments t1
|
||||||
LEFT JOIN store t2 ON t2.id = t1.jxstoreid
|
LEFT JOIN store t2 ON t2.id = t1.jxstoreid
|
||||||
LEFT JOIN place t3 ON t3.code = t2.city_code
|
LEFT JOIN place t3 ON t3.code = t2.city_code
|
||||||
|
|||||||
Reference in New Issue
Block a user