|
@@ -2743,6 +2743,8 @@ public class PracticeGroupServiceImpl extends BaseServiceImpl<Long, PracticeGrou
|
|
|
|
|
|
sysUserCashAccountService.updateBalance(practiceGroupBuyParams.getStudentId(), studentPaymentOrder.getExpectAmount().negate(),PlatformCashAccountDetailTypeEnum.PAY_FEE,"陪练课购买");
|
|
|
|
|
|
+ this.orderCallback(studentPaymentOrder);
|
|
|
+
|
|
|
Map<String,Object> result=new HashMap<>();
|
|
|
result.put("orderNo",studentPaymentOrder.getOrderNo());
|
|
|
|