This commit is contained in:
gazebo
2019-02-21 10:24:55 +08:00
parent 3470d9afd8
commit 5f501fca11

View File

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