zouxuan 1 年之前
父节点
当前提交
71e6c689ce
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      cooleshow-auth/auth-server/src/main/resources/config/mybatis/SysUserMapper.xml

+ 0 - 3
cooleshow-auth/auth-server/src/main/resources/config/mybatis/SysUserMapper.xml

@@ -279,9 +279,6 @@
     <update id="logoffById">
         update sys_user set del_flag_ = 1, phone_ = concat('D', ${num}, '+', phone_) where id_ = ${userId}
     </update>
-    <update id="logoffByPhone">
-        update sys_user set del_flag_ = 1, phone_ = concat('D', phone_),update_time_ = now() where phone_ = #{phone}
-    </update>
     <select id="queryEmployeeList" resultMap="SysUser">
         select  su.*
         from employee e