kaiyu
2020-12-21 78380a1efa78bd88f5d1be502971eae6fef07cd0
src/main/resources/mapper/AlarmDailyMapper.xml
@@ -64,6 +64,9 @@
               <if test="level != null">
               AND h.state = #{level}
               </if>
               <if test="professionId != null">
               AND d.profession_id = #{professionId}
               </if>
            GROUP BY
               <if test="dimension=='monitorPoint'">
                  mp.id,