@@ -437,6 +437,7 @@ public class StudentRepairServiceImpl extends BaseServiceImpl<Integer, StudentRe
amount = amount.subtract(balance);
studentPaymentOrder.setActualAmount(amount);
studentPaymentOrder.setBalancePaymentAmount(balance);
+ studentPaymentOrder.setPaymentChannel("BALANCE");
sysUserCashAccountService.updateBalance(studentId, balance.negate(), PlatformCashAccountDetailTypeEnum.PAY_FEE, "商品销售");
}