From 9ab37a1e3d0aefdff9d458ac0687cc288fc24e47 Mon Sep 17 00:00:00 2001 From: jianjun Date: Tue, 28 Dec 2021 16:01:04 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=B2=A1=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/project/ProjectProcessDao.xml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/project/ProjectProcessDao.xml b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/project/ProjectProcessDao.xml index 9f8b72f16e..4173e8cecb 100644 --- a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/project/ProjectProcessDao.xml +++ b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/project/ProjectProcessDao.xml @@ -183,17 +183,6 @@ AND staff.PROJECT_ID = #{projectId} AND staff.CUSTOMER_ID = #{customerId} - - - AND project.STATUS = #{projectStatus} - - - - AND ( - DATE_FORMAT(relation.UPDATED_TIME , '%Y%m%d') = #{dateId} - ) - - ORDER BY staff.PROJECT_ID,staff.CREATED_TIME ASC From 5da3b40d93191bcbc1e64d1adc28510818f5f865 Mon Sep 17 00:00:00 2001 From: zxc <1272811460@qq.com> Date: Tue, 28 Dec 2021 16:33:48 +0800 Subject: [PATCH 2/2] douhao --- .../src/main/resources/mapper/IssueVoteStatisticalDao.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/epmet-module/gov-issue/gov-issue-server/src/main/resources/mapper/IssueVoteStatisticalDao.xml b/epmet-module/gov-issue/gov-issue-server/src/main/resources/mapper/IssueVoteStatisticalDao.xml index 3e124c02ad..1542599a27 100644 --- a/epmet-module/gov-issue/gov-issue-server/src/main/resources/mapper/IssueVoteStatisticalDao.xml +++ b/epmet-module/gov-issue/gov-issue-server/src/main/resources/mapper/IssueVoteStatisticalDao.xml @@ -233,10 +233,10 @@ UPDATE issue_vote_statistical - support_count = #{supportCount} - opposition_count = #{oppositionCount} - votable_count = #{votableCount} - updated_by = #{updatedBy} + support_count = #{supportCount}, + opposition_count = #{oppositionCount}, + votable_count = #{votableCount}, + updated_by = #{updatedBy}, UPDATED_TIME = NOW () WHERE