扬尘查询慢修复
This commit is contained in:
parent
13cf189faa
commit
121deb6de5
@ -149,7 +149,7 @@
|
||||
<if test="deviceId != null and deviceId != ''">
|
||||
and device_id = #{deviceId}
|
||||
</if>
|
||||
and upload_date >= CURRENT_DATE
|
||||
and upload_date >= DATE_FORMAT(CURRENT_DATE,'%Y-%m-%d 00:00:00')
|
||||
group by time
|
||||
</select>
|
||||
</mapper>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user