|
@ -2752,7 +2752,9 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
" o.icd10_name AS \"icd10Name\", " +
|
|
" o.icd10_name AS \"icd10Name\", " +
|
|
" p.status as \"status\", " +
|
|
" p.status as \"status\", " +
|
|
" p.id AS \"prescriptionId\" ," +
|
|
" p.id AS \"prescriptionId\" ," +
|
|
" e.id AS \"expressageId\""+
|
|
|
|
|
|
" e.id AS \"expressageId\" ,"+
|
|
|
|
" p.real_order AS \"realOrder\" ,"+
|
|
|
|
" p.origin_real_order AS \"originRealOrder\""+
|
|
" 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 " +
|