| | |
| | | import com.ruoyi.common.utils.SecurityUtils; |
| | | import com.ruoyi.common.utils.ServletUtils; |
| | | import com.ruoyi.common.utils.poi.ExcelUtil; |
| | | import com.ruoyi.domain.ShareMore; |
| | | import com.ruoyi.domain.ZInfoUser; |
| | | import com.ruoyi.domain.ZfDoctor; |
| | | import com.ruoyi.domain.ZfRelation; |
| | | import com.ruoyi.domain.*; |
| | | |
| | | import com.ruoyi.domain.dto.Genealogy; |
| | | import com.ruoyi.domain.dto.GenealogyExportDto; |
| | |
| | | |
| | | LambdaUpdateWrapper<ZInfoUser> uw = new LambdaUpdateWrapper<>(); |
| | | uw.eq(ZInfoUser::getSysId,userId).set(ZInfoUser::getSelfIntroduction,zInfoUser.getSelfIntroduction()); |
| | | |
| | | return toAjax(zInfoUserService.update(uw)); |
| | | // saveOrUpdate(zInfoUser)); |
| | | } |
| | |
| | | Long userId = user.getUserId(); |
| | | zInfoUser.setSysId(userId); |
| | | |
| | | ZInfoUser infoBysysId = zInfoUserService.getInfoBysysId(userId); |
| | | |
| | | |
| | | zInfoUser.setUserId(infoBysysId.getUserId()); |
| | | user.setSex(zInfoUser.getSex()+""); |
| | | user.setUserName(zInfoUser.getOldName()); |
| | | user.setPhonenumber(zInfoUser.getPhoneNumber()); |