Commit c1a15629 authored by 廖旭伟's avatar 廖旭伟

登录用户站点列表默认返回空list

parent 5631ce69
......@@ -86,6 +86,8 @@ public class LoginController extends BaseCRUDJsonBodyMappingController<UserServi
}else {
data.put("siteList", Collections.emptyList());
}
}else {
data.put("siteList", Collections.emptyList());
}
recordSysLog(request, userEntity, "用户登录系统成功!");
......
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