保誠-保戶業務員媒合平台
[update] 舊資料的已預約的預約單其view_time與read_time皆壓上appointment_time

因appointment_time在舊版中設為last_modify_time
修改1個檔案
2 ■■■■■ 已變更過的檔案
pamapi/src/doc/sql/20211203_w.sql 2 ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
pamapi/src/doc/sql/20211203_w.sql
@@ -1 +1,3 @@
UPDATE omo.appointment SET contact_time = appointment_date where communicate_status = 'CONTACTED';
UPDATE omo.appointment SET consultant_view_time = appointment_date where communicate_status = 'CONTACTED';
UPDATE omo.appointment SET consultant_read_time = appointment_date where communicate_status = 'CONTACTED';