mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-07 23:28:24 +08:00
实现core包下TopicReportService接口单元测试 & TopicReportDao.xml中字段和关键字错误修改
This commit is contained in:
@@ -27,13 +27,13 @@
|
||||
]]>
|
||||
</delete>
|
||||
|
||||
<select id="getNeedReportTopics" parameterType="java.util.Map" resultMap="TopicReportMap">
|
||||
<select id="getNeedReportTopic" parameterType="java.util.Map" resultMap="TopicReportMap">
|
||||
<![CDATA[
|
||||
SELECT *
|
||||
FROM topic_report
|
||||
WHERE (cluster_id = #{clusterId}
|
||||
AND start_time <= #{now}
|
||||
And end_time >= #{now})
|
||||
AND end_time >= #{now})
|
||||
]]>
|
||||
</select>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user