Fix Bug #2243
All checks were successful
Build & Deploy on Dev / build (push) Successful in 54s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 54s
This commit is contained in:
parent
12d2eb1ee9
commit
e461f43604
1 changed files with 1 additions and 1 deletions
|
|
@ -1340,7 +1340,7 @@ export class ProfileSalaryTempController extends Controller {
|
|||
* 4. UPDATE
|
||||
* ========================= */
|
||||
for (const temp of toUpdate) {
|
||||
const { salaryId, id, ...data } = temp;
|
||||
const { id, salaryId, isDelete, isEdit, ...data } = temp;
|
||||
await queryRunner.manager.update(
|
||||
ProfileSalary,
|
||||
{ id: salaryId },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue