Commit dc77efcb by Sxy

Merge branch 'tx-fi-tax' of gitlab.gongsibao.com:jiangyong/zhichan into tx-fi-tax

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