Commit d2192a6a by 孙亚楠

d

parent 82973ffa
...@@ -81,7 +81,7 @@ class EorderService extends ServiceBase { ...@@ -81,7 +81,7 @@ class EorderService extends ServiceBase {
_orderBeanProperties.product_id = params.product_id ? params.product_id : _orderBean.product_id; _orderBeanProperties.product_id = params.product_id ? params.product_id : _orderBean.product_id;
_orderBeanProperties.product_type = params.product_type ? params.product_type : _orderBean.product_type; _orderBeanProperties.product_type = params.product_type ? params.product_type : _orderBean.product_type;
_orderBeanProperties.product_unit_price = params.product_unit_price ? params.product_unit_price : _orderBean.product_unit_price; _orderBeanProperties.product_unit_price = params.product_unit_price ? params.product_unit_price : _orderBean.product_unit_price;
_orderBeanProperties.product_desc = params.product_desc ? params.product_desc : _orderBean.product_desc; _orderBeanProperties.product_name = params.product_name ? params.product_name : _orderBean.product_name;
// if(params.hasOwnProperty('price')){ // if(params.hasOwnProperty('price')){
// _orderBeanProperties.price = Number(params.price || _orderBean.price); // _orderBeanProperties.price = Number(params.price || _orderBean.price);
// } // }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment