Commit c97e3deb by 孙亚楠

dd

parent 8f0d8b71
...@@ -61,6 +61,7 @@ class InvoiceService extends ServiceBase { ...@@ -61,6 +61,7 @@ class InvoiceService extends ServiceBase {
* @param {*} params * @param {*} params
*/ */
async pushInvoiceInfo(params) { async pushInvoiceInfo(params) {
params.id=params.invoice_id;
let invoice = await this.callms("invoice", "invoice", params) || {}; let invoice = await this.callms("invoice", "invoice", params) || {};
invoice = invoice.data; invoice = invoice.data;
if (!invoice) { if (!invoice) {
......
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