fix
This commit is contained in:
parent
2bea3e7516
commit
a71a8df600
1 changed files with 0 additions and 11 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue