Commit 3b4ecb26 by 庄冰

mobile

parent 24fe5dd8
...@@ -360,6 +360,7 @@ class OrderTmProductService extends ServiceBase { ...@@ -360,6 +360,7 @@ class OrderTmProductService extends ServiceBase {
productType_id: productItem.productType_id,//产品类型Id productType_id: productItem.productType_id,//产品类型Id
productOneType_id: productItem.productOneType_id,//产品大类Id productOneType_id: productItem.productOneType_id,//产品大类Id
serviceItemSnapshot: JSON.stringify(productItem),//产品快照 serviceItemSnapshot: JSON.stringify(productItem),//产品快照
buyerMoblie:apply.mobile
}; };
var order = await self.orderDao.create(orderObj, t); var order = await self.orderDao.create(orderObj, t);
......
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