|
@@ -414,18 +414,18 @@ public class OrderItemsHelper extends BaseClass {
|
|
if (!customschemeItem.getString("value").equals("spec")) {
|
|
if (!customschemeItem.getString("value").equals("spec")) {
|
|
customproperties.add(customschemeItem.getString("description") + ":" + itemRowsMap.get(itemid).get(0).getString(customschemeItem.getString("value")));
|
|
customproperties.add(customschemeItem.getString("description") + ":" + itemRowsMap.get(itemid).get(0).getString(customschemeItem.getString("value")));
|
|
} else {
|
|
} else {
|
|
- String material = "选项:" + item.getStringValue("material");
|
|
|
|
- String colors = "颜色:" + item.getStringValue("colors");
|
|
|
|
- String cheek = "工艺:" + item.getStringValue("cheek");
|
|
|
|
|
|
+ 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);
|
|
customproperties.add(material +";"+ colors+";"+ cheek +";"+ size);
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
- String material = "选项:" + item.getStringValue("material");
|
|
|
|
- String colors = "颜色:" + item.getStringValue("colors");
|
|
|
|
- String cheek = "工艺:" + item.getStringValue("cheek");
|
|
|
|
|
|
+ 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);
|
|
customproperties.add(material +";"+ colors+";"+ cheek +";"+ size);
|
|
}
|
|
}
|