|
@@ -48,7 +48,7 @@ public interface JieShouHuiZhenDao {
|
|
|
" a.admiss_times, " +
|
|
|
" sex, " +
|
|
|
" req_date," +
|
|
|
- " req_dept1, " +
|
|
|
+ " req_dept1,input_id, " +
|
|
|
" (select rtrim(name) name from zd_unit_code with (nolock) where code = req_dept1) req_dept1_name, " +
|
|
|
" (select birth_date from a_patient_mi with (nolock) where a.inpatient_no = a_patient_mi.inpatient_no) birth_date, " +
|
|
|
" (select rtrim(name) name from zd_unit_code with (nolock) where code = req_dept2) req_dept2, " +
|