Browse Source

出生日期和年龄取签收表

lihong 2 years ago
parent
commit
e06b25a64e

+ 1 - 0
src/main/java/thyyxxk/webserver/dao/his/medicalinsurance/UpIdCollectionDao.java

@@ -120,6 +120,7 @@ public interface UpIdCollectionDao extends BaseMapper<SetlinfoUpld> {
             "                         when '-' then 0\n" +
             "                         else a.new_born_weight\n" +
             "                         end                                    as nwb_bir_wt/*新生儿体重*/,\n" +
+            "a.birth_date brdy , a.age gend,"+
             "    resp_nurs_code = (select rtrim(yb_code)\n" +
             "                      from a_employee_mi\n" +
             "                      where a_employee_mi.code = isnull(a.duty_nurse,b.job_nurse)) /*责任护士*/,\n" +