zhangjinli 3 years ago
parent 7aa71f0419
commit 1e03009605

@ -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));
} }
} }

Loading…
Cancel
Save