This commit is contained in:
邹宗楠
2024-09-29 11:23:50 +08:00
parent 090f9bb4a1
commit 64d25a7c5c

View File

@@ -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)