no message

This commit is contained in:
Bright 2024-03-18 13:50:24 +07:00
parent 153d29557b
commit 33274d18aa

View file

@ -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 }