src/main/resources/mapper/modules/MallMemberMapper.xml
@@ -431,4 +431,12 @@ where level = #{level} and FIND_IN_SET(#{inviteId}, referrer_ids) </select> <update id="updateAccountLevelById"> update mall_member set account_level = #{accountLevel} where id = #{id} </update> </mapper>