|  | @ -2754,7 +2754,8 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
 | 
												
													
														
															|  |                 " p.id AS \"prescriptionId\" ," +
 |  |                 " p.id AS \"prescriptionId\" ," +
 | 
												
													
														
															|  |                 " e.id AS \"expressageId\" ,"+
 |  |                 " e.id AS \"expressageId\" ,"+
 | 
												
													
														
															|  |                 " p.real_order AS \"realOrder\" ,"+
 |  |                 " p.real_order AS \"realOrder\" ,"+
 | 
												
													
														
															|  |                 " p.origin_real_order AS \"originRealOrder\""+
 |  | 
 | 
												
													
														
															|  | 
 |  |                 " p.origin_real_order AS \"originRealOrder\"," +
 | 
												
													
														
															|  | 
 |  |                 " o.patient_name as \"patientName\" "+
 | 
												
													
														
															|  |                 " FROM " +
 |  |                 " FROM " +
 | 
												
													
														
															|  |                 " wlyy_outpatient o " +
 |  |                 " wlyy_outpatient o " +
 | 
												
													
														
															|  |                 " JOIN wlyy_prescription p ON p.outpatient_id = o.id " +
 |  |                 " JOIN wlyy_prescription p ON p.outpatient_id = o.id " +
 |