Browse Source

0319.3

master
zhangye 5 years ago
parent
commit
71cd407f6a
  1. 2
      health/src/main/resources/mapper_dao/HealthAbnormalDao.xml

2
health/src/main/resources/mapper_dao/HealthAbnormalDao.xml

@ -52,7 +52,7 @@
</if>
</select>
<select id="getAbnormalList" resultMap="resultMap_abnormal_statistics" parameterType="java.util.Map">
<select id="abnormalOverview" resultMap="resultMap_abnormal_statistics" parameterType="java.util.Map">
SELECT
a.health_status as code,
count(*) as number

Loading…
Cancel
Save