Authored by 李奇

压力测试代码逻辑修改

... ... @@ -168,7 +168,7 @@ class ActWheelSurfModel extends global.yoho.BaseModel {
where: obj
});
if (totalCount > 10) {
if (totalCount > 100) {
await ActWheelSurfUser.destroy({
where: obj,
offset: 0,
... ...