ソースを参照

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

njs 3 ヶ月 前
コミット
ad4c4afd11

+ 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>