|
@@ -1,5 +1,6 @@
|
|
|
package com.xy.service;
|
|
|
|
|
|
+import cn.hutool.core.lang.Console;
|
|
|
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
|
|
|
import com.baomidou.mybatisplus.core.metadata.IPage;
|
|
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
|
@@ -94,6 +95,10 @@ public class UserInfoServiceImpl extends ServiceImpl<UserInfoMapper, UserInfo> i
|
|
|
.setEmail(save.getMail())
|
|
|
.setPhone(save.getTel())
|
|
|
.setAccount(save.getTel());
|
|
|
+ Console.log("----------------aatoken");
|
|
|
+ Console.log(AuthorizeUtils.getLoginId(Long.class));
|
|
|
+ Console.log("----------------endaatoken");
|
|
|
+
|
|
|
Long authorizeUserId = sysWorkUserService.register(addDto).getData();
|
|
|
if (!Emptys.check(authorizeUserId)) {
|
|
|
return R.fail("新增权限用户失败");
|