wangqifan 3 ani în urmă
părinte
comite
bc68c587b5

+ 1 - 1
src/main/java/com/izouma/nineth/service/OrderService.java

@@ -279,7 +279,7 @@ public class OrderService {
                     .countId(collection.getCountId())
                     .vip(vip)
                     .vipPoint(usePoint)
-                    .total(collection.getTotal())
+                    .totalCount(collection.getTotal())
                     .build();
             if (coupon != null) {
                 coupon.setUsed(true);