Browse Source

历史数据报表

wangyangyang 3 years ago
parent
commit
279ec87d3a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sms_water/src/main/resources/mapper/DeviceParmMapper.xml

+ 1 - 1
sms_water/src/main/resources/mapper/DeviceParmMapper.xml

@@ -285,7 +285,7 @@
     <select id="findHistoryDataAttributeNameList" resultType="com.huaxu.dto.ReportAttributeDto">
         SELECT DISTINCT tab.attributeName,tab.attributeType,tab.SEQ,tab.showMinValue,tab.showAvgValue,tab.showMaxValue,
         tab.showSumValue,tab.showLatestValue,tab.classify,tab.showOnOff,tab.deviceName,tab.deviceParmId,tab.dimensionId,
-        tab.unit
+        tab.unit,tab.type
         from
         (SELECT
         IFNULL(a.REMARK,b.`NAME`) AS "attributeName",