Commit 0a51d1db by 宋毅

tj

parent 261735da
...@@ -151,7 +151,7 @@ class OrderTmProductService extends ServiceBase { ...@@ -151,7 +151,7 @@ class OrderTmProductService extends ServiceBase {
return system.getResultSuccess({ return system.getResultSuccess({
deliveryOrderNo: orderProductObj.deliveryOrderNo, deliveryOrderNo: orderProductObj.deliveryOrderNo,
channelServiceNo: channelOrder.channelServiceNo, channelServiceNo: channelOrder.channelServiceNo,
channelItemCode: productItem.channelItemCode, channelItemCode: productItem.serviceItemCode,
channelParams: params.channelParams, channelParams: params.channelParams,
tm: returnTm tm: returnTm
}); });
...@@ -285,7 +285,7 @@ class OrderTmProductService extends ServiceBase { ...@@ -285,7 +285,7 @@ class OrderTmProductService extends ServiceBase {
deliveryOrderNo: orderProductObj.deliveryOrderNo, deliveryOrderNo: orderProductObj.deliveryOrderNo,
orderNo: ordercode, orderNo: ordercode,
channelParams: params.channelParams, channelParams: params.channelParams,
channelItemCode: productItem.channelItemCode, channelItemCode: productItem.serviceItemCode,
tm: returnTm tm: returnTm
}); });
}) })
......
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