1
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user