浏览代码

Merge branch '门店-获取TUC仿石漆服务商人员25818' of http://git.dgtis.com/qxp/suishenbang-oneportal into uat

njs 3 月之前
父节点
当前提交
ad4c4afd11
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      suishenbang-system/src/main/resources/mapper/system/SysUserSalesExtMapper.xml

+ 1 - 1
suishenbang-system/src/main/resources/mapper/system/SysUserSalesExtMapper.xml

@@ -96,7 +96,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="postName != null  and postName != ''">  post_name = #{postName}, </if>
             <if test="identity != null  and identity != ''">  identity = #{identity}, </if>
             <if test="delFlag != null  and delFlag != ''">  del_flag = #{delFlag}, </if>
-            <if test="delTime != null  and delTime != ''">  del_time = #{delTime}, </if>
+            <if test="delTime != null  ">  del_time = #{delTime}, </if>
         </trim>
         where user_id = #{userId}
     </update>