update phone, telephoneNumber
This commit is contained in:
parent
537aa87475
commit
0a93160a4f
1 changed files with 2 additions and 0 deletions
|
|
@ -4457,6 +4457,8 @@ export class CommandController extends Controller {
|
|||
profile.currentDistrictId = currentDistrictId ? currentDistrictId.id : _null;
|
||||
profile.currentSubDistrictId = currentSubDistrictId ? currentSubDistrictId.id : _null;
|
||||
profile.email = item.bodyProfile.email;
|
||||
profile.telephoneNumber = item.bodyProfile.telephoneNumber;
|
||||
profile.phone = item.bodyProfile.phone;
|
||||
profile.dateStart = item.bodyProfile.dateStart;
|
||||
profile.amount = item.bodyProfile.amount ?? null;
|
||||
profile.amountSpecial = item.bodyProfile.amountSpecial ?? null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue