|
@@ -37,7 +37,7 @@ public interface SiMzDao {
|
|
|
"a.psn_cert_type, " +
|
|
|
"a.certno, " +
|
|
|
"a.psn_name, " +
|
|
|
- "rtrim(b.doctor_code) as atddrNo, " +
|
|
|
+ "atddrNo=(select rtrim(yb_code) from a_employee_mi where code=b.doctor_code), " +
|
|
|
"drName=(select rtrim(name) from a_employee_mi where code=b.doctor_code), " +
|
|
|
"rtrim(b.visit_dept_code) as deptCode, " +
|
|
|
"caty=(select si_caty from zd_unit_code where code=b.visit_dept_code), " +
|