@@ -311,6 +311,7 @@ public class MusicGroupServiceImpl extends BaseServiceImpl<String, MusicGroup> i
}
+ studentPaymentOrder.setPaymentChannel("BALANCE");
studentPaymentOrder.setOrganId(chargeInfo.getOrganId());
studentPaymentOrder.setUpdateTime(date);
studentPaymentOrderService.update(studentPaymentOrder);