Browse Source

Merge remote-tracking branch 'origin/master'

三七 1 week ago
parent
commit
bf006a1254
1 changed files with 1 additions and 0 deletions
  1. 1 0
      fs-service/src/main/resources/mapper/his/FsUserMapper.xml

+ 1 - 0
fs-service/src/main/resources/mapper/his/FsUserMapper.xml

@@ -650,6 +650,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="courseMaOpenId != null">course_ma_open_id = #{courseMaOpenId},</if>
             <if test="parentId != null">parent_id = #{parentId},</if>
             <if test="qwExtId != null">qw_ext_id = #{qwExtId},</if>
+            <if test="isPromoter != null">is_promoter = #{isPromoter},</if>
             <if test="companyId != null">company_id = #{companyId},</if>
             <if test="orderCount != null">order_count = #{orderCount},</if>
             <if test="companyUserId != null">company_user_id = #{companyUserId},</if>