no message
This commit is contained in:
parent
1d2c817044
commit
acbc71c2e6
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ export class SalaryPeriodEmployeeController extends Controller {
|
|||
const _salaryOrg = await this.salaryOrgRepository.find({
|
||||
relations: ["salaryPeriod", "salaryProfiles"],
|
||||
where: {
|
||||
group: Like(`%${body.group}%`),
|
||||
group: Like(`%${body.group.trim().toUpperCase()}%`),
|
||||
snapshot: body.snapshot.trim().toUpperCase(),
|
||||
salaryPeriod: { period: body.period.trim().toUpperCase(), year: body.year },
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue