高级算法模块暂降综合评估
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
<if test="endTime != null and endTime != ''">
|
||||
AND DATE_FORMAT(start_time, '%Y-%m-%d') <= 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>
|
||||
|
||||
Reference in New Issue
Block a user