From f0fd7ccf191cdc525f30e1f993983f4976cc3abf Mon Sep 17 00:00:00 2001
From: HelenHuang <LinHuang@pollex.com.tw>
Date: 星期三, 09 二月 2022 16:23:51 +0800
Subject: [PATCH] update#134950: 保戶: [個人帳號設定] 可設定備用聯絡方式,並且預約顧問時填寫的備用聯絡方式會回寫帳號設定

---
 PAMapp/shared/models/account.model.ts |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/PAMapp/shared/models/account.model.ts b/PAMapp/shared/models/account.model.ts
index ea0154e..0076a64 100644
--- a/PAMapp/shared/models/account.model.ts
+++ b/PAMapp/shared/models/account.model.ts
@@ -17,8 +17,8 @@
     seniorityYear     : number; 
     seniorityMonth    : number; 
     concept           : string;
-    experience        : string;  
-    award             : string;
+    experiences        : string;  
+    awards           : string;
     communicationStyle: string; 
     photoBase64       : string;
 }

--
Gitblit v1.8.0