|
@@ -548,7 +548,7 @@ public class OrderServiceImpl extends ServiceImpl<OrderMapper, Order> implements
|
|
|
gradeUserTempQueryBo.setStatus(ClassGradeUserTemp.STATUS_LOCK);
|
|
|
List<ClassGradeUserTempVo> list1 = iClassGradeUserTempService.queryList(gradeUserTempQueryBo);
|
|
|
if(list1!=null&&list1.size()>0){
|
|
|
- throw new CustomException("购买商品尚有订单未支付",510);
|
|
|
+ throw new CustomException("当前所购买商品,存在订单未支付",510);
|
|
|
}
|
|
|
return true;
|
|
|
}
|
|
@@ -568,7 +568,7 @@ public class OrderServiceImpl extends ServiceImpl<OrderMapper, Order> implements
|
|
|
}
|
|
|
Long num1 = iOrderGoodsService.getBuyGoodsReadyPay(bo);
|
|
|
if(num1.longValue()>0){
|
|
|
- throw new CustomException("购买商品尚有订单未支付",510);
|
|
|
+ throw new CustomException("当前所购买商品,存在订单未支付",510);
|
|
|
}
|
|
|
return false;
|
|
|
}
|