Commit 3b4ecb26 by 庄冰

mobile

parent 24fe5dd8
......@@ -359,7 +359,8 @@ class OrderTmProductService extends ServiceBase {
picUrl: productItem.picUrl,//
productType_id: productItem.productType_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);
......
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