if ([firstDetailSelect compare:secondDetailSelect] == NSOrderedDescending)
{
[MBProgressHUD showError:@"开始时间不能大于结束时间" toView:self];
return;
}