|
@@ -38,8 +38,8 @@ public class ShoppingCart extends Controller {
|
|
Long sa_brandid = content.getLongValue("sa_brandid");
|
|
Long sa_brandid = content.getLongValue("sa_brandid");
|
|
Long itemid = content.getLong("itemid");
|
|
Long itemid = content.getLong("itemid");
|
|
BigDecimal qty = content.getBigDecimal("qty");
|
|
BigDecimal qty = content.getBigDecimal("qty");
|
|
- BigDecimal length = content.getBigDecimal("length");
|
|
|
|
- BigDecimal width = content.getBigDecimal("width");
|
|
|
|
|
|
+ BigDecimal length = content.getBigDecimalValue("length");
|
|
|
|
+ BigDecimal width = content.getBigDecimalValue("width");
|
|
String cheek = content.getStringValue("cheek");
|
|
String cheek = content.getStringValue("cheek");
|
|
String colors = content.getStringValue("colors");
|
|
String colors = content.getStringValue("colors");
|
|
String material = content.getStringValue("material");
|
|
String material = content.getStringValue("material");
|