|
|
|
@ -2373,6 +2373,7 @@ |
|
|
|
and item.EVENT_ID is null |
|
|
|
and item.ISSUE_ID is null |
|
|
|
and SUBSTRING_INDEX(item.CATEGORY_FULL_NAME,'-',1) != '其他' |
|
|
|
and SUBSTRING_INDEX(item.CATEGORY_FULL_NAME,'-',2) != '城市综合' |
|
|
|
<if test="startTime != null and startTime != '' and endTime != null and endTime != ''"> |
|
|
|
AND DATE_FORMAT( item.CREATED_TIME, '%Y-%m-%d' ) BETWEEN #{startTime} AND #{endTime} |
|
|
|
</if> |
|
|
|
|