|  | @ -1604,6 +1604,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
 | 
												
													
														
															|  |             json.put("days",StringUtils.isNotBlank(info.getPostCount())?info.getPostCount():"1");
 |  |             json.put("days",StringUtils.isNotBlank(info.getPostCount())?info.getPostCount():"1");
 | 
												
													
														
															|  |         }
 |  |         }
 | 
												
													
														
															|  |         json.put("frequency",info.getFrequency());
 |  |         json.put("frequency",info.getFrequency());
 | 
												
													
														
															|  | 
 |  |         json.put("comm",info.getComm());
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  |         //设置诊断
 |  |         //设置诊断
 | 
												
													
														
															|  |         setIcd10(json,Icd10);
 |  |         setIcd10(json,Icd10);
 | 
												
											
												
													
														
															|  | @ -3905,4 +3906,14 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
 | 
												
													
														
															|  |         }
 |  |         }
 | 
												
													
														
															|  |         return entranceService.BS16010(doctorMappingDO.getMappingCode(),demoFlag);
 |  |         return entranceService.BS16010(doctorMappingDO.getMappingCode(),demoFlag);
 | 
												
													
														
															|  |     }
 |  |     }
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  | 
 |  |     /**
 | 
												
													
														
															|  | 
 |  |      *
 | 
												
													
														
															|  | 
 |  |      * @param name
 | 
												
													
														
															|  | 
 |  |      * @param hospital
 | 
												
													
														
															|  | 
 |  |      * @return
 | 
												
													
														
															|  | 
 |  |      */
 | 
												
													
														
															|  | 
 |  |     public List<WlyyHospitalSysDictDO> findByDict(String name,String hospital){
 | 
												
													
														
															|  | 
 |  |         return sysDictDao.findByHospitalAndDictNameOrderBySortAsc(hospital,name);
 | 
												
													
														
															|  | 
 |  |     }
 | 
												
													
														
															|  | }
 |  | }
 |