Commit ada70f27 authored by Java-郭京峰's avatar Java-郭京峰

motan 主库查询实现,modifyUserDetail,loginWithUuid

parent 2bd7436d
......@@ -556,8 +556,7 @@ public class MotanUserServiceImpl implements UserMotanService {
@Override
public UserSysResult<String> loginWithUuid(String uuid) {
//todo
return null;
return returnErrorValue("MotanUserServiceImpl loginWithUuid(String uuid) need to be finish.");
}
@Override
......@@ -780,10 +779,9 @@ public class MotanUserServiceImpl implements UserMotanService {
return user;
}
// fixme 什么逻辑
@Override
public UserSysResult<XUserDetail> modifyUserDetail(UserDetailUpdateBean userDetailUpdateBean) {
return null;
return returnErrorValue("MotanUserServiceImpl modifyUserDetail(UserDetailUpdateBean userDetailUpdateBean) need to be finish.");
}
@Override
......
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