From ec657921ecfd69da889c400ba35e12543ae89c2b Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Fri, 22 Jan 2021 11:21:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E9=99=A4update.sql=E7=9A=84=E8=AF=AD?= =?UTF-8?q?=E6=B3=95=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 77bfbe6a2de0a9d8d82a10bedf16dc6b03cc1955 Former-commit-id: 75f0dbc3a77df4489b29f045580aa5c3672eaca9 --- labs/Teacher/TeacherExt/update.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/Teacher/TeacherExt/update.sql b/labs/Teacher/TeacherExt/update.sql index f9c73ca5..159711a3 100644 --- a/labs/Teacher/TeacherExt/update.sql +++ b/labs/Teacher/TeacherExt/update.sql @@ -189,7 +189,7 @@ alter table `t_base_person` add column `Comment` longtext CHARACTER SET utf8mb4 update t_base_person set academic_degree=NULL; update t_base_person set STAGE_NAME='普通初中' where STAGE_NAME='初中'; update t_base_person set SUBJECT_NAME='无' where SUBJECT_NAME='通用'; -update t_base_person set RequestEditStatus = '未申请' +update t_base_person set RequestEditStatus = '未申请'; update t_base_person set CheckStatus = '未提交'; commit; \ No newline at end of file