This commit is contained in:
AdisakKanthawilang 2024-07-03 18:06:33 +07:00
parent 2bea3e7516
commit a71a8df600

View file

@ -249,17 +249,6 @@ export class SalaryController extends Controller {
const salary = await this.salaryRepository.findOne({
relations: ["posType_", "posLevel_"],
where: { id: id },
select: [
"name",
"isSpecial",
"posTypeId",
"posLevelId",
"isActive",
"date",
"startDate",
"endDate",
"details",
],
});
const formattedData = {