|
|
@@ -744,7 +744,7 @@ public class OrderServiceImpl implements OrderService {
|
|
|
}
|
|
|
|
|
|
private String quantityPrintFormat(Integer quantity, Integer quantity1, Integer quantity2, Integer quantity3) {
|
|
|
- return quantity + "(" +
|
|
|
+ return "件数 " + quantity + "(" +
|
|
|
String.format("%4d", quantity1) + "," +
|
|
|
String.format("%4d", quantity2) + "," +
|
|
|
String.format("%4d", quantity3) + ")";
|