ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZInfoUserController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZInfoUserController.java
@@ -214,8 +214,8 @@ if(oriUaid!=null) { List<ZInfoUser> list = zInfoUserService.findByUaidToFaid(oriUaid); for(ZInfoUser zInfoUser1: list) zInfoUser1.setUaid(oriUaid); return toAjax(zInfoUserService.saveBatch(list)); zInfoUser1.setUaid(uniqueId); return toAjax(zInfoUserService.updateBatchById(list)); } else // uw.eq(ZInfoUser::getSysId,userId).set(ZInfoUser::getSelfIntroduction,zInfoUser.getSelfIntroduction());