From 5f501fca11865e260a728a861a982086a5e92c6f Mon Sep 17 00:00:00 2001 From: gazebo Date: Thu, 21 Feb 2019 10:24:55 +0800 Subject: [PATCH] - up --- 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 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{}{}