Commit 342a32c8 by 孙亚楠

dd

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