From fdb4c29b8228946b7f6cce72027e73d37bfd650f Mon Sep 17 00:00:00 2001 From: jiangjiazhi Date: Wed, 27 Jul 2016 16:12:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=98=AF=E5=90=A6=E9=80=9A?= =?UTF-8?q?=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform-biz-service/src/main/resources/mainOrm/Users.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/platform-biz-service/src/main/resources/mainOrm/Users.xml b/platform-biz-service/src/main/resources/mainOrm/Users.xml index 2242c4c..49d96fe 100644 --- a/platform-biz-service/src/main/resources/mainOrm/Users.xml +++ b/platform-biz-service/src/main/resources/mainOrm/Users.xml @@ -90,6 +90,9 @@ values (#{foreignId},#{logincenterId},#{type},#{orgId},#{deptId},#{name},#{accou last_login_time = #{lastLoginTime,jdbcType=TIMESTAMP}, + + zhiChenId =#{zhiChenId,jdbcType=VARCHAR}, + where id = #{id,jdbcType=INTEGER} -- 1.8.3.1