เงินเดือนว่างได้
This commit is contained in:
parent
0888d3d8d8
commit
442be8bf38
2 changed files with 2 additions and 1 deletions
|
|
@ -527,6 +527,7 @@ export class SalaryPeriodController extends Controller {
|
||||||
const salaryOrgAll = await this.salaryOrgRepository.find({
|
const salaryOrgAll = await this.salaryOrgRepository.find({
|
||||||
where: {
|
where: {
|
||||||
salaryPeriodId: salaryOrg.salaryPeriodId,
|
salaryPeriodId: salaryOrg.salaryPeriodId,
|
||||||
|
snapshot: salaryOrg.snapshot,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
if (!salaryOrgAll) {
|
if (!salaryOrgAll) {
|
||||||
|
|
|
||||||
|
|
@ -322,7 +322,7 @@ export class CreateSalaryProfile {
|
||||||
posExecutive: string | null;
|
posExecutive: string | null;
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
amount: number;
|
amount: number | null;
|
||||||
|
|
||||||
@Column("uuid")
|
@Column("uuid")
|
||||||
rootId: string | null;
|
rootId: string | null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue