revert #2533
All checks were successful
Build & Deploy on Dev / build (push) Successful in 57s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 57s
This commit is contained in:
parent
c6efd34e95
commit
a678f95075
1 changed files with 3 additions and 3 deletions
|
|
@ -7010,7 +7010,7 @@ export class CommandController extends Controller {
|
|||
profile.currentSubDistrictId = currentSubDistrictId ? currentSubDistrictId.id : _null;
|
||||
profile.currentZipCode = item.bodyProfile.currentZipCode;
|
||||
profile.email = item.bodyProfile.email;
|
||||
profile.dateStart = item.bodySalarys?.commandDateAffect ?? item.bodyProfile.dateStart;
|
||||
profile.dateStart = item.bodyProfile.dateStart;
|
||||
profile.amount = item.bodyProfile.amount ?? null;
|
||||
profile.amountSpecial = item.bodyProfile.amountSpecial ?? null;
|
||||
profile.isProbation = item.bodyProfile.isProbation;
|
||||
|
|
@ -7080,7 +7080,7 @@ export class CommandController extends Controller {
|
|||
profile.currentSubDistrictId = currentSubDistrictId ? currentSubDistrictId.id : _null;
|
||||
profile.currentZipCode = item.bodyProfile.currentZipCode;
|
||||
profile.email = item.bodyProfile.email;
|
||||
profile.dateStart = item.bodySalarys?.commandDateAffect ?? item.bodyProfile.dateStart;
|
||||
profile.dateStart = item.bodyProfile.dateStart;
|
||||
profile.amount = item.bodyProfile.amount ?? null;
|
||||
profile.amountSpecial = item.bodyProfile.amountSpecial ?? null;
|
||||
profile.isProbation = item.bodyProfile.isProbation;
|
||||
|
|
@ -7132,7 +7132,7 @@ export class CommandController extends Controller {
|
|||
profile.email = item.bodyProfile.email;
|
||||
profile.telephoneNumber = item.bodyProfile.telephoneNumber;
|
||||
profile.phone = item.bodyProfile.phone;
|
||||
profile.dateStart = item.bodySalarys?.commandDateAffect ?? item.bodyProfile.dateStart;
|
||||
profile.dateStart = item.bodyProfile.dateStart;
|
||||
profile.amount = item.bodyProfile.amount ?? null;
|
||||
profile.amountSpecial = item.bodyProfile.amountSpecial ?? null;
|
||||
profile.leaveCommandId = _null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue