|  | @ -573,7 +573,8 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
 | 
	
		
			
				|  |  |                 condition +
 | 
	
		
			
				|  |  |                 /*  " o.register_date AS \"registerDate\"," +*/
 | 
	
		
			
				|  |  |                 " o.evaluate_status AS \"evaluateStatus\"," +
 | 
	
		
			
				|  |  |                 " o.pay_status as \"payStatus\" " +
 | 
	
		
			
				|  |  |                 " o.pay_status as \"payStatus\"," +
 | 
	
		
			
				|  |  |                 " o.his_status as \"hisStatus\"  " +
 | 
	
		
			
				|  |  |                 " FROM " +
 | 
	
		
			
				|  |  |                 " wlyy_outpatient o " +
 | 
	
		
			
				|  |  |                 " WHERE " +
 | 
	
	
		
			
				|  | @ -664,6 +665,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
 | 
	
		
			
				|  |  |         rs.put("operator",outpatientDO.getOperator());
 | 
	
		
			
				|  |  |         rs.put("status",outpatientDO.getStatus());
 | 
	
		
			
				|  |  |         rs.put("fee",outpatientDO.getFee());
 | 
	
		
			
				|  |  |         rs.put("hisStatus",outpatientDO.getHisStatus());
 | 
	
		
			
				|  |  |         rs.put("icd10Name",outpatientDO.getIcd10Name());
 | 
	
		
			
				|  |  |         rs.put("createTime",DateUtil.dateToStrLong(outpatientDO.getCreateTime()));
 | 
	
		
			
				|  |  |         //居民详情
 |