|
|
@ -71,7 +71,7 @@ public class QYWXUController {
|
|
|
|
updateWrapper.eq("openid", openid).set("userid",userid)
|
|
|
|
updateWrapper.eq("openid", openid).set("userid",userid)
|
|
|
|
.set("main_department", main_department).set("sub_department",sub_department).set("updateAt", LocalDateTime.now());
|
|
|
|
.set("main_department", main_department).set("sub_department",sub_department).set("updateAt", LocalDateTime.now());
|
|
|
|
userService.update(null, updateWrapper);
|
|
|
|
userService.update(null, updateWrapper);
|
|
|
|
return Result.success(res1);
|
|
|
|
return Result.success(userService.selByOpenid(openid));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|