|  | @ -452,6 +452,10 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
 | 
	
		
			
				|  |  |         rs.put("doctorCancelValue",outpatientDO.getDoctorCancelValue());
 | 
	
		
			
				|  |  |         rs.put("doctorCancelRemark",outpatientDO.getDoctorCancelRemark());
 | 
	
		
			
				|  |  |         rs.put("payStatus",outpatientDO.getPayStatus());
 | 
	
		
			
				|  |  |         rs.put("patientCancelType",outpatientDO.getPatientCancelType());
 | 
	
		
			
				|  |  |         rs.put("patientCancelValue",outpatientDO.getPatientCancelValue());
 | 
	
		
			
				|  |  |         rs.put("patientCancelRemark",outpatientDO.getPatientCancelRemark());
 | 
	
		
			
				|  |  |         rs.put("operator",userAgent.getUID());
 | 
	
		
			
				|  |  |         //居民详情
 | 
	
		
			
				|  |  |         BasePatientDO basePatientDO = basePatientDao.findById(outpatientDO.getPatient());
 | 
	
		
			
				|  |  |         rs.put("patientName",basePatientDO.getName());
 |