From d1ef4cfc1544bf15193f0ec8ca34505821d06cd2 Mon Sep 17 00:00:00 2001 From: wangxin Date: Tue, 10 Jul 2018 16:50:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BF=AE=E6=94=B9=E6=A0=B7?= =?UTF-8?q?=E4=BE=8B=E6=96=87=E4=BB=B6=E9=85=8D=E7=BD=AE=E6=97=B6=E9=87=8D?= =?UTF-8?q?=E6=96=B0=E4=B8=8A=E4=BC=A0=E6=A0=B7=E4=BE=8B=E6=96=87=E4=BB=B6?= =?UTF-8?q?=EF=BC=8C=E4=B8=8B=E5=8F=91MD5=E5=87=BA=E9=94=99=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/nis/web/dao/configuration/AvCfgDao.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/java/com/nis/web/dao/configuration/AvCfgDao.xml b/src/main/java/com/nis/web/dao/configuration/AvCfgDao.xml index a0dbe6c4f..26c61af20 100644 --- a/src/main/java/com/nis/web/dao/configuration/AvCfgDao.xml +++ b/src/main/java/com/nis/web/dao/configuration/AvCfgDao.xml @@ -403,6 +403,12 @@ sample_path = #{samplePath,jdbcType=VARCHAR}, + + src_md5 = #{srcMd5,jdbcType=VARCHAR}, + + + sample_md5 = #{sampleMd5,jdbcType=VARCHAR}, + where cfg_id = #{cfgId,jdbcType=BIGINT}