Commit 2c5e248b by 徐高华

Merge branch 'eature/xgh/bug0808' into 'master'

自动登录判断

See merge request !2113
parents d4aad1cd 43b498a2
......@@ -86,7 +86,7 @@ public class OpenStaffServiceImpl implements OpenStaffService {
TabOpenStaff openStaff = this.openStaffMapper.getByUUID(uuid);
if (null == openStaff) {
log.info("通过uuid查不到={}", uuid);
OpenUtils.logout(uuid);
// OpenUtils.logout(uuid);
}
return openStaff;
}
......
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