Merge pull request #6330 from zhaoxiangchun/automated-cherry-pick-of-#6164-upstream-release-3.2

Automated cherry pick of #6164: bugfix mem paginate
This commit is contained in:
Zexi Li
2020-05-14 13:02:45 +08:00
committed by GitHub
+1 -1
View File
@@ -269,7 +269,7 @@ func (self *SSuggestSysRule) PerformDisable(ctx context.Context, userCred mcclie
return nil
})
db.OpsLog.LogEvent(self, db.ACT_DISABLE, "", userCred)
self.PostUpdate(ctx, userCred, query, data)
self.updateCronjob()
}
return nil, nil
}