1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- release_v5.0.2
- ***** ***** ***** ***** ***** ***** *****
- 一、数据库变更(!!!任何!!!表或字段的变化罗列此处)
- ***** ***** ***** ***** ***** ***** *****
- MySql部分
- alter table ec_e_exam drop call_type;
- alter table ec_m_mark_work drop call_type;
- alter table ec_m_student_paper add column random_paper bit(1) not null default 0;
- alter table ec_oe_exam_statistic add column illegality_count int not null;
- MongoDB部分
- 暂无
- Redis部分
- 暂无
- ***** ***** ***** ***** ***** ***** *****
- 二、数据割接部分
- ***** ***** ***** ***** ***** ***** *****
- update ec_m_student_paper
- INNER JOIN ec_oe_exam_record_data on ec_m_student_paper.exam_record_data_id=ec_oe_exam_record_data.id
- set ec_m_student_paper.random_paper=ec_oe_exam_record_data.random_paper;
- ***** ***** ***** ***** ***** ***** *****
- 三、配置文件变更
- ***** ***** ***** ***** ***** ***** *****
- 暂无
- ***** ***** ***** ***** ***** ***** *****
- 四、菜单项变更
- ***** ***** ***** ***** ***** ***** *****
- 暂无
- ***** ***** ***** ***** ***** ***** *****
- 五、其它变更(如:系统参数、环境、脚本。。。)
- ***** ***** ***** ***** ***** ***** *****
- C端人脸识别阈值:
- 系统管理 --> 参数配置 --> orgPropertyGroup.config4Edit1
- PC_CLIENT_FACE_THRESHOLD
- SELECT * FROM ec_b_org_prop WHERE key_id in('38') LIMIT 100;
|