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 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