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