Commit ce3cd143 by 孙亚楠

dd

parent c4515493
...@@ -350,7 +350,7 @@ class IInvoiceService extends ServiceBase { ...@@ -350,7 +350,7 @@ class IInvoiceService extends ServiceBase {
try { try {
let _invoice = await this.dao.model.findOne({ let _invoice = await this.dao.model.findOne({
where:{ where:{
id:this.trim(params.id); id:this.trim(params.id)
} }
}); });
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