|
@@ -140,7 +140,7 @@ public class RtkAccountServiceImpl extends ServiceImpl<IRtkAccountMapper, RtkAcc
|
|
|
map.put(rtkAccount.getUserName(),rtkAccount);
|
|
|
}
|
|
|
}
|
|
|
- log.info("map:{}",map);
|
|
|
+ log.info("正在使用的rtk账号-map:{}",map);
|
|
|
LambdaQueryWrapper<RtkAccount> wrapper = new LambdaQueryWrapper<>();
|
|
|
wrapper.eq(RtkAccount::getStatus,2);
|
|
|
List<RtkAccount> list = this.list(wrapper);
|