Browse Source

douhao

dev_shibei_match
zxc 4 years ago
parent
commit
da94759408
  1. 2
      epmet-module/gov-issue/gov-issue-server/src/main/resources/mapper/IssueVoteStatisticalDao.xml

2
epmet-module/gov-issue/gov-issue-server/src/main/resources/mapper/IssueVoteStatisticalDao.xml

@ -237,7 +237,7 @@
<if test="null != oppositionCount">opposition_count = #{oppositionCount},</if>
<if test="null != votableCount">votable_count = #{votableCount},</if>
<if test="null != updatedBy">updated_by = #{updatedBy},</if>
UPDATED_TIME = NOW ()
UPDATED_TIME = NOW()
</set>
WHERE
DEL_FLAG = '0'

Loading…
Cancel
Save