|
|
@@ -656,7 +656,7 @@ public class SubsidyQueueServiceImpl implements ISubsidyQueueService {
|
|
|
if (!originalBusiness.getCloseStatus()) {
|
|
|
throw new ServiceException(BusinessExceptionEnum.BUSINESS_NOT_CLOSE);
|
|
|
}
|
|
|
- if (targetBusiness.isValid(false)) {
|
|
|
+ if (!targetBusiness.isValid(false)) {
|
|
|
throw new ServiceException(BusinessExceptionEnum.BUSINESS_NOT_VALID);
|
|
|
}
|
|
|
|