大屏配置
This commit is contained in:
parent
50013e41d5
commit
b95256f82c
@ -130,7 +130,7 @@ public class SafetyHatTask {
|
||||
.eq(SafetyHatDev::getProjectSn, project.getProjectSn()));
|
||||
for (SafetyHatDev dev : devList) {
|
||||
// 等待从RateLimiter获取权限
|
||||
// rateLimiter.acquire();
|
||||
rateLimiter.acquire();
|
||||
if (StrUtil.isBlank(dev.getExtUserId())) {
|
||||
log.info("定时2分钟获取安全帽数据任务,安全帽外部user_id没有设置,devSn:{}", dev.getDevSn());
|
||||
continue;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user