Przeglądaj źródła

门诊医保登记上传医生医保编码

lighter 2 lat temu
rodzic
commit
c40445db9e

+ 1 - 1
src/main/java/thyyxxk/simzfeeoprnsystm/dao/SiMzDao.java

@@ -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), " +