1
This commit is contained in:
@@ -1901,7 +1901,7 @@ func TmpGetJxBadCommentsByStoreId(ctx *jxcontext.Context, keyword string, storeI
|
|||||||
sql := `
|
sql := `
|
||||||
SELECT SQL_CALC_FOUND_ROWS
|
SELECT SQL_CALC_FOUND_ROWS
|
||||||
t1.*, t2.name store_name, t3.name city_name,
|
t1.*, t2.name store_name, t3.name city_name,
|
||||||
t4.vendor_order_id2
|
t4.vendor_order_id2
|
||||||
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