|
@@ -1146,7 +1146,6 @@ public class StudentPaymentOrderServiceImpl extends BaseServiceImpl<Long, Studen
|
|
studentPaymentOrderService.update(studentPaymentOrder);
|
|
studentPaymentOrderService.update(studentPaymentOrder);
|
|
studentPaymentOrder.setVersion(studentPaymentOrder.getVersion() + 1);
|
|
studentPaymentOrder.setVersion(studentPaymentOrder.getVersion() + 1);
|
|
|
|
|
|
- studentPaymentOrder.setVersion(0);
|
|
|
|
studentGoodsSell.setCouponMarketAmount(studentPaymentOrder.getCouponRemitFee());
|
|
studentGoodsSell.setCouponMarketAmount(studentPaymentOrder.getCouponRemitFee());
|
|
studentGoodsSell.setOrganId(student.getOrganId());
|
|
studentGoodsSell.setOrganId(student.getOrganId());
|
|
studentGoodsSell.setTotalAmount(studentPaymentOrder.getActualAmount());
|
|
studentGoodsSell.setTotalAmount(studentPaymentOrder.getActualAmount());
|