|
@@ -6,10 +6,15 @@
|
|
|
|
|
|
|
|
|
MySql部分
|
|
|
-todo
|
|
|
alter table ec_e_exam_course_relation add weixin_answer_enabled bit(1) not null default 1 comment '是否开放微信小程序作答';
|
|
|
alter table ec_e_exam_course_relation add unique index IDX_E_E_C_R_008002 (exam_id,course_code);
|
|
|
|
|
|
+ALTER TABLE ec_oes_exam_record_data ADD INDEX IDX_E_O_E_R_D_008(`sync_status`);
|
|
|
+ALTER TABLE ec_oes_exam_record_data ADD INDEX IDX_E_O_E_R_D_009(`exam_record_status`);
|
|
|
+
|
|
|
+xxl-job init tables...
|
|
|
+
|
|
|
+
|
|
|
MongoDB部分
|
|
|
todo
|
|
|
|
|
@@ -27,7 +32,19 @@ todo
|
|
|
***** ***** ***** ***** ***** ***** *****
|
|
|
三、配置文件变更
|
|
|
***** ***** ***** ***** ***** ***** *****
|
|
|
-todo
|
|
|
+application.properties新增配置项:(已配置)
|
|
|
+xxl.job.admin.addresses=http://192.168.1.78:8800/job-admin(IP待定)
|
|
|
+xxl.job.accessToken=91b4ab2460dfee5bc88e377a735551c5
|
|
|
+xxl.job.executor.logpath=dataDir/job-handler
|
|
|
+xxl.job.executor.logretentiondays=30
|
|
|
+xxl.job.executor.port=8801
|
|
|
+xxl.job.executor.appname=
|
|
|
+xxl.job.executor.address=
|
|
|
+xxl.job.executor.ip=
|
|
|
+
|
|
|
+application-OET.properties新增配置项:(已配置)
|
|
|
+xxl.job.executor.appname=oe-task-executor
|
|
|
+
|
|
|
|
|
|
|
|
|
***** ***** ***** ***** ***** ***** *****
|
|
@@ -39,5 +56,7 @@ todo
|
|
|
***** ***** ***** ***** ***** ***** *****
|
|
|
五、其它变更(如:系统参数、环境、脚本。。。)
|
|
|
***** ***** ***** ***** ***** ***** *****
|
|
|
-todo
|
|
|
+
|
|
|
+新部署:云平台任务调度中心(首次需配置任务)
|
|
|
+新部署:云平台辅助工具
|
|
|
|