@ -16,4 +16,5 @@ public class IcEventResultDTO {
private String reportUserName;
private String mobile;
private String address;
private String happenTime;
}
@ -43,7 +43,8 @@
e.REPORT_USER_ID reportUserId,
e.NAME reportUserName,
e.MOBILE mobile,
e.STATUS processStatus
e.STATUS processStatus,
e.happen_time happenTime
from ic_event e
<choose>
<!-- 如果是事件分类分析,那么用inner join;如果是处理分析,那么leftjoin查询所有事件 -->