소스 검색

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>