批量配置失效、全量下发、各业务全量下发功能提交

This commit is contained in:
段冬梅
2019-03-15 16:15:11 +08:00
parent e977d00657
commit 9a9b050fc7
14 changed files with 604 additions and 307 deletions

View File

@@ -68,7 +68,7 @@ CREATE TABLE `schedule_exce_log` (
DROP TABLE IF EXISTS `schedule_exce_new`;
CREATE TABLE `schedule_exce_new` (
`id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键自增',
`schedule_id` bigint(20) NOT NULL COMMENT 'schedule_info 表的主键',
`schedule_id` bigint(20) NULL DEFAULT -1 COMMENT 'schedule_info 表的主键',
`exce_time` datetime(0) NULL DEFAULT NULL COMMENT '最新执行时间',
`issue_status` int(255) NULL DEFAULT NULL COMMENT '下发状态1生效0失效',
`issue_result` int(255) NULL DEFAULT NULL COMMENT '下发结果1成功0失败',