Commit cbb2a3fa by 宋毅

tj

parent f2de3bde
......@@ -215,8 +215,10 @@ class OrderTmProductService extends ServiceBase {
}
var order = orderResult.data;
if (orderResult.addOrder && orderResult.addOrder == true) {
await self.receiptvoucherDao.addReceiptvoucher(order, null, t);//创建订单支付信息
if (["bw"].indexOf(pobj.actionProcess) < 0) {
if (orderResult.addOrder && orderResult.addOrder == true) {
await self.receiptvoucherDao.addReceiptvoucher(order, null, t);//创建订单支付信息
}
}
var orderProductObj = {
app_id: user.app_id,//
......
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