|
@@ -171,7 +171,7 @@ public interface MenZhengXiangMuDao {
|
|
|
" a.req_doctor ,\n" +
|
|
|
" a.req_ward," +
|
|
|
" req_doctor_name = (select rtrim(name) from a_employee_mi c where c.code = a.req_doctor)," +
|
|
|
- " req_ward_name = (select rtrim(name) from zd_unit_code c where c.code = a.req_ward) \n" +
|
|
|
+ " req_ward_name = (select rtrim(name) from zd_unit_code c where c.code = a.req_ward), jy_remark \n" +
|
|
|
"from mz_yj_req a,\n" +
|
|
|
" mz_bl_record b\n" +
|
|
|
"where a.patient_id = b.patient_id\n" +
|