Browse Source

修改 气象 查询

develop
王兴琳 12 months ago
parent
commit
77f4aadcdb
  1. 2
      zc-business/src/main/resources/mapper/business/DcMeteorologicalDetectorDataMapper.xml

2
zc-business/src/main/resources/mapper/business/DcMeteorologicalDetectorDataMapper.xml

@ -175,7 +175,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
date; date;
</select> </select>
<select id="selectStatisticsTime" resultMap="countMap" resultType="map"> <select id="selectStatisticsTime" resultMap="countMap" resultType="map">
SELECT dc.visibility,dc.temperature,dc.create_time, SELECT dc.visibility,dc.temperature,
CONCAT( CONCAT(
LPAD(HOUR(dc.create_time), 2, '0'), LPAD(HOUR(dc.create_time), 2, '0'),
':', ':',

Loading…
Cancel
Save