20230807至现在-待升级内容.txt 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. release_v5.0.2
  2. ***** ***** ***** ***** ***** ***** *****
  3. 一、数据库变更(!!!任何!!!表或字段的变化罗列此处)
  4. ***** ***** ***** ***** ***** ***** *****
  5. MySql部分
  6. alter table ec_e_exam drop call_type;
  7. alter table ec_m_mark_work drop call_type;
  8. alter table ec_m_student_paper add column random_paper bit(1) not null default 0;
  9. alter table ec_oe_exam_statistic add column illegality_count int not null;
  10. MongoDB部分
  11. 暂无
  12. Redis部分
  13. 暂无
  14. ***** ***** ***** ***** ***** ***** *****
  15. 二、数据割接部分
  16. ***** ***** ***** ***** ***** ***** *****
  17. update ec_m_student_paper
  18. INNER JOIN ec_oe_exam_record_data on ec_m_student_paper.exam_record_data_id=ec_oe_exam_record_data.id
  19. set ec_m_student_paper.random_paper=ec_oe_exam_record_data.random_paper;
  20. ***** ***** ***** ***** ***** ***** *****
  21. 三、配置文件变更
  22. ***** ***** ***** ***** ***** ***** *****
  23. 暂无
  24. ***** ***** ***** ***** ***** ***** *****
  25. 四、菜单项变更
  26. ***** ***** ***** ***** ***** ***** *****
  27. 暂无
  28. ***** ***** ***** ***** ***** ***** *****
  29. 五、其它变更(如:系统参数、环境、脚本。。。)
  30. ***** ***** ***** ***** ***** ***** *****
  31. C端人脸识别阈值:
  32. 系统管理 --> 参数配置 --> orgPropertyGroup.config4Edit1
  33. PC_CLIENT_FACE_THRESHOLD
  34. SELECT * FROM ec_b_org_prop WHERE key_id in('38') LIMIT 100;