|
|
|
|
@ -104,7 +104,7 @@ public interface RpcApplyMapper extends BaseMapper<RpcApply> {
|
|
|
|
|
"Incident_link_name AS `name`, " + |
|
|
|
|
"count(*) AS `value` " + |
|
|
|
|
"FROM rpc_apply ra " + |
|
|
|
|
"WHERE ra.crt_time BETWEEN #{beginTime} AND #{endTime} and ra.type = 1 and ra.verified= '0' " + |
|
|
|
|
"WHERE ra.crt_time BETWEEN #{beginTime} AND #{endTime} and ra.type = 1 and ra.Incident_link_name is not null " + |
|
|
|
|
"GROUP BY Incident_link_name ") |
|
|
|
|
List<EchartsVo> getIncidentLink(Date beginTime, Date endTime); |
|
|
|
|
|
|
|
|
|
|