fix field request
This commit is contained in:
parent
765082ab10
commit
9e1ed7fb96
2 changed files with 3 additions and 2 deletions
|
|
@ -4691,6 +4691,7 @@ export class ReportController extends Controller {
|
||||||
: null,
|
: null,
|
||||||
score: profile.result,
|
score: profile.result,
|
||||||
reason: profile.remark,
|
reason: profile.remark,
|
||||||
|
remark:null,
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -437,6 +437,6 @@ export class CreateSalaryProfile {
|
||||||
@Column()
|
@Column()
|
||||||
isSpecial: boolean;
|
isSpecial: boolean;
|
||||||
|
|
||||||
@Column()
|
// @Column()
|
||||||
remark: string | null;
|
// remark: string | null;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue