refactor(property): 优化能源趋势查询接口返回值类型
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
<if test="meterId != '' and meterId != null">
|
||||
AND a.meter_id = #{meterId}
|
||||
</if>
|
||||
GROUP BY CONCAT_WS(':', HOUR(reading_time), '00')
|
||||
ORDER BY hour
|
||||
GROUP BY CONCAT_WS(':', HOUR(reading_time), '00'), HOUR(reading_time)
|
||||
ORDER BY HOUR(reading_time)
|
||||
</select>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user