no message
This commit is contained in:
parent
153d29557b
commit
33274d18aa
1 changed files with 3 additions and 3 deletions
|
|
@ -47,13 +47,13 @@ export class ReportController extends Controller {
|
||||||
private salaryProfileRepository = AppDataSource.getRepository(SalaryProfile);
|
private salaryProfileRepository = AppDataSource.getRepository(SalaryProfile);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* API รายงานตารางเงินเดือน
|
* API รายงานอัตราเงินเดือน
|
||||||
*
|
*
|
||||||
* @summary รายงานตารางเงินเดือน
|
* @summary รายงานอัตราเงินเดือน
|
||||||
*
|
*
|
||||||
* @param {string} id Guid, *Id ผังเงินเดือน
|
* @param {string} id Guid, *Id ผังเงินเดือน
|
||||||
*/
|
*/
|
||||||
@Get("1/0/{id}")
|
@Get("{id}")
|
||||||
async SalaryReport(@Path() id: string) {
|
async SalaryReport(@Path() id: string) {
|
||||||
const salarys = await this.salaryRepository.findOne({
|
const salarys = await this.salaryRepository.findOne({
|
||||||
where: { id: id }
|
where: { id: id }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue