|
@@ -158,7 +158,7 @@ module.exports = app => {
|
|
|
dealBillsPermission: this._canUpdateDealBills(tender.data, auditors.filter(x => {return x.audit_order > 0})),
|
|
|
shenpiConst,
|
|
|
categoryData,
|
|
|
- syncLedgerUrl: syncLedger ? `${ctx.app.config.url3f}/${syncLedger.pull_class}/sync-tz?pCode=${tender.id}` : '',
|
|
|
+ syncLedgerUrl: syncLedger ? `${ctx.app.config.url3f}/${syncLedger.pull_class}/sync-tz/${tender.id}` : '',
|
|
|
nodeType: stdConst.nodeType,
|
|
|
authMobile: pa.auth_mobile,
|
|
|
};
|