zhijiezhao пре 1 година
родитељ
комит
5010868d8b
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      src/main/resources/mapper/RegisterMapper.xml

+ 1 - 2
src/main/resources/mapper/RegisterMapper.xml

@@ -42,8 +42,7 @@
     <update id="updateClubUserByUpgrade">
         update user set registerIP = #{registerIp},
                         email = #{email},
-                        name = #{name},
-                        clubStatus = #{clubStatus}
+                        name = #{name}
         where userID = #{userId}
     </update>
     <update id="updateShopUserByApply">