Commit 1f27668f by v_vjyjiang

gyq

parent 64e33c7c
......@@ -400,7 +400,7 @@ class DeliverybillCtl extends CtlBase {
//接收票据快递单号
async receivePaperPost(pobj, qobj, req) {
console.log("融易算接收票据快递单号参数--------------------------", JSON.stringify(pobj));
var deliverInfo = await this.service.getInfo({ "bizId": pobj.bizNo });
var deliverInfo = await this.service.getInfo({ "bizId": pobj.actionBody.bizNo });
if (deliverInfo) {
var param = {
companyId: deliverInfo.deliveryBillInfo.deliveryInfo.setupInfo.supplier,//租户信息
......
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