@@ -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);