Commit 0a51d1db by 宋毅

tj

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