deason 1 month ago
parent
commit
a08c427d59
1 changed files with 7 additions and 9 deletions
  1. 7 9
      upgrade-202504/20250421至现在-待升级内容.txt

+ 7 - 9
upgrade-202504/20250421至现在-待升级内容.txt

@@ -1,21 +1,21 @@
+release_v5.0.6
+
 待发布项目:
-examcloud-oe-admin
-examcloud-admin-web
 examcloud-components
+examcloud-rpc
 examcloud-core-examwork
-examcloud-core-marking
 examcloud-core-question
+examcloud-core-oe-admin
+examcloud-core-marking
 examcloud-task
-examcloud-rpc
 
-release_v5.0.6
+examcloud-admin-web
 
 ***** ***** ***** ***** ***** ***** *****
 一、数据库变更(!!!任何!!!表或字段的变化罗列此处)
 ***** ***** ***** ***** ***** ***** *****
 
 MySql部分
-
 alter table ec_m_mark_work_exam add column data_end bit(1) not null default 1;
 
 alter table ec_m_mark_range add column course_id bigint(20) default null ;
@@ -26,14 +26,12 @@ alter table ec_m_mark_result add column arbitrate_user bigint(20) default null;
 alter table ec_m_mark_result add column arbitrate_time datetime default null;
 
 
-
 update ec_m_mark_range t 
 INNER JOIN (select distinct f.base_paper_id,f.course_id,f.random_paper from ec_m_student_paper f ) tm 
 on t.base_paper_id=tm.base_paper_id
 set t.course_id=tm.course_id,t.random_paper=tm.random_paper;
 
 
-
 MongoDB部分
 暂无
 
@@ -43,7 +41,7 @@ Redis部分
 ***** ***** ***** ***** ***** ***** *****
 二、数据割接部分
 ***** ***** ***** ***** ***** ***** *****
-修复错误底照路径规则:
+暂无
 
 ***** ***** ***** ***** ***** ***** *****
 三、配置文件变更