|  | @@ -25,8 +25,10 @@ import thyyxxk.webserver.config.exception.ExceptionEnum;
 | 
	
		
			
				|  |  |  import thyyxxk.webserver.dao.his.medicaladvice.nursing.NursingManagementDao;
 | 
	
		
			
				|  |  |  import thyyxxk.webserver.dao.his.medicaladvice.nursing.YzHlMbDao;
 | 
	
		
			
				|  |  |  import thyyxxk.webserver.dao.his.medicaladvice.nursing.YzTemperatureMapper;
 | 
	
		
			
				|  |  | +import thyyxxk.webserver.dao.his.zhuyuanyisheng.YiZhuPublicDao;
 | 
	
		
			
				|  |  |  import thyyxxk.webserver.entity.ResultVo;
 | 
	
		
			
				|  |  |  import thyyxxk.webserver.entity.datamodify.YzTemperature;
 | 
	
		
			
				|  |  | +import thyyxxk.webserver.entity.dictionary.CodeName;
 | 
	
		
			
				|  |  |  import thyyxxk.webserver.entity.inpatient.patient.Patient;
 | 
	
		
			
				|  |  |  import thyyxxk.webserver.entity.login.UserInfo;
 | 
	
		
			
				|  |  |  import thyyxxk.webserver.entity.medicaladvice.medicamanage.GraphicsDataVO;
 | 
	
	
		
			
				|  | @@ -73,6 +75,8 @@ public class NursingManagementService {
 | 
	
		
			
				|  |  |      private YzTemperatureMapper yzTemperatureMapper;
 | 
	
		
			
				|  |  |      @Autowired
 | 
	
		
			
				|  |  |      private YzHlMbDao yzHlMbDao;
 | 
	
		
			
				|  |  | +    @Autowired
 | 
	
		
			
				|  |  | +    private YiZhuPublicDao yiZhuPublicDao;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      private static  final String separator = "_";
 | 
	
		
			
				|  |  |      private static  final Map<String,String> recTimeMap = new HashMap<>();
 | 
	
	
		
			
				|  | @@ -967,4 +971,9 @@ public class NursingManagementService {
 | 
	
		
			
				|  |  |          patient.setAdmissWardName(redisLikeService.getDeptName(patient.getAdmissWard()));
 | 
	
		
			
				|  |  |        return ResultVoUtil.success(patient);
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public ResultVo<List<CodeName>> getAllWards() {
 | 
	
		
			
				|  |  | +        return ResultVoUtil.success(yiZhuPublicDao.getAllWards());
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  |  }
 |