แก้ error
This commit is contained in:
parent
369803113e
commit
b4078299f5
1 changed files with 1 additions and 1 deletions
|
|
@ -605,7 +605,7 @@ export class kpiPlanController extends Controller {
|
|||
* API summary ของตัวชี้วัดในระบบ
|
||||
*/
|
||||
@Post("summary/indicator")
|
||||
async GetSummary(@Path() id: string) {
|
||||
async GetSummary() {
|
||||
const kpiPlan = await this.kpiPlanRepository.count();
|
||||
const kpiRole = await this.kpiRoleRepository.count();
|
||||
const kpiSpecial = await this.kpiSpecialRepository.count();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue