소스 검색

推广人更新字段添加

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>