fix bug
This commit is contained in:
parent
042c212cf6
commit
6740cf5dd8
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ import {
|
||||||
*
|
*
|
||||||
* @param {string} id Id ผังเงินเดือน
|
* @param {string} id Id ผังเงินเดือน
|
||||||
*/
|
*/
|
||||||
@Get("rate/{id}")
|
@Get("{id}")
|
||||||
async listSalaryRanks(
|
async listSalaryRanks(
|
||||||
@Path() id: string,
|
@Path() id: string,
|
||||||
@Query('page') page: number = 1,
|
@Query('page') page: number = 1,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue