diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index 12e53bb78..01dfd3c8f 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -2113,7 +2113,6 @@ func TmpGetJxBadCommentsByStoreId(ctx *jxcontext.Context, keyword string, storeI sql += " AND (t2.market_man_phone = ? OR t2.operator_phone = ? OR t2.operator_phone2 = ? OR t2.operator_phone3 = ?)" sqlParams = append(sqlParams, operatorPhone, operatorPhone, operatorPhone, operatorPhone) } - model.Store{} sql += " ORDER BY t1.createtime DESC" pageSize = jxutils.FormalizePageSize(pageSize) offset = jxutils.FormalizePageOffset(offset)