Browse Source

fix:“修复购物车支付问题“

soobin 1 year ago
parent
commit
b001609685
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/java/com/szwl/controller/TOrderController.java

+ 1 - 0
src/main/java/com/szwl/controller/TOrderController.java

@@ -1170,6 +1170,7 @@ public class TOrderController {
                     int a = Integer.valueOf(num);
                     BigDecimal price2 = productPrice.multiply(new BigDecimal(a)).setScale(2, RoundingMode.HALF_DOWN);
                     price =price.add(price2);
+                    note.append(productNamea).append("-").append(product.getNo()).append(":");
                     note.append(price2).append("-").append(num).append(",");
                 }
             }