src/main/resources/mapping/VocValsMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapping/VocValsMapper.xml
@@ -10,7 +10,7 @@ </resultMap> <select id="selectByTime" resultMap="selectMap"> select x, y, cast(val as decimal(12, 3)) "val" select x, y, format(val, 2) "val" from voc_vals where date_format(create_time, '%Y%m%d%H') = ${time} and val > (select jcyj from alert_config);