puzhibing
2023-07-04 75b60332f174363cfe67f61dea87832be708ac15
cloud-server-account/src/main/resources/mapper/TAppUserMapper.xml
@@ -31,4 +31,9 @@
        <result column="headImg" property="headImg" />
    </resultMap>
    <update id="membershipEnd">
        update t_app_user set isVip = 0 where isVip = 1 and now() >= vipEndTime
    </update>
</mapper>