فهرست منبع

推广人更新字段添加

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>