|
|
@@ -426,7 +426,7 @@ public class OrderItemsHelper extends BaseClass {
|
|
|
String material = "选项:" + item.getStringValue("custommaterial");
|
|
|
String colors = "颜色:" + item.getStringValue("customcolors");
|
|
|
String cheek = "工艺:" + item.getStringValue("customcheek");
|
|
|
- String size = "尺寸:" + item.getStringValue("length") + "*" + item.getStringValue("width");
|
|
|
+ String size = "尺寸:" + item.getStringValue("length") + "×" + item.getStringValue("width");
|
|
|
customproperties.add(material + ";" + colors + ";" + cheek + ";" + size);
|
|
|
}
|
|
|
|
|
|
@@ -435,7 +435,7 @@ public class OrderItemsHelper extends BaseClass {
|
|
|
String material = "选项:" + item.getStringValue("custommaterial");
|
|
|
String colors = "颜色:" + item.getStringValue("customcolors");
|
|
|
String cheek = "工艺:" + item.getStringValue("customcheek");
|
|
|
- String size = "尺寸:" + item.getStringValue("length") + "*" + item.getStringValue("width");
|
|
|
+ String size = "尺寸:" + item.getStringValue("length") + "×" + item.getStringValue("width");
|
|
|
customproperties.add(material + ";" + colors + ";" + cheek + ";" + size);
|
|
|
}
|
|
|
}
|