20250421至现在-待升级内容.txt 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. release_v5.0.6
  2. ***** ***** ***** ***** ***** ***** *****
  3. 一、数据库变更(!!!任何!!!表或字段的变化罗列此处)
  4. ***** ***** ***** ***** ***** ***** *****
  5. MySql部分
  6. alter table ec_m_mark_work_exam add column data_end bit(1) not null default 1;
  7. alter table ec_m_mark_range add column course_id bigint(20) default null ;
  8. alter table ec_m_mark_range add column random_paper bit(1) default null ;
  9. alter table ec_m_mark_result add column arbitrate bit(1) default null;
  10. alter table ec_m_mark_result add column arbitrate_user bigint(20) default null;
  11. alter table ec_m_mark_result add column arbitrate_time datetime default null;
  12. update ec_m_mark_range t
  13. INNER JOIN (select distinct f.base_paper_id,f.course_id,f.random_paper from ec_m_student_paper f ) tm
  14. on t.base_paper_id=tm.base_paper_id
  15. set t.course_id=tm.course_id,t.random_paper=tm.random_paper;
  16. MongoDB部分
  17. 暂无
  18. Redis部分
  19. 暂无
  20. ***** ***** ***** ***** ***** ***** *****
  21. 二、数据割接部分
  22. ***** ***** ***** ***** ***** ***** *****
  23. 暂无
  24. ***** ***** ***** ***** ***** ***** *****
  25. 三、配置文件变更
  26. ***** ***** ***** ***** ***** ***** *****
  27. 移除配置项:
  28. $report.enable=true
  29. $report.mq-type=rocketmq
  30. $report.mq-topic=examcloud_report_topic_prod
  31. $rocketmq-namesrv-addr=192.168.1.216:9876;192.168.1.217:9876
  32. $rocketmq-accesskey=accesskey
  33. $rocketmq-secretkey=secretkey
  34. 新增配置项:
  35. examcloud.rocketmq.enable=true
  36. examcloud.rocketmq.namesrv_addr=192.168.1.216:9876;192.168.1.217:9876
  37. examcloud.rocketmq.accesskey=accesskey
  38. examcloud.rocketmq.secretkey=secretkey
  39. Topics:
  40. ec_topic_online_student_prod
  41. ec_topic_online_exam_student_prod
  42. ec_topic_online_user_prod
  43. ec_topic_operate_info_prod
  44. ec_topic_exam_process_record_prod
  45. ec_topic_admin_operate_info_prod
  46. ***** ***** ***** ***** ***** ***** *****
  47. 四、菜单项变更
  48. ***** ***** ***** ***** ***** ***** *****
  49. 网考管理菜单 --> 网考 --> 网考管理 --> 违纪名单-重审按钮【权限编码:ILLEGALITY_RE_AUDIT】【权重:0】【属性1:PAGE】
  50. ***** ***** ***** ***** ***** ***** *****
  51. 五、其它变更(如:系统参数、环境、脚本。。。)
  52. ***** ***** ***** ***** ***** ***** *****