取值调整
(cherry picked from commit 493083c778259b1e5d182f8ab8049b1e36721e56)
| | |
| | | ProjectInfo projectInfo = this.getProjectInfo(deductionProject.getProjectId()); |
| | | if (projectInfo != null && !StringUtils.isEmpty(projectInfo.getDepartmentCode())) { |
| | | // 科室信息 |
| | | familiesRoom = familiesRoomMapper.selectOneByKey(userFamiliesRoom.getFamiliesRoomId()); |
| | | familiesRoom = familiesRoomMapper.selectOneByKey(projectInfo.getDepartmentCode()); |
| | | if (familiesRoom == null) { |
| | | throw new PlatTipsException(PlatformCode.ERROR_TIPS, "项目的科室信息不存在!"); |
| | | } |