INSERT INTO `module_menu`(`id`, `active`, `createTime`, `updateTime`, `updateBy`, `location`, `name`, `parentId`, `seq`, `menuType`, `permission`, `parentIds`, `uniqueId`, `intranetFlag`, `superAdmin`, `platform`, `rankAuth`) VALUES ('827532791235174400',true, now(), now(), 'system', '/investor/list/index.do', '股东信息', '694538973925605376', '36','0', NULL, '694538973925605376/827532791235174400/', 'investorList', '2', '0', '1', '1'), ('827532791243563008', true, now(), now(), 'system', NULL, '股东信息查询', '827532791235174400', '1', '1','investor:view', '694538973925605376/827532791235174400/827532791243563008/', NULL, '2', '0', '1', '1'); INSERT INTO `module_menu`(`id`, `active`, `createTime`, `updateTime`, `updateBy`, `location`, `name`, `parentId`, `seq`, `menuType`, `permission`, `parentIds`, `uniqueId`, `intranetFlag`, `superAdmin`, `platform`, `rankAuth`) VALUES ('827532789737807872',true, now(), now(), 'system', '/managementInfo/list/index.do', '管理层信息', '694538973925605376', '34','0', NULL, '694538973925605376/827532789737807872/', 'sbManagementInfoList', '2', '0', '1', '1'), ('827532789746196480', true, now(), now(), 'system', NULL, '管理层信息查询', '827532789737807872', '1', '1','managementInfo:view', '694538973925605376/827532789737807872/827532789746196480/', NULL, '2', '0', '1', '1'); delete from `config` where `key`='GX_NEW_AUTH'; INSERT INTO `config` (`key`, `value`, `name`, `active`, `create_time`, `update_time`, `update_by`) VALUES ('GX_NEW_AUTH', '0', '是否使用广西新权限(治综平台)',1, now(), now(), 'system'); delete from sys_dict where codeType = 'loginType'; INSERT INTO `sys_dict` (`isActive`, `updateTime`, `updateflag`, `codeType`, `tableName`, `description`, `codeValue`, `label`, `seq`) VALUES ( '1', now(), '', 'loginType', NULL, '登录类型', '1', '登录', '1'), ( '1', now(), '', 'loginType', NULL, '登录类型', '2', '登出', '2'); INSERT INTO `module_menu`(`id`, `active`, `createTime`, `updateTime`, `updateBy`, `location`, `name`, `parentId`, `seq`, `menuType`, `permission`, `parentIds`, `uniqueId`, `intranetFlag`, `superAdmin`, `platform`, `rankAuth`) VALUES ('826456065136852992',true, now(), now(), 'system', '/loginLog/list/index.do', '登录记录', '694539536746676224', '1000','0', NULL, '694539536746676224/826456065136852992/', 'loginLogList', '2', '1', '1', '1'); delete from sys_dict where `codeType`='offApprovalStateBatchTrain'; INSERT INTO `sys_dict` ( `isActive`, `updateTime`, `updateflag`, `codeType`, `tableName`, `description`, `codeValue`, `label`, `seq`) VALUES ('1', NULL, NULL, 'offApprovalStateBatchTrain', NULL, '线下审批状态', '002', '待审批', '1'), ('1', NULL, NULL, 'offApprovalStateBatchTrain', NULL, '线下审批状态', '003', '初审通过', '2'), ('1', NULL, NULL, 'offApprovalStateBatchTrain', NULL, '线下审批状态', '004', '审批不通过', '3'), ('1', NULL, NULL, 'offApprovalStateBatchTrain', NULL, '线下审批状态', '005', '初审中', '4'), ('1', NULL, NULL, 'offApprovalStateBatchTrain', NULL, '线下审批状态', '0031', '审批通过', '5'), ('1', NULL, NULL, 'offApprovalStateBatchTrain', NULL, '线下审批状态', '0051', '线下审批中', '6'), ('1', NULL, NULL, 'offApprovalStateBatchTrain', NULL, '线下审批状态', '001', '待上传申请材料', '7');