Commit 4db1ad84 by 王昆

gsbgsb

parent b2edac44
...@@ -388,7 +388,7 @@ class SaasMerchantService extends ServiceBase { ...@@ -388,7 +388,7 @@ class SaasMerchantService extends ServiceBase {
await this.saasmerchantaddrDao.update(_saasmerchantaddrPorperty, t); await this.saasmerchantaddrDao.update(_saasmerchantaddrPorperty, t);
} }
}); });
return system.getResult(res); return system.getResultSuccess(res);
} catch (error) { } catch (error) {
console.log(error); console.log(error);
return system.getResult(null, `系统错误`); return system.getResult(null, `系统错误`);
......
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