|  | @ -2423,6 +2423,9 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
 | 
												
													
														
															|  |             prescriptionDO.setType(1);
 |  |             prescriptionDO.setType(1);
 | 
												
													
														
															|  |             prescriptionDO.setDept(outpatientDO.getDept());
 |  |             prescriptionDO.setDept(outpatientDO.getDept());
 | 
												
													
														
															|  |             prescriptionDO.setCreateTime(new Date());
 |  |             prescriptionDO.setCreateTime(new Date());
 | 
												
													
														
															|  | 
 |  |             prescriptionDO.setDeptName(outpatientDO.getDeptName());
 | 
												
													
														
															|  | 
 |  |             prescriptionDO.setHospital(outpatientDO.getHospital());
 | 
												
													
														
															|  | 
 |  |             prescriptionDO.setHospitalName(outpatientDO.getHospitalName());
 | 
												
													
														
															|  |             prescriptionDO.setStatus(10);
 |  |             prescriptionDO.setStatus(10);
 | 
												
													
														
															|  |             prescriptionDO.setPatientCode(outpatientDO.getPatient());
 |  |             prescriptionDO.setPatientCode(outpatientDO.getPatient());
 | 
												
													
														
															|  |             prescriptionDO.setPatientName(outpatientDO.getPatientName());
 |  |             prescriptionDO.setPatientName(outpatientDO.getPatientName());
 | 
												
											
												
													
														
															|  | @ -10197,4 +10200,5 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
 | 
												
													
														
															|  |         }
 |  |         }
 | 
												
													
														
															|  |         return "接口调用失败";
 |  |         return "接口调用失败";
 | 
												
													
														
															|  |     }
 |  |     }
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  | }
 |  | }
 |