Commit 9f84b977 by 孙亚楠

dd

parent 79e64455
...@@ -45,9 +45,9 @@ class TaxCtl extends CtlBase { ...@@ -45,9 +45,9 @@ class TaxCtl extends CtlBase {
*/ */
async getCustomerById(pobj, pobj2, req) { async getCustomerById(pobj, pobj2, req) {
try { try {
if (!pobj.id) { // if (!pobj.id) {
return system.getResult(null, `参数错误 ID 不能为空`); // return system.getResult(null, `参数错误 ID 不能为空`);
} // }
let res = await this.taxSve.getCustomerById(pobj); let res = await this.taxSve.getCustomerById(pobj);
return res; return res;
} catch (error) { } catch (error) {
......
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