-- แก้ไขตรวจสอบ ระบบ interface ให้ใช้งาน ได้ สมบูรแบบ

This commit is contained in:
2025-11-17 14:48:03 +07:00
parent 05dfb9a39e
commit 0185c54fb3
4 changed files with 17 additions and 15 deletions

View File

@@ -59,6 +59,6 @@ export class budgetAdd {
bdgcod: req.body.request.bdgcod,
bdgttl: req.body.request.bdgttl
}
return this.Interface.saveInterface('bdgmst', arysave, req);
return this.Interface.saveInterface('bdgmst', arysave, req);
}
}