From 15d0db28cb2f7c5214963a3c39b39dfddbe4f884 Mon Sep 17 00:00:00 2001
From: wayne <wayne8692wayne8692@gmail.com>
Date: 星期二, 04 一月 2022 17:45:56 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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