|
@@ -3178,7 +3178,7 @@ public class PracticeGroupServiceImpl extends BaseServiceImpl<Long, PracticeGrou
|
|
|
|
|
|
List<StudentPaymentOrder> ingOrders = statusOrderMap.get(DealStatusEnum.ING);
|
|
|
if(CollectionUtils.isEmpty(ingOrders)||ingOrders.size()<=0){
|
|
|
- throw new BizException("改订单支付失败,请重新购买");
|
|
|
+ throw new BizException("该订单支付失败,请重新购买");
|
|
|
}else{
|
|
|
for (StudentPaymentOrder ingOrder : ingOrders) {
|
|
|
ingOrder.setStatus(DealStatusEnum.CLOSE);
|
|
@@ -3208,6 +3208,7 @@ public class PracticeGroupServiceImpl extends BaseServiceImpl<Long, PracticeGrou
|
|
|
);
|
|
|
|
|
|
Map<String,BigDecimal> routingFee = (Map<String,BigDecimal>)payMap.get("routingFee");
|
|
|
+ newOrder.setStatus(DealStatusEnum.ING);
|
|
|
newOrder.setOrderNo(orderNo);
|
|
|
newOrder.setOrganId(practiceGroup.getOrganId());
|
|
|
newOrder.setComAmount(routingFee.get("COM"));
|