From 289b0503bc197d196997142f60b3a8ef8b70f0cc Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Fri, 11 Jun 2021 22:00:44 +0800 Subject: [PATCH] conflect fix --- zq-erp/src/main/resources/mybatis/mapper/common/SysUsersDao.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zq-erp/src/main/resources/mybatis/mapper/common/SysUsersDao.xml b/zq-erp/src/main/resources/mybatis/mapper/common/SysUsersDao.xml index ee69a10..df93edb 100644 --- a/zq-erp/src/main/resources/mybatis/mapper/common/SysUsersDao.xml +++ b/zq-erp/src/main/resources/mybatis/mapper/common/SysUsersDao.xml @@ -323,7 +323,7 @@ <set> update_time=now(), <if test="updateBy!=null"> - update_by = #{btnKey}, + update_by = #{updateBy}, </if> <if test="(suName!=null and suName!='') or (suName!='' and suName==0)"> -- Gitblit v1.9.1