Commit f0e6342f by 王昆

dd

parent 017cc6d8
......@@ -330,7 +330,7 @@ class IInvoiceService extends ServiceBase {
let _invoiceinforeg = await this.iinvoiceinforegDao.getById(this.trim(params.id)) || {};
this.handleDate(_invoiceinforeg, ['updated_at', 'created_at'], 'YYYY-MM-DD HH:mm:ss');
let _invoicedeliver = await this.iinvoicedeliverDao.findOne(this.trim(params.id)) || {};
let _invoicedeliver = await this.iinvoicedeliverDao.getById(_invoice.deliver_id) || {};
this.handleDate(_invoicedeliver, ['updated_at', 'created_at'], 'YYYY-MM-DD HH:mm:ss');
let _invoicesummaryinfo = await this.iinvoicesummaryinfoDao.getById(this.trim(params.id));
......
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