|
@@ -67,6 +67,7 @@ public class CommService {
|
|
|
if (UserTypeEnum.isCard(user.getUserType())) {
|
|
if (UserTypeEnum.isCard(user.getUserType())) {
|
|
|
throw new CustomException("没有权限,请开通VIP", 405);
|
|
throw new CustomException("没有权限,请开通VIP", 405);
|
|
|
}
|
|
}
|
|
|
|
|
+ return;
|
|
|
}
|
|
}
|
|
|
DzCards card = cardsService.selectDzCardsByCardId(user.getCardId());
|
|
DzCards card = cardsService.selectDzCardsByCardId(user.getCardId());
|
|
|
Date nowDate = Date.from(LocalDate.now().atStartOfDay(ZoneId.systemDefault()).toInstant());
|
|
Date nowDate = Date.from(LocalDate.now().atStartOfDay(ZoneId.systemDefault()).toInstant());
|