|
@@ -115,7 +115,7 @@ public class SceneServiceImpl extends ServiceImpl<ISceneMapper, Scene> implement
|
|
private String expectedTime;
|
|
private String expectedTime;
|
|
|
|
|
|
@Override
|
|
@Override
|
|
- public ResultData isLogin(String num, SSOUser ssoUser) throws Exception {
|
|
|
|
|
|
+ public ResultData isLogin(String num, com.fdkankan.web.user.SSOUser ssoUser) throws Exception {
|
|
|
|
|
|
// 解密获得username,用于和数据库进行对比
|
|
// 解密获得username,用于和数据库进行对比
|
|
String username = ssoUser.getUserName();
|
|
String username = ssoUser.getUserName();
|