|
|
@@ -1320,19 +1320,13 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
if (selectCount > 0) {
|
|
|
throw BusinessRuntimeException.getInstance("该账号正在检测中");
|
|
|
}
|
|
|
- AccountNetflixState accountNetflixState = accountNetflixStateMapper.selectOne(Wrappers.lambdaQuery(AccountNetflixState.class)
|
|
|
- .eq(AccountNetflixState::getAccount, account)
|
|
|
- .last("limit 1"));
|
|
|
Integer state = 0;
|
|
|
- if (accountNetflixState != null && accountNetflixState.getState() == 3) {
|
|
|
- state = accountNetflixState.getState();
|
|
|
- }
|
|
|
//非正常状态
|
|
|
if (state != 1) {
|
|
|
//20号之前得校验 直接失败
|
|
|
- if (renewalView.getCreatedTime().compareTo(DateUtil.parse("2025-06-20")) < 0) {
|
|
|
- state = 3;
|
|
|
- }
|
|
|
+// if (renewalView.getCreatedTime().compareTo(DateUtil.parse("2025-06-20")) < 0) {
|
|
|
+// state = 3;
|
|
|
+// }
|
|
|
//如果账号下架了 直接失败
|
|
|
if (renewalView.getDays() == null && StrUtil.equals(GroupsTrips.Status.down.name(), renewalView.getGroupsStatus()) && renewalView.getSkuNum() > 1) {
|
|
|
state = 3;
|