瀏覽代碼

推广人更新字段添加

xgb 1 周之前
父節點
當前提交
76594ae058
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      fs-service/src/main/resources/mapper/hisStore/FsUserScrmMapper.xml

+ 2 - 0
fs-service/src/main/resources/mapper/hisStore/FsUserScrmMapper.xml

@@ -560,6 +560,8 @@
             <if test="qwExtId != null">qw_ext_id = #{qwExtId},</if>
             <if test="companyId != null">company_id = #{companyId},</if>
             <if test="companyUserId != null">company_user_id = #{companyUserId},</if>
+            <if test="isPromoter != null">is_promoter = #{isPromoter},</if>
+            <if test="spreadUserId != null">spread_user_id = #{spreadUserId},</if>
         </trim>
         where user_id = #{userId}
     </update>