Commit 5e9550a1 by 王昆

Merge branch 'xgg-deliver-ali' of gitlab.gongsibao.com:jiangyong/zhichan into xgg-deliver-ali

parents b7ff86ab d5538d2c
......@@ -116,7 +116,7 @@ class InvoiceCtl extends CtlBase {
pobj.additional_tax = system.y2f(pobj.additional_tax);
pobj.value_added_tax = system.y2f(pobj.value_added_tax);
pobj.personal_invoice_tax = system.y2f(pobj.personal_invoice_tax);
pobj.invoice_content = system.y2f(pobj.invoice_content);
// pobj.invoice_content = system.y2f(pobj.invoice_content);
return await this.invoiceSve.invoiceApply(pobj);
} catch (error) {
console.log(error);
......
......@@ -193,11 +193,11 @@ class System {
// merchant: "http://127.0.0.1:3101" + path,
// 订单服务
// order: domain2 + ":3103" + path,
// order: domain + ":3103" + path,
order: domain2 + ":3103"+ path,
// 发票服务
invoice: domain + ":3105" + path,
invoice: domain2 + ":3105" + path,
// 发票服务
uc: domain2 + ":3106" + path,
......
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