From f1fc6ee9aa3e6b9ee7b06e2a124a06c6a7cee7b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=9A=93=E5=AE=B8?= Date: Tue, 7 May 2019 14:51:30 +0800 Subject: [PATCH] =?UTF-8?q?VOIP=E4=B8=9A=E5=8A=A1=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E9=80=9A=E8=BF=87,=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E4=BA=BA=E7=9A=84=E9=97=AE=E9=A2=98=E8=A7=A3?= =?UTF-8?q?=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/nis/web/dao/configuration/AvContentCfgDao.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/nis/web/dao/configuration/AvContentCfgDao.xml b/src/main/java/com/nis/web/dao/configuration/AvContentCfgDao.xml index 815a75190..e2b1d11e6 100644 --- a/src/main/java/com/nis/web/dao/configuration/AvContentCfgDao.xml +++ b/src/main/java/com/nis/web/dao/configuration/AvContentCfgDao.xml @@ -2130,8 +2130,11 @@ is_audit = #{isAudit,jdbcType=INTEGER}, - audit_time = #{auditTime,jdbcType=TIMESTAMP}, + audit_time = #{auditTime,jdbcType=TIMESTAMP}, + + AUDITOR_ID = #{auditorId,jdbcType=INTEGER}, + editor_id = #{editorId,jdbcType=INTEGER} , edit_time = #{editTime,jdbcType=TIMESTAMP}