From f1b15209cd855cb1abd2496f437597f01a496aeb Mon Sep 17 00:00:00 2001
From: yinzuomei <576302893@qq.com>
Date: Tue, 15 Sep 2020 15:05:35 +0800
Subject: [PATCH] =?UTF-8?q?18=E3=80=81=E9=82=BB=E9=87=8C=E5=85=9A=E7=BE=A4?=
=?UTF-8?q?-=E5=B0=8F=E7=BB=84=E8=AF=A6=E6=83=85=20=E6=8E=A5=E5=8F=A3?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9=20v2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../evaluationindex/screen/ScreenKcActSummaryDailyDao.xml | 2 +-
.../evaluationindex/screen/ScreenKcGroupDetailGridDailyDao.xml | 2 +-
.../evaluationindex/screen/ScreenKcGroupSummaryGridDailyDao.xml | 2 +-
.../evaluationindex/screen/ScreenKcIssueSummaryGridDailyDao.xml | 2 +-
.../evaluationindex/screen/ScreenKcNewsCategoryAnalysisDao.xml | 2 +-
.../evaluationindex/screen/ScreenKcNewsSummaryDailyDao.xml | 2 +-
.../evaluationindex/screen/ScreenKcPlatformSummaryDailyDao.xml | 2 +-
.../screen/ScreenKcProjectCategoryGridDailyDao.xml | 2 +-
.../screen/ScreenKcProjectSummaryGridDailyDao.xml | 2 +-
.../evaluationindex/screen/ScreenKcUserSummaryDailyDao.xml | 2 +-
.../evaluationindex/screen/ScreenKcVolunteerSummaryDailyDao.xml | 2 +-
11 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcActSummaryDailyDao.xml b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcActSummaryDailyDao.xml
index 149c94e075..b7867b1098 100644
--- a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcActSummaryDailyDao.xml
+++ b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcActSummaryDailyDao.xml
@@ -22,7 +22,7 @@
delete from screen_kc_act_summary_daily
- where CUSTOMER_ID = #{customerId} AND DATE_ID != #{dateId}
+ where CUSTOMER_ID = #{customerId} AND DATE_ID = #{dateId}
limit 1000;
diff --git a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcGroupDetailGridDailyDao.xml b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcGroupDetailGridDailyDao.xml
index a4df878b37..c564c4ea3d 100644
--- a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcGroupDetailGridDailyDao.xml
+++ b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcGroupDetailGridDailyDao.xml
@@ -27,7 +27,7 @@
delete from screen_kc_group_detail_grid_daily
- where CUSTOMER_ID = #{customerId} AND DATE_ID != #{dateId}
+ where CUSTOMER_ID = #{customerId} AND DATE_ID = #{dateId}
limit 1000;
diff --git a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcGroupSummaryGridDailyDao.xml b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcGroupSummaryGridDailyDao.xml
index 833ca38965..380d1e540f 100644
--- a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcGroupSummaryGridDailyDao.xml
+++ b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcGroupSummaryGridDailyDao.xml
@@ -26,7 +26,7 @@
delete from screen_kc_group_summary_grid_daily
- where CUSTOMER_ID = #{customerId} AND DATE_ID != #{dateId}
+ where CUSTOMER_ID = #{customerId} AND DATE_ID = #{dateId}
limit 1000;
diff --git a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcIssueSummaryGridDailyDao.xml b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcIssueSummaryGridDailyDao.xml
index 57055dfcba..741fd14534 100644
--- a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcIssueSummaryGridDailyDao.xml
+++ b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcIssueSummaryGridDailyDao.xml
@@ -32,7 +32,7 @@
delete from screen_kc_issue_summary_grid_daily
- where CUSTOMER_ID = #{customerId} AND DATE_ID != #{dateId}
+ where CUSTOMER_ID = #{customerId} AND DATE_ID = #{dateId}
limit 1000;
diff --git a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcNewsCategoryAnalysisDao.xml b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcNewsCategoryAnalysisDao.xml
index 38d1b6cda4..64b3a8578a 100644
--- a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcNewsCategoryAnalysisDao.xml
+++ b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcNewsCategoryAnalysisDao.xml
@@ -23,7 +23,7 @@
delete from screen_kc_news_category_analysis
- where CUSTOMER_ID = #{customerId} AND DATE_ID != #{dateId}
+ where CUSTOMER_ID = #{customerId} AND DATE_ID = #{dateId}
limit 1000;
diff --git a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcNewsSummaryDailyDao.xml b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcNewsSummaryDailyDao.xml
index 9a29f845d8..f2cd35dd00 100644
--- a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcNewsSummaryDailyDao.xml
+++ b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcNewsSummaryDailyDao.xml
@@ -21,7 +21,7 @@
delete from screen_kc_news_summary_daily
- where CUSTOMER_ID = #{customerId} AND DATE_ID != #{dateId}
+ where CUSTOMER_ID = #{customerId} AND DATE_ID = #{dateId}
limit 1000;
diff --git a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcPlatformSummaryDailyDao.xml b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcPlatformSummaryDailyDao.xml
index ea2ca56f7d..855456a973 100644
--- a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcPlatformSummaryDailyDao.xml
+++ b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcPlatformSummaryDailyDao.xml
@@ -29,7 +29,7 @@
delete from screen_kc_platform_summary_daily
- where CUSTOMER_ID = #{customerId} AND DATE_ID != #{dateId}
+ where CUSTOMER_ID = #{customerId} AND DATE_ID = #{dateId}
limit 1000;
diff --git a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcProjectCategoryGridDailyDao.xml b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcProjectCategoryGridDailyDao.xml
index a285d083b3..1a06d2959a 100644
--- a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcProjectCategoryGridDailyDao.xml
+++ b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcProjectCategoryGridDailyDao.xml
@@ -24,7 +24,7 @@
delete from screen_kc_project_category_grid_daily
- where CUSTOMER_ID = #{customerId} AND DATE_ID != #{dateId}
+ where CUSTOMER_ID = #{customerId} AND DATE_ID = #{dateId}
limit 1000;
diff --git a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcProjectSummaryGridDailyDao.xml b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcProjectSummaryGridDailyDao.xml
index 614ffac3af..cd19511251 100644
--- a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcProjectSummaryGridDailyDao.xml
+++ b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcProjectSummaryGridDailyDao.xml
@@ -29,7 +29,7 @@
delete from screen_kc_project_summary_grid_daily
- where CUSTOMER_ID = #{customerId} AND DATE_ID != #{dateId}
+ where CUSTOMER_ID = #{customerId} AND DATE_ID = #{dateId}
limit 1000;
diff --git a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcUserSummaryDailyDao.xml b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcUserSummaryDailyDao.xml
index 57bf0a99aa..001b32e398 100644
--- a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcUserSummaryDailyDao.xml
+++ b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcUserSummaryDailyDao.xml
@@ -32,7 +32,7 @@
delete from screen_kc_user_summary_daily
- where CUSTOMER_ID = #{customerId} AND DATE_ID != #{dateId}
+ where CUSTOMER_ID = #{customerId} AND DATE_ID = #{dateId}
limit 1000;
diff --git a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcVolunteerSummaryDailyDao.xml b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcVolunteerSummaryDailyDao.xml
index 414ae85ecb..2e7de8203d 100644
--- a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcVolunteerSummaryDailyDao.xml
+++ b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenKcVolunteerSummaryDailyDao.xml
@@ -29,7 +29,7 @@
delete from screen_kc_volunteer_summary_daily
- where CUSTOMER_ID = #{customerId} AND DATE_ID != #{dateId}
+ where CUSTOMER_ID = #{customerId} AND DATE_ID = #{dateId}
limit 1000;