|
@@ -59,7 +59,7 @@ public class TaskService {
|
|
|
map.put(rtkAccount.getUserName(),rtkAccount);
|
|
|
}
|
|
|
}
|
|
|
- log.info("正在使用的rtk账号-map:{}",map);
|
|
|
+ log.debug("正在使用的rtk账号-map:{}",map);
|
|
|
LambdaQueryWrapper<RtkAccount> wrapper = new LambdaQueryWrapper<>();
|
|
|
wrapper.eq(RtkAccount::getStatus,2);
|
|
|
List<RtkAccount> list = rtkAccountService.list(wrapper);
|