From 5b485c61134e8945aa55ee311b95340c4315522e Mon Sep 17 00:00:00 2001 From: jianjun Date: Tue, 4 Aug 2020 17:45:55 +0800 Subject: [PATCH] =?UTF-8?q?set=E6=A0=87=E7=AD=BE=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../gov-voice-server/src/main/resources/mapper/DraftDao.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/epmet-module/gov-voice/gov-voice-server/src/main/resources/mapper/DraftDao.xml b/epmet-module/gov-voice/gov-voice-server/src/main/resources/mapper/DraftDao.xml index 3f09df2214..81dd162aa7 100644 --- a/epmet-module/gov-voice/gov-voice-server/src/main/resources/mapper/DraftDao.xml +++ b/epmet-module/gov-voice/gov-voice-server/src/main/resources/mapper/DraftDao.xml @@ -189,10 +189,10 @@ update draft - STATUS_FLAG =#{statusFlag,jdbcType=VARCHAR} + STATUS_FLAG =#{statusFlag,jdbcType=VARCHAR}, - TITLE_AUDIT_STATUS = #{titleAuditStatus,jdbcType=VARCHAR} + TITLE_AUDIT_STATUS = #{titleAuditStatus,jdbcType=VARCHAR}, where id=#{draftId,jdbcType=VARCHAR}