|
@@ -4715,7 +4715,7 @@ public class PracticeGroupServiceImpl extends BaseServiceImpl<Long, PracticeGrou
|
|
|
|
|
|
//判断用户是否已存在订单
|
|
|
// 判断是否存在支付中的记录
|
|
|
- List<StudentPaymentOrder> applyOrderList = studentPaymentOrderService.queryByCondition(GroupType.MEMBER, null, student.getUserId(), DealStatusEnum.ING, OrderTypeEnum.ACTIVITY);
|
|
|
+ List<StudentPaymentOrder> applyOrderList = studentPaymentOrderService.queryByCondition(GroupType.MEMBER, null, student.getUserId(), DealStatusEnum.ING, OrderTypeEnum.MEMBER);
|
|
|
if (org.apache.commons.collections.CollectionUtils.isNotEmpty(applyOrderList)) {
|
|
|
HttpResponseResult result = studentPaymentOrderService.checkRepeatPay(applyOrderList.get(0), practiceGroupBuyParams.getRepeatPay());
|
|
|
if (result.getCode() != 200) {
|