Commit bd6a94b1 by carrieyzzhang

log

parent 6dc08029
......@@ -87,8 +87,9 @@ public class LoginController
logger.info(email + "is login...");
Account account = loginService.login(email, password);
logger.info("login account:" + account.toString());
if (account != null) {
logger.info("login account:" + account.toString());
if(!account.getRoleCategory().equals(5L)) {
Boolean trackAndIoBothExhaust = accountFlowRestrictService.isIoExhaust(account.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