This commit is contained in:
AdisakKanthawilang 2024-03-04 09:26:11 +07:00
parent 53d12da717
commit 23b8909706

View file

@ -563,6 +563,7 @@ export class SalaryPeriodController extends Controller {
@Request() request: { user: Record<string, any> },
) {
const salaryOrg = await this.salaryOrgRepository.findOne({
relations:["salaryPeriod"],
where: {
id: requestBody.id,
},