瀏覽代碼

代码修改

gao.qiang 2 年之前
父節點
當前提交
2727778fc5
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      base-system/src/main/resources/mapper/system/SysUserMapper.xml

+ 0 - 1
base-system/src/main/resources/mapper/system/SysUserMapper.xml

@@ -196,7 +196,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
  			<if test="loginDate != null">login_date = #{loginDate},</if>
  			<if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
  			<if test="remark != null">remark = #{remark},</if>
- 			update_time = sysdate()
  		</set>
  		where id = #{id}
 	</update>