Commit 06c05ef8 by 王昆

dd

parent 3160250a
...@@ -319,7 +319,7 @@ class IInvoiceService extends ServiceBase { ...@@ -319,7 +319,7 @@ class IInvoiceService extends ServiceBase {
*/ */
async queryInvoice(params){ async queryInvoice(params){
if(!params.id){ if(!params.id){
return system.getResult(null,`参数错误 ID不能为空`) return system.getResult(null,`参数错误 ID不能为空`);
} }
try { try {
let _invoice = await this.dao.getById(this.trim(params.id)); let _invoice = await this.dao.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