Commit 06c05ef8 by 王昆

dd

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