Commit 9f84b977 by 孙亚楠

dd

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