|
@@ -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(",");
|
|
|
}
|
|
|
}
|