|
@@ -68,7 +68,7 @@ public class TaskService {
|
|
|
String redisKey = "4dkankan:rtk:snCode:*";
|
|
|
Set<String> keys = redisUtil.keys(redisKey);
|
|
|
if(keys!= null && !keys.isEmpty()){
|
|
|
- log.info("checkAccount-正在使用的rtk账号数量为:{}",keys);
|
|
|
+ log.debug("checkAccount-正在使用的rtk账号数量为:{}",keys);
|
|
|
for (String key : keys) {
|
|
|
String jsonStr = redisUtil.get(key);
|
|
|
RtkAccount rtkAccount = JSONObject.parseObject(jsonStr, RtkAccount.class);
|