Merge remote-tracking branch 'origin/wyn-课程表' into wyn
# Conflicts: # src/main/java/com/peanut/modules/common/service/CourseMedicineService.java
This commit is contained in:
@@ -405,6 +405,7 @@ public class UserVipController {
|
||||
String timeId = IdWorker.getTimeId().substring(0, 32);
|
||||
buyOrder.setOrderSn(timeId);
|
||||
buyOrder.setUserId(uid);
|
||||
buyOrder.setPaymentDate(new Date());
|
||||
buyOrderService.save(buyOrder);
|
||||
BigDecimal totalPrice = buyOrder.getRealMoney();
|
||||
if (Constants.PAYMENT_METHOD_VIRTUAL.equals(buyOrder.getPaymentMethod())) {
|
||||
|
||||
Reference in New Issue
Block a user