zhijiezhao 11 달 전
부모
커밋
14619b51e0
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      src/main/resources/mappings/modules/user/NewCmClubMapper.xml

+ 0 - 6
src/main/resources/mappings/modules/user/NewCmClubMapper.xml

@@ -487,12 +487,6 @@
         <if test="flag != null and flag != ''">
             flag = #{flag},
         </if>
-        <if test="inviterBindID != null and inviterBindID != ''">
-            inviterBindID = #{inviterBindID},
-        </if>
-        <if test="inviterName != null and inviterName != ''">
-            inviterName = #{inviterName},
-        </if>
         <if test="spID != null and spID != ''">
             spID = #{spID},
         </if>