高级算法模块暂降综合评估

This commit is contained in:
2023-06-21 09:13:07 +08:00
parent 29a6dfe038
commit c5d469f6d1
27 changed files with 850 additions and 15 deletions

View File

@@ -31,6 +31,7 @@
<if test="endTime != null and endTime != ''">
AND DATE_FORMAT(start_time, '%Y-%m-%d') &lt;= DATE_FORMAT(#{endTime}, '%Y-%m-%d')
</if>
order by start_time desc
</select>
<!-- 获取暂态事件明细 与上面的方法区别是日期精确到月 yy-MM -->
@@ -72,4 +73,4 @@
r_mp_event_detail
where event_id=#{id}
</select>
</mapper>
</mapper>