diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index 0c0abec40..aaf416ba8 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -621,7 +621,7 @@ func TmpGetJxBadCommentsByStoreId(ctx *jxcontext.Context, storeIDs []int, offset t1.*, t2.name store_name, t3.name city_name FROM jx_bad_comments t1 LEFT JOIN store t2 ON t2.id = t1.jxstoreid - JOIN place t3 ON t3.code = t2.city_code + LEFT JOIN place t3 ON t3.code = t2.city_code WHERE 1 = 1 ` sqlParams := []interface{}{}