Merge branch 'develop' of github.com:Frappet/bma-ehr-salary into develop
This commit is contained in:
commit
8bd43b508c
1 changed files with 3 additions and 3 deletions
|
|
@ -47,13 +47,13 @@ export class ReportController extends Controller {
|
|||
private salaryProfileRepository = AppDataSource.getRepository(SalaryProfile);
|
||||
|
||||
/**
|
||||
* API รายงานตารางเงินเดือน
|
||||
* API รายงานอัตราเงินเดือน
|
||||
*
|
||||
* @summary รายงานตารางเงินเดือน
|
||||
* @summary รายงานอัตราเงินเดือน
|
||||
*
|
||||
* @param {string} id Guid, *Id ผังเงินเดือน
|
||||
*/
|
||||
@Get("1/0/{id}")
|
||||
@Get("{id}")
|
||||
async SalaryReport(@Path() id: string) {
|
||||
const salarys = await this.salaryRepository.findOne({
|
||||
where: { id: id }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue