123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- release_v5.0.6
- ***** ***** ***** ***** ***** ***** *****
- 一、数据库变更(!!!任何!!!表或字段的变化罗列此处)
- ***** ***** ***** ***** ***** ***** *****
- 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 ;
- alter table ec_m_mark_range add column random_paper bit(1) default null ;
- alter table ec_m_mark_result add column arbitrate bit(1) default null;
- 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部分
- 暂无
- Redis部分
- 暂无
- ***** ***** ***** ***** ***** ***** *****
- 二、数据割接部分
- ***** ***** ***** ***** ***** ***** *****
- 暂无
- ***** ***** ***** ***** ***** ***** *****
- 三、配置文件变更
- ***** ***** ***** ***** ***** ***** *****
- 移除配置项:
- $report.enable=true
- $report.mq-type=rocketmq
- $report.mq-topic=examcloud_report_topic_prod
- $rocketmq-namesrv-addr=192.168.1.216:9876;192.168.1.217:9876
- $rocketmq-accesskey=accesskey
- $rocketmq-secretkey=secretkey
- 新增配置项:
- examcloud.rocketmq.enable=true
- examcloud.rocketmq.namesrv_addr=192.168.1.216:9876;192.168.1.217:9876
- examcloud.rocketmq.accesskey=accesskey
- examcloud.rocketmq.secretkey=secretkey
- Topics:
- ec_topic_online_student_prod
- ec_topic_online_exam_student_prod
- ec_topic_online_user_prod
- ec_topic_operate_info_prod
- ec_topic_exam_process_record_prod
- ec_topic_admin_operate_info_prod
- ***** ***** ***** ***** ***** ***** *****
- 四、菜单项变更
- ***** ***** ***** ***** ***** ***** *****
- 网考管理菜单 --> 网考 --> 网考管理 --> 违纪名单-重审按钮【权限编码:ILLEGALITY_RE_AUDIT】【权重:0】【属性1:PAGE】
- ***** ***** ***** ***** ***** ***** *****
- 五、其它变更(如:系统参数、环境、脚本。。。)
- ***** ***** ***** ***** ***** ***** *****
|