From 1ac23eec19591f05ead299ec489e7f025a2c7627 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期四, 31 三月 2022 11:45:04 +0800 Subject: [PATCH] Fixed : UiDatePicker - icon 位置修改 --- 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