删除定时更新 user vip

This commit is contained in:
GYJ
2025-01-02 09:59:14 +08:00
parent 65dce032fe
commit 78bf1c8c01

View File

@@ -17,9 +17,9 @@ public class UserVipServiceImpl extends ServiceImpl<UserVipDao, UserVip> impleme
return baseMapper.selectOne(queryWrapper); return baseMapper.selectOne(queryWrapper);
} }
@Scheduled(cron="0 */1 * * * ?") // @Scheduled(cron="0 */1 * * * ?")
public void getEndVip() { public void getEndVip() {
baseMapper.updateUserVipByEndTime(); // baseMapper.updateUserVipByEndTime();
} }
} }