|
@@ -77,7 +77,7 @@ public class TourProjectGroupPurchaseDetailController {
|
|
|
if(CollectionUtils.isNotEmpty(tourProjectGroupPurchaseDetailList)){
|
|
|
for(TourProjectGroupPurchaseDetail item:tourProjectGroupPurchaseDetailList){
|
|
|
if(item.getMaxCount() >= tourProjectGroupPurchaseDetailDto.getMinCount() && tourProjectGroupPurchaseDetailDto.getMaxCount() >= item.getMinCount()){
|
|
|
- return ResponseResult.error(ErrorCodeEnum.DATA_VALIDATED_FAILED, "人数存在交集");
|
|
|
+ return ResponseResult.error(ErrorCodeEnum.DATA_VALIDATED_FAILED, "人数存在交集,请修正后再提交。");
|
|
|
}
|
|
|
}
|
|
|
}
|