Commit 9b76c01d by 孙亚楠

dd

parent 390e125e
...@@ -329,18 +329,7 @@ class InvoiceCtl extends CtlBase { ...@@ -329,18 +329,7 @@ class InvoiceCtl extends CtlBase {
status: "1060", status: "1060",
} }
}); });
// TODO 总统测试 begin
if (rs && rs.data && rs.data.length > 0) {
for (let d of rs.data) {
console.log(d.id, d.data_ids);
if (!d.data_ids) {
continue;
}
let tradeIds = d.data_ids.split(",");
await this.tradeSve.updateInvoice({ids: tradeIds, saas_invoice_id: d.id});
}
}
// TODO 总统测试 end
return system.getResultSuccess(rs); return system.getResultSuccess(rs);
} catch (error) { } catch (error) {
let msg = error.message; let msg = error.message;
......
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