# 20201104 自招单位撤销 update sys_dict set isActive=0 where codeType ='companyState' and codeValue='2'; update sys_dict set isActive=0 where codeType ='companyState' and codeValue='3'; DELETE from sys_dict where codeType ='companyState' and codeValue='4'; INSERT INTO `sys_dict` ( `isActive`, `updateTime`, `updateflag`, `codeType`, `tableName`, `description`, `codeValue`, `label`, `seq`) VALUES ('1', now(), true, 'companyState', NULL, '公司状态', '4', '撤销', '5'); INSERT INTO `module_menu`(`id`, `active`, `createTime`, `updateTime`, `updateBy`, `location`, `name`, `parentId`, `seq`, `menuType`, `permission`, `parentIds`, `uniqueId`, `intranetFlag`, `superAdmin`, `platform`, `rankAuth`) VALUES ('773599869612068864',true, now(), now(), 'system', '/comStateChangeLog/list/index.do', '自招单位状态变更日志', '732608716993462272', '1000','0', NULL, '694538973925605376/732608716993462272/773599869612068864/', 'comStateChangeLogList', '2', '1', '1', '1'), ('773599869620457472', true, now(), now(), 'system', NULL, '自招单位状态变更日志查询', '773599869612068864', '1', '1','comStateChangeLog:view', '694538973925605376/732608716993462272/773599869612068864/773599869620457472/', NULL, '2', '1', '1', '1');