Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-activity-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
李奇
2018-10-25 09:27:01 +0800
Commit
5ffa5828c7ead17de3b98fa0675f9bd46ebc027b
1 parent
077564f4
压力测试代码逻辑修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/api/models/wheel-surf.js
apps/api/models/wheel-surf.js
View file @
5ffa582
...
...
@@ -168,7 +168,7 @@ class ActWheelSurfModel extends global.yoho.BaseModel {
where
:
obj
});
if
(
totalCount
>
10
)
{
if
(
totalCount
>
10
0
)
{
await
ActWheelSurfUser
.
destroy
({
where
:
obj
,
offset
:
0
,
...
...
Please
register
or
login
to post a comment