From 513bf4d2d2b70be718f5c8d3f6a2aab5c6e7f4e9 Mon Sep 17 00:00:00 2001
From: HelenHuang <LinHuang@pollex.com.tw>
Date: 星期一, 25 四月 2022 14:01:40 +0800
Subject: [PATCH] Fixed#138076 顧問端-成交與未成交資訊 增加 最後編輯時間

---
 pamapi/src/doc/sql/20211203_w.sql |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/pamapi/src/doc/sql/20211203_w.sql b/pamapi/src/doc/sql/20211203_w.sql
index b6adcdc..1d45563 100644
--- a/pamapi/src/doc/sql/20211203_w.sql
+++ b/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';

--
Gitblit v1.8.0