Commit 95b21064 by 王勇飞

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

parents e295e1d1 873c8cd4
......@@ -8,9 +8,9 @@ class DeliverybillService extends ServiceBase {
constructor() {
super("bizchance", ServiceBase.getDaoName(DeliverybillService));
this.logService = system.getObject("service.bizchance.statuslogSve");
this.fitaxschemeDao = system.getObject("service.bizchance.fitaxschemeDao");
this.bizoptDao = system.getObject("service.bizchance.bizoptDao");
this.operationrecordDao = system.getObject("service.bizchance.operationrecordDao");
this.fitaxschemeDao = system.getObject("db.bizchance.fitaxschemeDao");
this.bizoptDao = system.getObject("db.bizchance.bizoptDao");
this.operationrecordDao = system.getObject("db.bizchance.operationrecordDao");
}
async updateOrderStatus(pobj) {
......
......@@ -395,7 +395,7 @@ class System {
param.actionBody.notifyUrl = obj.notifyUrl;
}
if (obj.headData) {
param.actionBody.headData;
param.actionBody.headData = obj.headData;
}
if (obj.requestId) {
param.requestId = obj.requestId;
......
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