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