update phone, telephoneNumber

This commit is contained in:
Bright 2025-02-07 10:12:08 +07:00
parent 537aa87475
commit 0a93160a4f

View file

@ -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;