Commit 342a32c8 by 孙亚楠

dd

parent efa2be2e
...@@ -33,7 +33,7 @@ class InvoiceCtl extends CtlBase { ...@@ -33,7 +33,7 @@ class InvoiceCtl extends CtlBase {
try { try {
params.unInvoice = 1; params.unInvoice = 1;
params.order_type = params.fee_type; params.order_type = params.fee_type;
params.trade_status_array = ["00","02"]; params.trade_status_array = ["00"];
this.doTimeCondition(params, ["createBegin", "createEnd"]); this.doTimeCondition(params, ["createBegin", "createEnd"]);
return await this.tradeSve.itemPage(params); return await this.tradeSve.itemPage(params);
} catch (error) { } catch (error) {
......
...@@ -194,7 +194,7 @@ class System { ...@@ -194,7 +194,7 @@ class System {
merchant: dev + ":3101" + path, merchant: dev + ":3101" + path,
// 订单服务 // 订单服务
order: dev + ":3103" + path, order: local + ":3103" + path,
// 发票服务 // 发票服务
invoice: dev + ":3105" + path, invoice: dev + ":3105" + path,
...@@ -203,7 +203,7 @@ class System { ...@@ -203,7 +203,7 @@ class System {
uc: dev + ":3106" + path, uc: dev + ":3106" + path,
// 交易 // 交易
trade: dev + ":3107" + path, trade: local + ":3107" + path,
} }
} else { } else {
return { return {
......
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