Commit 1139e1d598aea18a08450de194577169885e10f8
1 parent
d310634e28
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-biz-service/src/main/resources/mainOrm/master/MasterMysqlAntexc.xml
View file @
1139e1d
... | ... | @@ -1865,7 +1865,7 @@ |
1865 | 1865 | |
1866 | 1866 | |
1867 | 1867 | <select id="getMatDeliverOrgCheckPersonCounts" resultType="java.util.Map" parameterType="java.util.Map"> |
1868 | - select count(f.sourceId) as matDeliverRiskPersonCount,o.name as hospitalName,o.id as hospitalId | |
1868 | + select count(f.sourceId) as matDeliverOrgCheckPersonCount,o.name as hospitalName,o.id as hospitalId | |
1869 | 1869 | from report_matdeliver f |
1870 | 1870 | INNER JOIN report_patients p on f.sourceId=p.patientId |
1871 | 1871 | INNER JOIN organization o on f.fmHospital=o.id |