|
|
@ -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 academic_degree=NULL;
|
|
|
|
update t_base_person set STAGE_NAME='普通初中' where STAGE_NAME='初中';
|
|
|
|
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 SUBJECT_NAME='无' where SUBJECT_NAME='通用';
|
|
|
|
update t_base_person set RequestEditStatus = '未申请'
|
|
|
|
update t_base_person set RequestEditStatus = '未申请';
|
|
|
|
update t_base_person set CheckStatus = '未提交';
|
|
|
|
update t_base_person set CheckStatus = '未提交';
|
|
|
|
|
|
|
|
|
|
|
|
commit;
|
|
|
|
commit;
|