Commit 32a0a042 by 孙亚楠

d

parent bcf9643a
......@@ -33,7 +33,7 @@ class InvoiceCtl extends CtlBase {
try {
params.unInvoice = 1;
params.order_type = params.fee_type;
params.trade_status = "00";
params.trade_status_array = ["00","02"];
this.doTimeCondition(params, ["createBegin", "createEnd"]);
return await this.tradeSve.itemPage(params);
} catch (error) {
......
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