Commit 7d6de66c authored by 钱坤's avatar 钱坤

没有企微或微信id的暂时不报error

parent 76faa63f
...@@ -177,7 +177,7 @@ public class DaySubJob { ...@@ -177,7 +177,7 @@ public class DaySubJob {
log.info("内部测试账号,跳过, uid: {}, telphone: {}", userInfoEntity.getId(), userInfoEntity.getUiTelphone()); log.info("内部测试账号,跳过, uid: {}, telphone: {}", userInfoEntity.getId(), userInfoEntity.getUiTelphone());
continue; continue;
} }
log.error("======用户ID:{} 没有微信或企业微信id======", userInfoEntity.getId()); log.warn("======用户ID:{} 没有微信或企业微信id======", userInfoEntity.getId());
} }
} }
} }
......
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