Commit 859ce296 by 徐高华

Merge branch 'developer' of http://git.gicdev.com/haoban3.0/haoban-manage3.0.git into developer

parents d31a74e5 58de37b2
...@@ -172,7 +172,7 @@ public class QywxStaffSyncOperation implements BaseSyncOperation { ...@@ -172,7 +172,7 @@ public class QywxStaffSyncOperation implements BaseSyncOperation {
RRateLimiter rateLimiter = RedisUtil.getRedisClient().getRateLimiter("haoban:manage3:updateWxUserId:limit"); RRateLimiter rateLimiter = RedisUtil.getRedisClient().getRateLimiter("haoban:manage3:updateWxUserId:limit");
// 每1秒产生5个令牌 // 每1秒产生5个令牌
rateLimiter.trySetRate(RateType.OVERALL, 5, 1, RateIntervalUnit.SECONDS); rateLimiter.trySetRate(RateType.OVERALL, 5, 1, RateIntervalUnit.SECONDS);
TabHaobanWxApplication tabHaobanWxApplication = wxApplicationMapper.selectByCorpId(corpid, 3); TabHaobanWxApplication tabHaobanWxApplication = wxApplicationMapper.selectByWxEnterpriseIdAndApplicationType(wxEnterpriseId, 3);
SecretSettingDTO secretSetting = secretSettingService.getSecretSetting(wxEnterpriseId, 5); SecretSettingDTO secretSetting = secretSettingService.getSecretSetting(wxEnterpriseId, 5);
int pageNum = 1; int pageNum = 1;
while (true) { while (true) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment