commit c322868818ac57e37dd50e9ed373453db5a3bc19 Author: 123 <123@qq.com> Date: Thu Apr 17 10:14:18 2025 +0800 commit diff --git a/backups/2025-04-09/2025-04-09_system_adverts.sql b/backups/2025-04-09/2025-04-09_system_adverts.sql new file mode 100644 index 0000000..14deb74 --- /dev/null +++ b/backups/2025-04-09/2025-04-09_system_adverts.sql @@ -0,0 +1,24 @@ +/* +Dreamer CMS 数据库备份工具 时间:2025-04-09 +*/ + +DROP TABLE IF EXISTS `system_adverts`; + +/* +Table structure for table `system_adverts` +*/ +CREATE TABLE `system_adverts` ( + `id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `aid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '主表ID', + `ext01` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext02` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext03` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext04` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext05` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin; + +/* +Data for table `system_adverts` +*/ +INSERT INTO `system_adverts`(`aid`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`) VALUES ('42bf4ceb852e4a1cb641db209a211439', '', '', '', '', '', 'a878623c36284ab6b098420dae6573e3'); diff --git a/backups/2025-04-09/2025-04-09_system_archives.sql b/backups/2025-04-09/2025-04-09_system_archives.sql new file mode 100644 index 0000000..bf175b8 --- /dev/null +++ b/backups/2025-04-09/2025-04-09_system_archives.sql @@ -0,0 +1,66 @@ +/* +Dreamer CMS 数据库备份工具 时间:2025-04-09 +*/ + +DROP TABLE IF EXISTS `system_archives`; + +/* +Table structure for table `system_archives` +*/ +CREATE TABLE `system_archives` ( + `id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL, + `title` varchar(128) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '文章标题', + `properties` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT 'n' COMMENT '自定义属性', + `image_path` varchar(128) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '缩略图', + `tag` varchar(128) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '标签', + `description` varchar(256) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '内容摘要', + `category_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '上级栏目', + `comment` int DEFAULT '1' COMMENT '允许评论', + `subscribe` int DEFAULT '1' COMMENT '允许订阅', + `clicks` int DEFAULT '0' COMMENT '浏览量', + `weight` int DEFAULT '0' COMMENT '权重', + `status` int DEFAULT '1' COMMENT '状态1:已发布0未发布', + `category_ids` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '栏目层级', + `create_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL, + `create_time` timestamp NOT NULL DEFAULT '2018-01-01 00:00:00', + `update_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL, + `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin CHECKSUM=1 DELAY_KEY_WRITE=1 ROW_FORMAT=DYNAMIC; + +/* +Data for table `system_archives` +*/ +INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('2512e4593b514db2a10841cbc8a63a23', '.4ol61bbh.mvpeun1s', 9, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:13:23','%Y-%m-%d %H:%i:%s'), '', '07d10ba665644d40ba558b0fe3d4831f', '', 'n', 1, 1, '', '梦想家项目如何在本地搭建环境?', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:56:54','%Y-%m-%d %H:%i:%s'), 0); +INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('6498f8307af5475683d4deb7b7b81d31', '.uw6lcqqd', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2020-07-07 09:08:23','%Y-%m-%d %H:%i:%s'), '', '13037ae7e98048708cf9978368eeb820', '', 'n', 1, 1, '', '产品一', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2020-07-07 09:31:08','%Y-%m-%d %H:%i:%s'), 0); +INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('e6cdbf119da14a30a86a0f9f2189b8e5', '.a54547w2', 2, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-15 17:35:39','%Y-%m-%d %H:%i:%s'), '', '182306d8eab44225a5ce123ad6a01ffd', '20230110/d7ecf4498a7d42af86e52e2fde4a6fa8.jpg', 'p', 1, 1, '', '温馨家居搭配设计css3网站模板', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 16:05:39','%Y-%m-%d %H:%i:%s'), 0); +INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('4b1968cc854745418c4c0d305fbe7e15', '.1hq8501w', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-16 09:21:14','%Y-%m-%d %H:%i:%s'), '', '18f228df7b8443dfa1039fe3c3e53503', '20190816\ecb040a2c77348958e6fd39b1afebe18.jpg', 'p', 1, 1, '', 'Dreamer CMS是企业在创立初期很好的技术基础框架', '', STR_TO_DATE('2020-06-22 09:20:10','%Y-%m-%d %H:%i:%s'), 0); +INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('4b8e8982fe164177ac85273cb82381b7', '.96nbp5pc.c44273d2', 32, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:26:48','%Y-%m-%d %H:%i:%s'), 'DreamerCMS(梦想家CMS内容管理系统)公开解决了快速搭建展示型网站(如:企业官网、技术博客、信息门户等)的框架体系,是电子政务、电信综合门户、企业信息门户、知识管理平台、电子商务平台的基础性软件系统。', '1a1314addf3443a68bc0922749524d0c', '20230110/3eb507aab5b343c8b5d3ea1784974774.jpg', 'p', 1, 1, '', '二、资源目录和代码之间的关系', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 16:49:42','%Y-%m-%d %H:%i:%s'), 0); +INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('f7f60ce133c6424c9f241884955e313f', '.t5575y4y', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:20:00','%Y-%m-%d %H:%i:%s'), '', '1f7da4c6706c48ab8f9e223dbdfb80b4', '20230110/47bc1c68dce548699041cc922600b783.jpg', 'p', 1, 1, '', '成功案例Banner', '', STR_TO_DATE('2023-01-10 12:19:59','%Y-%m-%d %H:%i:%s'), 0); +INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('b0bb4daa71694c0ebdb59a986d11684f', '.2jk6313y', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:26:12','%Y-%m-%d %H:%i:%s'), '', '23c2811cb842493cbadb0c0a8cc77046', '20230110/b406f329b5de4556884937e37d83972d.png', 'p', 1, 1, '', '百度', '', STR_TO_DATE('2023-01-10 17:26:11','%Y-%m-%d %H:%i:%s'), 0); +INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('b0bb4daa71694c0ebdb59a986d11684f', '.2jk6313y', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:40:01','%Y-%m-%d %H:%i:%s'), '', '250a0fccf75043caaeb2e470057df7ae', '20230110/d62d571762c24c12a8b173cf7fe38dd6.png', 'p', 1, 1, '', 'I Teach You,我教你!', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:12:41','%Y-%m-%d %H:%i:%s'), 0); +INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('6b01c5f9ce5b4f49898916d19f7184a7', '.4ol61bbh.yjug0grv', 5, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:23:28','%Y-%m-%d %H:%i:%s'), '', '38bb7cd1c12d4b698a6818aacc9c879c', '', 'n', 1, 1, '', '梦想家内容管理系统部署文档', '', STR_TO_DATE('2025-04-09 10:31:37','%Y-%m-%d %H:%i:%s'), 0); +INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('3c35310d7f0d45cabb1e13462be8e996', '.5znbos25', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 11:29:53','%Y-%m-%d %H:%i:%s'), '', '42bf4ceb852e4a1cb641db209a211439', '20230110/d27971d23f894b11a0dfb6199aed0093.jpg', 'p', 1, 1, '', '列表页面-右侧广告位', '', STR_TO_DATE('2023-01-10 11:29:52','%Y-%m-%d %H:%i:%s'), 0); +INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('46041acafe0444ac95870f165977b6a0', '.wqz18j7q', 5, 0, '', STR_TO_DATE('2020-07-22 07:44:14','%Y-%m-%d %H:%i:%s'), '', '495c981ae1be45fb8d989d76b2d18672', '', 'n', 1, 0, '', '你好,我们公司想要订购产品?', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2020-07-22 15:48:13','%Y-%m-%d %H:%i:%s'), 0); +INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('f7f60ce133c6424c9f241884955e313f', '.t5575y4y', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 16:39:41','%Y-%m-%d %H:%i:%s'), '', '498d51b3f1f643638dda51e5e7b7b792', '20230110/dc005133cae84869896721f6c41da0f9.jpg', 'p', 1, 1, '', '官方公众号', '', STR_TO_DATE('2023-01-10 16:39:41','%Y-%m-%d %H:%i:%s'), 0); +INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('83d306aaf1654e81aaef795fc2f9e5b4', '.96nbp5pc.zac9idyl', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:23:25','%Y-%m-%d %H:%i:%s'), '', '50810efa568d4a8d96887def1f8bd110', '20230110/7851bcec99644c0b9f0c46aa5f0787ad.jpg', 'p', 1, 1, '', '梦想家内容管理系统部署文档', '', STR_TO_DATE('2023-01-10 09:23:25','%Y-%m-%d %H:%i:%s'), 0); +INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('5562f6d3f2e24f9c8be3abe69023cc27', '.uw6lcqqd.l8pzde13', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2020-07-07 09:10:34','%Y-%m-%d %H:%i:%s'), '', '6a9d2d84c2cf4dae97e06b3af5c05e78', '', 'n', 1, 1, '', '硬件产品二', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2020-07-07 09:30:28','%Y-%m-%d %H:%i:%s'), 0); +INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('11a215320ee14543972e91f7f730171e', '.9jdjs0s8', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:28:09','%Y-%m-%d %H:%i:%s'), '', '6c2e8cc97f9346cb8f09926b74a0854f', '20230109/f4b89d05f38c4ba7a0a8dea2e720aa88.jpeg', 'p', 1, 1, '', '轮播图二', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-07 14:51:49','%Y-%m-%d %H:%i:%s'), 0); +INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('15445e172d734d0c87f52530549f91de', '.uw6lcqqd.1gi964u0', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2020-07-07 09:38:50','%Y-%m-%d %H:%i:%s'), '', '755912b5365540479499a9272157ac3b', '', 'n', 1, 1, '', '软件产品一', '', STR_TO_DATE('2020-07-07 17:38:53','%Y-%m-%d %H:%i:%s'), 0); +INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('4b1968cc854745418c4c0d305fbe7e15', '.1hq8501w', 2, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-16 09:47:51','%Y-%m-%d %H:%i:%s'), '', '779bc296ea4a4149bd3c97cdb8cd8593', '20190816\3f3f65a75df74027b3755d155b0f29b2.png', 'p', 1, 1, '', '个人开发者也可以使用Dreamer CMS承接外包项目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-10-19 08:27:09','%Y-%m-%d %H:%i:%s'), 0); +INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('1edfc172378945e5ad90867dbdde1cd9', '.96nbp5pc.6j0r9qzq', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:06:58','%Y-%m-%d %H:%i:%s'), '随着信息技术的不断发展,智慧校园管理系统平台已经成为了学校管理的重要工具之一。从而使得校园内的信息流通更加顺畅,管理更加有效。', '7a4bc5cade9845bbb2528783d995ce20', '20230110/b1f2da7161f746d79a368b6d35994dfd.jpg', 'p', 1, 1, '', '智慧校园管理系统平台组成内容有哪些', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:07:24','%Y-%m-%d %H:%i:%s'), 0); +INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('e6cdbf119da14a30a86a0f9f2189b8e5', '.a54547w2', 1, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-15 17:37:07','%Y-%m-%d %H:%i:%s'), '', '93b0ac1621024e4682442acd646da397', '20230110/88cc4c8be3bc4b86aa7748020dfba40a.jpg', 'p', 1, 1, '', 'kid儿童用品商城shop网站模板', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:33:34','%Y-%m-%d %H:%i:%s'), 0); +INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('f7f60ce133c6424c9f241884955e313f', '.t5575y4y', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:10:36','%Y-%m-%d %H:%i:%s'), '', '9eefb5b8aed845de99855f1d55d92a49', '20230110/2410e5fea7264c2d8778ff3572ebb5d6.jpg', 'p', 1, 1, '', '框架介绍Banner', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:11:17','%Y-%m-%d %H:%i:%s'), 0); +INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('4b8e8982fe164177ac85273cb82381b7', '.96nbp5pc.c44273d2', 6, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:25:31','%Y-%m-%d %H:%i:%s'), 'DreamerCMS(梦想家CMS内容管理系统)公开解决了快速搭建展示型网站(如:企业官网、技术博客、信息门户等)的框架体系,是电子政务、电信综合门户、企业信息门户、知识管理平台、电子商务平台的基础性软件系统。', 'b004ec8e2fb84b6a82141dabcc1962e0', '20230110/787877175d2e44f6947877a73c3f2137.jpg', 'p', 1, 1, '', '一、开发环境搭建及项目导入', '', STR_TO_DATE('2023-01-10 12:14:02','%Y-%m-%d %H:%i:%s'), 0); +INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('11a215320ee14543972e91f7f730171e', '.9jdjs0s8', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:06:37','%Y-%m-%d %H:%i:%s'), '', 'b2d86668da714a1c839c016d70066c53', '20230109/227ea68d175c46dc9b92e13e13331df4.jpg', 'p', 1, 1, '', '轮播图一', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-07 14:51:43','%Y-%m-%d %H:%i:%s'), 0); +INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('83d306aaf1654e81aaef795fc2f9e5b4', '.96nbp5pc.zac9idyl', 2, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:11:45','%Y-%m-%d %H:%i:%s'), '免费完整开源:基于MIT协议,源代码完全开源;标签化建站:不需要专业的后台开发技能,只要使用系统提供的标签,就能轻松建设网站;模版开发方便:支持在线上传模版包开发方便快捷;', 'c4abe7b7a3b943a7a4a3a48533a6aa50', '20230110/35d0b73f35fd4b1ba6c2d664f56d4853.jpg', 'p', 1, 1, '', '梦想家内容管理系统v4.0.0发布了', '', STR_TO_DATE('2025-04-08 17:21:18','%Y-%m-%d %H:%i:%s'), 1); +INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('e6cdbf119da14a30a86a0f9f2189b8e5', '.a54547w2', 3, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-15 17:38:19','%Y-%m-%d %H:%i:%s'), '', 'cc1b4cc70af54410a9486e7d4babd5a7', '20230110/5aa18ddea43e428593339e08f0c3354b.jpg', 'p', 1, 1, '商务', '大气css3动画BUSINESS商务展会企业模板', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:32:51','%Y-%m-%d %H:%i:%s'), 0); +INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('f7f60ce133c6424c9f241884955e313f', '.t5575y4y', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:34:34','%Y-%m-%d %H:%i:%s'), '', 'cc3c8a326842433292ad1bf7cae7e1c1', '20230110/5464eb92f132460f86205386f93c1bb9.jpg', 'p', 1, 1, '', '二维码', '', STR_TO_DATE('2023-01-10 09:34:33','%Y-%m-%d %H:%i:%s'), 0); +INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('d4eb5bf3b4fb48848d95b9cfe7d8629e', '.he9g4d0j.0723u098', 12, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:38:39','%Y-%m-%d %H:%i:%s'), '丽康会是莱福怡家旗下从事健康养身、科学变美,集云端智能、科研、教学、线下服务为一体的大健康产业平台。', 'cca53a7338c042c0afa94f3183a652db', '20230109/45e0857beb7e4965900589cec7104b01.png', 'p', 1, 1, '企业网站,丽康会', '丽康会', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 16:04:26','%Y-%m-%d %H:%i:%s'), 0); +INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('b012217f22754e2ea04f8e7c5278e38b', '.he9g4d0j.5dwqhes7', 20, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:20:11','%Y-%m-%d %H:%i:%s'), '作为广东省唯一一所面向生态建设产业链及生态文明建设领域的高职院校、唯一一所牵头打造“广东森林生态综合示范园”的高职院校、唯一一所参与开展粤港澳大湾区世界级森林城市群建设的高职院校作为广东省唯一一所面向生态建设产业链及生态文明建设领域的高职院校,学校立足生态特色,服务面向农林渔业人才培养,把创新创业双创教育写入“十三五”“十四五”规划,引领双创教育全面融入人才培养,实现“专创融合”,形成了“双融五驱”的“生态版”专创融合育人模式,持续推进双创教学改革。', 'ced8d1640c87401ab0b2eaf0ab68757e', '20230109/1431bc857b4144359e4992b177149b3a.png', 'p', 1, 1, '', '广东生态工程职业学院大学生创新创业网站', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 13:52:34','%Y-%m-%d %H:%i:%s'), 0); +INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('1edfc172378945e5ad90867dbdde1cd9', '.96nbp5pc.6j0r9qzq', 1, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:59:06','%Y-%m-%d %H:%i:%s'), '在信息化与智能化教学环境下的课堂教学及管理模式改变是必然结果,通过信息化管理实现课堂教学模式与管理模式转变是未来发展的必然趋势,但是想要开发这样一个中小学管理系统也不是那么容易的,因为在开发的过程当中我们会遇到各种问题,下面就为大家讲解一下。', 'd33c271fbeef4f529a107500ece6cc7c', '20230110/76007fadcf204426af07caa1e6c163ef.jpg', 'p', 1, 1, '', '中小学管理系统开发过程中遇到的问题', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:46:15','%Y-%m-%d %H:%i:%s'), 2); +INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('e6cdbf119da14a30a86a0f9f2189b8e5', '.a54547w2', 5, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-15 17:28:10','%Y-%m-%d %H:%i:%s'), '大气orion渐变绿色css3响应式商业模板', 'd64d167032c84521ad21708cccc1f963', '20230110/5a7d2550c7fe478ebf92915261840945.jpg', 'p', 1, 1, 'css3,html5,bootstrap', '大气orion渐变绿色css3响应式商业模板', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:35:19','%Y-%m-%d %H:%i:%s'), 0); +INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('4b1968cc854745418c4c0d305fbe7e15', '.1hq8501w', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-16 09:49:55','%Y-%m-%d %H:%i:%s'), '', 'e738f12d050849fd9998ac01fd0f5ad7', '20190816\da8377d716dc473a8f35d7a1b1a078c4.jpg', 'p', 1, 1, '', '初学JAVA的同学可以下载源代码来进行学习交流', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2020-06-22 09:20:10','%Y-%m-%d %H:%i:%s'), 0); +INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('b0bb4daa71694c0ebdb59a986d11684f', '.2jk6313y', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:28:32','%Y-%m-%d %H:%i:%s'), '', 'f8ec213214764952815076dde18b8dcc', '20230110/f979828078ad4270a3fdfef2f4e8e2b9.png', 'p', 1, 1, '', '腾讯会议', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:29:05','%Y-%m-%d %H:%i:%s'), 0); +INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('44e864cda6a049349e1516ce40eaa58e', '.4ol61bbh.6rztc072', 8, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:19:37','%Y-%m-%d %H:%i:%s'), '', 'f9e263c42e7b41f8861ba64bc0404a6c', '', 'n', 1, 1, '', '2018年07月30日,梦想家发布1.0.0版本', '', STR_TO_DATE('2023-01-10 15:50:39','%Y-%m-%d %H:%i:%s'), 0); +INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('f7f60ce133c6424c9f241884955e313f', '.t5575y4y', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:18:13','%Y-%m-%d %H:%i:%s'), '', 'ffa10f74ca384bc0aae3ab3e1c1beebc', '20230110/86a33e7b1b3049488ea00b452789c5a6.jpg', 'p', 1, 1, '', '新闻中心Banner', '', STR_TO_DATE('2023-01-10 12:18:12','%Y-%m-%d %H:%i:%s'), 0); diff --git a/backups/2025-04-09/2025-04-09_system_article.sql b/backups/2025-04-09/2025-04-09_system_article.sql new file mode 100644 index 0000000..acbedf8 --- /dev/null +++ b/backups/2025-04-09/2025-04-09_system_article.sql @@ -0,0 +1,40 @@ +/* +Dreamer CMS 数据库备份工具 时间:2025-04-09 +*/ + +DROP TABLE IF EXISTS `system_article`; + +/* +Table structure for table `system_article` +*/ +CREATE TABLE `system_article` ( + `id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `aid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '主表ID', + `create_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `create_time` timestamp NOT NULL DEFAULT '2018-01-01 00:00:00', + `update_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `ext01` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext02` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext03` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext04` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext05` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `html_content` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin; + +/* +Data for table `system_article` +*/ +INSERT INTO `system_article`(`aid`, `content`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `html_content`, `id`, `update_by`, `update_time`) VALUES ('13037ae7e98048708cf9978368eeb820', '

ddd

', '', STR_TO_DATE('2018-01-01 00:00:00','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '', '36906ce147a34df8af6d076e3ded98f5', '', STR_TO_DATE('2020-07-07 17:08:25','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_article`(`aid`, `content`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `html_content`, `id`, `update_by`, `update_time`) VALUES ('755912b5365540479499a9272157ac3b', '', '', STR_TO_DATE('2018-01-01 00:00:00','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '', '431dc64e8d064aba95418674e5b11d7f', '', STR_TO_DATE('2020-07-07 17:38:53','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_article`(`aid`, `content`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `html_content`, `id`, `update_by`, `update_time`) VALUES ('b004ec8e2fb84b6a82141dabcc1962e0', '

', '', STR_TO_DATE('2018-01-01 00:00:00','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '', '4553752623b044589c5eba667163542c', '', STR_TO_DATE('2023-01-10 09:25:31','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_article`(`aid`, `content`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `html_content`, `id`, `update_by`, `update_time`) VALUES ('c4abe7b7a3b943a7a4a3a48533a6aa50', '

  1. 升级FastJson漏洞

  2. 修复Sql标签注入风险

  3. 修复Log4j漏洞

  4. 修改分页标签、栏目文档标签、SQL标签Bug

  5. 主题包的缩略图支持重新上传

', '', STR_TO_DATE('2018-01-01 00:00:00','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '', '4c0b32d99a8c4681a719972e615c8d24', '', STR_TO_DATE('2023-01-10 09:11:44','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_article`(`aid`, `content`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `html_content`, `id`, `update_by`, `update_time`) VALUES ('f9e263c42e7b41f8861ba64bc0404a6c', '

免费完整开源:基于MIT协议,源代码完全开源;
标签化建站:不需要专业的后台开发技能,只要使用系统提供的标签,就能轻松建设网站;
模版开发方便:支持在线上传模版包开发方便快捷;
每月更新:每月进行系统升级,分享更多好用的模版与插件;

', '', STR_TO_DATE('2018-01-01 00:00:00','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '', '65e932293e244fe0ab769c7dcba0cd5d', '', STR_TO_DATE('2023-01-10 15:19:36','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_article`(`aid`, `content`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `html_content`, `id`, `update_by`, `update_time`) VALUES ('50810efa568d4a8d96887def1f8bd110', '

环境准备

  1. Redis

  2. Tomcat8+

  3. Jdk1.8+

  4. Mysql5.5+(这里需要注意一下,Mysql5.7以上版本需要注意timestamp格式的字段设置为非必填)

  5. IDE(Sprint tools suite4 或 Idea)

Jar包部署

  1. 在IDE中将项目中的配置文件都修改好,然后执行maven打包命令,打包前强烈建议先clean。在Eclipse或Sprint tools suite4中打包,Console输出Success表示成功。如下图:

    1673313647725017827.png

  2. 打包完成后在项目目录下的target目录下会生成jar包,如下图

    1673313674043079792.png

Windows部署

  1. 将Jar文件复制到任意目录,建议不要在C盘,这里放在F:\Programes\目录下,如下图

    图片3.png

  2. 在该目录按住Shift键点击鼠标右键,点击在此处打开命令窗口,如下图

    图片4.png

  3. 在打开的命令行窗口中执行java -jar dreamer-cms.jar(如更换包名则对应修改此命令),启动如下图

    图片5.png

  4. 运行过程中,不要关闭该命令行窗口,到此Windows部署完成,这里需要注意的是资源路径一定要正确。

Linux部署

  1. 登录XShell或CRT到Linux系统,建议在/opt下进行部署操作,在/opt目录下新建如下目录:

mkdir programs
mkdir resources
  1. 将资源文件上传到resources/站点名/目录下,如下图

    图片6.png

  2. 打包时将application-对应环境.yml中的web.resource-path修改为/opt/resources/itechyou.cn/,如图

    图片7.png

  3. 将打好的Jar包上传到/opt/programs/目录下,如图

    图片8.png

  4. Linux运行Jar一定要在后台运行,否则关闭XShell或CRT程序会停止,这里可以使用Nohup或Screen。Nohup一般的Linux都自带,如没有请参考:

https://blog.csdn.net/weixin_43926604/article/details/96001694

Screen使用教程请参考:

https://blog.csdn.net/han0373/article/details/81352663
  1. 本教程使用Screen运行,安装Screen,命令如下:

yum install screen
  1. 运行Jar文件
    首次运行:需要使用Screen新建一个任务,命令如下

screen -S 任务名(这里建议站点名)

在此命令成功后,会启一个新的命令行界面,然后执行java -jar dreamer-cms.jar(如更换包名则对应修改此命令)命令即可,启动成功后退出Screen,退出一定要Ctrl + a + d
如果非首次运行:则需要先使用命令screen -r 任务名(填写新建任务时指定的名字)

screen -r iteachyou.cc

War包部署

war打包,需要把Spring Boot自带的Tomcat排除掉,具体操作步骤如下

  1. 添加servlet-api依赖

<!--添加servlet-api的依赖,用来打war包  -->
<dependency>
    <groupId>javax.servlet</groupId>
    <artifactId>javax.servlet-api</artifactId>
    <scope>provided</scope>
</dependency>
  1. 排除SpringBoot内置的Tomcat

<!--最终打成war包,排除内置的tomcat-->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-web</artifactId>
    <exclusions>
        <exclusion>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-tomcat</artifactId>
        </exclusion>
    </exclusions>
</dependency>
  1. 改造启动类
    修改前:

@EnableTransactionManagement
@SpringBootApplication
@MapperScan("cn.itechyou.cms.dao")
public class DreamerCMSApplication{

    public static void main(String[] args) {
        SpringApplication.run(DreamerCMSApplication.class,args);
    }
}

修改后:

@EnableTransactionManagement
@SpringBootApplication
@MapperScan("cn.itechyou.cms.dao")
public class DreamerCMSApplication extends SpringBootServletInitializer {

    public static void main(String[] args) {
        SpringApplication.run(DreamerCMSApplication.class,args);
    }

    @Override
    protected SpringApplicationBuilder configure(SpringApplicationBuilder builder) {
        return builder.sources(DreamerCMSApplication.class);
    }
}
  1. 在pom.xml中添加maven编译插件

<build>
    <plugins>
        <plugin>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-maven-plugin</artifactId>
        </plugin>
    </plugins>
</build>
  1. 修改pom.xml打包方式为war

<packaging>war</packaging>
  1. 然后执行打包命令(还是先clean再install)打包成功后在项目目录下的target目录下会生成war包。

Windows部署

下载Tomcat解压,将war包复制到webapps目录下,启动tomcat即可。

Linux部署

下载Tomcat解压,将war包上传到webapps目录下,启动tomcat即可。


', '', STR_TO_DATE('2018-01-01 00:00:00','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '', '84d6020cce5b41ed9508f1cb98ccacc3', '', STR_TO_DATE('2023-01-10 09:23:25','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_article`(`aid`, `content`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `html_content`, `id`, `update_by`, `update_time`) VALUES ('6a9d2d84c2cf4dae97e06b3af5c05e78', '', '', STR_TO_DATE('2018-01-01 00:00:00','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '', '869c49d8819045d78c1353026c2e6e42', '', STR_TO_DATE('2020-07-07 17:10:35','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_article`(`aid`, `content`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `html_content`, `id`, `update_by`, `update_time`) VALUES ('1a1314addf3443a68bc0922749524d0c', '

', '', STR_TO_DATE('2018-01-01 00:00:00','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '', 'ab6928949b0342af9970dcb78a4a10df', '', STR_TO_DATE('2023-01-10 09:26:47','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_article`(`aid`, `content`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `html_content`, `id`, `update_by`, `update_time`) VALUES ('38bb7cd1c12d4b698a6818aacc9c879c', '

Dreamer CMS部署手册.docx


', '', STR_TO_DATE('2018-01-01 00:00:00','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '', 'c68a880862484a82a233c04a5cf4161d', '', STR_TO_DATE('2023-01-10 15:23:28','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_article`(`aid`, `content`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `html_content`, `id`, `update_by`, `update_time`) VALUES ('7a4bc5cade9845bbb2528783d995ce20', '

随着信息技术的不断发展,智慧校园管理系统平台已经成为了学校管理的重要工具之一。从而使得校园内的信息流通更加顺畅,管理更加有效。

  智慧校园是什么?

  智慧校园是一种基于信息化和网络化的高效运营管理模式,它将学校的各项资源、设施、平台和服务整合在一起,帮助学校管理者实现对学校运营管理的全面掌握和精细化控制,为学生、家长、教师和学校管理者提供更加便捷、高效、优质的服务,从而推动学校的发展。

智慧校园管理系统平台组成

  智慧校园管理系统的组成部分

  1、校园门户:门户网站是学校对外交流的窗口,是校园管理的重要组成部分。校园网站为用户提供了便捷的信息查询和资源共享功能,让校园管理更加便捷高效。

  2、校园管理系统:校园管理系统是智慧校园的核心组成部分,负责管理学校的各项资源和运行状态。校园管理系统通过数据收集、分析和处理,为学校决策提供依据,帮助学校实现精细化管理。

  3、校园监控系统:校园监控系统是智慧校园的重要组成部分,负责监控学校的各项运行状态,为学校管理提供及时的信息支持。

智慧校园管理系统平台组成

  智慧校园管理平台的功能特性

  智慧校园管理平台的功能特性包括:学生成绩管理、宿舍管理、教室管理、图书馆管理、实验室管理、食堂管理、体育场馆管理、校车管理、校园卡管理、事务报修管理、校园公告管理、学生考勤管理、教师课程表管理等。

  总之,智慧校园管理系统平台的运用可以大大的提高学校的运行效率,从而为学生提供更加优质的教育服务。


', '', STR_TO_DATE('2018-01-01 00:00:00','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '', 'e1d4b98031704a8e975a106173748be2', '', STR_TO_DATE('2023-01-10 09:06:57','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_article`(`aid`, `content`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `html_content`, `id`, `update_by`, `update_time`) VALUES ('d33c271fbeef4f529a107500ece6cc7c', '

在信息化与智能化教学环境下的课堂教学及管理模式改变是必然结果,通过信息化管理实现课堂教学模式与管理模式转变是未来发展的必然趋势,但是想要开发这样一个中小学管理系统也不是那么容易的,因为在开发的过程当中我们会遇到各种问题,下面就为大家讲解一下。

  各种中小学管理信息系统的开发过程

  随着计算机技术的飞速发展,越来越多的学校开始使用计算机来管理学校的信息,这就需要开发一套完善的中小学管理信息系统。中小学管理信息系统的开发过程主要包括需求分析、系统设计、系统实现、系统测试、系统部署。需求分析是整个开发过程中最重要的一步,需要充分了解客户的需求,并对系统进行合理的设计。系统设计是根据客户的需求进行系统功能的设计,要经过多次反复设计和修改,直到设计符合客户需求为止。系统实现是根据设计文档进行系统的编码实现,并进行单元测试和集成测试。

中小学管理系统开发问题

  中小学管理信息系统开发遇到的一些问题

  1、数据管理问题:(1)数据采集是管理信息系统的基础工作,数据质量对于管理信息系统的发展起着至关重要的作用。然而,由于中小学管理信息化程度不高,许多学校的数据管理水平较低,导致数据质量差,严重影响了管理信息系统的正常运行。(2)学校数据库缺乏统一管理,各种信息系统之间的数据交换也很困难。学校各种信息系统大多独立运行,彼此之间没有很好的数据交换渠道,这使得学校的数据管理工作更加复杂。

  2、硬件设备问题:(1)硬件设备现状差,带宽小,功能陈旧。目前,我国中小学管理信息系统的硬件设备现状较差,多数学校的学生电脑只是单纯的文字处理设备,而且功能陈旧,缺乏互联网的应用。导致学校的管理信息系统发展受到了很大的限制。(2)硬件设备维护费用高,使用寿命短。由于我国中小学管理信息系统设备维护费用高,使用寿命短,导致学校管理信息系统的运行成本很高。

中小学管理系统开发问题

  3,软件开发问题:(1)界面不友好,使用不方便。目前,许多中小学管理信息系统的界面不友好,使用不方便,导致学校的管理效率低下。(2)功能单一,不能满足学校的实际需求。许多中小学管理信息系统的功能单一,很难满足学校的实际需求。因此,需要开发出更加实用的管理信息系统。

  4,人员配备问题:(1)技术人员知识水平低,专业能力弱。目前,许多中小学管理信息系统的技术人员知识水平较低,专业能力较弱,导致学校管理信息系统的开发和运行效率低下。(2)技术人员缺乏统一的管理机制。目前,许多中小学管理信息系统的技术人员缺乏统一的管理机制,导致学校管理信息系统的运行不是很科学和有效。


', '', STR_TO_DATE('2018-01-01 00:00:00','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '', 'eafed00363d143a1b5184497493db1ae', '', STR_TO_DATE('2023-01-10 08:59:05','%Y-%m-%d %H:%i:%s')); diff --git a/backups/2025-04-09/2025-04-09_system_attachment.sql b/backups/2025-04-09/2025-04-09_system_attachment.sql new file mode 100644 index 0000000..1f11ddd --- /dev/null +++ b/backups/2025-04-09/2025-04-09_system_attachment.sql @@ -0,0 +1,27 @@ +/* +Dreamer CMS 数据库备份工具 时间:2025-04-09 +*/ + +DROP TABLE IF EXISTS `system_attachment`; + +/* +Table structure for table `system_attachment` +*/ +CREATE TABLE `system_attachment` ( + `id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `code` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '标识码', + `filename` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '文件名', + `filesize` int DEFAULT NULL COMMENT '文件大小', + `filetype` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '文件类型', + `filepath` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '文件路径', + `create_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '创建人', + `create_time` timestamp NULL DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '更新人', + `update_time` timestamp NULL DEFAULT NULL COMMENT '更新时间', + PRIMARY KEY (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin; + +/* +Data for table `system_attachment` +*/ +INSERT INTO `system_attachment`(`code`, `create_by`, `create_time`, `filename`, `filepath`, `filesize`, `filetype`, `id`, `update_by`, `update_time`) VALUES ('ez159g51', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-12-25 05:47:34','%Y-%m-%d %H:%i:%s'), 'java1.8新特性.pptx', '20191225\acb604753b4c4d9ea281ae977d712f31.pptx', 113690, 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'abd987209da941349001c85ffece6eb1', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-12-25 05:47:34','%Y-%m-%d %H:%i:%s')); diff --git a/backups/2025-04-09/2025-04-09_system_cases.sql b/backups/2025-04-09/2025-04-09_system_cases.sql new file mode 100644 index 0000000..089b85a --- /dev/null +++ b/backups/2025-04-09/2025-04-09_system_cases.sql @@ -0,0 +1,26 @@ +/* +Dreamer CMS 数据库备份工具 时间:2025-04-09 +*/ + +DROP TABLE IF EXISTS `system_cases`; + +/* +Table structure for table `system_cases` +*/ +CREATE TABLE `system_cases` ( + `id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `aid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '主表ID', + `ext01` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext02` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext03` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext04` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext05` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `body` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin; + +/* +Data for table `system_cases` +*/ +INSERT INTO `system_cases`(`aid`, `body`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`) VALUES ('ced8d1640c87401ab0b2eaf0ab68757e', '

1673256268085098771.png

', '', '', '', '', '', '3d40572d8bb24c4eb2bfef414f4a4cae'); +INSERT INTO `system_cases`(`aid`, `body`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`) VALUES ('cca53a7338c042c0afa94f3183a652db', '

1.jpg

2.jpg

3.png

', '', '', '', '', '', 'b61babd4f83441c6a78e97097d7b4d42'); diff --git a/backups/2025-04-09/2025-04-09_system_category.sql b/backups/2025-04-09/2025-04-09_system_category.sql new file mode 100644 index 0000000..358b9af --- /dev/null +++ b/backups/2025-04-09/2025-04-09_system_category.sql @@ -0,0 +1,166 @@ +/* +Dreamer CMS 数据库备份工具 时间:2025-04-09 +*/ + +DROP TABLE IF EXISTS `system_category`; + +/* +Table structure for table `system_category` +*/ +CREATE TABLE `system_category` ( + `id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL, + `cnname` varchar(128) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '栏目名称', + `enname` varchar(64) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '栏目英文名称', + `code` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '编码', + `cat_seq` varchar(128) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '层级关系', + `form_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '表单ID', + `image_path` varchar(128) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '栏目图片', + `description` varchar(128) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '栏目描述', + `link_target` varchar(8) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '链接目标', + `page_size` int DEFAULT '20' COMMENT '分页数量', + `cat_model` int DEFAULT '20' COMMENT '栏目模型(1:封面;2:列表;3:外部链接)', + `visit_url` varchar(128) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '访问路径', + `cover_temp` varchar(128) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '封面模版', + `list_temp` varchar(128) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '列表模版', + `article_temp` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '内容页模版', + `link_url` varchar(128) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '链接路径', + `default_editor` varchar(10) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '默认编辑器', + `md_content` text CHARACTER SET utf8 COLLATE utf8_general_ci COMMENT 'md内容', + `html_content` text CHARACTER SET utf8 COLLATE utf8_general_ci COMMENT 'html内容', + `parent_id` varchar(128) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '上级栏目', + `is_show` int DEFAULT '1' COMMENT '公开选项(1公开;2:内部;3:专家)', + `level` varchar(10) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '栏目级别', + `sort` int DEFAULT '50' COMMENT '排序', + `is_input` int DEFAULT '0' COMMENT '是否允许投稿', + `create_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL, + `create_time` timestamp NOT NULL DEFAULT '2018-01-01 00:00:00', + `update_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL, + `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `ext01` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL, + `ext02` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL, + `ext03` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL, + `ext04` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL, + `ext05` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin CHECKSUM=1 DELAY_KEY_WRITE=1 ROW_FORMAT=DYNAMIC; + +/* +Data for table `system_category` +*/ +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.1hq8501w.4jh6co17.23varpqt', '学习型组织', '23varpqt', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:12:00','%Y-%m-%d %H:%i:%s'), 'ue', '结合企业组织架构,按不同部门和岗位科学安排培训学习任务,注重培训学习效果,打造学习型组织。', '', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', '03c6755382e14eceaaea08c37a625f76', '', 0, 1, '3', '1', '', '/list_article.html', '', 10, 'e65ee5ac3d6446dfa044bdd84b3d21fd', 50, '', STR_TO_DATE('2023-01-09 17:12:00','%Y-%m-%d %H:%i:%s'), ''); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.a56diet3.wtbdb7gu', '高扩展性', 'wtbdb7gu', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:58:39','%Y-%m-%d %H:%i:%s'), 'ue', '高扩展性', '', '', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '', '0a3839e138814800b5f90263e3ef06e4', '20230110/753188bccb7f49888856852e465dbff8.png', 0, 0, '2', '1', '', '/list_article.html', '', 10, '82163019e1da4f97b369162f67cba2a2', 50, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:31:08','%Y-%m-%d %H:%i:%s'), ''); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.9jdjs0s8', '轮播图', '9jdjs0s8', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:02:04','%Y-%m-%d %H:%i:%s'), 'ue', '', '', '', '', '', '', '', 'be8b37d8083e432fabec23c5ffff2796', '', '11a215320ee14543972e91f7f730171e', '', 0, 0, '1', '1', '', '/list_article.html', '', 10, '-1', 9, '', STR_TO_DATE('2023-04-11 11:27:36','%Y-%m-%d %H:%i:%s'), ''); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.1hq8501w.051fu5ij.t6vvi4a9', '流程繁琐复杂', 't6vvi4a9', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:59:35','%Y-%m-%d %H:%i:%s'), 'ue', '参会者多,嘉宾多,行程多,需要反复确认嘉宾和参会者日程,而工作人员就那些', '', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', '1595298033e74acbba9dadf3dad94682', '', 0, 1, '3', '1', '', '/list_article.html', '', 10, 'a600ba793293479fbbfe741749094f0c', 50, '', STR_TO_DATE('2023-01-09 16:59:34','%Y-%m-%d %H:%i:%s'), ''); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_news.html', 2, '.96nbp5pc.6j0r9qzq', '行业新闻', '6j0r9qzq', '', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:55:45','%Y-%m-%d %H:%i:%s'), 'ue', '洞悉互联网前沿资讯,探索技术品牌营销之道!', 'hangyexinwen', '', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '', '1edfc172378945e5ad90867dbdde1cd9', '', 0, 1, '2', '1', '', '/list_news.html', '', 10, 'bffea722cb924078bc25b3f6d900076f', 51, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:39:29','%Y-%m-%d %H:%i:%s'), 'hangyexinwen'); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_case.html', 2, '.he9g4d0j.v35683wr', '其它', 'v35683wr', '', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:19:07','%Y-%m-%d %H:%i:%s'), 'ue', '', 'qita', '', '', '', '', '', '6af72885122340c8966bd0e14a4aaae0', '', '242c2c03b22c48579b3c17d6e0fd5eae', '', 0, 1, '2', '1', '', '/list_case.html', '', 10, '592ef65f97264ecda6caeb284d9f6355', 54, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:59:57','%Y-%m-%d %H:%i:%s'), 'qita'); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_question.html', 2, '.4ol61bbh.mvpeun1s', '常见问题', 'mvpeun1s', '', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-16 10:33:33','%Y-%m-%d %H:%i:%s'), 'ue', '', 'changjianwenti', '', '', '', '', '', '0c3bd3829eda49a68a82b2e55262c6ad', '', '2512e4593b514db2a10841cbc8a63a23', '20190820\8ab5d68c3f9e4687816d1cbb083d9f71.jpg', 0, 1, '2', '1', '', '/list_question.html', '', 20, '4e1c58e65fa9423482cf1a29a6ef629b', 2, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:09:09','%Y-%m-%d %H:%i:%s'), 'changjianwenti'); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.76crpo3s.7757g2v6', '开源版', '7757g2v6', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:03:55','%Y-%m-%d %H:%i:%s'), 'ue', '适合个人和中小单位学习使用', 'kaiyuanban', '0', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '', '25d60404396c4c1a99c64feeff995355', '', 0, 0, '2', '1', '', '/list_article.html', '', 10, 'd63c35e50d1f42f49904f263b5571a87', 50, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:12:38','%Y-%m-%d %H:%i:%s'), ''); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.a56diet3.99dot8aq', '系统安全', '99dot8aq', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:59:57','%Y-%m-%d %H:%i:%s'), 'ue', '梦想家严格遵循 Web 安全规范,前后台双重验证,数据编码传输,密码加密存储等', '', '', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '', '2977d11e986240aea107713129bc96f9', '20230110/7981488b7581476eb5de5de10e74f07a.png', 0, 0, '3', '1', '', '/list_article.html', '', 10, '82163019e1da4f97b369162f67cba2a2', 50, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:05:08','%Y-%m-%d %H:%i:%s'), ''); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.1hq8501w.ghx3glm1.053xm0pt', '推动经济增长和发展', '053xm0pt', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:55:48','%Y-%m-%d %H:%i:%s'), 'ue', '刺激经济增长,为员工提供培训、技能提升机会和新计划。', '', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', '298897ac06a642b29defeefe4b1017aa', '', 0, 1, '3', '1', '', '/list_article.html', '', 10, '4a86a6d793494047b69f7f2cc37c08a9', 50, '', STR_TO_DATE('2023-01-09 16:55:48','%Y-%m-%d %H:%i:%s'), ''); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('', 1, '.1hq8501w.0n629d19', '企业', '0n629d19', '/index_solution.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:47:39','%Y-%m-%d %H:%i:%s'), 'ue', '助力企业智慧化管理,真正实现降本增效', 'qiye', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', '2fe2e97e76d14fcdaba543868daaeb6f', '', 0, 1, '2', '1', '', '', '', 10, '4b1968cc854745418c4c0d305fbe7e15', 53, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:27:27','%Y-%m-%d %H:%i:%s'), 'qiye'); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.5znbos25', '广告管理', '5znbos25', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:50:51','%Y-%m-%d %H:%i:%s'), 'ue', '', 'guanggaoguanli', '', '', '', '', '', '70ef18e654ff404c925a9621f042df9e', '', '3c35310d7f0d45cabb1e13462be8e996', '', 0, 0, '1', '1', '', '/list_article.html', '', 10, '-1', 11, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:29:07','%Y-%m-%d %H:%i:%s'), ''); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.76crpo3s.fm7ou72c', '旗舰版', 'fm7ou72c', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:06:15','%Y-%m-%d %H:%i:%s'), 'ue', '适合服务型中小单位及机构', 'qijianban', '3980', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '', '3e7f0b04636b48acaf9d590bf6726294', '', 0, 0, '2', '1', '', '/list_article.html', '', 10, 'd63c35e50d1f42f49904f263b5571a87', 52, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:12:49','%Y-%m-%d %H:%i:%s'), ''); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_version.html', 2, '.4ol61bbh.6rztc072', '版本说明', '6rztc072', '', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-20 10:44:38','%Y-%m-%d %H:%i:%s'), 'ue', '', 'banbenshuomin', '', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '

梦想家CMS内容管理系统开源版J2EE代码

当前版本:2.0.1

梦想家CMS官网:http://www.itechyou.cn
模版标签开发教程请参考:http://doc.itechyou.cn

QQ群交流:

DreamerCMS(梦想家CMS内容管理系统)公开解决了快速搭建展示型网站(如:企业官网、技术博客、信息门户等)的框架体系,是电子政务、电信综合门户、企业信息门户、知识管理平台、电子商务平台的基础性软件系统。可以帮助政府、企业或组织灵活、准确、高效、智能地管理信息内容,实现信息的采集、加工、审核、发布、存储、检索、统计、分析、 反馈等整个信息生命周期的管理。采用时下最流行的Springboot+thymeleaf框架搭建,具有灵活小巧,配置简单,标签化模版,快速开发等特点。主要解决公司搭建网站成本高、投入大、周期长等问题,也可作为初创公司很好的基础技术框架。使用过程中不需要专业的后端技术开发技能,只要使用系统提供的模版标签,即可轻轻松松建设网站。

DreamerCMS从2.0.0版本开始采用了解析式引擎与编译式引擎并存的模式,由于在解析模版时,解析式引擎拥有巨大的优势,但对于动态浏览的互动性质的页面,编译式引擎更实用高效,DreamerCMS采用双引擎并存的模式,在保持标签风格一致性的同时,也保证将来开发更多互动模块时有更好的性能和更好的扩展。

特点

面向对象

技术框架

系统结构

系统结构
系统结构

开发环境

建议开发者使用以下环境,这样避免版本带来的问题

快速入门

CMS包括两个部分(代码部分、资源部分)代码不多说。资源就是图片、模版等,该目录在application.yml中web.resource-path配置项目中配置。

  1. 克隆项目到本地工作空间

  2. 导入Eclipse或Sts等开发工具(推荐使用Spring Tools Suite 4)(项目中缺少的google/kaptcha.jar在附件中,大家自行下载)

  3. 项目需要Redis,请自行修改application.yml中Redis配置

  4. 修改项目资源目录,application.yml文件web.resource-path配置项(如D:/dreamer-cms/)

  5. 将项目src/main/resources/db/dreamer-cms.zip文件解压,保证解压后的目录路径的名称和资源目录一致

  6. 运行项目DreamerBlogApplication.java

  7. 网站首页:http://localhost:8888 项目管理后台:http://localhost:8888/admin

  8. 管理后台用户名:wangjn;密码:123456

  9. 模版标签开发教程请参考:http://doc.itechyou.cn 


', '44e864cda6a049349e1516ce40eaa58e', '20190820\aad2aaef17ca4cb49b3ffac27c29bb02.png', 0, 1, '2', '1', '', '/list_version.html', '# 梦想家CMS内容管理系统开源版J2EE代码 + +当前版本:1.0.1 + +梦想家CMS官网:[http://www.itechyou.cn](www.itechyou.cn) + +QQ群交流: +- ①597652651 + +Dreamer CMS 梦想家内容发布系统是国内首款java开发的内容发布系统,采用最流行的springboot+thymeleaf框架搭建,灵活小巧,配置简单。 + +# 特点 +* 免费完整开源:基于MIT协议,源代码完全开源; +* 标签化建站:不需要专业的后台开发技能,只要使用系统提供的标签,就能轻松建设网站; +* 模版开发方便:支持在线上传模版包开发方便快捷; +* 每月更新:每月进行系统升级,分享更多好用的模版与插件; + +# 面向对象 +* Dreamer CMS是企业在创立初期很好的技术基础框架,加快公司项目开发进度,当然也可以对现有的系统进行升级; +* 个人开发者也可以使用Dreamer CMS承接外包项目; +* 初学JAVA的同学可以下载源代码来进行学习交流; + +# 技术框架 +* 核心框架:Spring Boot 2 +* 安全框架:Apache Shiro 1.5 +* 视图框架:Spring MVC 4 +* 持久层框架:MyBatis 3 +* 日志管理:Log4j2 +* 模版框架:Thymeleaf +* JS框架:jQuery,Bootstrap +* CSS框架:Bootstrap +* 富文本:Ueditor、editor.md + +# 系统结构 +![系统结构](http://itechyou.cn/uploads/allimg/180930/1-1P9301149510-L.jpg "系统结构") + +# 开发环境 +建议开发者使用以下环境,这样避免版本带来的问题 +* IDE:Spring Tool Suite(STS) +* DB:Mysql 5.7 +* JDK:jdk8 + +# 快速入门 +* 克隆项目到本地 +* 导入Eclipse或Sts等开发工具 +* 项目需要Redis,请自行修改application.yml中Redis配置 +* 将项目主页附件标签页里的dreamer-blog.zip附件下载并解压到D盘根目录 +* 运行项目DreamerBlogApplication.java +* 项目首页:http://localhost:8888;项目管理后台:http://localhost:8888/admin +* 管理后台用户名:wangjn;密码:123456 + +# 系统美图 +![后台登录](http://itechyou.cn/uploads/allimg/180930/1-1P9301135560-L.png) + +![系统管理](http://itechyou.cn/uploads/allimg/180930/1-1P9301136210-L.png) + +![发布文章](http://itechyou.cn/uploads/allimg/180930/1-1P9301136400-L.png) + +![前台首页](http://itechyou.cn/uploads/allimg/180930/1-1P930113A10-L.png)', 10, '4e1c58e65fa9423482cf1a29a6ef629b', 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-23 13:26:09','%Y-%m-%d %H:%i:%s'), 'banbenshuomin'); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_message.html', 2, '.wqz18j7q', '留言咨询', 'wqz18j7q', '', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2020-07-22 06:18:43','%Y-%m-%d %H:%i:%s'), 'md', '', 'liuyanzixun', '', '', '', '', '', '33a091d40c5e484b880daa744ef4e8aa', '', '46041acafe0444ac95870f165977b6a0', '', 1, 0, '1', '1', '', '/list_message.html', '', 10, '-1', 10, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:28:09','%Y-%m-%d %H:%i:%s'), 'liuyanzixun'); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.1hq8501w.0n629d19.rx9e963g', '加快您成功步伐', 'rx9e963g', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:04:40','%Y-%m-%d %H:%i:%s'), 'ue', '当今时代,局势瞬息万变。我们拥有无可比拟的威胁情报,只要是发现过一次的威胁,就能在所有位置保护企业免受危害。', '', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', '49432403d97a4220be6860ebe8daab21', '', 0, 1, '3', '1', '', '/list_article.html', '', 10, '2fe2e97e76d14fcdaba543868daaeb6f', 50, '', STR_TO_DATE('2023-01-09 17:04:39','%Y-%m-%d %H:%i:%s'), ''); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('', 1, '.1hq8501w.ghx3glm1', '政府', 'ghx3glm1', '/index_solution.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:41:55','%Y-%m-%d %H:%i:%s'), 'ue', '赋予每个政府机构和每个人以强大的力量,助其取得更大成就。', 'zhengfu', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '

赋予每个政府机构和每个人以强大的力量,助其取得更大成就。

', '4a86a6d793494047b69f7f2cc37c08a9', '', 0, 1, '2', '1', '', '', '', 10, '4b1968cc854745418c4c0d305fbe7e15', 51, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:25:49','%Y-%m-%d %H:%i:%s'), 'zhengfu'); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/index_solution.html', 2, '.1hq8501w', '解决方案', '1hq8501w', '', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-16 09:06:45','%Y-%m-%d %H:%i:%s'), 'md', '', 'jiejuefangan', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', '4b1968cc854745418c4c0d305fbe7e15', '', 0, 0, '1', '1', '', '/index_solution.html', '', 20, '-1', 3, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:37:56','%Y-%m-%d %H:%i:%s'), 'jiejuefangan'); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_news.html', 2, '.96nbp5pc.c44273d2', '公司新闻', 'c44273d2', '', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:55:31','%Y-%m-%d %H:%i:%s'), 'ue', '梦想家官方新闻信息发布!', 'gongsixinwen', '', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '', '4b8e8982fe164177ac85273cb82381b7', '', 0, 1, '2', '1', '', '/list_news.html', '', 10, 'bffea722cb924078bc25b3f6d900076f', 50, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:32:40','%Y-%m-%d %H:%i:%s'), 'gongsixinwen'); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('', 1, '.4ol61bbh', '框架介绍', '4ol61bbh', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-15 15:51:16','%Y-%m-%d %H:%i:%s'), 'md', 'Dreamer CMS 梦想家内容发布系统是国内首款java开发的内容发布系统,采用最流行的springboot+thymeleaf框架搭建,灵活小巧,配置简单。', 'kuangjiajieshao', '', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '', '4e1c58e65fa9423482cf1a29a6ef629b', '20190816\a04bfda9e80549c28dbd2e6ccc2c7134.png', 0, 1, '1', '1', '', '', '', 20, '-1', 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 14:00:05','%Y-%m-%d %H:%i:%s'), 'framework'); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_version.html', 2, '.he9g4d0j', '成功案例', 'he9g4d0j', '', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-15 15:58:41','%Y-%m-%d %H:%i:%s'), 'md', '', 'chenggonganli', '', '', '', '', '', '6af72885122340c8966bd0e14a4aaae0', '', '592ef65f97264ecda6caeb284d9f6355', '', 0, 1, '1', '1', '', '/list_version.html', '', 10, '-1', 2, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:25:31','%Y-%m-%d %H:%i:%s'), 'versionnotes'); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('', 1, '.1hq8501w.pqm57986', '学校', 'pqm57986', '/index_solution.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:47:55','%Y-%m-%d %H:%i:%s'), 'ue', '学生是我国的一个特殊群体,增强学生体质, 促进学生健康成长,是关系到国家和民族未来的大事。', 'xuexiao', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', '65e4d88ccf6e4334a80511455530ba2f', '', 0, 1, '2', '1', '', '', '', 10, '4b1968cc854745418c4c0d305fbe7e15', 54, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:27:47','%Y-%m-%d %H:%i:%s'), 'xuexiao'); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_download.html', 2, '.4ol61bbh.yjug0grv', '下载中心', 'yjug0grv', '', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:21:39','%Y-%m-%d %H:%i:%s'), 'ue', '', 'xiazaizhongxin', '', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '', '6b01c5f9ce5b4f49898916d19f7184a7', '', 0, 1, '2', '1', '', '/list_download.html', '', 10, '4e1c58e65fa9423482cf1a29a6ef629b', 3, '', STR_TO_DATE('2023-01-10 15:21:52','%Y-%m-%d %H:%i:%s'), 'xiazaizhongxin'); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.1hq8501w.pqm57986.2b9ily3d', '基于数据和事实', '2b9ily3d', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:09:44','%Y-%m-%d %H:%i:%s'), 'ue', '基于数据和事实的实证分析,立足于区域生涯教育的基础和开展现状', '', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', '70e1e8c4d7ca412084024a2dd4672197', '', 0, 1, '3', '1', '', '/list_article.html', '', 10, '65e4d88ccf6e4334a80511455530ba2f', 50, '', STR_TO_DATE('2023-01-09 17:09:44','%Y-%m-%d %H:%i:%s'), ''); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.76crpo3s.q4xf51aq', '定制开发', 'q4xf51aq', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:06:33','%Y-%m-%d %H:%i:%s'), 'ue', '有较高要求且并无自己开发团队的单位', 'dingzhikaifa', '9998', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '', '73081483318b41e1b8ee562080efe409', '', 0, 0, '2', '1', '', '/list_article.html', '', 10, 'd63c35e50d1f42f49904f263b5571a87', 53, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:13:13','%Y-%m-%d %H:%i:%s'), ''); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.1hq8501w.0n629d19.14a3rjst', '简化安全保护', '14a3rjst', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:04:21','%Y-%m-%d %H:%i:%s'), 'ue', '通过快速部署获得强大的保护,利用自动、准确的警报来节省时间。因此,您可以将精力集中在对业务最重要的工作上。', '', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', '761ac0b9f95a47c198728730efa43021', '', 0, 1, '3', '1', '', '/list_article.html', '', 10, '2fe2e97e76d14fcdaba543868daaeb6f', 50, '', STR_TO_DATE('2023-01-09 17:04:21','%Y-%m-%d %H:%i:%s'), ''); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.76crpo3s.d609j3p6', '基础版', 'd609j3p6', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:04:42','%Y-%m-%d %H:%i:%s'), 'ue', '适合中小单位,有自己开发团队', 'jichuban', '998', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '', '7af674e079634958a7d867dfa59e923b', '', 0, 0, '2', '1', '', '/list_article.html', '', 10, 'd63c35e50d1f42f49904f263b5571a87', 51, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:12:28','%Y-%m-%d %H:%i:%s'), ''); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.a56diet3', '框架特点', 'a56diet3', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:32:42','%Y-%m-%d %H:%i:%s'), 'ue', '', 'kuangjiatedian', '', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '', '82163019e1da4f97b369162f67cba2a2', '', 0, 0, '1', '1', '', '/list_article.html', '', 10, '-1', 8, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:29:41','%Y-%m-%d %H:%i:%s'), ''); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_news.html', 2, '.96nbp5pc.zac9idyl', '更新记录', 'zac9idyl', '', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:56:08','%Y-%m-%d %H:%i:%s'), 'ue', '系统代码每日更新每周发布!', 'gengxinjilu', '', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '', '83d306aaf1654e81aaef795fc2f9e5b4', '', 0, 1, '2', '1', '', '/list_news.html', '', 10, 'bffea722cb924078bc25b3f6d900076f', 52, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:39:53','%Y-%m-%d %H:%i:%s'), 'gengxinjilu'); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.1hq8501w.4jh6co17.11iu2t92', '知识库', '11iu2t92', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:11:41','%Y-%m-%d %H:%i:%s'), 'ue', '通过数字化平台转化承载培训学习课程内容,沉淀企业知识库,为企业经营管理赋能。', '', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', '952409c1bfa64b5085adef42bb29be7e', '', 0, 1, '3', '1', '', '/list_article.html', '', 10, 'e65ee5ac3d6446dfa044bdd84b3d21fd', 50, '', STR_TO_DATE('2023-01-09 17:11:41','%Y-%m-%d %H:%i:%s'), ''); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_case.html', 2, '.he9g4d0j.3m1s0813', '协会', '3m1s0813', '', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:18:44','%Y-%m-%d %H:%i:%s'), 'ue', '', '', '', '', '', '', '', '6af72885122340c8966bd0e14a4aaae0', '', '9d4acd99218041be9733c4e7e11cf65b', '', 0, 1, '2', '1', '', '/list_case.html', '', 10, '592ef65f97264ecda6caeb284d9f6355', 51, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:59:21','%Y-%m-%d %H:%i:%s'), 'xiehui'); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('', 1, '.1hq8501w.051fu5ij', '协会', '051fu5ij', '/index_solution.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:47:13','%Y-%m-%d %H:%i:%s'), 'ue', '流程繁琐复杂 邀约渠道复杂 互动场景单一 参会者数据单一', 'xiehui', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', 'a600ba793293479fbbfe741749094f0c', '', 0, 1, '2', '1', '', '', '', 10, '4b1968cc854745418c4c0d305fbe7e15', 52, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:24:43','%Y-%m-%d %H:%i:%s'), ''); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_case.html', 2, '.he9g4d0j.5dwqhes7', '学校', '5dwqhes7', '', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:19:01','%Y-%m-%d %H:%i:%s'), 'ue', '', 'xuexiao', '', '', '', '', '', '6af72885122340c8966bd0e14a4aaae0', '', 'b012217f22754e2ea04f8e7c5278e38b', '', 0, 1, '2', '1', '', '/list_case.html', '', 10, '592ef65f97264ecda6caeb284d9f6355', 53, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:33:12','%Y-%m-%d %H:%i:%s'), 'xuexiao'); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/list_partner.html', 2, '.2jk6313y', '友情链接', '2jk6313y', '', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-16 09:59:32','%Y-%m-%d %H:%i:%s'), 'md', '我们深知合作才能共赢,和众多知名企业达成深入合作', 'youqinglianjie', '', '', '', '', '', '02c73a0271644e8c91cf2400d9325e93', '', 'b0bb4daa71694c0ebdb59a986d11684f', '20230110/76a88172a972475b880559b1ca7d26ff.jpg', 0, 0, '1', '1', '', '/list_partner.html', '', 20, '-1', 12, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:29:10','%Y-%m-%d %H:%i:%s'), 'youqinglianjie'); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.1hq8501w.ghx3glm1.6jxfu5dd', '建设可持续发展未来', '6jxfu5dd', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:56:34','%Y-%m-%d %H:%i:%s'), 'ue', '利用新兴技术的力量创造更美好的未来。', '', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', 'be57321bea0544e19893d2ee1af59905', '', 0, 1, '3', '1', '', '/list_article.html', '', 10, '4a86a6d793494047b69f7f2cc37c08a9', 50, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:57:42','%Y-%m-%d %H:%i:%s'), ''); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.96nbp5pc', '新闻中心', '96nbp5pc', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:53:05','%Y-%m-%d %H:%i:%s'), 'ue', '', 'xinwenzhongxin', '', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '', 'bffea722cb924078bc25b3f6d900076f', '', 0, 1, '1', '1', '', '/list_article.html', '', 10, '-1', 7, '', STR_TO_DATE('2023-04-11 11:26:44','%Y-%m-%d %H:%i:%s'), ''); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.1hq8501w.pqm57986.zed41a8s', '数字校园建设目标', 'zed41a8s', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:07:08','%Y-%m-%d %H:%i:%s'), 'ue', '实现校园内教学、科研、管理、服务的数字化、信息化、网络化,深化教育改革,提高办学质量、办学效益和科研水平', '', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', 'd02273e3bf9e4f5abb7fec9d1dbcf66e', '', 0, 1, '3', '1', '', '/list_article.html', '', 10, '65e4d88ccf6e4334a80511455530ba2f', 50, '', STR_TO_DATE('2023-01-09 17:07:07','%Y-%m-%d %H:%i:%s'), ''); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.1hq8501w.ghx3glm1.tj129c0d', '提供安全可靠的服务', 'tj129c0d', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:56:19','%Y-%m-%d %H:%i:%s'), 'ue', '通过采用最高安全性和合规性标准,构建值得信赖的政府服务。', '', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', 'd0d962be6aa34be8a4ec4df87124f09f', '', 0, 1, '3', '1', '', '/list_article.html', '', 10, '4a86a6d793494047b69f7f2cc37c08a9', 50, '', STR_TO_DATE('2023-01-09 16:56:18','%Y-%m-%d %H:%i:%s'), ''); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_case.html', 2, '.he9g4d0j.0723u098', '企业', '0723u098', '', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:18:56','%Y-%m-%d %H:%i:%s'), 'ue', '', 'qiye', '', '', '', '', '', '6af72885122340c8966bd0e14a4aaae0', '', 'd4eb5bf3b4fb48848d95b9cfe7d8629e', '', 0, 1, '2', '1', '', '/list_case.html', '', 10, '592ef65f97264ecda6caeb284d9f6355', 52, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 13:53:06','%Y-%m-%d %H:%i:%s'), 'qiye'); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('', 1, '.76crpo3s', '产品价格', '76crpo3s', '/index_price.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-15 15:54:13','%Y-%m-%d %H:%i:%s'), 'ue', '', 'chanpinjiage', '', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '

CMS包括两个部分(代码部分、资源部分)代码不多说。资源就是图片、模版等,该目录在application.yml中web.resource-path配置项目中配置。视频教程:


链接:https://pan.baidu.com/s/1plsfBl_ds_5TkVa-yRkESQ 

提取码:2c8i


1、克隆项目到本地工作空间

2、导入Eclipse或Sts等开发工具(推荐使用Spring Tools Suite 4)(项目中缺少的google/kaptcha.jar在附件中,大家自行下载)

3、项目需要Redis,请自行修改application.yml中Redis配置

4、修改项目资源目录,application.yml文件web.resource-path配置项(如D:/dreamer-cms/)

5、将项目src/main/resources/db/dreamer-cms.zip文件解压,保证解压后的目录路径的名称和资源目录一致

6、运行项目DreamerCMSApplication.java

7、网站首页:http://localhost:8888 项目管理后台:http://localhost:8888/admin

8、管理后台用户名:wangjn;密码:123456

9、模版标签开发教程请参考:http://doc.itechyou.cn 


', 'd63c35e50d1f42f49904f263b5571a87', '20190819\7600b31a769b470d87a013254f85dccf.png', 0, 1, '1', '1', '', '', '####1.克隆项目到本地 +####2.导入Eclipse或Sts等开发工具 +####3.项目需要Redis,请自行修改application.yml中Redis配置 +####4.将项目主页附件标签页里的dreamer-blog.zip附件下载并解压到D盘根目录 +####5.运行项目DreamerBlogApplication.java +####6.项目首页:http://localhost:8888 +####7.项目管理后台:http://localhost:8888/admin +####8.管理后台用户名:wangjn;密码:123456', 10, '-1', 4, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:25:59','%Y-%m-%d %H:%i:%s'), 'chanpinjiage'); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.1hq8501w.051fu5ij.65gl4ltz', '互动场景单一', '65gl4ltz', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:00:05','%Y-%m-%d %H:%i:%s'), 'ue', '互动场景少,内容触达难实现,参会者反馈和体验无法收集', '', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', 'd6faeba421ad41649934b0b332bddd2d', '', 0, 1, '3', '1', '', '/list_article.html', '', 10, 'a600ba793293479fbbfe741749094f0c', 50, '', STR_TO_DATE('2023-01-09 17:00:05','%Y-%m-%d %H:%i:%s'), ''); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.1hq8501w.0n629d19.nky008yg', '保护您的未来', 'nky008yg', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:04:55','%Y-%m-%d %H:%i:%s'), 'ue', '您再也不必随着业务的增长而不断更改安全策略。充分利用我们的资源和专业知识,推动您的企业向前发展。', '', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', 'dc77f8eb4d884c19820b47cd6d7599d3', '', 0, 1, '3', '1', '', '/list_article.html', '', 10, '2fe2e97e76d14fcdaba543868daaeb6f', 50, '', STR_TO_DATE('2023-01-09 17:04:54','%Y-%m-%d %H:%i:%s'), ''); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('', 3, '.71e2w1xx', '参考手册', '71e2w1xx', '', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-15 15:55:33','%Y-%m-%d %H:%i:%s'), 'md', '', 'cankaoshouce', '', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '', 'e5297d56df9a4e8ead60c4347e2dd5c4', '', 0, 1, '1', '1', 'http://doc.iteachyou.cc', '', '', 10, '-1', 5, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:26:11','%Y-%m-%d %H:%i:%s'), 'cankaoshouce'); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('', 1, '.1hq8501w.4jh6co17', '其它', '4jh6co17', '/index_solution.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:48:11','%Y-%m-%d %H:%i:%s'), 'ue', '满足多行业多类型数字化建设需求!', 'qita', '', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '', 'e65ee5ac3d6446dfa044bdd84b3d21fd', '', 0, 1, '2', '1', '', '', '', 10, '4b1968cc854745418c4c0d305fbe7e15', 55, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:28:08','%Y-%m-%d %H:%i:%s'), ''); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_template.html', 2, '.a54547w2', '模版中心', 'a54547w2', '', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-15 15:55:05','%Y-%m-%d %H:%i:%s'), 'md', '', 'templates', '', '', '', '', '', '9b5112043c2240d8823bd15759c67604', '', 'e6cdbf119da14a30a86a0f9f2189b8e5', '', 0, 1, '1', '1', '', '/list_template.html', '', 10, '-1', 6, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:26:21','%Y-%m-%d %H:%i:%s'), 'mobanzhongxin'); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.a56diet3.k1903n54', '免费开源', 'k1903n54', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:01:18','%Y-%m-%d %H:%i:%s'), 'ue', '梦想家坚持开放源代码', '', '', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '', 'e6f5b4d7ccdd4947a3460ae149c0cd08', '20230110/fb6de1985900433998885ec14d231de5.png', 0, 0, '2', '1', '', '/list_article.html', '', 10, '82163019e1da4f97b369162f67cba2a2', 50, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:31:10','%Y-%m-%d %H:%i:%s'), ''); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.t5575y4y', '图片管理', 't5575y4y', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:33:58','%Y-%m-%d %H:%i:%s'), 'ue', '', 'tupianguanli', '', '', '', '', '', 'cb42e2d801554573be6a616c5847d9ae', '', 'f7f60ce133c6424c9f241884955e313f', '', 0, 0, '1', '1', '', '/list_article.html', '', 10, '-1', 13, '', STR_TO_DATE('2023-04-11 11:29:22','%Y-%m-%d %H:%i:%s'), ''); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('', 1, '.4ol61bbh.ir1k18x0', '关于我们', 'ir1k18x0', '/index_about.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:20:30','%Y-%m-%d %H:%i:%s'), 'ue', '', 'guanyuwomen', '', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '

DreamerCMS(梦想家CMS内容管理系统)史上最精简的CMS系统,完全开源、完全免费。公开解决了快速搭建展示型网站(如:企业官网、技术博客、信息门户等)的框架体系,是电子政务、电信综合门户、企业信息门户、知识管理平台、电子商务平台的基础性软件系统。可以帮助政府、企业或组织灵活、准确、高效、智能地管理信息内容,实现信息的采集、加工、审核、发布、存储、检索、统计、分析、 反馈等整个信息生命周期的管理。采用时下最流行的Springboot+thymeleaf框架搭建,具有灵活小巧,配置简单,标签化模版,快速开发等特点。主要解决公司搭建网站成本高、投入大、周期长等问题,也可作为初创公司很好的基础技术框架。使用过程中不需要专业的后端技术开发技能,只要使用系统提供的模版标签,即可轻轻松松建设网站。

DreamerCMS从2.0.0版本开始采用了解析式引擎与编译式引擎并存的模式,由于在解析模版时,解析式引擎拥有巨大的优势,但对于动态浏览的互动性质的页面,编译式引擎更实用高效,DreamerCMS采用双引擎并存的模式,在保持标签风格一致性的同时,也保证将来开发更多互动模块时有更好的性能和更好的扩展。


', 'f96b26b8b6354cacb5e399691f508d90', '', 0, 1, '2', '1', '', '', '', 10, '4e1c58e65fa9423482cf1a29a6ef629b', 4, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:49:03','%Y-%m-%d %H:%i:%s'), 'guanyuwomen'); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.1hq8501w.ghx3glm1.f53449nw', '实现个性化数字体验', 'f53449nw', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:56:05','%Y-%m-%d %H:%i:%s'), 'ue', '利用政府解决方案为个人和企业提供可访问的包容性平台和增强数字服务。', '', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', 'f9ce4a50a61f4eae9126b56adf662c78', '', 0, 1, '3', '1', '', '/list_article.html', '', 10, '4a86a6d793494047b69f7f2cc37c08a9', 50, '', STR_TO_DATE('2023-01-09 16:56:05','%Y-%m-%d %H:%i:%s'), ''); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_case.html', 2, '.he9g4d0j.48385ou5', '政府', '48385ou5', '', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:18:34','%Y-%m-%d %H:%i:%s'), 'ue', '', '', '', '', '', '', '', '6af72885122340c8966bd0e14a4aaae0', '', 'fb328a91d945438782966c46f93657b1', '', 0, 1, '2', '1', '', '/list_case.html', '', 10, '592ef65f97264ecda6caeb284d9f6355', 50, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:13:59','%Y-%m-%d %H:%i:%s'), 'zhengfu'); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.1hq8501w.pqm57986.7oi03nj0', '助力教师提升专业水平', '7oi03nj0', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:10:21','%Y-%m-%d %H:%i:%s'), 'ue', '帮助学校生涯教师提升专业水平,提高学校生涯课程教学的质量', '', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', 'fb7ad1bd604e4860b8ca6e7e3a956adf', '', 0, 1, '3', '1', '', '/list_article.html', '', 10, '65e4d88ccf6e4334a80511455530ba2f', 50, '', STR_TO_DATE('2023-01-09 17:10:21','%Y-%m-%d %H:%i:%s'), ''); +INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.a56diet3.843984ue', '工匠精神', '843984ue', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:50:31','%Y-%m-%d %H:%i:%s'), 'ue', '梦想家用了近8年的技术沉淀,几乎适应于全行业、全领域,特别擅长企业、政府、医疗、金融的二次开发', '', '', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '', 'fee545f0fba4464abb189fd0c8911288', '20230110/d0e3506ad119451cbf1dbf4fcf658775.png', 0, 0, '2', '1', '', '/list_article.html', '', 10, '82163019e1da4f97b369162f67cba2a2', 50, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:31:12','%Y-%m-%d %H:%i:%s'), ''); diff --git a/backups/2025-04-09/2025-04-09_system_fields.sql b/backups/2025-04-09/2025-04-09_system_fields.sql new file mode 100644 index 0000000..4848400 --- /dev/null +++ b/backups/2025-04-09/2025-04-09_system_fields.sql @@ -0,0 +1,45 @@ +/* +Dreamer CMS 数据库备份工具 时间:2025-04-09 +*/ + +DROP TABLE IF EXISTS `system_fields`; + +/* +Table structure for table `system_fields` +*/ +CREATE TABLE `system_fields` ( + `id` varchar(32) NOT NULL, + `form_id` varchar(32) NOT NULL, + `field_text` varchar(32) DEFAULT NULL COMMENT '字段提示名', + `field_name` varchar(128) NOT NULL COMMENT '字段名', + `type` int DEFAULT '1' COMMENT '类型:0系统自动生成表单字段', + `data_type` varchar(32) DEFAULT NULL COMMENT '数据类型', + `default_value` varchar(128) DEFAULT NULL COMMENT '默认值', + `max_length` int DEFAULT NULL COMMENT '最大长度', + `create_by` varchar(32) DEFAULT NULL, + `create_time` timestamp NOT NULL DEFAULT '2018-01-01 00:00:00', + `update_by` varchar(32) DEFAULT NULL, + `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `ext01` varchar(32) DEFAULT NULL, + `ext02` varchar(32) DEFAULT NULL, + `ext03` varchar(32) DEFAULT NULL, + `ext04` varchar(32) DEFAULT NULL, + `ext05` varchar(32) DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/* +Data for table `system_fields` +*/ +INSERT INTO `system_fields`(`create_by`, `create_time`, `data_type`, `default_value`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `field_name`, `field_text`, `form_id`, `id`, `max_length`, `type`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2018-09-21 11:51:24','%Y-%m-%d %H:%i:%s'), 'html', '', '', '', '', '', '', 'content', '文章内容', 'c17ddcad9fb149a6bf90f7bba0e0696b', '01a3d20d81f24d678d50238fcd5892ca', 200, 1, '', STR_TO_DATE('2018-09-21 11:51:24','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_fields`(`create_by`, `create_time`, `data_type`, `default_value`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `field_name`, `field_text`, `form_id`, `id`, `max_length`, `type`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-20 11:30:53','%Y-%m-%d %H:%i:%s'), 'html', '', '', '', '', '', '', 'body', '内容', '9b5112043c2240d8823bd15759c67604', '125fcd235ab5419ca50e513485f359cf', 200, 1, '', STR_TO_DATE('2019-08-20 11:30:53','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_fields`(`create_by`, `create_time`, `data_type`, `default_value`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `field_name`, `field_text`, `form_id`, `id`, `max_length`, `type`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:01:45','%Y-%m-%d %H:%i:%s'), 'varchar', '#', '', '', '', '', '', 'href', '链接地址', 'be8b37d8083e432fabec23c5ffff2796', '86380936c8f8411a9caaf9d9301dca32', 128, 1, '', STR_TO_DATE('2023-01-09 15:01:45','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_fields`(`create_by`, `create_time`, `data_type`, `default_value`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `field_name`, `field_text`, `form_id`, `id`, `max_length`, `type`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-16 09:05:41','%Y-%m-%d %H:%i:%s'), 'varchar', '', '', '', '', '', '', 'source', '客户来源', '06c540abf3a64d9699762711439c82dd', '86601971f1bb47bd81e06f2167ba4398', 255, 1, '', STR_TO_DATE('2019-08-16 09:05:41','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_fields`(`create_by`, `create_time`, `data_type`, `default_value`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `field_name`, `field_text`, `form_id`, `id`, `max_length`, `type`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:12:07','%Y-%m-%d %H:%i:%s'), 'html', '', '', '', '', '', '', 'answer', '答案', '0c3bd3829eda49a68a82b2e55262c6ad', '8adde5a8824f490c88d16c1c8aff494a', 2000, 1, '', STR_TO_DATE('2023-01-10 15:12:07','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_fields`(`create_by`, `create_time`, `data_type`, `default_value`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `field_name`, `field_text`, `form_id`, `id`, `max_length`, `type`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2018-09-25 14:33:17','%Y-%m-%d %H:%i:%s'), 'varchar', '', '', '', '', '', '', 'link_url', '链接地址', '02c73a0271644e8c91cf2400d9325e93', 'a2b7dcd22d1042ef929e2d17c97e747c', 256, 1, '', STR_TO_DATE('2018-09-25 14:33:16','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_fields`(`create_by`, `create_time`, `data_type`, `default_value`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `field_name`, `field_text`, `form_id`, `id`, `max_length`, `type`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2020-07-22 06:18:20','%Y-%m-%d %H:%i:%s'), 'varchar', '', '', '', '', '', '', 'telephone', '电话', '33a091d40c5e484b880daa744ef4e8aa', 'a7be21842fc14c108fb779dd1826f6b6', 32, 1, '', STR_TO_DATE('2020-07-22 14:18:20','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_fields`(`create_by`, `create_time`, `data_type`, `default_value`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `field_name`, `field_text`, `form_id`, `id`, `max_length`, `type`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2020-07-22 06:24:03','%Y-%m-%d %H:%i:%s'), 'textarea', '', '', '', '', '', '', 'content', '内容', '33a091d40c5e484b880daa744ef4e8aa', 'dddaf4417cec46ed86571035a50d17a7', 500, 1, '', STR_TO_DATE('2020-07-22 14:24:03','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_fields`(`create_by`, `create_time`, `data_type`, `default_value`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `field_name`, `field_text`, `form_id`, `id`, `max_length`, `type`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2020-07-22 07:46:47','%Y-%m-%d %H:%i:%s'), 'textarea', '', '', '', '', '', '', 'reply', '回复内容', '33a091d40c5e484b880daa744ef4e8aa', 'e67c80193b63443d8587971590fba810', 500, 1, '', STR_TO_DATE('2020-07-22 15:46:47','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_fields`(`create_by`, `create_time`, `data_type`, `default_value`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `field_name`, `field_text`, `form_id`, `id`, `max_length`, `type`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:23:29','%Y-%m-%d %H:%i:%s'), 'html', '', '', '', '', '', '', 'body', '详情', '6af72885122340c8966bd0e14a4aaae0', 'e6fe93a73a4b45aaa8cca09b9390fa83', 2000, 1, '', STR_TO_DATE('2023-01-09 17:23:28','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_fields`(`create_by`, `create_time`, `data_type`, `default_value`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `field_name`, `field_text`, `form_id`, `id`, `max_length`, `type`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-16 09:06:19','%Y-%m-%d %H:%i:%s'), 'textarea', '', '', '', '', '', '', 'content', '评价内容', '06c540abf3a64d9699762711439c82dd', 'e7d3405934a148c19a7fc1327551a146', 200, 1, '', STR_TO_DATE('2019-08-16 09:06:19','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_fields`(`create_by`, `create_time`, `data_type`, `default_value`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `field_name`, `field_text`, `form_id`, `id`, `max_length`, `type`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-16 09:05:18','%Y-%m-%d %H:%i:%s'), 'varchar', '', '', '', '', '', '', 'evaluator', '评价人', '06c540abf3a64d9699762711439c82dd', 'f312ae651c254b0b88bf090ae3db6c3f', 64, 1, '', STR_TO_DATE('2019-08-16 09:05:18','%Y-%m-%d %H:%i:%s')); diff --git a/backups/2025-04-09/2025-04-09_system_forms.sql b/backups/2025-04-09/2025-04-09_system_forms.sql new file mode 100644 index 0000000..1150a80 --- /dev/null +++ b/backups/2025-04-09/2025-04-09_system_forms.sql @@ -0,0 +1,40 @@ +/* +Dreamer CMS 数据库备份工具 时间:2025-04-09 +*/ + +DROP TABLE IF EXISTS `system_forms`; + +/* +Table structure for table `system_forms` +*/ +CREATE TABLE `system_forms` ( + `id` varchar(32) NOT NULL, + `form_name` varchar(32) DEFAULT NULL COMMENT '表单名', + `table_name` varchar(128) NOT NULL COMMENT '表名', + `code` varchar(32) DEFAULT NULL COMMENT '编码系统自动生成', + `type` int DEFAULT '1' COMMENT '类型:0系统模型,1自定义模型', + `create_by` varchar(32) DEFAULT NULL, + `create_time` timestamp NOT NULL DEFAULT '2018-01-01 00:00:00', + `update_by` varchar(32) DEFAULT NULL, + `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `ext01` varchar(32) DEFAULT NULL, + `ext02` varchar(32) DEFAULT NULL, + `ext03` varchar(32) DEFAULT NULL, + `ext04` varchar(32) DEFAULT NULL, + `ext05` varchar(32) DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/* +Data for table `system_forms` +*/ +INSERT INTO `system_forms`(`code`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_name`, `id`, `table_name`, `type`, `update_by`, `update_time`) VALUES ('80AZ783M', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2018-09-25 14:30:02','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '友情链接', '02c73a0271644e8c91cf2400d9325e93', 'links', 0, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:23:56','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_forms`(`code`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_name`, `id`, `table_name`, `type`, `update_by`, `update_time`) VALUES ('2EFPN7JY', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-16 09:04:22','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '客户评价', '06c540abf3a64d9699762711439c82dd', 'evaluate', 1, '', STR_TO_DATE('2019-08-16 09:04:22','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_forms`(`code`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_name`, `id`, `table_name`, `type`, `update_by`, `update_time`) VALUES ('g10i4nk0', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:08:58','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '常见问题', '0c3bd3829eda49a68a82b2e55262c6ad', 'question', 0, '', STR_TO_DATE('2023-01-10 15:08:57','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_forms`(`code`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_name`, `id`, `table_name`, `type`, `update_by`, `update_time`) VALUES ('8t2lkr8d', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2020-07-22 06:10:04','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '留言管理', '33a091d40c5e484b880daa744ef4e8aa', 'message', 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2020-07-22 06:10:36','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_forms`(`code`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_name`, `id`, `table_name`, `type`, `update_by`, `update_time`) VALUES ('3956250o', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:22:07','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '成功案例', '6af72885122340c8966bd0e14a4aaae0', 'cases', 0, '', STR_TO_DATE('2023-01-09 15:22:07','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_forms`(`code`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_name`, `id`, `table_name`, `type`, `update_by`, `update_time`) VALUES ('r76b8ek9', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:50:40','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '广告管理', '70ef18e654ff404c925a9621f042df9e', 'adverts', 0, '', STR_TO_DATE('2023-01-10 10:50:39','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_forms`(`code`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_name`, `id`, `table_name`, `type`, `update_by`, `update_time`) VALUES ('3NF20KCW', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-15 17:26:20','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '模版中心', '9b5112043c2240d8823bd15759c67604', 'templates', 1, '', STR_TO_DATE('2019-08-15 17:26:20','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_forms`(`code`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_name`, `id`, `table_name`, `type`, `update_by`, `update_time`) VALUES ('h4j2gb6u', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:01:24','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '轮播图', 'be8b37d8083e432fabec23c5ffff2796', 'sliders', 0, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:01:47','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_forms`(`code`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_name`, `id`, `table_name`, `type`, `update_by`, `update_time`) VALUES ('V1WL66A0', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2018-09-12 09:59:38','%Y-%m-%d %H:%i:%s'), 'selected', '', '', '', '', '普通文章', 'c17ddcad9fb149a6bf90f7bba0e0696b', 'article', 0, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:27:52','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_forms`(`code`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_name`, `id`, `table_name`, `type`, `update_by`, `update_time`) VALUES ('430a3t01', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:33:39','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '图片管理', 'cb42e2d801554573be6a616c5847d9ae', 'images', 0, '', STR_TO_DATE('2023-01-10 09:33:39','%Y-%m-%d %H:%i:%s')); diff --git a/backups/2025-04-09/2025-04-09_system_images.sql b/backups/2025-04-09/2025-04-09_system_images.sql new file mode 100644 index 0000000..cbdb72a --- /dev/null +++ b/backups/2025-04-09/2025-04-09_system_images.sql @@ -0,0 +1,28 @@ +/* +Dreamer CMS 数据库备份工具 时间:2025-04-09 +*/ + +DROP TABLE IF EXISTS `system_images`; + +/* +Table structure for table `system_images` +*/ +CREATE TABLE `system_images` ( + `id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `aid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '主表ID', + `ext01` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext02` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext03` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext04` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext05` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin; + +/* +Data for table `system_images` +*/ +INSERT INTO `system_images`(`aid`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`) VALUES ('498d51b3f1f643638dda51e5e7b7b792', '', '', '', '', '', '01a3114ad6d545929f0d9c254ae4597c'); +INSERT INTO `system_images`(`aid`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`) VALUES ('1f7da4c6706c48ab8f9e223dbdfb80b4', '', '', '', '', '', '5d1bee097a1b41a4bc8622aebbc80775'); +INSERT INTO `system_images`(`aid`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`) VALUES ('9eefb5b8aed845de99855f1d55d92a49', '', '', '', '', '', 'aa68151d0e444370bc35f85364d08304'); +INSERT INTO `system_images`(`aid`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`) VALUES ('cc3c8a326842433292ad1bf7cae7e1c1', '', '', '', '', '', 'f689bb080c674b1384483ce015b6b81a'); +INSERT INTO `system_images`(`aid`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`) VALUES ('ffa10f74ca384bc0aae3ab3e1c1beebc', '', '', '', '', '', 'fa0f63587d0646e8992ea1169fa11e30'); diff --git a/backups/2025-04-09/2025-04-09_system_labels.sql b/backups/2025-04-09/2025-04-09_system_labels.sql new file mode 100644 index 0000000..ab4ed35 --- /dev/null +++ b/backups/2025-04-09/2025-04-09_system_labels.sql @@ -0,0 +1,52 @@ +/* +Dreamer CMS 数据库备份工具 时间:2025-04-09 +*/ + +DROP TABLE IF EXISTS `system_labels`; + +/* +Table structure for table `system_labels` +*/ +CREATE TABLE `system_labels` ( + `id` varchar(32) NOT NULL, + `tag_name` varchar(128) NOT NULL COMMENT '标签名称', + `pinyin` varchar(256) DEFAULT NULL COMMENT '拼音', + `first_char` varchar(2) DEFAULT NULL COMMENT '首字母', + `tag_count` varchar(64) NOT NULL COMMENT '标签使用次数', + `create_by` varchar(32) DEFAULT NULL, + `create_time` timestamp NOT NULL DEFAULT '2018-01-01 00:00:00', + `update_by` varchar(32) DEFAULT NULL, + `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/* +Data for table `system_labels` +*/ +INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-27 11:29:08','%Y-%m-%d %H:%i:%s'), 'h', '241d2e14a9764795acc29ff6b4ef0a4a', 'hbase', '1', 'hbase', '', STR_TO_DATE('2018-09-27 11:29:08','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2023-01-10 15:33:29','%Y-%m-%d %H:%i:%s'), 'b', '26820b75843f4ad9be7bd8755f29ce5f', 'bootstrap', '1', 'bootstrap', '', STR_TO_DATE('2023-01-10 15:33:29','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-21 12:47:09','%Y-%m-%d %H:%i:%s'), 'c', '27ee21fd44ee4b3996d2546e700ca68a', 'css', '1', 'css', '', STR_TO_DATE('2018-09-21 12:47:09','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-21 13:40:16','%Y-%m-%d %H:%i:%s'), 'h', '2df0b5c5dc474fc38969ce4fab5b1ee7', 'huakai', '1', '花开', '', STR_TO_DATE('2018-09-21 13:40:15','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-27 10:54:28','%Y-%m-%d %H:%i:%s'), 'd', '30b42859b3b2400396b123947fb4f5b4', 'danli', '1', '单例', '', STR_TO_DATE('2018-09-27 10:54:28','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-27 11:29:08','%Y-%m-%d %H:%i:%s'), 'd', '3459b5788ec04732b336c484db6c8806', 'dashuju', '1', '大数据', '', STR_TO_DATE('2018-09-27 11:29:08','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-21 13:44:36','%Y-%m-%d %H:%i:%s'), 'z', '3808d4ebd78a4861bc49cf3d653000aa', 'zhiyefazhan', '1', '职业发展', '', STR_TO_DATE('2018-09-21 13:44:35','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-27 11:19:00','%Y-%m-%d %H:%i:%s'), 'y', '5b471f24146144899e5227a5dc4eaadd', 'yuanxing', '1', '原型', '', STR_TO_DATE('2018-09-27 11:18:59','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2019-12-18 02:18:59','%Y-%m-%d %H:%i:%s'), 'e', '5e7586fcb4d44c15a3d94e93f6281c54', 'eee', '1', 'eee', '', STR_TO_DATE('2019-12-18 10:18:59','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-27 11:29:08','%Y-%m-%d %H:%i:%s'), 'h', '96f315f72dfa498e8e65afe85a22775e', 'hive', '1', 'hive', '', STR_TO_DATE('2018-09-27 11:29:08','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-21 12:47:09','%Y-%m-%d %H:%i:%s'), 'h', 'a49146f9af0b43a592998f6072af08bf', 'html', '1', 'html', '', STR_TO_DATE('2018-09-21 12:47:08','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2019-12-18 02:21:34','%Y-%m-%d %H:%i:%s'), 'e', 'a8e12dfe133a4bd8808e029f8a8c4a05', 'eeee', '1', 'eeee', '', STR_TO_DATE('2019-12-18 10:21:34','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-21 13:42:05','%Y-%m-%d %H:%i:%s'), 'y', 'a96f5f9c526d447cbee797b2536af1b3', 'yaoqiang', '1', '要强', '', STR_TO_DATE('2018-09-21 13:42:04','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-21 12:47:09','%Y-%m-%d %H:%i:%s'), 'j', 'a9d47da353be4e10aac3e1e23338862a', 'js', '1', 'js', '', STR_TO_DATE('2018-09-21 12:47:08','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2023-01-10 15:33:29','%Y-%m-%d %H:%i:%s'), 'h', 'b4fb9ea9f0674a68a59f86a54c7dec14', 'html5', '1', 'html5', '', STR_TO_DATE('2023-01-10 15:33:29','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2023-03-03 17:37:20','%Y-%m-%d %H:%i:%s'), 'q', 'c0cd46edaaad454aab2094dd78d71bac', 'qiyewangzhan', '1', '企业网站', '', STR_TO_DATE('2023-03-03 17:37:20','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2023-01-10 15:33:29','%Y-%m-%d %H:%i:%s'), 'c', 'c297c0a4dfce482c925683b74a9f23c0', 'css3', '1', 'css3', '', STR_TO_DATE('2023-01-10 15:33:29','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-27 11:16:22','%Y-%m-%d %H:%i:%s'), 'f', 'cd6cd19104ab4bdf86bad96c0c9ac0cf', 'factory', '1', 'factory', '', STR_TO_DATE('2018-09-27 11:16:21','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-27 11:16:22','%Y-%m-%d %H:%i:%s'), 'g', 'd51ddfca743b47f686120300691cecd0', 'gongchangmoshi', '1', '工厂模式', '', STR_TO_DATE('2018-09-27 11:16:21','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2023-03-03 17:37:20','%Y-%m-%d %H:%i:%s'), 'l', 'd5e8848871a742b1a9f758ee0128857b', 'likanghui', '1', '丽康会', '', STR_TO_DATE('2023-03-03 17:37:20','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2023-01-10 15:32:51','%Y-%m-%d %H:%i:%s'), 's', 'ded41af645344940b3f022591138f221', 'shangwu', '1', '商务', '', STR_TO_DATE('2023-01-10 15:32:51','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-27 11:19:00','%Y-%m-%d %H:%i:%s'), 'j', 'e281ef86dfbb4d75b8141f8abfb7291b', 'jianzaozhe', '1', '建造者', '', STR_TO_DATE('2018-09-27 11:18:59','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2019-12-18 02:34:41','%Y-%m-%d %H:%i:%s'), 'q', 'e39a57377c814132b9db8d7c1105a3db', 'qqq', '1', 'qqq', '', STR_TO_DATE('2019-12-18 10:34:41','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-27 10:54:28','%Y-%m-%d %H:%i:%s'), 's', 'e4bf078774b840b5a13eafa48c03a3a7', 'singleton', '1', 'singleton', '', STR_TO_DATE('2018-09-27 10:54:27','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-21 12:47:09','%Y-%m-%d %H:%i:%s'), 's', 'e6d72c095f9c4532a298337e6a612c22', 'script', '1', 'script', '', STR_TO_DATE('2018-09-21 12:47:09','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-27 11:29:08','%Y-%m-%d %H:%i:%s'), 'h', 'f55bab7dc7234dfa9883c181e8d29825', 'hadoop', '1', 'hadoop', '', STR_TO_DATE('2018-09-27 11:29:08','%Y-%m-%d %H:%i:%s')); +INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-28 16:52:32','%Y-%m-%d %H:%i:%s'), 't', 'fdf1a43c32a7454dbfd42626ec4d4263', 'thymeleaf', '1', 'thymeleaf', '', STR_TO_DATE('2018-09-28 16:52:31','%Y-%m-%d %H:%i:%s')); diff --git a/backups/2025-04-09/2025-04-09_system_links.sql b/backups/2025-04-09/2025-04-09_system_links.sql new file mode 100644 index 0000000..303b8ec --- /dev/null +++ b/backups/2025-04-09/2025-04-09_system_links.sql @@ -0,0 +1,29 @@ +/* +Dreamer CMS 数据库备份工具 时间:2025-04-09 +*/ + +DROP TABLE IF EXISTS `system_links`; + +/* +Table structure for table `system_links` +*/ +CREATE TABLE `system_links` ( + `id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `aid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '主表ID', + `ext01` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext02` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext03` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext04` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext05` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `link_url` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT '', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin; + +/* +Data for table `system_links` +*/ +INSERT INTO `system_links`(`aid`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`, `link_url`) VALUES ('47864f1e06334cdc8c87b9419dc63abf', '', '', '', '', '', '00de5fcc84f44d07ba2fd3b80098dd3a', 'http://www.itechyou.cn'); +INSERT INTO `system_links`(`aid`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`, `link_url`) VALUES ('23c2811cb842493cbadb0c0a8cc77046', '', '', '', '', '', '321fea9714014d8bbedb3230c7be51b9', 'https://www.baidu.com'); +INSERT INTO `system_links`(`aid`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`, `link_url`) VALUES ('f8ec213214764952815076dde18b8dcc', '', '', '', '', '', '3e2822483ec64b54a8242da961a7427a', 'https://www.tencent.com'); +INSERT INTO `system_links`(`aid`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`, `link_url`) VALUES ('598fb8d59fbf4bdca544d71cb64c1ce0', '', '', '', '', '', '60534518cfa04fb8bc864119035f6970', 'http://www.baidu.com'); +INSERT INTO `system_links`(`aid`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`, `link_url`) VALUES ('250a0fccf75043caaeb2e470057df7ae', '', '', '', '', '', 'ea915bfc524a4c8988cca02a781308e2', 'https://www.iteachyou.cc'); diff --git a/backups/2025-04-09/2025-04-09_system_logger.sql b/backups/2025-04-09/2025-04-09_system_logger.sql new file mode 100644 index 0000000..5ac48d7 --- /dev/null +++ b/backups/2025-04-09/2025-04-09_system_logger.sql @@ -0,0 +1,1819 @@ +/* +Dreamer CMS 数据库备份工具 时间:2025-04-09 +*/ + +DROP TABLE IF EXISTS `system_logger`; + +/* +Table structure for table `system_logger` +*/ +CREATE TABLE `system_logger` ( + `id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `level` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '级别', + `oper_user` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '操作用户', + `oper_type` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '操作类型', + `oper_source` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '操作源', + `ip` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT 'IP', + `module` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '模块', + `browser` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '浏览器', + `platform` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '平台', + `content` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin COMMENT '内容', + `create_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '创建人', + `create_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '创建时间', + `update_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '更新人', + `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间', + `extend1` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `extend2` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `extend3` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin; + +/* +Data for table `system_logger` +*/ +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/103.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-08-27 09:41:10','%Y-%m-%d %H:%i:%s'), '', '', '', '9f6fc2b75c354eb3bdd78ea21a3dd521', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/103.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-08-27 09:41:12','%Y-%m-%d %H:%i:%s'), '', '', '', 'ae1dcec7f84545cda7f3534a90b0b869', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/103.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-08-27 09:41:15','%Y-%m-%d %H:%i:%s'), '', '', '', 'd0e32875b84044fa979edaa60d9a8ef2', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/103.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-08-27 09:41:23','%Y-%m-%d %H:%i:%s'), '', '', '', '9e6d8ea5f6134ab0a192bbbe24e62f67', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/103.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-08-27 09:41:23','%Y-%m-%d %H:%i:%s'), '', '', '', 'ea3a447b5d9c4740b868d03a94101a52', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/103.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-08-27 09:41:51','%Y-%m-%d %H:%i:%s'), '', '', '', '71f598dfd9b1420ab3c434c0d1cd265f', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/103.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-08-27 09:41:55','%Y-%m-%d %H:%i:%s'), '', '', '', '66270bd8664f49e8aab8574d540a2113', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/103.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-08-27 09:41:55','%Y-%m-%d %H:%i:%s'), '', '', '', '2401e484b91e40b7b55b3d6ff49f43d5', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/103.0.0.0', '删除栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-08-27 09:54:29','%Y-%m-%d %H:%i:%s'), '', '', '', '3faee662cb7a4079918df5d00ca506d2', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/103.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-08-27 09:54:29','%Y-%m-%d %H:%i:%s'), '', '', '', '2db0a135e04c4325a457d5b1b63c6c1c', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:24:55','%Y-%m-%d %H:%i:%s'), '', '', '', '6c4d3b6494f54442920f6f564ad86de1', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:24:58','%Y-%m-%d %H:%i:%s'), '', '', '', '1cb9c142becb47dca2ab4ea4a4adede8', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '修改表单模型页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:25:00','%Y-%m-%d %H:%i:%s'), '', '', '', '2665bb47fd8049879c3d9e54d88989a6', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '修改表单模型', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:27:58','%Y-%m-%d %H:%i:%s'), '', '', '', '5b4647d895ef47ddae522c20ce2a2715', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:27:58','%Y-%m-%d %H:%i:%s'), '', '', '', 'd46929afa605435a92bac315c18c56b6', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '修改表单模型页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:28:12','%Y-%m-%d %H:%i:%s'), '', '', '', 'f7886bf3582948cc8a5717cd6ba442d7', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:29:05','%Y-%m-%d %H:%i:%s'), '', '', '', 'd64da217cd8044d1baf6fcdea55c0d08', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '修改表单模型页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:29:06','%Y-%m-%d %H:%i:%s'), '', '', '', 'e6cbf70607274a3f882b6e6678451613', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:39:06','%Y-%m-%d %H:%i:%s'), '', '', '', '835acce5435641a3b22cfdbb54ed4a12', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '修改表单模型页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:39:12','%Y-%m-%d %H:%i:%s'), '', '', '', 'c246ced8d71f40a3bd4b0121802172dd', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:39:40','%Y-%m-%d %H:%i:%s'), '', '', '', '63a05cc67b7047429bf4d5740a636d55', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '修改表单模型页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:39:43','%Y-%m-%d %H:%i:%s'), '', '', '', '240520616d044c1f84597d064300de10', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:40:37','%Y-%m-%d %H:%i:%s'), '', '', '', '4189edbad1ff4cbb9a6041524dc8593d', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '添加表单模型页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:40:38','%Y-%m-%d %H:%i:%s'), '', '', '', '75feeb6bfa664a76a1ad4a06de94d844', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:42:18','%Y-%m-%d %H:%i:%s'), '', '', '', 'eb2bb93d5cb94cc4ac32a0566ab57678', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '添加表单模型页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:45:48','%Y-%m-%d %H:%i:%s'), '', '', '', 'b2a943dd1b7a4fe388129a3624c64874', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:45:52','%Y-%m-%d %H:%i:%s'), '', '', '', '59d8b7e4f1634f2e8d3374ca0f0a1707', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '修改表单模型页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:45:53','%Y-%m-%d %H:%i:%s'), '', '', '', 'db10deca51cb47a6bd5b506072fbc7d8', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '修改表单模型页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:46:09','%Y-%m-%d %H:%i:%s'), '', '', '', '2201fc4fc3cb4842bf67f6bc4505458e', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '修改表单模型页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:46:20','%Y-%m-%d %H:%i:%s'), '', '', '', '26c92d54618345ce968fc55ab6c80d80', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '修改表单模型页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:49:32','%Y-%m-%d %H:%i:%s'), '', '', '', '121d9f77488c491a9196328909810673', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '修改表单模型页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:49:34','%Y-%m-%d %H:%i:%s'), '', '', '', 'f1aa6989d0c04d5cb5efadab1f627964', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '修改表单模型页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:50:27','%Y-%m-%d %H:%i:%s'), '', '', '', '892dbffc5fb241efb53511cdc62e1df0', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '修改表单模型页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:50:34','%Y-%m-%d %H:%i:%s'), '', '', '', '7ed21c1ffa4c41669e89c35db0428d67', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '修改表单模型页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:50:49','%Y-%m-%d %H:%i:%s'), '', '', '', 'c30418f2e6a34e3a99eba2f3cf5eb572', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '修改表单模型页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:50:54','%Y-%m-%d %H:%i:%s'), '', '', '', '52098ae83f1044d38be2c8b85b60ca0a', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '添加字段页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:51:04','%Y-%m-%d %H:%i:%s'), '', '', '', '198af7edbec749faa11afff475308e33', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FieldController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '添加字段页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:52:19','%Y-%m-%d %H:%i:%s'), '', '', '', '8d890eb84a854f12b2382856a39fef8f', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FieldController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:56:10','%Y-%m-%d %H:%i:%s'), '', '', '', '24843e68c93749e98e8f610cc26d40e6', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:56:13','%Y-%m-%d %H:%i:%s'), '', '', '', 'b754ccd2a30c456aaf5e14e5c4bc3983', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '添加文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:56:13','%Y-%m-%d %H:%i:%s'), '', '', '', '6be1ec7f985c4c0bbab25ce06fc55450', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:56:35','%Y-%m-%d %H:%i:%s'), '', '', '', '35d68b8e572b4352a2df642a473eb5a3', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:56:36','%Y-%m-%d %H:%i:%s'), '', '', '', '31f647f59b0345fcb52a41ca018c1295', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:58:10','%Y-%m-%d %H:%i:%s'), '', '', '', '51e8b3db7b804f879c37d151f95a8500', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:59:33','%Y-%m-%d %H:%i:%s'), '', '', '', '8405af9e75a74f5a89f0a04f4d939fcb', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '标签分组查询', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 09:07:08','%Y-%m-%d %H:%i:%s'), '', '', '', '9c1403fd67b94fd2858bdfe020a2a7d3', '本地主机', 'INFO', '标签管理', 'cc.iteachyou.cms.controller.admin.LabelController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '静态化页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 09:07:08','%Y-%m-%d %H:%i:%s'), '', '', '', '3be4a54421a14f12880f7a7ea2fc6924', '本地主机', 'INFO', '静态化', 'cc.iteachyou.cms.controller.admin.StaticController.toIndex()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '模板列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 09:11:01','%Y-%m-%d %H:%i:%s'), '', '', '', '8b60fe95de9a4864b44245eb14220b00', '本地主机', 'INFO', '模板管理', 'cc.iteachyou.cms.controller.admin.TemplateController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '修改模板页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 09:11:03','%Y-%m-%d %H:%i:%s'), '', '', '', '1d7de2a9cfc140cebc68e5ee6fe1cd08', '本地主机', 'INFO', '模板管理', 'cc.iteachyou.cms.controller.admin.TemplateController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '修改模板页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 09:11:23','%Y-%m-%d %H:%i:%s'), '', '', '', 'd51202c33bd5485caecac975e7b856ed', '本地主机', 'INFO', '模板管理', 'cc.iteachyou.cms.controller.admin.TemplateController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '修改模板页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 09:11:53','%Y-%m-%d %H:%i:%s'), '', '', '', '16d97619ed02474fa26b647ff84c62ab', '本地主机', 'INFO', '模板管理', 'cc.iteachyou.cms.controller.admin.TemplateController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '修改模板页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 09:12:08','%Y-%m-%d %H:%i:%s'), '', '', '', 'dfbb9a9e541e4e198f34eae6a5dbb647', '本地主机', 'INFO', '模板管理', 'cc.iteachyou.cms.controller.admin.TemplateController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '变量分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 09:13:29','%Y-%m-%d %H:%i:%s'), '', '', '', '6b9667124ed849da948f83fd888023da', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '模板列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 09:24:16','%Y-%m-%d %H:%i:%s'), '', '', '', '5c6889badaaf4488ac205c34a2b24b62', '本地主机', 'INFO', '模板管理', 'cc.iteachyou.cms.controller.admin.TemplateController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 09:24:18','%Y-%m-%d %H:%i:%s'), '', '', '', '018c2bde1ef248fc8b32fb4ed9841ac6', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '附件分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 09:24:26','%Y-%m-%d %H:%i:%s'), '', '', '', '678b1f04e3e2402ca22d911d42695b5e', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '菜单分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 09:30:54','%Y-%m-%d %H:%i:%s'), '', '', '', '67c44cc499f441f1ac5ace1d7597bde9', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '菜单分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 09:30:55','%Y-%m-%d %H:%i:%s'), '', '', '', '918e5e5a22d74043bf4b480ae079b276', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '变量分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 09:34:58','%Y-%m-%d %H:%i:%s'), '', '', '', '55a8578643314150ac16a3f34a1141a5', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '变量分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 09:34:58','%Y-%m-%d %H:%i:%s'), '', '', '', '0a5ada847e234ad1a498db1ad33fd7a6', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '变量分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 09:34:59','%Y-%m-%d %H:%i:%s'), '', '', '', '4a0ad2d5016447ea9df5cfc0e145d3b4', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '添加变量页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 09:35:00','%Y-%m-%d %H:%i:%s'), '', '', '', '07c28712c96a4b02a1e8e5736fb4a846', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 10:04:42','%Y-%m-%d %H:%i:%s'), '', '', '', 'd124a4f648514d53a02868101a99f4ed', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 10:04:48','%Y-%m-%d %H:%i:%s'), '', '', '', 'd8111917b535480fac4c5703501c03a9', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 10:04:49','%Y-%m-%d %H:%i:%s'), '', '', '', '10d4327e0b7f4aef9d6991c763d31671', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 10:05:04','%Y-%m-%d %H:%i:%s'), '', '', '', '81730f156578411397773212f345172b', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 10:05:12','%Y-%m-%d %H:%i:%s'), '', '', '', '30fb5d3c5ac04bf1a3f148fdb76ec33c', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-27 15:05:14','%Y-%m-%d %H:%i:%s'), '', '', '', '54592821b0e646f2ac652ba1b524807f', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-27 15:05:17','%Y-%m-%d %H:%i:%s'), '', '', '', 'cb9c5f2b06be4a94924d65c2c7763747', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-27 15:05:19','%Y-%m-%d %H:%i:%s'), '', '', '', 'dacc8a70d9914566aa74bc1883072dd3', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/104.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-27 15:05:50','%Y-%m-%d %H:%i:%s'), '', '', '', 'dc6cb57a262f428b8cdfa01e195169a8', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/105.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-10-13 11:43:31','%Y-%m-%d %H:%i:%s'), '', '', '', '270dba7f54594961a8b7faf419346e44', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/105.0.0.0', '模板列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-10-13 11:43:33','%Y-%m-%d %H:%i:%s'), '', '', '', '1cdd10416cd84e6ca02e6ffcfc3a6d3e', '本地主机', 'INFO', '模板管理', 'cc.iteachyou.cms.controller.admin.TemplateController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/105.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-10-19 08:26:21','%Y-%m-%d %H:%i:%s'), '', '', '', 'fd4f13c25ac44f9cb355c72c4ef80252', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/105.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-10-19 08:26:23','%Y-%m-%d %H:%i:%s'), '', '', '', '265829adbc044a04a9e9ae8ac6c495ff', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/105.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-10-19 08:26:34','%Y-%m-%d %H:%i:%s'), '', '', '', '74e1625f7d994b12845981af5e3868d2', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/105.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-10-19 08:26:35','%Y-%m-%d %H:%i:%s'), '', '', '', '300c3ba73a2640cda77e411ae9e77d20', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/105.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-10-19 08:26:36','%Y-%m-%d %H:%i:%s'), '', '', '', '4ec04b3e00b543a1ac3ae9f57c261591', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/105.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-10-19 08:26:37','%Y-%m-%d %H:%i:%s'), '', '', '', '18e70acd2c774636ab6c1188a0c11e5f', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/105.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-10-19 08:26:57','%Y-%m-%d %H:%i:%s'), '', '', '', 'c788b06411614d7eba8c331643dc72ea', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/105.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-11-16 16:11:09','%Y-%m-%d %H:%i:%s'), '', '', '', '6659317d50554445a1bbb90d320a4609', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/105.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-11-16 16:11:11','%Y-%m-%d %H:%i:%s'), '', '', '', '01d8790c9dd24420a87143d62e029fc8', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/105.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-11-22 08:24:07','%Y-%m-%d %H:%i:%s'), '', '', '', 'ac6a5bd3abdd4e48bdb7cbcfa26459f2', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/105.0.0.0', '模板列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-11-22 08:24:10','%Y-%m-%d %H:%i:%s'), '', '', '', 'b7e9262b5f374da7a399ba901664688d', '本地主机', 'INFO', '模板管理', 'cc.iteachyou.cms.controller.admin.TemplateController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/105.0.0.0', '修改模板页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-11-22 08:24:15','%Y-%m-%d %H:%i:%s'), '', '', '', '385dbd3dc2764ae3a7ef00a3a36f99ba', '本地主机', 'INFO', '模板管理', 'cc.iteachyou.cms.controller.admin.TemplateController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/105.0.0.0', '修改模板', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-11-22 08:25:04','%Y-%m-%d %H:%i:%s'), '', '', '', '286fe1f1b7b54844b23d7ceb11ff7814', '本地主机', 'INFO', '模板管理', 'cc.iteachyou.cms.controller.admin.TemplateController.save()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/105.0.0.0', '模板列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-11-22 08:25:04','%Y-%m-%d %H:%i:%s'), '', '', '', 'c71c00065e694241b93e9b850cb17298', '本地主机', 'INFO', '模板管理', 'cc.iteachyou.cms.controller.admin.TemplateController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/105.0.0.0', '修改模板页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-11-22 08:25:55','%Y-%m-%d %H:%i:%s'), '', '', '', '2dc46a9468bb4d97b1002cac316ad479', '本地主机', 'INFO', '模板管理', 'cc.iteachyou.cms.controller.admin.TemplateController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/105.0.0.0', '修改模板', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-11-22 08:26:33','%Y-%m-%d %H:%i:%s'), '', '', '', '014d1a2c40384d28a7077308a1bb9ffd', '本地主机', 'INFO', '模板管理', 'cc.iteachyou.cms.controller.admin.TemplateController.save()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/105.0.0.0', '模板列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-11-22 08:26:33','%Y-%m-%d %H:%i:%s'), '', '', '', 'c0da617d8c674052accf9c872b13790d', '本地主机', 'INFO', '模板管理', 'cc.iteachyou.cms.controller.admin.TemplateController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-07 11:11:15','%Y-%m-%d %H:%i:%s'), '', '', '', '03f0506c3efa450183eeceb4652a0bc4', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-07 11:11:18','%Y-%m-%d %H:%i:%s'), '', '', '', '8a475a8ba2094da2aa913b87ab026af8', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-07 11:11:32','%Y-%m-%d %H:%i:%s'), '', '', '', 'c6f110ff747549c3b5be6fd391c19fc4', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-07 11:11:35','%Y-%m-%d %H:%i:%s'), '', '', '', 'e6909e4676594b53b2a139b8ded68b9a', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-07 11:11:36','%Y-%m-%d %H:%i:%s'), '', '', '', '48412f6014d247358675b4ab41c3e290', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-07 11:11:53','%Y-%m-%d %H:%i:%s'), '', '', '', 'eadcb1f551a84754a769b42b9653276e', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-07 11:11:53','%Y-%m-%d %H:%i:%s'), '', '', '', '1ac2b8ddd79245eb91022b732ff27f3a', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-07 11:11:57','%Y-%m-%d %H:%i:%s'), '', '', '', 'e91268335e4c47bd834ae430f2cc2a62', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-07 11:11:57','%Y-%m-%d %H:%i:%s'), '', '', '', '236e71d1f4254125956cf4ff8abf44fe', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-07 11:11:59','%Y-%m-%d %H:%i:%s'), '', '', '', '9380680c551744b2a18be18513518e58', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-07 11:12:01','%Y-%m-%d %H:%i:%s'), '', '', '', 'e1e4fa3ca4884b88bf6ebcc494d27988', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-07 11:12:02','%Y-%m-%d %H:%i:%s'), '', '', '', 'a42a590a5b544d80bbb7108a3bdc1a73', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-07 11:12:28','%Y-%m-%d %H:%i:%s'), '', '', '', '763896bb09be4bf1910b5a9ecc4b0bd8', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-07 11:12:30','%Y-%m-%d %H:%i:%s'), '', '', '', '2c65e34ff11c4df3aa228d1bb21f75ad', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-07 11:12:31','%Y-%m-%d %H:%i:%s'), '', '', '', '9b53c3db79004acf8095e314554abd15', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-07 11:12:56','%Y-%m-%d %H:%i:%s'), '', '', '', '65b9574bb3bf430cb05a8ec85fa3c9ed', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-07 11:12:56','%Y-%m-%d %H:%i:%s'), '', '', '', '96c7420dbe454c0d9f279ea5f88ca2ba', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-07 11:13:03','%Y-%m-%d %H:%i:%s'), '', '', '', '65ba9183bb9e40afaef793edce457e1e', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-07 11:34:43','%Y-%m-%d %H:%i:%s'), '', '', '', 'ac367efb9f4948938a94b2598ef49118', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-07 11:34:45','%Y-%m-%d %H:%i:%s'), '', '', '', 'a282669555304e2190054bde74ef1c6d', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-07 11:34:46','%Y-%m-%d %H:%i:%s'), '', '', '', '590bb999012d42a3b988a4baa7f9ba3f', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-07 11:34:48','%Y-%m-%d %H:%i:%s'), '', '', '', '453ba1c437c649a8bf7ea318442be5b0', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-07 11:34:52','%Y-%m-%d %H:%i:%s'), '', '', '', 'f51f2694e3864ef19495c52da230b925', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-07 11:34:52','%Y-%m-%d %H:%i:%s'), '', '', '', 'ca4de3ceb1214da381c4311625f5824d', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 08:43:56','%Y-%m-%d %H:%i:%s'), '', '', '', '0057f1b1f1f0485a9d19ef7df6723ee8', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '用户退出登录', 'Unknow', STR_TO_DATE('2023-01-09 09:51:19','%Y-%m-%d %H:%i:%s'), '', '', '', 'a7f85db25e8d4d7d9fb98c745704aea7', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.logout()', 'OTHER', 'Unknow', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 09:51:39','%Y-%m-%d %H:%i:%s'), '', '', '', '566814a5b3e04b4b8cab17e3de8a4b7a', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 09:51:45','%Y-%m-%d %H:%i:%s'), '', '', '', '88e3672fc9e64bb5963313a45196d4a8', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 09:51:47','%Y-%m-%d %H:%i:%s'), '', '', '', '103a0e3d4c404aac9557a6788f7efa0d', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 09:51:50','%Y-%m-%d %H:%i:%s'), '', '', '', '7c72d59246e14b4983688257c2fc3319', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 09:51:50','%Y-%m-%d %H:%i:%s'), '', '', '', '861621d06f6a43d98a9725153d982fad', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 09:51:53','%Y-%m-%d %H:%i:%s'), '', '', '', '383155f0bf4f486d917388c03a3407b3', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 09:51:53','%Y-%m-%d %H:%i:%s'), '', '', '', '099d4050172b4b8981ef9a6b32e91f6e', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 09:51:55','%Y-%m-%d %H:%i:%s'), '', '', '', '0aca8697cc134ee9b2314cf8e25fe56e', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 09:51:55','%Y-%m-%d %H:%i:%s'), '', '', '', '33154fad02e34897ad96bc06e8233618', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 09:51:57','%Y-%m-%d %H:%i:%s'), '', '', '', 'b21bd5d6a4214be7bdf4212803e7f91c', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 09:51:57','%Y-%m-%d %H:%i:%s'), '', '', '', '096b849747874c99afc711b5b72ce788', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 09:57:19','%Y-%m-%d %H:%i:%s'), '', '', '', 'f203cb7948834df7a1818dbff8ceb896', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 09:57:21','%Y-%m-%d %H:%i:%s'), '', '', '', 'd6a711baa39240a48c0a292476cf9269', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 09:59:37','%Y-%m-%d %H:%i:%s'), '', '', '', 'd75ec58ac7b24db1a3134ef30fb2d960', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 09:59:41','%Y-%m-%d %H:%i:%s'), '', '', '', '0ccfbeb41db2496b83b460613ab1f002', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 09:59:42','%Y-%m-%d %H:%i:%s'), '', '', '', '9c5b017acc6245bb9a8ee35bb6ce8323', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:03:46','%Y-%m-%d %H:%i:%s'), '', '', '', '823391fd697b46449747bb42552f7965', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:03:49','%Y-%m-%d %H:%i:%s'), '', '', '', '0986781d7267410294bbe02ff2565cd3', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:03:49','%Y-%m-%d %H:%i:%s'), '', '', '', '1bb6ab04f70f475e9d4114e1887c668d', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:06:15','%Y-%m-%d %H:%i:%s'), '', '', '', 'efba3bc2c04a4511b8ad94e1e04291dd', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:06:18','%Y-%m-%d %H:%i:%s'), '', '', '', '2a52f289bf8648a9a5bbffc968cfb986', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:06:44','%Y-%m-%d %H:%i:%s'), '', '', '', '927a37bce76b42b99a72eb9470498424', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:06:44','%Y-%m-%d %H:%i:%s'), '', '', '', 'ee9f82ddd79147ec9a4e038b5886cb04', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:06:46','%Y-%m-%d %H:%i:%s'), '', '', '', 'cc73e7f5168e492dadbe1e4aa276cf48', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:06:48','%Y-%m-%d %H:%i:%s'), '', '', '', 'b80db5f830234a9da5fae6952b9db0e4', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:06:50','%Y-%m-%d %H:%i:%s'), '', '', '', '5a03dcc9b66342a9b9c157d45ffb86e1', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:19:34','%Y-%m-%d %H:%i:%s'), '', '', '', 'c35ca938379e4651b98205780743f23b', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:19:38','%Y-%m-%d %H:%i:%s'), '', '', '', 'be60e4cf305c40ae98e587604150a2fe', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:19:38','%Y-%m-%d %H:%i:%s'), '', '', '', 'bf4785b3e8c4441f8ef8a66b7f727945', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:19:43','%Y-%m-%d %H:%i:%s'), '', '', '', 'fe225697c17b46d2ba52c415d065587a', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:20:01','%Y-%m-%d %H:%i:%s'), '', '', '', '4ef019cfcf534c4588daed8eb44a4595', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:20:01','%Y-%m-%d %H:%i:%s'), '', '', '', '0f9440909c834e51b5eae75cd6165838', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:20:04','%Y-%m-%d %H:%i:%s'), '', '', '', 'e8c2a78b679d4e9fa0b9973479cd9a99', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:20:07','%Y-%m-%d %H:%i:%s'), '', '', '', 'aa58aebfaeff4574a83847878a4a6ccf', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:22:04','%Y-%m-%d %H:%i:%s'), '', '', '', '29633cbc534d4f0ea57f76cde028dc35', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:22:04','%Y-%m-%d %H:%i:%s'), '', '', '', '72d54df274fa4c6683c6752f91403aad', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:22:04','%Y-%m-%d %H:%i:%s'), '', '', '', '11841bb497804502a7285d7d9243d0a6', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:22:07','%Y-%m-%d %H:%i:%s'), '', '', '', 'af44acb1afcc44718d9e4647974b10af', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:22:07','%Y-%m-%d %H:%i:%s'), '', '', '', 'e7555f217fb74adbaff50ca6efaea48e', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:34:05','%Y-%m-%d %H:%i:%s'), '', '', '', 'cdc1cba2dbf04cd6b7a8be823ceb5de0', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:34:07','%Y-%m-%d %H:%i:%s'), '', '', '', '5f02c259570e480cbaeed4d8e7316b72', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:34:08','%Y-%m-%d %H:%i:%s'), '', '', '', 'cd197e521ce144f99fa3606a13727b15', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:34:11','%Y-%m-%d %H:%i:%s'), '', '', '', '9b5ab3526aeb43b98d9cc060b125ddad', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:34:11','%Y-%m-%d %H:%i:%s'), '', '', '', '71ca3c68bdb94d548bd4994fceb692ce', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:34:13','%Y-%m-%d %H:%i:%s'), '', '', '', 'e08c72388f0e415fad143f8b423ba7cc', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:34:13','%Y-%m-%d %H:%i:%s'), '', '', '', '7df6f96d1b35468ab16db9bceff4812f', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:34:14','%Y-%m-%d %H:%i:%s'), '', '', '', 'b08cdf3aa51844f6bf5e284cb4569a5b', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:34:14','%Y-%m-%d %H:%i:%s'), '', '', '', '4349773494de4896ae0dd4e4e8de7608', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:34:16','%Y-%m-%d %H:%i:%s'), '', '', '', '0f8f506a226e4de08df825084f443ca4', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:34:16','%Y-%m-%d %H:%i:%s'), '', '', '', '5e905845498a441dbbedac10a3cebe9a', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:34:18','%Y-%m-%d %H:%i:%s'), '', '', '', '2ec4cf1e239a41eea87bcc5e5b97cd38', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:44:14','%Y-%m-%d %H:%i:%s'), '', '', '', '68a070e68d904d5f9fbd2695604086ad', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:44:17','%Y-%m-%d %H:%i:%s'), '', '', '', '2321109c792a48468df9cc6ec3378bbc', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:44:17','%Y-%m-%d %H:%i:%s'), '', '', '', '9845eb238e69400890a23767052d1725', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:45:34','%Y-%m-%d %H:%i:%s'), '', '', '', 'dbabd13606e5476a93dcfd5dfed0b07f', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:45:37','%Y-%m-%d %H:%i:%s'), '', '', '', '086f6164a7f247c69bc4a5592b3c9066', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:45:37','%Y-%m-%d %H:%i:%s'), '', '', '', '73e12904da0d498eb1eb50b5c78c94f9', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:49:48','%Y-%m-%d %H:%i:%s'), '', '', '', '1410f9809ea44d6e9285651e3b7c539b', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:49:55','%Y-%m-%d %H:%i:%s'), '', '', '', '9747eefbd8d04904bf953145299248b7', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:49:57','%Y-%m-%d %H:%i:%s'), '', '', '', 'ea33ba9984044c91891ba74146202f69', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:50:02','%Y-%m-%d %H:%i:%s'), '', '', '', '8b06e1bc2d1542a5b76185f2cc45e62b', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:50:02','%Y-%m-%d %H:%i:%s'), '', '', '', '20f703cd2e7345cd9bb12d329abc6330', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:54:42','%Y-%m-%d %H:%i:%s'), '', '', '', '353db1e5843e4f5e9f36d532d49ef5c0', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:54:44','%Y-%m-%d %H:%i:%s'), '', '', '', 'cd4835f271cb4d3cb901727d675b4f58', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:54:44','%Y-%m-%d %H:%i:%s'), '', '', '', 'b67068cb5e0542ebaaed0892f2a2559e', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:54:47','%Y-%m-%d %H:%i:%s'), '', '', '', '32d43375da494e67be9c17462fa6669d', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:54:47','%Y-%m-%d %H:%i:%s'), '', '', '', '6648668b593a4a518b41687bc0224e5c', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:54:49','%Y-%m-%d %H:%i:%s'), '', '', '', '111695d4d3a54ad68ded8ef0a95a2b3b', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 10:54:49','%Y-%m-%d %H:%i:%s'), '', '', '', '329027d9d08d4da5a2a02560ec54aa2b', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 11:13:56','%Y-%m-%d %H:%i:%s'), '', '', '', '4ea935f1b02f494f92fb94b0911adb9b', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 11:14:05','%Y-%m-%d %H:%i:%s'), '', '', '', '5bffc69d07e44a16b93f4a3c90b6fa61', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 11:14:07','%Y-%m-%d %H:%i:%s'), '', '', '', 'b4b76757846b441d9677faebdd6d6fd7', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 11:15:15','%Y-%m-%d %H:%i:%s'), '', '', '', 'e81aa201c3f34fb8becb9104a66a2e20', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 11:15:19','%Y-%m-%d %H:%i:%s'), '', '', '', '7dbf6f220e454096bc5c5f5de08ef136', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 11:15:35','%Y-%m-%d %H:%i:%s'), '', '', '', '78d2866aa8204fadb349c8b31e0112f0', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 11:15:35','%Y-%m-%d %H:%i:%s'), '', '', '', 'd595df184b594e02bdcb72486baaad36', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 11:15:47','%Y-%m-%d %H:%i:%s'), '', '', '', '9cb823ced349489c9449e2a0df1cc4fc', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 11:15:47','%Y-%m-%d %H:%i:%s'), '', '', '', '89a1ffd0d96d4aeb97b7692fb14923ae', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 11:16:34','%Y-%m-%d %H:%i:%s'), '', '', '', '002615a2232f428ea7e924ac8fec9f5c', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 11:16:38','%Y-%m-%d %H:%i:%s'), '', '', '', '7137c3d7fba04c84ae5cc88af8cbd0b2', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 11:16:38','%Y-%m-%d %H:%i:%s'), '', '', '', 'b23f8ff4ef8747faa6c8419a4e3e1df9', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '用户退出登录', 'Unknow', STR_TO_DATE('2023-01-09 13:43:41','%Y-%m-%d %H:%i:%s'), '', '', '', '3ad9adcd693c443ea62239db47e49e00', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.logout()', 'OTHER', 'Unknow', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 13:43:46','%Y-%m-%d %H:%i:%s'), '', '', '', '5fdac0e8779045c98825594e7a77b9a1', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 13:43:48','%Y-%m-%d %H:%i:%s'), '', '', '', '16895dd83acc47ccabfd2d73f57124b4', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 13:43:50','%Y-%m-%d %H:%i:%s'), '', '', '', 'af2041533cd24fe1b8a932c7d4e60a1a', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 13:43:52','%Y-%m-%d %H:%i:%s'), '', '', '', '94fe31495b374794adc05ca9ca6a01b6', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 13:43:52','%Y-%m-%d %H:%i:%s'), '', '', '', 'c50797c06c4e43f7ac3a49b59c3a7e38', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 14:04:08','%Y-%m-%d %H:%i:%s'), '', '', '', '2b4004b95fe34596ac3b1cb704135003', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 14:25:20','%Y-%m-%d %H:%i:%s'), '', '', '', '7c1beef42c74439d833d8f8792a73db4', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 14:30:24','%Y-%m-%d %H:%i:%s'), '', '', '', '876efa2983d24f46b02fc82114aa849e', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加主题', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 14:30:31','%Y-%m-%d %H:%i:%s'), '', '', '', 'a6e5f41b1118472aa8e085572089012f', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 14:30:31','%Y-%m-%d %H:%i:%s'), '', '', '', '28b2e69bc9a149849e01ac92d097484c', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改主题状态', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 14:30:36','%Y-%m-%d %H:%i:%s'), '', '', '', '2c8081d8bef64198a852a0f8bb2e29b6', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.updateStatus()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 14:30:36','%Y-%m-%d %H:%i:%s'), '', '', '', '391e4c46687e4fbba9352beba9dafde6', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 14:31:26','%Y-%m-%d %H:%i:%s'), '', '', '', 'd2fece110e944b5ba39456ab992a727a', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '变量分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 14:45:46','%Y-%m-%d %H:%i:%s'), '', '', '', '10eb93af943e422299a69606906e2ba7', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加变量页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 14:45:51','%Y-%m-%d %H:%i:%s'), '', '', '', '7a3abac65bca40e082b07f4070c1b070', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加变量', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 14:46:09','%Y-%m-%d %H:%i:%s'), '', '', '', '161567d4808d409a809a2c257b15b523', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '变量分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 14:46:09','%Y-%m-%d %H:%i:%s'), '', '', '', '692695b3059247c9abb1bd0607c4703f', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加变量页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 14:46:29','%Y-%m-%d %H:%i:%s'), '', '', '', '7197121574814ed682cc96802e8ce36d', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加变量', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 14:46:53','%Y-%m-%d %H:%i:%s'), '', '', '', '8362d5960a87482d8ac5ea72c07ec661', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '变量分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 14:46:53','%Y-%m-%d %H:%i:%s'), '', '', '', '506aa92e224c493ca70da1a35b3a57d2', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加变量页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 14:48:45','%Y-%m-%d %H:%i:%s'), '', '', '', 'c260f84c60174cc5b61fba50e2b6cbb5', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加变量', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 14:49:02','%Y-%m-%d %H:%i:%s'), '', '', '', 'd348b5544dc748d0a77f49b49cd8b615', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '变量分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 14:49:02','%Y-%m-%d %H:%i:%s'), '', '', '', '0c0ced080a074ea99e4e9f91e12bd022', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:00:55','%Y-%m-%d %H:%i:%s'), '', '', '', '326086cc3b054feab3b6e06d46015430', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:01:01','%Y-%m-%d %H:%i:%s'), '', '', '', 'b6675e93bee646b68901c38591b88fbb', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:01:12','%Y-%m-%d %H:%i:%s'), '', '', '', '1a64ebf2d1764560921237e9e83665f9', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加表单模型页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:01:16','%Y-%m-%d %H:%i:%s'), '', '', '', '7dee49bc635f4b47b9e1d69c235d5b1d', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加表单模型', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:01:24','%Y-%m-%d %H:%i:%s'), '', '', '', 'fe3b430d24744e0b915ff0b4e1cc485a', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:01:24','%Y-%m-%d %H:%i:%s'), '', '', '', '33bcfbfd344344fc841eb4680d352325', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改表单模型页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:01:26','%Y-%m-%d %H:%i:%s'), '', '', '', '9d2bbe5a62a24758a198318e39ee048a', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加字段页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:01:28','%Y-%m-%d %H:%i:%s'), '', '', '', 'ae25777989574da4902e0f67cd4904f1', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FieldController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加字段', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:01:45','%Y-%m-%d %H:%i:%s'), '', '', '', '5b19a13dcd8344339b8db6b1e71a7309', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FieldController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改表单模型页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:01:45','%Y-%m-%d %H:%i:%s'), '', '', '', '7b12af0b7f134f41a134d635260d8c21', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:01:48','%Y-%m-%d %H:%i:%s'), '', '', '', '3f60da4f8fe2421dad82db25a14a8cfe', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改表单模型', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:01:53','%Y-%m-%d %H:%i:%s'), '', '', '', 'ee502cce08b54eb48b5908903328a00a', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:01:56','%Y-%m-%d %H:%i:%s'), '', '', '', '66daa3a3ca07438798e33a6e1230ed71', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:02:04','%Y-%m-%d %H:%i:%s'), '', '', '', 'ee3005b3f9824c06b362ef1f0b8ac5ed', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:02:04','%Y-%m-%d %H:%i:%s'), '', '', '', '9d735142135a49ebb30064eb320a98ba', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:06:24','%Y-%m-%d %H:%i:%s'), '', '', '', '8a4ad927ebaa4e65acfaa9606726917b', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:06:25','%Y-%m-%d %H:%i:%s'), '', '', '', 'db14b965eb1c4ad18e027d53ed0b678c', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:06:37','%Y-%m-%d %H:%i:%s'), '', '', '', 'ec313827b9b542ff98a54be9f4761557', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:06:37','%Y-%m-%d %H:%i:%s'), '', '', '', 'c4aa142c09ec447a98fb2d9a5fd0ac58', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:16:08','%Y-%m-%d %H:%i:%s'), '', '', '', '4841887a2a184b33b7f5b23c43723a8c', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:16:09','%Y-%m-%d %H:%i:%s'), '', '', '', 'f42d1d39b3d54d2b91528125a13b2cd4', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:16:12','%Y-%m-%d %H:%i:%s'), '', '', '', 'ffbbe407b8844598aede30198db2f002', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:16:29','%Y-%m-%d %H:%i:%s'), '', '', '', 'b7b4a2c86b884263a78cc5923cd663d9', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:16:29','%Y-%m-%d %H:%i:%s'), '', '', '', 'c97839ccbbe34dd08573562cf5e704e9', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:16:40','%Y-%m-%d %H:%i:%s'), '', '', '', '81fbd702eda24b4dbfe2b8f0fa4d4ed9', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:16:49','%Y-%m-%d %H:%i:%s'), '', '', '', 'fbcaacc650f24ff38124a3b41aec0ab6', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:17:47','%Y-%m-%d %H:%i:%s'), '', '', '', 'd5f4a3401e7845c7a0f2f87f49a14e71', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:17:47','%Y-%m-%d %H:%i:%s'), '', '', '', '6aa518115e974e70bec90257f0a213d0', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:17:49','%Y-%m-%d %H:%i:%s'), '', '', '', '2d96c908a9d94327aef043d918fa6e84', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:17:56','%Y-%m-%d %H:%i:%s'), '', '', '', 'e656df6dc5cb46e0af80ff993b6f77dc', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:18:11','%Y-%m-%d %H:%i:%s'), '', '', '', '29a522d8df28486f82becf685c3e236e', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:18:11','%Y-%m-%d %H:%i:%s'), '', '', '', '05eff38015c944178145f2cf024a0fa1', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:18:22','%Y-%m-%d %H:%i:%s'), '', '', '', 'ab850c770981412f9bafbc137a2770dd', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:18:24','%Y-%m-%d %H:%i:%s'), '', '', '', '45e2a6e93bac4816bc5c83265349a4ee', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:18:30','%Y-%m-%d %H:%i:%s'), '', '', '', 'd008af0e6d0c43179442af009e4c0ef8', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:18:30','%Y-%m-%d %H:%i:%s'), '', '', '', '566e95c283f64686aed6c36fcc770117', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:18:32','%Y-%m-%d %H:%i:%s'), '', '', '', 'd01fe18e290440c0bbe7cfa71fae38c7', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:18:33','%Y-%m-%d %H:%i:%s'), '', '', '', 'f3fa25ac6f644f71acb190548d419916', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:18:35','%Y-%m-%d %H:%i:%s'), '', '', '', '5113a9448aae45a9ae1ceff317322903', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:18:35','%Y-%m-%d %H:%i:%s'), '', '', '', '14eec3cc5f4c4366a5f1358945f544b0', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:18:36','%Y-%m-%d %H:%i:%s'), '', '', '', '24a21f8b14d4425ba1765143556e1555', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:18:38','%Y-%m-%d %H:%i:%s'), '', '', '', '4756fdd78e6e4efeb428f6d522aeb69f', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:18:40','%Y-%m-%d %H:%i:%s'), '', '', '', '5038be4a300e443d9730ffce561a0c65', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:18:40','%Y-%m-%d %H:%i:%s'), '', '', '', 'dd9a832d971d48b2a7ea25838b4fada1', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:18:42','%Y-%m-%d %H:%i:%s'), '', '', '', '5d04c2c53c764730b859f431d6bd1121', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:18:44','%Y-%m-%d %H:%i:%s'), '', '', '', 'a6d9094435cf4495bf7c8374da0d9a35', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:18:46','%Y-%m-%d %H:%i:%s'), '', '', '', 'b88506ede2f84f48b2ae038f7a61225f', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:18:46','%Y-%m-%d %H:%i:%s'), '', '', '', '7f1c65136c12426285175b4a423c1d9f', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:18:47','%Y-%m-%d %H:%i:%s'), '', '', '', 'cd6b28b7efbe4ae381467d6c6a90d195', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:18:49','%Y-%m-%d %H:%i:%s'), '', '', '', '178c07d8298e403394b31f61ec51c540', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:19:56','%Y-%m-%d %H:%i:%s'), '', '', '', 'b7d7ce3572b44e58bc885db9e822d577', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:19:56','%Y-%m-%d %H:%i:%s'), '', '', '', 'aad09e0185374b688521259bc97b6dcf', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:20:02','%Y-%m-%d %H:%i:%s'), '', '', '', '5c1004afcadf47d785bee93f5ad0e9d8', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:20:03','%Y-%m-%d %H:%i:%s'), '', '', '', '8ab95ac9245d4273802e3c698c1fab29', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:20:04','%Y-%m-%d %H:%i:%s'), '', '', '', '53d3438766b9428e88270a58975d3deb', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:20:06','%Y-%m-%d %H:%i:%s'), '', '', '', '2a0353ec38b64068abd4a7ce066e7470', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:20:08','%Y-%m-%d %H:%i:%s'), '', '', '', '25cfb1cacd64411988fd18d2d0d622ae', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:20:30','%Y-%m-%d %H:%i:%s'), '', '', '', '834f0c4bd2bc442ea44ac10e96716cac', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:20:30','%Y-%m-%d %H:%i:%s'), '', '', '', 'f28ea106358b4e73900d0ce09ad86cee', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:20:31','%Y-%m-%d %H:%i:%s'), '', '', '', '34b83ca9e3bd468f88b74d902a44eef3', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:21:07','%Y-%m-%d %H:%i:%s'), '', '', '', '0990d299166f462fa0c98b32267dce37', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:21:20','%Y-%m-%d %H:%i:%s'), '', '', '', '1704a92b824c4709bfcdf589040e3eed', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:21:20','%Y-%m-%d %H:%i:%s'), '', '', '', 'ec4a5422b18c4a108141b957a12d3541', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:21:32','%Y-%m-%d %H:%i:%s'), '', '', '', 'b3412423d36349e39d428f26efae5f47', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:21:34','%Y-%m-%d %H:%i:%s'), '', '', '', '164e8c847b15405295390722c41654cc', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:21:35','%Y-%m-%d %H:%i:%s'), '', '', '', '1d48980a32b944e6b2beab6bd367b24f', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:21:36','%Y-%m-%d %H:%i:%s'), '', '', '', '0852e14ef1e440b181aa07d5e72e532d', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:21:36','%Y-%m-%d %H:%i:%s'), '', '', '', 'b66a47972f984734b2a6380a504bba02', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:21:38','%Y-%m-%d %H:%i:%s'), '', '', '', 'e7413688335045f3892ee9a4f91be099', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:21:38','%Y-%m-%d %H:%i:%s'), '', '', '', '57ab59e43c9241f6995bb5e8b24da044', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:21:41','%Y-%m-%d %H:%i:%s'), '', '', '', 'e5e5ddae643f40fd884dd6d60ed02ac2', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除表单模型', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:21:48','%Y-%m-%d %H:%i:%s'), '', '', '', '7e934826e65c4e25a926e9963c1386a5', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:21:48','%Y-%m-%d %H:%i:%s'), '', '', '', '59be5e69da654890a00e1d3664951432', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加表单模型页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:21:54','%Y-%m-%d %H:%i:%s'), '', '', '', 'bd49f705de3d4a179da6421ed8b78a6d', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加表单模型', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:22:07','%Y-%m-%d %H:%i:%s'), '', '', '', 'f4d52860a9554e7bbf634d9bece0c9e8', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:22:07','%Y-%m-%d %H:%i:%s'), '', '', '', '27a4ae4c6c2f4d36b5ae9edfba370500', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:22:13','%Y-%m-%d %H:%i:%s'), '', '', '', '29922865d4324a89926fb3bcaf101d8f', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:22:17','%Y-%m-%d %H:%i:%s'), '', '', '', '3f9362a43f4846a98ce68b37fd3d5860', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:22:24','%Y-%m-%d %H:%i:%s'), '', '', '', '51e9b18f488e4967984a961d0ba4e905', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:22:24','%Y-%m-%d %H:%i:%s'), '', '', '', 'd30e99f42b374cdc90265ef05d1ac9c3', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:22:32','%Y-%m-%d %H:%i:%s'), '', '', '', '44633e6051a143bb8e507d367bb40f02', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:22:33','%Y-%m-%d %H:%i:%s'), '', '', '', '6d4b96efcb4a44909fdc9f725e1b5779', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:22:37','%Y-%m-%d %H:%i:%s'), '', '', '', '97e628fd3fe644f8ae13fbfb93abf6cd', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:22:38','%Y-%m-%d %H:%i:%s'), '', '', '', '6c22180c478b49ab8f8811b17b2f73ad', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:22:39','%Y-%m-%d %H:%i:%s'), '', '', '', '41b2803a092f4ba085af78e3b2a2fd28', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:22:42','%Y-%m-%d %H:%i:%s'), '', '', '', 'f989dc07cab945fb88c6cd95a7977607', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:22:42','%Y-%m-%d %H:%i:%s'), '', '', '', 'fbd7929e0b7a43d1bd9b5bae4dede9a3', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:22:44','%Y-%m-%d %H:%i:%s'), '', '', '', '49ca87963588412e8d84b7e175c7b8cc', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:22:51','%Y-%m-%d %H:%i:%s'), '', '', '', '9574608eaad948ac9085b4ed82402758', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:22:52','%Y-%m-%d %H:%i:%s'), '', '', '', '51cee59646bb4fb5824bc2660da9979c', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:22:56','%Y-%m-%d %H:%i:%s'), '', '', '', 'd35b045ac31a46cf8b345cb78a830365', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:22:56','%Y-%m-%d %H:%i:%s'), '', '', '', '6a536882473a4c6e93bba93e317c5550', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:22:57','%Y-%m-%d %H:%i:%s'), '', '', '', '707568464d7544e4ae3ccd2a5c42762c', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:22:59','%Y-%m-%d %H:%i:%s'), '', '', '', '08ff4317226b4b7a84cc9308ff0d2bf0', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:22:59','%Y-%m-%d %H:%i:%s'), '', '', '', 'bb69bb41bf7a47dfb6a22567fb7bb94f', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:01','%Y-%m-%d %H:%i:%s'), '', '', '', '6c74565c76e945e6bff11240ba8845fc', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:02','%Y-%m-%d %H:%i:%s'), '', '', '', 'dd4b9ac1142048dc8019ff7397c71935', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:07','%Y-%m-%d %H:%i:%s'), '', '', '', 'eddc940f760f40ad937e4ba45d1038d5', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:07','%Y-%m-%d %H:%i:%s'), '', '', '', '12aaa0ddb0e44d078d55fad63018e0a1', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:09','%Y-%m-%d %H:%i:%s'), '', '', '', '26c353e5f2df4a25998de7468be218a6', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:10','%Y-%m-%d %H:%i:%s'), '', '', '', 'cd93292ff74241d98a81af12eb789493', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:12','%Y-%m-%d %H:%i:%s'), '', '', '', '412c3323d7634741b3a5ae0217b7d9cf', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:12','%Y-%m-%d %H:%i:%s'), '', '', '', 'c53fdd75957f4bf198c4745f6da427f8', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:13','%Y-%m-%d %H:%i:%s'), '', '', '', '45fd6d6e795648a9be413cfeb41d957c', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:14','%Y-%m-%d %H:%i:%s'), '', '', '', '4df4954f6a504891921727d5eca89479', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:17','%Y-%m-%d %H:%i:%s'), '', '', '', '5f8dab3ce83d420d9b325cb8ac72d801', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:17','%Y-%m-%d %H:%i:%s'), '', '', '', 'c8fa96271f9f40e2800f39133d728821', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:18','%Y-%m-%d %H:%i:%s'), '', '', '', 'd3ff2d7eb0c94c028029d979a2a7ca3c', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:19','%Y-%m-%d %H:%i:%s'), '', '', '', 'c24827510fff4a2998350bf7ae79da83', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:21','%Y-%m-%d %H:%i:%s'), '', '', '', '19a6abc716f2465db53cd3636ab3aa7b', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:21','%Y-%m-%d %H:%i:%s'), '', '', '', 'cae8fe67b13c4f96a1be84abd3dd1761', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:22','%Y-%m-%d %H:%i:%s'), '', '', '', 'b4d38b3786a743feb49440bff346e495', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:23','%Y-%m-%d %H:%i:%s'), '', '', '', '75ce6c24e54b423a8532f0c775b20ed3', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:26','%Y-%m-%d %H:%i:%s'), '', '', '', '99d80aface1c4979a9a87ff4282416d7', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:26','%Y-%m-%d %H:%i:%s'), '', '', '', 'e8fb8375f559415cbc547fbdb28a93e2', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:27','%Y-%m-%d %H:%i:%s'), '', '', '', '956535ab77bd4deebdc16da489a55922', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:28','%Y-%m-%d %H:%i:%s'), '', '', '', '356dd793db994cfdb1c03ec5ade2f005', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:30','%Y-%m-%d %H:%i:%s'), '', '', '', 'c036946d6c7a45088db72be673ad73a9', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:30','%Y-%m-%d %H:%i:%s'), '', '', '', '8d5bd5200c33485aab292035a3d64f5e', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:31','%Y-%m-%d %H:%i:%s'), '', '', '', '154ce54b34b249b29255012e4527efe2', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:32','%Y-%m-%d %H:%i:%s'), '', '', '', '53a2f79e20004b32bd4bce29dd6221e8', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:34','%Y-%m-%d %H:%i:%s'), '', '', '', '7704525125b249c990e2cb3c6f306ff8', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:34','%Y-%m-%d %H:%i:%s'), '', '', '', '5d41fbd70aa24eb8973c8da15453339e', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:35','%Y-%m-%d %H:%i:%s'), '', '', '', '9d1e8b193c5047c089e97e7b63b74919', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:36','%Y-%m-%d %H:%i:%s'), '', '', '', '108039426a3049b08b7079f433f87580', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:39','%Y-%m-%d %H:%i:%s'), '', '', '', '98252d69853d4f49b2c0e60474eeb893', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:39','%Y-%m-%d %H:%i:%s'), '', '', '', 'd8cdf84d891f414f97f54eb7dfa97359', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:40','%Y-%m-%d %H:%i:%s'), '', '', '', '447714cd5c73418982d9ed3c2c8c7051', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:41','%Y-%m-%d %H:%i:%s'), '', '', '', 'f6f533eaee844600bf6fa15cf4c10edd', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:44','%Y-%m-%d %H:%i:%s'), '', '', '', '3400b7bca4f34f98adc12b26550f254a', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:44','%Y-%m-%d %H:%i:%s'), '', '', '', '8fdcaabe6aa54e2e93bd8ac215543b6a', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:45','%Y-%m-%d %H:%i:%s'), '', '', '', '06001cb746074255981711e9e65804a0', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:46','%Y-%m-%d %H:%i:%s'), '', '', '', '3f4b03aa2d524381b42ab94e3c8f19ff', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:48','%Y-%m-%d %H:%i:%s'), '', '', '', '9392d3a23e29480f9d5a7982c5464b75', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:49','%Y-%m-%d %H:%i:%s'), '', '', '', '29eb786dac4345bb93d9266a892903ab', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:50','%Y-%m-%d %H:%i:%s'), '', '', '', '52a152d346454706977719ffb87756be', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:51','%Y-%m-%d %H:%i:%s'), '', '', '', '44f2fe21b0274838917f80226328547b', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:54','%Y-%m-%d %H:%i:%s'), '', '', '', '81e5568c9ea0491782a965c5c6e40e6e', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:54','%Y-%m-%d %H:%i:%s'), '', '', '', '04a8cfb408ef483cbc175a1b07504488', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:55','%Y-%m-%d %H:%i:%s'), '', '', '', 'af28655e8fed4d238d029d4ad54fbacd', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:57','%Y-%m-%d %H:%i:%s'), '', '', '', 'b37bdb174c554d62b60d93d07a70f476', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:23:57','%Y-%m-%d %H:%i:%s'), '', '', '', '3a5e43bca45f423cad7a926ee1127087', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:24:06','%Y-%m-%d %H:%i:%s'), '', '', '', '748f3eb23e3842f49869aa094f25a0bf', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:24:46','%Y-%m-%d %H:%i:%s'), '', '', '', '406cdf57d8f9469987e475fc4fe550a5', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:24:46','%Y-%m-%d %H:%i:%s'), '', '', '', '8ae207c4cd0d4bd7b13e9e40b00e40fe', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:24:56','%Y-%m-%d %H:%i:%s'), '', '', '', '8202373bc8dd48f3968f8f3c6502ce13', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:25:16','%Y-%m-%d %H:%i:%s'), '', '', '', '7d08700b9c8a446fb85272599ab06415', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:25:16','%Y-%m-%d %H:%i:%s'), '', '', '', '37e5f200d3484a179e7aa9b3aaeec872', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:25:39','%Y-%m-%d %H:%i:%s'), '', '', '', '3dfa448b962545b7827b3ba94ce737f3', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:25:42','%Y-%m-%d %H:%i:%s'), '', '', '', '7516f9214a3e4e28943bb807bf08deec', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:25:45','%Y-%m-%d %H:%i:%s'), '', '', '', '9ca2cfacd77941c9aa9a7cdbf775ac33', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:25:59','%Y-%m-%d %H:%i:%s'), '', '', '', '751e7b63dcfa487298697902b972a416', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:25:59','%Y-%m-%d %H:%i:%s'), '', '', '', '33a2628613b841c680d9299d20e4eb4f', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目排序', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:26:04','%Y-%m-%d %H:%i:%s'), '', '', '', '63510c1bdd6542bbbf54df34bdc5c9c9', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.updateSort()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:26:04','%Y-%m-%d %H:%i:%s'), '', '', '', '9bc1c2851ba64699b8c4b4730833519e', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目排序', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:26:35','%Y-%m-%d %H:%i:%s'), '', '', '', 'a945f5693ff34a529f0f609b72e9e0a0', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.updateSort()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:26:35','%Y-%m-%d %H:%i:%s'), '', '', '', '33aa72d155e14468ab6f2e6379685c26', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:26:38','%Y-%m-%d %H:%i:%s'), '', '', '', 'd90ee8ee14414e78b584335e8b8d1e4c', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:26:56','%Y-%m-%d %H:%i:%s'), '', '', '', 'e292a0fcdd4a4a33ac7b4660fccc48d6', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:26:56','%Y-%m-%d %H:%i:%s'), '', '', '', '84c6c570157344a9931384e9e375a14e', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:27:58','%Y-%m-%d %H:%i:%s'), '', '', '', '81aa7c57fd394fad80b60d516f065d62', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:27:59','%Y-%m-%d %H:%i:%s'), '', '', '', 'd4316d8fa51f4ae08f8c11df604d17b2', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:28:09','%Y-%m-%d %H:%i:%s'), '', '', '', '9f08c182bb8544d5a5b1585462124a5d', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:28:09','%Y-%m-%d %H:%i:%s'), '', '', '', '9e241f8d539f4ffea97ed78c9e07168c', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:30:31','%Y-%m-%d %H:%i:%s'), '', '', '', '69b28475ce1e495f81b884fcbeefe12c', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:30:36','%Y-%m-%d %H:%i:%s'), '', '', '', 'f4a32d75d8fa4eb084006b2c92be48c3', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:30:50','%Y-%m-%d %H:%i:%s'), '', '', '', 'b226133fa5294a778c35437fd905e546', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:30:50','%Y-%m-%d %H:%i:%s'), '', '', '', '2b3a80fbd9c940f1a9e0d50375a6de61', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:32:27','%Y-%m-%d %H:%i:%s'), '', '', '', '25fbcb9be9774a55bd4ae57c5a844c14', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:32:30','%Y-%m-%d %H:%i:%s'), '', '', '', '5b0a523820884a0d8f20cf53192f62cc', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:32:42','%Y-%m-%d %H:%i:%s'), '', '', '', 'c5066dfcb4304a21882ec6453145dae5', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:32:42','%Y-%m-%d %H:%i:%s'), '', '', '', '8b3b2bfaf36b49beae6106091af360b4', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:32:44','%Y-%m-%d %H:%i:%s'), '', '', '', '0c65677f26bd4cf984b6412b327b09ea', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目排序', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:32:52','%Y-%m-%d %H:%i:%s'), '', '', '', '309ec28eca944a03bbc98a887d0777fe', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.updateSort()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:32:52','%Y-%m-%d %H:%i:%s'), '', '', '', '1ec00772501a47b5983e157b865a5c12', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:32:53','%Y-%m-%d %H:%i:%s'), '', '', '', '50c2ef48bced4884a9b1bf31fc84f41d', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:38:03','%Y-%m-%d %H:%i:%s'), '', '', '', '8ad5756cf9e540fca18db0aefc9b948e', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:38:11','%Y-%m-%d %H:%i:%s'), '', '', '', '62926616166447439699b3ddaa1d5059', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:38:12','%Y-%m-%d %H:%i:%s'), '', '', '', 'c5961fdaaabe4d6cad5f13df76be7aa1', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:38:13','%Y-%m-%d %H:%i:%s'), '', '', '', '6efaa869d48c40ddaaad5c2aef4efaae', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改表单模型页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:38:16','%Y-%m-%d %H:%i:%s'), '', '', '', 'ce866feb60fd45ab959230beb51b8908', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:38:30','%Y-%m-%d %H:%i:%s'), '', '', '', '2ee8cc0401d8459fa9a646b06ce500b9', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:38:36','%Y-%m-%d %H:%i:%s'), '', '', '', 'bfa5a263df7f477aa73efef01e4e499e', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:38:38','%Y-%m-%d %H:%i:%s'), '', '', '', 'ca26248549fe480799e02bef8a3e81c2', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:38:42','%Y-%m-%d %H:%i:%s'), '', '', '', '42d9bab1c30144c4abe7fba8bf58dfaf', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:38:47','%Y-%m-%d %H:%i:%s'), '', '', '', 'b69a06b2d59b49718d874a04bfac638d', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:38:59','%Y-%m-%d %H:%i:%s'), '', '', '', 'a6b6a0bd7e92479cad27636c92afe1bf', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:39:01','%Y-%m-%d %H:%i:%s'), '', '', '', '89d30e57879f4b40ae97ae8f72572900', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:39:03','%Y-%m-%d %H:%i:%s'), '', '', '', 'fec6ae7c30e64236b0377498b0ac4725', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:39:03','%Y-%m-%d %H:%i:%s'), '', '', '', 'f3d5262426274379958fd3565a7371f9', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:39:05','%Y-%m-%d %H:%i:%s'), '', '', '', '5adc9c901adb4b099b0c0195182ac045', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:39:05','%Y-%m-%d %H:%i:%s'), '', '', '', '35a091f04c6143b9b4843e8812ce0455', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:39:07','%Y-%m-%d %H:%i:%s'), '', '', '', '8f5fe4f70c59434483083c28e481f7cb', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:39:07','%Y-%m-%d %H:%i:%s'), '', '', '', '908bd5f55b8648e7b00719da214b0a19', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:39:08','%Y-%m-%d %H:%i:%s'), '', '', '', '7cd8479591b740ebb4bd9581d7186c64', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:39:10','%Y-%m-%d %H:%i:%s'), '', '', '', 'af0879775a0744808b1106ee3e96f767', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:39:29','%Y-%m-%d %H:%i:%s'), '', '', '', '1cab58b396274c5c84eee4b3582df569', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:39:29','%Y-%m-%d %H:%i:%s'), '', '', '', '8576739d89d44eb388ad1a815f2522cd', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:39:30','%Y-%m-%d %H:%i:%s'), '', '', '', '517d60aa56884d5d8c35baa75e34cc8d', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:39:31','%Y-%m-%d %H:%i:%s'), '', '', '', '87915fc5f5404d3b8c924f26897a1f9a', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:39:32','%Y-%m-%d %H:%i:%s'), '', '', '', '4be46957f7584b7498a1cd2f825ed1c9', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:40:01','%Y-%m-%d %H:%i:%s'), '', '', '', 'f6f280889c514e9f918712d358402e16', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:40:01','%Y-%m-%d %H:%i:%s'), '', '', '', 'e340dbc04d99425c92a109f8ca2457d5', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:40:53','%Y-%m-%d %H:%i:%s'), '', '', '', 'c5ae95cf8ef745bfb61c061c7573b341', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '变量分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:41:58','%Y-%m-%d %H:%i:%s'), '', '', '', 'a1a14298f2014dbe80d10b903bff3dd6', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加变量页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:43:21','%Y-%m-%d %H:%i:%s'), '', '', '', '19a5fad036ed443491e35d8ab213cdf5', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加变量', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:43:33','%Y-%m-%d %H:%i:%s'), '', '', '', '8394f69867f943e8898331d1fe66334e', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '变量分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:43:33','%Y-%m-%d %H:%i:%s'), '', '', '', '2c6b938d9380499eadf42d38a0e27c38', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:45:27','%Y-%m-%d %H:%i:%s'), '', '', '', '13717bb52dba4d5bbaecd56533ce8fcc', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:46:26','%Y-%m-%d %H:%i:%s'), '', '', '', 'a7e8d0424f2248d1b998e81647eec260', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:48:32','%Y-%m-%d %H:%i:%s'), '', '', '', '20ee6d1eaf8e41a1a5f1517075dac272', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目排序', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:48:53','%Y-%m-%d %H:%i:%s'), '', '', '', '90927e57ebfb487a8b14f94789c8066a', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.updateSort()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:48:53','%Y-%m-%d %H:%i:%s'), '', '', '', '6212d52dcdeb4a2cab4592434883a208', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:48:56','%Y-%m-%d %H:%i:%s'), '', '', '', '9a04fac28d3841579a7922ca90e02b25', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:48:57','%Y-%m-%d %H:%i:%s'), '', '', '', 'ed969e5fcb07427d8a6d621f0efb8ce2', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:48:59','%Y-%m-%d %H:%i:%s'), '', '', '', '45001e85b8c1465694b0e6ddd09474de', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:50:31','%Y-%m-%d %H:%i:%s'), '', '', '', '32214926362347189a737babc7f770c6', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:50:31','%Y-%m-%d %H:%i:%s'), '', '', '', 'a5efa0c64ac64437962787b93a9c420f', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:50:39','%Y-%m-%d %H:%i:%s'), '', '', '', 'be99e61e810b4646a6224f707d553223', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:50:41','%Y-%m-%d %H:%i:%s'), '', '', '', '41503c8a2b50485c92f25209cf52fb68', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:56:38','%Y-%m-%d %H:%i:%s'), '', '', '', '50e81628402549238c39b7662db8f8a5', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:56:38','%Y-%m-%d %H:%i:%s'), '', '', '', '57c3b85983184e8ea8fccec2b5a41b78', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:57:24','%Y-%m-%d %H:%i:%s'), '', '', '', '9b002ce6cb524cd19eaea7b318459172', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:57:25','%Y-%m-%d %H:%i:%s'), '', '', '', '47334929849e4e7cb7fa9fabca7e205e', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:58:39','%Y-%m-%d %H:%i:%s'), '', '', '', 'b847b5ab7ad540999adda08b470274b4', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:58:39','%Y-%m-%d %H:%i:%s'), '', '', '', '3eacb1a401c947ba85d90b05953002b9', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:59:00','%Y-%m-%d %H:%i:%s'), '', '', '', '4a47b8a97cb647e3a1a8d576e8c70911', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:59:01','%Y-%m-%d %H:%i:%s'), '', '', '', '2cfeae44e5a64f72af7493c1a024e007', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:59:57','%Y-%m-%d %H:%i:%s'), '', '', '', '3a00c8b22add40ca9e64ec45bfec5b7b', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:59:57','%Y-%m-%d %H:%i:%s'), '', '', '', '649df05e64f94fa684f2d3ad94c9e375', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:00:56','%Y-%m-%d %H:%i:%s'), '', '', '', '004cd1344dcb42fca8d6b824806f4f7c', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:00:57','%Y-%m-%d %H:%i:%s'), '', '', '', 'a9513337193047b6a8cb8f5837acbbf3', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:01:18','%Y-%m-%d %H:%i:%s'), '', '', '', '5daf9ddc15cd4066a932e1c6edf53a88', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:01:18','%Y-%m-%d %H:%i:%s'), '', '', '', '7b7041f402cb453da72131be4bc3727e', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:36:42','%Y-%m-%d %H:%i:%s'), '', '', '', '475e1ac181734561a2a1151ffd438ff5', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:36:44','%Y-%m-%d %H:%i:%s'), '', '', '', '5bc25293564a4a7ebaa05798fdebe437', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:36:44','%Y-%m-%d %H:%i:%s'), '', '', '', '64f2f36abac140b4a06cc513847661ea', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:36:51','%Y-%m-%d %H:%i:%s'), '', '', '', 'c1ea622ab80b4e19bddc00c3aa96d654', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目排序', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:37:11','%Y-%m-%d %H:%i:%s'), '', '', '', '3d0a48efa07948a98c29300c9c0aa65a', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.updateSort()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:37:11','%Y-%m-%d %H:%i:%s'), '', '', '', 'b87ce29d0da747c895d49cc393d9fb4f', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:41:19','%Y-%m-%d %H:%i:%s'), '', '', '', '961d85d005e448acadf5a67d403dbd88', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:41:55','%Y-%m-%d %H:%i:%s'), '', '', '', '5c6a8bb0440e4bc6899907d27c72e4fd', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:41:55','%Y-%m-%d %H:%i:%s'), '', '', '', '1c5d74d9b3db4032a0a9f71bf0631aef', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:46:53','%Y-%m-%d %H:%i:%s'), '', '', '', '5b51a237740643438e32a7ee39b195e1', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:46:55','%Y-%m-%d %H:%i:%s'), '', '', '', 'd8e547f79ccd4f7ba83b21fcb8655b07', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:47:13','%Y-%m-%d %H:%i:%s'), '', '', '', '932fb5b596294ca8904d98132163678b', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:47:13','%Y-%m-%d %H:%i:%s'), '', '', '', '5c263178d0d743f29fa63ad6caefc9cf', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:47:22','%Y-%m-%d %H:%i:%s'), '', '', '', '17e1b7a1ce1c459b8a179eaa90202bac', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:47:25','%Y-%m-%d %H:%i:%s'), '', '', '', '15049470d58d471285480c50784dd713', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:47:39','%Y-%m-%d %H:%i:%s'), '', '', '', '03234cb4ca2a450db1562dd16cb82bd5', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:47:39','%Y-%m-%d %H:%i:%s'), '', '', '', '877c501e36fa46d9b6639486197661c7', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:47:41','%Y-%m-%d %H:%i:%s'), '', '', '', '733351a641ae46a0a3547ea47096cb9f', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:47:55','%Y-%m-%d %H:%i:%s'), '', '', '', '35816469b33c4caebda0fe618cc474a4', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:47:55','%Y-%m-%d %H:%i:%s'), '', '', '', '10ed71d769bc4c9f867384413ef0e4c4', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:47:58','%Y-%m-%d %H:%i:%s'), '', '', '', '753dd88865a64ca89fa3264162117b84', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:48:11','%Y-%m-%d %H:%i:%s'), '', '', '', '35b9d697cfa0494db2c37720414ec0d8', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:48:11','%Y-%m-%d %H:%i:%s'), '', '', '', '65048e63ff854d24b5d94079852089cf', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:49:43','%Y-%m-%d %H:%i:%s'), '', '', '', 'd27a21e61c6f49c48025c0a414318a70', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目排序', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:52:52','%Y-%m-%d %H:%i:%s'), '', '', '', 'ccfbf146de954438aaaddb4d539dc1ce', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.updateSort()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:52:52','%Y-%m-%d %H:%i:%s'), '', '', '', '7ad3b5a292584644af0493868d58a94a', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:52:58','%Y-%m-%d %H:%i:%s'), '', '', '', '00662dc0ef9b44d79797becc1005eb22', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目排序', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:53:19','%Y-%m-%d %H:%i:%s'), '', '', '', 'bda98c87a4ed458a99eda8914811f1c2', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.updateSort()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:53:19','%Y-%m-%d %H:%i:%s'), '', '', '', '395abfc928864bae8ac4616579a57ef4', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:54:21','%Y-%m-%d %H:%i:%s'), '', '', '', 'd15442c30f7b4dc6a0ee550d74823f18', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:54:23','%Y-%m-%d %H:%i:%s'), '', '', '', '033ac027fe0743429b5bf39ad0c2dcce', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:54:28','%Y-%m-%d %H:%i:%s'), '', '', '', '72d1d5ef3ffd45258bbe8a5e62004684', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:54:28','%Y-%m-%d %H:%i:%s'), '', '', '', 'd5a9b538b4b04c74a3d28f8c6ceb45ab', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:55:36','%Y-%m-%d %H:%i:%s'), '', '', '', 'fef0caa1321f42fc899ec8bf2f0cf92d', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:55:38','%Y-%m-%d %H:%i:%s'), '', '', '', 'b42b9ec63a3841c3a524afef88f60766', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:55:48','%Y-%m-%d %H:%i:%s'), '', '', '', '7ae217adc00844198408bc4577848ba8', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:55:48','%Y-%m-%d %H:%i:%s'), '', '', '', 'ac3e1ca28231402997d257e00b676497', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:55:51','%Y-%m-%d %H:%i:%s'), '', '', '', 'f1f2424defe240159c2beb7879607db0', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:55:53','%Y-%m-%d %H:%i:%s'), '', '', '', '2d1967a2495f4ba6befc74c39947202e', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:56:05','%Y-%m-%d %H:%i:%s'), '', '', '', 'afd5ce6fd3f84a669a35332c41fafb0d', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:56:05','%Y-%m-%d %H:%i:%s'), '', '', '', 'acdfb6d6714e45658062a0f2ab26b477', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:56:06','%Y-%m-%d %H:%i:%s'), '', '', '', '77434c18523e42338321d0f14b069c4e', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:56:08','%Y-%m-%d %H:%i:%s'), '', '', '', 'ec9c1837882b4a0a913188e05c87c48e', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:56:19','%Y-%m-%d %H:%i:%s'), '', '', '', 'cc749118716745f2b43322b4f4223154', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:56:19','%Y-%m-%d %H:%i:%s'), '', '', '', 'cb6b24395eeb4dc89a45f6e9bd94a3c4', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:56:20','%Y-%m-%d %H:%i:%s'), '', '', '', 'c1d7a56a45334d09af6a9b045d18d925', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:56:23','%Y-%m-%d %H:%i:%s'), '', '', '', '34f6baf705044864814d654432958c16', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:56:34','%Y-%m-%d %H:%i:%s'), '', '', '', '15f357527051497cb8c939cfd03b143f', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:56:34','%Y-%m-%d %H:%i:%s'), '', '', '', 'af5c0bfc449a432f851f531fb37a348c', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:57:31','%Y-%m-%d %H:%i:%s'), '', '', '', 'b43f6038e9e942edb4b2da11d923422b', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:57:32','%Y-%m-%d %H:%i:%s'), '', '', '', 'fd2b6e6279ea4535b9d47c58658b925b', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:57:34','%Y-%m-%d %H:%i:%s'), '', '', '', 'aaaa693dbf064de19e0f093c99f82d77', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:57:42','%Y-%m-%d %H:%i:%s'), '', '', '', '14447d4fe1824631931f3264363a734b', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:57:42','%Y-%m-%d %H:%i:%s'), '', '', '', 'c75ade5aacc24cb0a14f2013f2c4dd13', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:58:46','%Y-%m-%d %H:%i:%s'), '', '', '', 'f18a0f83c2dd4146a24d7099aa74e4d6', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:58:47','%Y-%m-%d %H:%i:%s'), '', '', '', '5bfbe7a2172543a7b55db71aec618491', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:58:51','%Y-%m-%d %H:%i:%s'), '', '', '', '027996e7053249f6b180bf1d7d34fcfe', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:58:56','%Y-%m-%d %H:%i:%s'), '', '', '', '045061b6ac43454ca4b149f8d79be043', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:58:57','%Y-%m-%d %H:%i:%s'), '', '', '', '96606b7cd5b442bcbd0ac03834e6e449', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:58:59','%Y-%m-%d %H:%i:%s'), '', '', '', 'b28b2d38aac64ec395e52b4070d67edd', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:59:02','%Y-%m-%d %H:%i:%s'), '', '', '', 'b6b6704af99c438c9bcd1badd9d12351', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:59:02','%Y-%m-%d %H:%i:%s'), '', '', '', '8fce09fc05f24212be4677fbe28e7862', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:59:04','%Y-%m-%d %H:%i:%s'), '', '', '', 'ac2ba8ad318543e191f9ba6d39bc1786', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:59:06','%Y-%m-%d %H:%i:%s'), '', '', '', '2efa1dde886e4b6ebf51d5de7625bf11', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:59:35','%Y-%m-%d %H:%i:%s'), '', '', '', 'e78697f7400e4a92a1662ae3f0d51e76', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:59:35','%Y-%m-%d %H:%i:%s'), '', '', '', 'e3a29ac8974b43fd9a66fcbaccfe6587', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:59:48','%Y-%m-%d %H:%i:%s'), '', '', '', '3fd97486522642939e15de7169c88ac2', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:59:50','%Y-%m-%d %H:%i:%s'), '', '', '', 'a432212dea914bfd96b250cebd96e1ea', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:00:05','%Y-%m-%d %H:%i:%s'), '', '', '', '17297a8bae2c48eabc81af1353240909', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:00:06','%Y-%m-%d %H:%i:%s'), '', '', '', '1c9994d8ff9d497ba6322544296a4b6e', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:00:07','%Y-%m-%d %H:%i:%s'), '', '', '', 'ac31f3da409e476e8db11cee0fe80a66', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:00:08','%Y-%m-%d %H:%i:%s'), '', '', '', '74150c5667a64eab811c130c7b203d01', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:01:30','%Y-%m-%d %H:%i:%s'), '', '', '', 'cea3c736f7974f93ada1226b1a87d6c3', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:01:31','%Y-%m-%d %H:%i:%s'), '', '', '', '470f6113ffee44139d59a32728f543b8', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:01:33','%Y-%m-%d %H:%i:%s'), '', '', '', '10adf90355e1407b893e1c0ac3bdf6de', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:04:01','%Y-%m-%d %H:%i:%s'), '', '', '', '07594d5e6caa4f6d88dc022093130654', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:04:01','%Y-%m-%d %H:%i:%s'), '', '', '', '2b0d92cfd4ee414085ed3cfa163e2046', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:04:03','%Y-%m-%d %H:%i:%s'), '', '', '', '48d286cd40bb4aca8b0c469cf550d152', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:04:05','%Y-%m-%d %H:%i:%s'), '', '', '', '6d46020e36ff43c981416fb9fad5bcae', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:04:21','%Y-%m-%d %H:%i:%s'), '', '', '', 'c8864c31bf954bcab877cda6dd9ba0ae', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:04:21','%Y-%m-%d %H:%i:%s'), '', '', '', 'f24fcef5f7bb48399ba8a698a2e0eef0', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:04:23','%Y-%m-%d %H:%i:%s'), '', '', '', 'e99e6e7193204bdf9af5ac465ad06fd5', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:04:24','%Y-%m-%d %H:%i:%s'), '', '', '', 'c002faf27ac64bc295aaaab64f8fafd2', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:04:40','%Y-%m-%d %H:%i:%s'), '', '', '', 'f922939af49b47d6809d5ff609a8ee08', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:04:40','%Y-%m-%d %H:%i:%s'), '', '', '', '690ee61fba9444e3b87bed938f893632', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:04:42','%Y-%m-%d %H:%i:%s'), '', '', '', '002975e9dde34c769defbb15d994ce63', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:04:44','%Y-%m-%d %H:%i:%s'), '', '', '', 'ba62959cb10547e19aa5995238a1f63c', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:04:55','%Y-%m-%d %H:%i:%s'), '', '', '', '113f7c9d767442efacc99909c9da4809', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:04:55','%Y-%m-%d %H:%i:%s'), '', '', '', '8c36064ab9bc46b5bdcd4eaabfc45aa6', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:06:26','%Y-%m-%d %H:%i:%s'), '', '', '', '207a8a64399f44bf91c5c7a9d55b2ad5', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:06:28','%Y-%m-%d %H:%i:%s'), '', '', '', 'fe23d4cfe95047feac71366126444417', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:06:31','%Y-%m-%d %H:%i:%s'), '', '', '', 'c6b997fb275e4531a15e9c9711a3e409', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:06:31','%Y-%m-%d %H:%i:%s'), '', '', '', '104efa89169e4175983920be572796cc', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:06:32','%Y-%m-%d %H:%i:%s'), '', '', '', '0a1949e292a04f69b053576bfad1fc70', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:06:34','%Y-%m-%d %H:%i:%s'), '', '', '', '42ae32a8fda44afe892b11c565b7bcb8', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:07:08','%Y-%m-%d %H:%i:%s'), '', '', '', '1d166227d78b4686ae77ca8ee6f39ae3', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:07:08','%Y-%m-%d %H:%i:%s'), '', '', '', '38c25ea8dcc4401491b356fedef0b19e', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:07:09','%Y-%m-%d %H:%i:%s'), '', '', '', '8f6c2ac878b8410cbce5b4b435cbdead', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:07:11','%Y-%m-%d %H:%i:%s'), '', '', '', 'de1f106c4e5e43bdbba50cda46334d2d', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:09:44','%Y-%m-%d %H:%i:%s'), '', '', '', '854de2ca7ddf4f58a6ce30e724ac1230', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:09:44','%Y-%m-%d %H:%i:%s'), '', '', '', '54656320c8e8426e9f3ee4b2d72bf4b9', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:09:45','%Y-%m-%d %H:%i:%s'), '', '', '', '65167e9c3e0142d5a1468d52beac23ea', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:09:47','%Y-%m-%d %H:%i:%s'), '', '', '', '54585b2fb80b4e89892239a0172edc5d', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:10:21','%Y-%m-%d %H:%i:%s'), '', '', '', '8995ce62ecf340e38f2a711013c85df9', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:10:21','%Y-%m-%d %H:%i:%s'), '', '', '', 'd97a3980d3b640e1ae58c0d836495211', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:10:40','%Y-%m-%d %H:%i:%s'), '', '', '', '421bb6737fd54d6e870b5518f9fa755c', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:10:42','%Y-%m-%d %H:%i:%s'), '', '', '', '685b2cae4f8f49029be97b4e527822a1', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:10:47','%Y-%m-%d %H:%i:%s'), '', '', '', '04427c1e74754ba69360a111cdbd9053', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:10:49','%Y-%m-%d %H:%i:%s'), '', '', '', '043758fd383e4819b51c6986aaf78834', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:11:21','%Y-%m-%d %H:%i:%s'), '', '', '', 'f633b64cb24f46dc98bdc9b51d1b78c5', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:11:21','%Y-%m-%d %H:%i:%s'), '', '', '', 'cb02e5cd9e014ec4bccab8814a454a59', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:11:22','%Y-%m-%d %H:%i:%s'), '', '', '', 'd201967c960a45a08f06012b4d78212d', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:11:24','%Y-%m-%d %H:%i:%s'), '', '', '', '3e0d5cf94f0544a08a4efdfbc399f8ae', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:11:41','%Y-%m-%d %H:%i:%s'), '', '', '', '1b5b59605c3545ffa60299b9a997857e', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:11:41','%Y-%m-%d %H:%i:%s'), '', '', '', '112f32f6744641edb529d5930d52f92e', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:11:42','%Y-%m-%d %H:%i:%s'), '', '', '', 'a793e34f2aa24c8b9fe2ad8fdae57c72', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:11:44','%Y-%m-%d %H:%i:%s'), '', '', '', 'ee3ee0d0d42e4711bf7d58567d7e9c6f', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:12:00','%Y-%m-%d %H:%i:%s'), '', '', '', 'e8a7a75882a54bde821b46b952068520', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:12:00','%Y-%m-%d %H:%i:%s'), '', '', '', '86206ad9e74a4d5383212e397caab63c', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:18:10','%Y-%m-%d %H:%i:%s'), '', '', '', '763c8fa2287b42f5a6a70b06f8b297af', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:18:19','%Y-%m-%d %H:%i:%s'), '', '', '', 'e5ff88606e424ba18c8321e0b4f9e6cc', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:18:21','%Y-%m-%d %H:%i:%s'), '', '', '', '176374338563445f8a476ca024a7b9df', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:18:25','%Y-%m-%d %H:%i:%s'), '', '', '', 'b03e167491fa4cc2b5cc6cd98e2fc8de', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:18:25','%Y-%m-%d %H:%i:%s'), '', '', '', '3a1469da140c4fd4aacfd69853ce934a', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:18:28','%Y-%m-%d %H:%i:%s'), '', '', '', '81736684748f4cbd87b12cf72001a2d9', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:18:34','%Y-%m-%d %H:%i:%s'), '', '', '', 'ecc8fbefaab74abc82c84ae7625a1a7c', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:18:34','%Y-%m-%d %H:%i:%s'), '', '', '', 'fc208aa063a64a80a1d4dc688116ff8b', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:18:35','%Y-%m-%d %H:%i:%s'), '', '', '', 'b16815a15d7a447e874cb635ee5e7667', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:18:37','%Y-%m-%d %H:%i:%s'), '', '', '', '2c1343988abb40f1936ead8119b0c676', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:18:44','%Y-%m-%d %H:%i:%s'), '', '', '', '8ff6ffa0b22d463797b35e5c90850b3f', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:18:44','%Y-%m-%d %H:%i:%s'), '', '', '', '083d3092b42f4b9db240df66e1b870a1', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:18:46','%Y-%m-%d %H:%i:%s'), '', '', '', '1bd1282b77f945c58d94686835cd1d8b', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:18:48','%Y-%m-%d %H:%i:%s'), '', '', '', '7c4b76bbe1a44932abe54c2ae0f0ebdd', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:18:51','%Y-%m-%d %H:%i:%s'), '', '', '', 'baa8774ea58041d4aae3dd5bc730cfd0', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:18:56','%Y-%m-%d %H:%i:%s'), '', '', '', '39678f968b5245a192ccf4f30ae8cd54', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:18:56','%Y-%m-%d %H:%i:%s'), '', '', '', '2c51b42805224a42b74d330dc1b42be3', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:18:57','%Y-%m-%d %H:%i:%s'), '', '', '', '58afda91a83c4c67a0f8c8e7e212006b', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:19:01','%Y-%m-%d %H:%i:%s'), '', '', '', 'e52c17fe4da14d46a712cb21ad2461b7', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:19:01','%Y-%m-%d %H:%i:%s'), '', '', '', '1379ca9144664411970b28c782a678d7', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:19:02','%Y-%m-%d %H:%i:%s'), '', '', '', 'd71431a8a15a48a582d1c3f52bd98de2', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:19:07','%Y-%m-%d %H:%i:%s'), '', '', '', '1f0a2496859d413c840aae9a989abdb6', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:19:07','%Y-%m-%d %H:%i:%s'), '', '', '', '5dd545f8a81b4ee5b15a7dc6e1e2bd7b', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:19:30','%Y-%m-%d %H:%i:%s'), '', '', '', '2dcbfa76db36489aa6fc84ded66885ec', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:19:32','%Y-%m-%d %H:%i:%s'), '', '', '', '5a8836d4cbb148cc8c6e7ed72974e2b6', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:19:33','%Y-%m-%d %H:%i:%s'), '', '', '', '48b4cf91914745fba7f031466bf09370', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:20:11','%Y-%m-%d %H:%i:%s'), '', '', '', '76b9beeeba2542f6aa27d5b982e79537', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:20:11','%Y-%m-%d %H:%i:%s'), '', '', '', '012a0b999dd047b39bc6264bc192432f', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:20:22','%Y-%m-%d %H:%i:%s'), '', '', '', '62432e57e7b04354bb3b8e3ca8e11354', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:20:25','%Y-%m-%d %H:%i:%s'), '', '', '', 'f84a66d5bfb14690a11dbb206df69b60', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:20:25','%Y-%m-%d %H:%i:%s'), '', '', '', 'cf02ed0ef905465ea4a6376021361dac', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:21:28','%Y-%m-%d %H:%i:%s'), '', '', '', '8a5ec93eae594621aa76f76c670dd2c9', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:23:12','%Y-%m-%d %H:%i:%s'), '', '', '', 'eabe7e1ba6a6422ba16fc55a3116dbc6', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改表单模型页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:23:14','%Y-%m-%d %H:%i:%s'), '', '', '', 'fb173f4e0f4641e9a3cb346b5c01863b', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加字段页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:23:15','%Y-%m-%d %H:%i:%s'), '', '', '', '79630bbb54c34ab0b6a3bb35c96c2114', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FieldController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加字段', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:23:29','%Y-%m-%d %H:%i:%s'), '', '', '', '421fc6d561ec49bf819875d10ae90b40', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FieldController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改表单模型页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:23:29','%Y-%m-%d %H:%i:%s'), '', '', '', '0b09a6be5efc45099a52645b207e4cd5', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:23:30','%Y-%m-%d %H:%i:%s'), '', '', '', '368119f4183e40699f2d85872eab9f83', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:23:32','%Y-%m-%d %H:%i:%s'), '', '', '', '623af63cc7514c94a8a2e6436c03f314', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:23:34','%Y-%m-%d %H:%i:%s'), '', '', '', '9a0fc5f87d564bce9c39a118a9b4823a', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:23:35','%Y-%m-%d %H:%i:%s'), '', '', '', 'eaddb7e5bab5493597a8edba13649dc0', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:24:40','%Y-%m-%d %H:%i:%s'), '', '', '', 'a24540abe255436aa416b1525ef623ca', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:24:40','%Y-%m-%d %H:%i:%s'), '', '', '', '9089f5fbb5684f7aafd754542edb255e', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:24:46','%Y-%m-%d %H:%i:%s'), '', '', '', '9bec69184a254a40bdbff487b5ba392c', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:24:53','%Y-%m-%d %H:%i:%s'), '', '', '', '89e77513272e4d23aae6e37704c15fe7', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:24:53','%Y-%m-%d %H:%i:%s'), '', '', '', '6a52ea3e1f1b410e8002d91066599ec3', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:25:14','%Y-%m-%d %H:%i:%s'), '', '', '', 'e7d15dcf6f124a7880d247c5e5f980d3', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:26:10','%Y-%m-%d %H:%i:%s'), '', '', '', 'ea5357aec53e4c0aa1c283fa4cd9d96a', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:26:12','%Y-%m-%d %H:%i:%s'), '', '', '', '34af2385ab404186af4b0b8e9316239e', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:26:13','%Y-%m-%d %H:%i:%s'), '', '', '', 'ae5d9eaf35e7464b889a9441624643b1', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:38:39','%Y-%m-%d %H:%i:%s'), '', '', '', 'c92389f7e59c4b1a829526a85e41e3ba', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:38:39','%Y-%m-%d %H:%i:%s'), '', '', '', '61ad023fa0ff4e84b61c84f02c5aa4e8', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:40:58','%Y-%m-%d %H:%i:%s'), '', '', '', '5caf365e5b444ed4b98b246dc5c94a53', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:41:00','%Y-%m-%d %H:%i:%s'), '', '', '', 'a3d8a3874bbb457da9e8bf92a3510e3e', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:41:13','%Y-%m-%d %H:%i:%s'), '', '', '', 'c28c0dd797a845afad2215257e483290', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:41:13','%Y-%m-%d %H:%i:%s'), '', '', '', '5e179ffb21fe4464bcac296ddefab686', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:42:15','%Y-%m-%d %H:%i:%s'), '', '', '', 'd1f6473ebea647a0a1565b75f96a6d42', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:42:16','%Y-%m-%d %H:%i:%s'), '', '', '', 'b70ae3fe87a1409587a12f591bcb3240', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:41:49','%Y-%m-%d %H:%i:%s'), '', '', '', 'e5e3172f87fa4156b00f3428e7f93eed', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:41:51','%Y-%m-%d %H:%i:%s'), '', '', '', '28bbbbfed7ae48db9b8b3a5e4fd51205', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:45:00','%Y-%m-%d %H:%i:%s'), '', '', '', '4c5087fca4a042269bb313f7ffd34def', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:45:13','%Y-%m-%d %H:%i:%s'), '', '', '', '0eaeeeb23556426ba0bbc65d01d3bc68', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:45:15','%Y-%m-%d %H:%i:%s'), '', '', '', '65ed9d99fb704a07834c8fe0b5de3221', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:45:16','%Y-%m-%d %H:%i:%s'), '', '', '', '276796e061084d7a99725e4db688f691', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:45:20','%Y-%m-%d %H:%i:%s'), '', '', '', '65b4367c8880425db1200be1600176b2', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:49:37','%Y-%m-%d %H:%i:%s'), '', '', '', 'bcf9b371b9bb4a1bb364c3752c6e8434', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:49:41','%Y-%m-%d %H:%i:%s'), '', '', '', '6e6f5ee526464dec8dc725b362682573', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:49:41','%Y-%m-%d %H:%i:%s'), '', '', '', 'b0c89f486e534dc8bf270683ef862667', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:50:20','%Y-%m-%d %H:%i:%s'), '', '', '', '4731dbb33ad046e5a76f7770f41cb68e', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:50:21','%Y-%m-%d %H:%i:%s'), '', '', '', '073d33172c5a4100b2e8a1a1bb7256e9', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:50:28','%Y-%m-%d %H:%i:%s'), '', '', '', '529d3a6c79be470789e1f90f6b3c9831', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:50:28','%Y-%m-%d %H:%i:%s'), '', '', '', '92d014f24f974a5d94c090d08ee7b4b4', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:52:21','%Y-%m-%d %H:%i:%s'), '', '', '', 'f8dfd8c029ed459fb99135de2d493c86', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:52:25','%Y-%m-%d %H:%i:%s'), '', '', '', '520c5ab53b21414a8c3c368af8e58262', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:52:25','%Y-%m-%d %H:%i:%s'), '', '', '', 'b285266bee98428a9e5be9fa0a41d0d1', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:52:29','%Y-%m-%d %H:%i:%s'), '', '', '', '9de40da16f084580b70762cb5ace00e0', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:52:36','%Y-%m-%d %H:%i:%s'), '', '', '', '181272e9f69446cf83cf041a5d17fc65', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:52:36','%Y-%m-%d %H:%i:%s'), '', '', '', 'd050260e45b845b9ac8bac92b7fb13de', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:52:41','%Y-%m-%d %H:%i:%s'), '', '', '', '10321c23476f43e0985ed63942182b0f', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:53:05','%Y-%m-%d %H:%i:%s'), '', '', '', '58cd7fed12344b10b8c77731a252b6ba', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:53:05','%Y-%m-%d %H:%i:%s'), '', '', '', '26513577bf004266aad5fc905e681db9', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目排序', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:53:19','%Y-%m-%d %H:%i:%s'), '', '', '', '1fe7928fc963400498e1150f7e01881b', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.updateSort()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:53:19','%Y-%m-%d %H:%i:%s'), '', '', '', '9e69a26bae474bc5b624b5f9b6ec889d', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:53:21','%Y-%m-%d %H:%i:%s'), '', '', '', '7726c3a9423b4f618295255bdffc1d88', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目排序', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:53:25','%Y-%m-%d %H:%i:%s'), '', '', '', '7a0fd7305c904f45ad94061a19030a37', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.updateSort()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:53:25','%Y-%m-%d %H:%i:%s'), '', '', '', 'afe1f7960130412f9540ac2714623d37', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:55:16','%Y-%m-%d %H:%i:%s'), '', '', '', '933d135728394b059cda03e71ca0e8fd', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:55:31','%Y-%m-%d %H:%i:%s'), '', '', '', '51612e9b60a44b30a9557e55e3372463', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:55:31','%Y-%m-%d %H:%i:%s'), '', '', '', '663c1874a6a44fdcb3ec3c1b9360fb52', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:55:35','%Y-%m-%d %H:%i:%s'), '', '', '', 'b11c572a57b34079b7744f3bd695a784', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:55:45','%Y-%m-%d %H:%i:%s'), '', '', '', 'c4d376e265584f5db6dea37a3db7ea7b', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:55:45','%Y-%m-%d %H:%i:%s'), '', '', '', '785d261e943342859e8c5d07dd1190bd', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:55:53','%Y-%m-%d %H:%i:%s'), '', '', '', '9fc1d147b7604570942f2fddaf9d4c72', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:56:08','%Y-%m-%d %H:%i:%s'), '', '', '', 'e6b815ba984e4ee2b71805ebba8d3470', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:56:08','%Y-%m-%d %H:%i:%s'), '', '', '', '8c8a425060be4f2089293c98cd095a11', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:56:10','%Y-%m-%d %H:%i:%s'), '', '', '', '92943227e97d44b59a9c656c5642434d', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目排序', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:56:16','%Y-%m-%d %H:%i:%s'), '', '', '', 'abf6dfa392f142a09800bd8d0419611e', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.updateSort()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:56:16','%Y-%m-%d %H:%i:%s'), '', '', '', 'b4b17880407b42a4b292aa771127863c', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:56:34','%Y-%m-%d %H:%i:%s'), '', '', '', '220596b84b0b4959a9f39c5ceab20a0c', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:56:35','%Y-%m-%d %H:%i:%s'), '', '', '', '5311518e3e504c6386ec457093b75b8e', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:56:36','%Y-%m-%d %H:%i:%s'), '', '', '', '7a00249a67fd4a5897960bfe5813db65', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:57:31','%Y-%m-%d %H:%i:%s'), '', '', '', 'd2ab1c80b77543259850d21585b3fedd', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:57:33','%Y-%m-%d %H:%i:%s'), '', '', '', '1671cf6e516d452e8e18f838626f914c', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:57:34','%Y-%m-%d %H:%i:%s'), '', '', '', '785d33dff9914477971bb7e66a00d948', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:57:35','%Y-%m-%d %H:%i:%s'), '', '', '', 'ecbc3c8085c04ccab1b4006b7eb599b7', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:59:06','%Y-%m-%d %H:%i:%s'), '', '', '', 'f2282a2c2076425fa396a0368f7935d9', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:59:06','%Y-%m-%d %H:%i:%s'), '', '', '', '20062871d2574d8380a60ec2b118066d', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:06:21','%Y-%m-%d %H:%i:%s'), '', '', '', 'db9fb34925474c17a352e42f68d3a0a0', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:06:58','%Y-%m-%d %H:%i:%s'), '', '', '', 'e0f32df637f84370a82284cdc65504b9', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:06:58','%Y-%m-%d %H:%i:%s'), '', '', '', '8849251428194cab83f02b390c0582e7', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:07:18','%Y-%m-%d %H:%i:%s'), '', '', '', '7f0ccd5a41b74f5899bf3e1275361657', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:07:24','%Y-%m-%d %H:%i:%s'), '', '', '', '0df9617d3ae545fdaa7c6ff618f631d0', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:07:24','%Y-%m-%d %H:%i:%s'), '', '', '', '7d9593d58a47417383adcdefd390569c', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:08:04','%Y-%m-%d %H:%i:%s'), '', '', '', '60e67a4d57c84ff891e926f4b9c03cb5', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:08:09','%Y-%m-%d %H:%i:%s'), '', '', '', '220fa23fcca64297a61320d76ae2c8cb', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:08:09','%Y-%m-%d %H:%i:%s'), '', '', '', '4f7f7f623684464889a50b474420cb75', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:09:12','%Y-%m-%d %H:%i:%s'), '', '', '', 'a096cc9c035549c1b6208c308a4064b9', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:09:15','%Y-%m-%d %H:%i:%s'), '', '', '', 'dd99721b43454dfc9a6162e32c967dd9', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:09:16','%Y-%m-%d %H:%i:%s'), '', '', '', 'abd5b7ef99144649ada63fcfb94f3a0d', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:09:17','%Y-%m-%d %H:%i:%s'), '', '', '', '4e5cd43edf954095b23db7b19b96e444', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:11:45','%Y-%m-%d %H:%i:%s'), '', '', '', 'bfbbf0115ac54d80a9eaa579dd5d107f', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:11:45','%Y-%m-%d %H:%i:%s'), '', '', '', '819edc49737146eaaef1c505646c8f75', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:12:10','%Y-%m-%d %H:%i:%s'), '', '', '', '4e16fd38080d496db4f66aba900cb60f', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:23:25','%Y-%m-%d %H:%i:%s'), '', '', '', '419828e86fbd40e8af5e916140b15361', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:23:25','%Y-%m-%d %H:%i:%s'), '', '', '', '319d109a5839447d8b0153491df6e01c', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:23:39','%Y-%m-%d %H:%i:%s'), '', '', '', '69e8a003ee6744caa26992cc0e6cf025', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:23:42','%Y-%m-%d %H:%i:%s'), '', '', '', '9b3b1e848cc04cc8a9cf1cb65c7e35e9', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:23:43','%Y-%m-%d %H:%i:%s'), '', '', '', '614654d598794a1c923502059d3523c6', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:24:00','%Y-%m-%d %H:%i:%s'), '', '', '', '570f5a132c924102b628d01960d25176', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:25:31','%Y-%m-%d %H:%i:%s'), '', '', '', 'cef595ecbd6b4dfd8a115adf550de710', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:25:31','%Y-%m-%d %H:%i:%s'), '', '', '', '852bc7d7ea5d456cab30a153a2c57ced', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:25:47','%Y-%m-%d %H:%i:%s'), '', '', '', 'abb58acd90ef42d2a921aa4ee9877548', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:26:48','%Y-%m-%d %H:%i:%s'), '', '', '', '69b2f21ca0ba4ee3942f040a17ee8999', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:26:48','%Y-%m-%d %H:%i:%s'), '', '', '', '16fd8423369743b78c3d3b2c3027738d', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:33:20','%Y-%m-%d %H:%i:%s'), '', '', '', '09fed6eef7ec44b791f14fd97b7103da', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:33:21','%Y-%m-%d %H:%i:%s'), '', '', '', '669faa4492a847febb5a925f18768d26', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加表单模型页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:33:28','%Y-%m-%d %H:%i:%s'), '', '', '', 'a414e490502646489a7a2b1c6b38117b', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加表单模型', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:33:39','%Y-%m-%d %H:%i:%s'), '', '', '', '586900e9a98748ccac0888b6f478d572', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:33:39','%Y-%m-%d %H:%i:%s'), '', '', '', 'fceeb085ae484f78bdda3b56ca4ad5d8', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:33:42','%Y-%m-%d %H:%i:%s'), '', '', '', '78994bd7348743409f3c8b4a5ad7c288', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:33:43','%Y-%m-%d %H:%i:%s'), '', '', '', '79aceb0d291a4c4ba65a4998a3b82675', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:33:58','%Y-%m-%d %H:%i:%s'), '', '', '', '855c007911e94bf9a3841a63aba6a411', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:33:58','%Y-%m-%d %H:%i:%s'), '', '', '', 'ecf4aed289cb4835816af57611e02cd5', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:34:01','%Y-%m-%d %H:%i:%s'), '', '', '', '7a8f725753264f1dac4e6a27b7690095', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:34:02','%Y-%m-%d %H:%i:%s'), '', '', '', '62b8e77793a84d6cab86daa9850a62da', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:34:03','%Y-%m-%d %H:%i:%s'), '', '', '', 'b3010c972338439992b742e94bdef551', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:34:34','%Y-%m-%d %H:%i:%s'), '', '', '', 'dc4c0feff3df49a6b3f5f1921b494bb6', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:34:34','%Y-%m-%d %H:%i:%s'), '', '', '', '6e0a6ab37d0045af8e72c06a0a3a799e', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '查询系统设置', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:41:32','%Y-%m-%d %H:%i:%s'), '', '', '', 'e286879d389744e6a3b485c6ae35381d', '本地主机', 'INFO', '系统设置', 'cc.iteachyou.cms.controller.admin.SystemController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改系统设置', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:42:08','%Y-%m-%d %H:%i:%s'), '', '', '', '44861a748c184dd383bf06c5cdf1c958', '本地主机', 'INFO', '系统设置', 'cc.iteachyou.cms.controller.admin.SystemController.update()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '查询系统设置', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:42:08','%Y-%m-%d %H:%i:%s'), '', '', '', '8f00455473e447248baaac10250c9fbf', '本地主机', 'INFO', '系统设置', 'cc.iteachyou.cms.controller.admin.SystemController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:48:47','%Y-%m-%d %H:%i:%s'), '', '', '', 'c15c547cd388417b8cb6b8f91596905e', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:48:49','%Y-%m-%d %H:%i:%s'), '', '', '', '62db04fd4e264674bbb0a7d7fdfa1f0c', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:48:51','%Y-%m-%d %H:%i:%s'), '', '', '', 'f74e42eb2fa2481ba6c2ed0173d5e607', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:54:01','%Y-%m-%d %H:%i:%s'), '', '', '', 'bd11082256484fe9bac06b72c9dbf882', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:54:03','%Y-%m-%d %H:%i:%s'), '', '', '', '832810d908c04725801488245a941a5e', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:54:06','%Y-%m-%d %H:%i:%s'), '', '', '', '3071f29ba5c64bbfa0fe9c36ca78c938', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:54:22','%Y-%m-%d %H:%i:%s'), '', '', '', 'c9269f36c6544beaa06278b60c6ebdda', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:54:22','%Y-%m-%d %H:%i:%s'), '', '', '', 'd45898df94064298ad760d20ae2a5752', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:54:55','%Y-%m-%d %H:%i:%s'), '', '', '', '5d5769dd42924854bf444522ffc2b7e8', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:54:56','%Y-%m-%d %H:%i:%s'), '', '', '', '1f6f9947e49143358cecf59ec9907b8f', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:19:19','%Y-%m-%d %H:%i:%s'), '', '', '', 'a8a12250dafb4b5a831dec648a05262a', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:19:20','%Y-%m-%d %H:%i:%s'), '', '', '', '07ea454d7a3542d28b87685bf6b85420', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:30:09','%Y-%m-%d %H:%i:%s'), '', '', '', '4ca58930ea364442a49c6b4613fa0523', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:30:34','%Y-%m-%d %H:%i:%s'), '', '', '', '42ebbd09359447828150016d48140817', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:30:34','%Y-%m-%d %H:%i:%s'), '', '', '', '9f690d4409bd42179e5fff4da411e472', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:30:42','%Y-%m-%d %H:%i:%s'), '', '', '', '61b9dc981a5a458a8a81469bede7d8b3', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:30:44','%Y-%m-%d %H:%i:%s'), '', '', '', '638eb66791d14fbc958d1b04744bd96c', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:30:51','%Y-%m-%d %H:%i:%s'), '', '', '', 'e1de37e2369a47e380386e6c0f19bf9e', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:30:53','%Y-%m-%d %H:%i:%s'), '', '', '', 'fb3cbff7a01a4d75a1717df5fb7314ff', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:30:55','%Y-%m-%d %H:%i:%s'), '', '', '', '1aff3faa586044e1a729723193c48677', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:30:58','%Y-%m-%d %H:%i:%s'), '', '', '', '7c1f636cf6b648739415ca5ad8989c02', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:30:58','%Y-%m-%d %H:%i:%s'), '', '', '', '87f78c04f075458b97a3433418134216', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:31:25','%Y-%m-%d %H:%i:%s'), '', '', '', 'a1fc0ba563a84e559180a07492ef174d', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:31:27','%Y-%m-%d %H:%i:%s'), '', '', '', 'd353123b0d644a34aa78dccb4a28c102', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:31:36','%Y-%m-%d %H:%i:%s'), '', '', '', '092f05237d684963a092718176c7a8ee', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:31:36','%Y-%m-%d %H:%i:%s'), '', '', '', '7e675d57af82419fbfbd19d6d5db569e', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:32:01','%Y-%m-%d %H:%i:%s'), '', '', '', 'ca11d3f310a04ed589e48cada4761ff8', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:32:03','%Y-%m-%d %H:%i:%s'), '', '', '', '54d9346a553e4fe6b97d28a81f63c336', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:32:06','%Y-%m-%d %H:%i:%s'), '', '', '', '54bfbbb8ca2b4a37871374ad5979cf3e', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:32:06','%Y-%m-%d %H:%i:%s'), '', '', '', '616570461e2d4d15ab8a40548c31e14e', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:32:08','%Y-%m-%d %H:%i:%s'), '', '', '', '3a4b73a2614b4eb695870ef0fa64dfb1', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:32:09','%Y-%m-%d %H:%i:%s'), '', '', '', 'f8d6ecd76e244dbeb941eda084b95d69', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:32:40','%Y-%m-%d %H:%i:%s'), '', '', '', 'd0fdc703efb346fab7af25ccf4ab2f05', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:32:40','%Y-%m-%d %H:%i:%s'), '', '', '', 'faadb3d4363847b382b068533c0ebf5a', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:32:49','%Y-%m-%d %H:%i:%s'), '', '', '', 'daf2b3f5406b43cdba459679add604d6', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:32:51','%Y-%m-%d %H:%i:%s'), '', '', '', 'd0556064a51140ab945aa4dcd660cf21', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:32:54','%Y-%m-%d %H:%i:%s'), '', '', '', 'cde6184ce2b94481a3ee9bde24cc177e', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:32:54','%Y-%m-%d %H:%i:%s'), '', '', '', '0ec2506a064240ef9ef5eda6125f38e1', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:39:15','%Y-%m-%d %H:%i:%s'), '', '', '', '2a45db46a08a4763846f833ed0606315', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:39:18','%Y-%m-%d %H:%i:%s'), '', '', '', 'f809e1025ead4096b8960c8bbded1e6c', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:39:29','%Y-%m-%d %H:%i:%s'), '', '', '', '44c83e02bf0c4ed78861d855234ac7c1', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:39:29','%Y-%m-%d %H:%i:%s'), '', '', '', '714c12f295084c279f78c0570b7c2c8a', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:39:31','%Y-%m-%d %H:%i:%s'), '', '', '', 'ba6e5756fc1f4fb185e1a3f8a7fa715e', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:39:35','%Y-%m-%d %H:%i:%s'), '', '', '', 'ab3bdb7c17b64901b66f5a47f83296b9', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:39:53','%Y-%m-%d %H:%i:%s'), '', '', '', 'e57f665212e94b8ebaf6c2fa1ba8b821', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:39:53','%Y-%m-%d %H:%i:%s'), '', '', '', '5e7a363379054e35b38eccfe734a5737', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:46:10','%Y-%m-%d %H:%i:%s'), '', '', '', 'bae86105ca2e4926b08f6e51d84acd9d', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:50:12','%Y-%m-%d %H:%i:%s'), '', '', '', 'aad1cb8bc1e94ddebc796ce8c02fc4fc', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:50:30','%Y-%m-%d %H:%i:%s'), '', '', '', 'f8727acc69f54afaa3b9f9b3995cc050', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加表单模型页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:50:31','%Y-%m-%d %H:%i:%s'), '', '', '', '02f7480e4b2a40e0b37fa03fdb7ba6c9', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加表单模型', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:50:40','%Y-%m-%d %H:%i:%s'), '', '', '', '2044291de4f04a888e0e0f5683d7c2b7', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:50:40','%Y-%m-%d %H:%i:%s'), '', '', '', '67a992b4a766407fa25d9cc3adeba278', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:50:40','%Y-%m-%d %H:%i:%s'), '', '', '', 'eff4e9b22cea4e41be909ba00ef865ea', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:50:41','%Y-%m-%d %H:%i:%s'), '', '', '', '8f37f1cabae147519227be2a7785dcc1', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:50:51','%Y-%m-%d %H:%i:%s'), '', '', '', '7210c32df10349d3b920f86c6310d153', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:50:52','%Y-%m-%d %H:%i:%s'), '', '', '', '70eb7953cbb84bc185ff5e76266fe980', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:50:56','%Y-%m-%d %H:%i:%s'), '', '', '', '47f1de547fd94c6080fe7bce7b5b66c3', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:50:59','%Y-%m-%d %H:%i:%s'), '', '', '', '4063904a41494d299a4828287ff7b0dd', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:51:12','%Y-%m-%d %H:%i:%s'), '', '', '', '237b20f3da5a4c54abf387d0654d06c8', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:51:12','%Y-%m-%d %H:%i:%s'), '', '', '', '9bd6a390df9142128aa2ebb91ce4dbe3', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '用户退出登录', 'Unknow', STR_TO_DATE('2023-01-10 11:29:08','%Y-%m-%d %H:%i:%s'), '', '', '', 'd0a6bca0e000443ca397f7086015977e', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.logout()', 'OTHER', 'Unknow', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 11:29:13','%Y-%m-%d %H:%i:%s'), '', '', '', '544223e5e0f14941b333aefb67f3a0b8', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 11:29:14','%Y-%m-%d %H:%i:%s'), '', '', '', '2f814472d27841799fb9222f4933c18d', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 11:29:16','%Y-%m-%d %H:%i:%s'), '', '', '', '0b1f0760bd914c35beb8241b7bfafb36', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 11:29:17','%Y-%m-%d %H:%i:%s'), '', '', '', '7c2188934b6146198cad3884f2c4854d', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 11:29:18','%Y-%m-%d %H:%i:%s'), '', '', '', '4daa2f3a008847709530d26385d3660f', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 11:29:53','%Y-%m-%d %H:%i:%s'), '', '', '', 'f15d62965b894501b4f1f0c3ed8d6e5d', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 11:29:53','%Y-%m-%d %H:%i:%s'), '', '', '', '470b91284ac54ca18468cb4bc75806b7', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 11:46:16','%Y-%m-%d %H:%i:%s'), '', '', '', '463248e71c014e678fe69d4f4d535f3d', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 11:46:20','%Y-%m-%d %H:%i:%s'), '', '', '', '4087dd57789c41048e2a0f3933ac71ac', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目排序', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 11:46:33','%Y-%m-%d %H:%i:%s'), '', '', '', '9b98fa6e3685481a98caf07d7794f767', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.updateSort()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 11:46:33','%Y-%m-%d %H:%i:%s'), '', '', '', 'f892618516cc4e1984ceb4deebaff099', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 11:46:40','%Y-%m-%d %H:%i:%s'), '', '', '', '2f44843f43da4f528e4f401f93e4c1ca', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 11:46:43','%Y-%m-%d %H:%i:%s'), '', '', '', 'df0b5c9e7f2846bf9ac57811200eee36', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 11:47:09','%Y-%m-%d %H:%i:%s'), '', '', '', '936325ef444a4b3195a3e68fcb2d00e4', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 11:47:09','%Y-%m-%d %H:%i:%s'), '', '', '', '522ea03b05554a0a9e03b83d764e4850', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 11:47:19','%Y-%m-%d %H:%i:%s'), '', '', '', '5d3ad74bd35d4b74827a89866bfbe298', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:13:10','%Y-%m-%d %H:%i:%s'), '', '', '', '22ff833e75de4290888e4a7ce42c66b7', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:13:32','%Y-%m-%d %H:%i:%s'), '', '', '', 'b7eb5441b4ed4fb2b46a56ec69224024', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:13:32','%Y-%m-%d %H:%i:%s'), '', '', '', '1dd2495da4734b50b947cf219af53391', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:13:44','%Y-%m-%d %H:%i:%s'), '', '', '', '686757c06fdf452795a9e08529dfd3da', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:13:46','%Y-%m-%d %H:%i:%s'), '', '', '', 'faa17833e2e5413bbd0e8531ae1fcbbe', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:13:59','%Y-%m-%d %H:%i:%s'), '', '', '', 'da5cb5d9300f48b195ead725e86f780c', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:13:59','%Y-%m-%d %H:%i:%s'), '', '', '', 'ea911f72fa4a4d4087f41fa1d05c6172', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:17:00','%Y-%m-%d %H:%i:%s'), '', '', '', '708f463e6d1044b6989dfe1c2f0d00ce', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:17:01','%Y-%m-%d %H:%i:%s'), '', '', '', '7861a6db028d4c7db9e5c68306bdf09c', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:17:03','%Y-%m-%d %H:%i:%s'), '', '', '', 'e1a6c1ab7e934aefbfab18cfcd28c5d7', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:18:13','%Y-%m-%d %H:%i:%s'), '', '', '', '75ee3d5fa76c45f19527c606181c5f08', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:18:13','%Y-%m-%d %H:%i:%s'), '', '', '', '9e83db4ff70a4c538aef9fe6a7e9b502', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:19:40','%Y-%m-%d %H:%i:%s'), '', '', '', '5c76fe4ec3f1456d857c680441cb841a', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:19:41','%Y-%m-%d %H:%i:%s'), '', '', '', 'd0dc12c41ab14ef7982862a36894586d', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:19:43','%Y-%m-%d %H:%i:%s'), '', '', '', 'c865661f1019475e96e0e4f9e071f78c', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:19:44','%Y-%m-%d %H:%i:%s'), '', '', '', '8c09d7c253d94956aa3cd5d447688ddd', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:20:00','%Y-%m-%d %H:%i:%s'), '', '', '', 'e456e539188f465d8ae70f6e366699a8', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:20:00','%Y-%m-%d %H:%i:%s'), '', '', '', '33f4ac6275634ae09ad365c48ba129a9', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:21:11','%Y-%m-%d %H:%i:%s'), '', '', '', '14c7058059ea4bb2949d99a70d282ea6', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:32:26','%Y-%m-%d %H:%i:%s'), '', '', '', 'da31af6cdd9b4af39413d2ed060edcd2', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:32:29','%Y-%m-%d %H:%i:%s'), '', '', '', '1ddc38af6be34f79900cc196a91b5ff6', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:32:35','%Y-%m-%d %H:%i:%s'), '', '', '', '3aecfdd643074ded87bbd78777de9d75', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:32:37','%Y-%m-%d %H:%i:%s'), '', '', '', '3490c9863dd945deaae30698d757241e', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:32:39','%Y-%m-%d %H:%i:%s'), '', '', '', '65092e48929148b1ad845cdefa7b485e', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:32:48','%Y-%m-%d %H:%i:%s'), '', '', '', '1b5501a41fe74a93bf436dacfc218fa7', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:32:48','%Y-%m-%d %H:%i:%s'), '', '', '', '259075624c594e1e8564261b491e69b4', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:32:50','%Y-%m-%d %H:%i:%s'), '', '', '', 'b2e987e81bac4984bc8db0006b7ccf69', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:32:53','%Y-%m-%d %H:%i:%s'), '', '', '', '48a7b1ca981d4a17a2cacbe7ced7cf28', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:33:12','%Y-%m-%d %H:%i:%s'), '', '', '', '366e8a7d1e48442d88ced056c8035156', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:33:12','%Y-%m-%d %H:%i:%s'), '', '', '', '833b2453831042588b1e66234ad61c77', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '用户退出登录', 'Unknow', STR_TO_DATE('2023-01-10 13:49:37','%Y-%m-%d %H:%i:%s'), '', '', '', '5d5d01f0837e47a9a449dd1ce23396c7', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.logout()', 'OTHER', 'Unknow', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 13:49:41','%Y-%m-%d %H:%i:%s'), '', '', '', '8cd52c5a1acc4052854acc7ace8d82b9', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 13:49:43','%Y-%m-%d %H:%i:%s'), '', '', '', '57389009c6204627950bc4750f2ed105', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 13:49:45','%Y-%m-%d %H:%i:%s'), '', '', '', '1fe26355704b4353a9dc1f11a2530210', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 13:49:47','%Y-%m-%d %H:%i:%s'), '', '', '', 'b2871819f680466fbd0d6c1292dbfd19', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 13:49:48','%Y-%m-%d %H:%i:%s'), '', '', '', 'de4ff9079c974eea8a41d98cb156d5d2', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 13:49:51','%Y-%m-%d %H:%i:%s'), '', '', '', '711c65ff56084b11b99af6ffd7ff583d', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 13:49:54','%Y-%m-%d %H:%i:%s'), '', '', '', '18d4543b2ef64a798fa1fb459a33c2b2', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改表单模型页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 13:49:59','%Y-%m-%d %H:%i:%s'), '', '', '', 'd4e95c046ddd428ea3cd056bd7efd39b', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 13:51:15','%Y-%m-%d %H:%i:%s'), '', '', '', 'f9bedecaa3ef408eadab968894418428', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 13:51:17','%Y-%m-%d %H:%i:%s'), '', '', '', 'a582f1e0de3a45b29f0807e4b7414937', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 13:51:19','%Y-%m-%d %H:%i:%s'), '', '', '', 'eaefb5da96344fe8a7081c8747ece0b2', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 13:51:20','%Y-%m-%d %H:%i:%s'), '', '', '', '4a80e1defc4e416a8e4441ec5f9f64d2', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 13:52:55','%Y-%m-%d %H:%i:%s'), '', '', '', '83049ea2226b43fb82e34de599f078cf', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 13:52:57','%Y-%m-%d %H:%i:%s'), '', '', '', '71b9eb20cfd14c86a33200a418facb04', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 13:53:00','%Y-%m-%d %H:%i:%s'), '', '', '', '87057050df5547c1bc2cc34fda12f749', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 13:53:06','%Y-%m-%d %H:%i:%s'), '', '', '', '72d1794bb0cd4f80896151921e45a00f', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 13:53:06','%Y-%m-%d %H:%i:%s'), '', '', '', '86e52fe40e6945e1922badf73af2fef1', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 13:55:06','%Y-%m-%d %H:%i:%s'), '', '', '', 'c6d83f8f72f64a6bbccca3c1c73dd24b', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 13:55:17','%Y-%m-%d %H:%i:%s'), '', '', '', '3f464b83c8f443e1a5a33d8203d445c5', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 13:55:17','%Y-%m-%d %H:%i:%s'), '', '', '', 'eb81ec44193440868b40969e22036f98', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:03:45','%Y-%m-%d %H:%i:%s'), '', '', '', 'b77193486fe347db8f3f95e06ada650a', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:03:55','%Y-%m-%d %H:%i:%s'), '', '', '', 'f000637b92f643c79629d485f9cbde23', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:03:55','%Y-%m-%d %H:%i:%s'), '', '', '', 'b76c3e01b474490eb6cd24c42d903596', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:04:04','%Y-%m-%d %H:%i:%s'), '', '', '', '02518df18efc41b682b459ec58311571', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:04:05','%Y-%m-%d %H:%i:%s'), '', '', '', 'cc8950db04f94b1ab50b69fdc83785c7', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:04:42','%Y-%m-%d %H:%i:%s'), '', '', '', '9d9d3f44bf43422bb9e79868fe4145c8', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:04:42','%Y-%m-%d %H:%i:%s'), '', '', '', 'ae7002785f4544239088a45f5f13e07d', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:04:44','%Y-%m-%d %H:%i:%s'), '', '', '', 'd1f636e891654598b87e961955b1a791', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:04:46','%Y-%m-%d %H:%i:%s'), '', '', '', '9ed9f6a162e74922913bb9968025f505', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:04:48','%Y-%m-%d %H:%i:%s'), '', '', '', '77834bc741c144c681bc82650595e4a9', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:04:48','%Y-%m-%d %H:%i:%s'), '', '', '', '75c416caf1d541cb9d13e5c755ada34e', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:05:58','%Y-%m-%d %H:%i:%s'), '', '', '', 'd42d5a4711de49aebd56eea4a0065a9f', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:06:00','%Y-%m-%d %H:%i:%s'), '', '', '', '866fea54cbf74225bb488fb98b6ca4f7', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:06:15','%Y-%m-%d %H:%i:%s'), '', '', '', '11f4e775fbf1440f9959f4fd316c8abd', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:06:15','%Y-%m-%d %H:%i:%s'), '', '', '', 'abd5ded4ab6e4fb7ba54c97943ecd130', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:06:17','%Y-%m-%d %H:%i:%s'), '', '', '', 'aef4ac8949b9460d86e8181e9a032013', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:06:20','%Y-%m-%d %H:%i:%s'), '', '', '', 'a2508bb2cc11446a9dcd1b3111e39f7c', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:06:33','%Y-%m-%d %H:%i:%s'), '', '', '', 'bb624d98507c4fa1a288b183478d56ca', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:06:33','%Y-%m-%d %H:%i:%s'), '', '', '', '5af4a529b12748dbadff6b318d5318d9', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:06:41','%Y-%m-%d %H:%i:%s'), '', '', '', '32f60085477e4fd58dc625f0ff87ef43', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目排序', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:06:50','%Y-%m-%d %H:%i:%s'), '', '', '', '236cf4170e114a2c893e680825e3b6b1', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.updateSort()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:06:50','%Y-%m-%d %H:%i:%s'), '', '', '', 'f2c3478d85bd4d0b993303f87b06010c', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:06:52','%Y-%m-%d %H:%i:%s'), '', '', '', '60b91465558f4ee1a90570584fcabbd4', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:08:39','%Y-%m-%d %H:%i:%s'), '', '', '', '26374dc161ae4714a7613f78542c699d', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:09:26','%Y-%m-%d %H:%i:%s'), '', '', '', '54ad69cf17af466c8a578d68dbfed5d3', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:09:26','%Y-%m-%d %H:%i:%s'), '', '', '', '8a18ca6bf05c42498d6fd8210527d141', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:09:35','%Y-%m-%d %H:%i:%s'), '', '', '', '8a1abe17ab0a46bfa9d047db2b0d0f89', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:09:37','%Y-%m-%d %H:%i:%s'), '', '', '', '2ee9a8419e3a4c10a857fc802bdb3ffe', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:10:07','%Y-%m-%d %H:%i:%s'), '', '', '', '7fb9ac0b3e834d39bdb1fb59e4ac51b3', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:10:07','%Y-%m-%d %H:%i:%s'), '', '', '', 'bb03ce80cf694d8aa744330867bb02df', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:10:08','%Y-%m-%d %H:%i:%s'), '', '', '', '88a343210fd8459b824a6058129887ee', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:10:10','%Y-%m-%d %H:%i:%s'), '', '', '', '8f2fa96a432f47a69c3988f5bdee632d', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:10:24','%Y-%m-%d %H:%i:%s'), '', '', '', 'e253210bd172422e8b4078e0eb4ee36a', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:10:24','%Y-%m-%d %H:%i:%s'), '', '', '', '36150a04addc434da203414a74fcb6b1', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:10:26','%Y-%m-%d %H:%i:%s'), '', '', '', '21e4235ed6d64805a4a0128f9afee907', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:10:28','%Y-%m-%d %H:%i:%s'), '', '', '', '697457b3ccac41b0af9023d900dd734a', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:10:54','%Y-%m-%d %H:%i:%s'), '', '', '', 'c734af688d9d4e36b0ccd48298acba72', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:10:54','%Y-%m-%d %H:%i:%s'), '', '', '', '1850772e722c44cfa612405d79bc2442', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:10:55','%Y-%m-%d %H:%i:%s'), '', '', '', '65d0703984e2446692547a151ed8eaf2', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:10:58','%Y-%m-%d %H:%i:%s'), '', '', '', '3d83a96e335c4bbfb0282f7c4d4c6068', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:11:19','%Y-%m-%d %H:%i:%s'), '', '', '', '6450821c0e604743a571dbd97132154a', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:11:19','%Y-%m-%d %H:%i:%s'), '', '', '', 'c5d5964db2484779a38b6fc3c1f2cb78', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:11:29','%Y-%m-%d %H:%i:%s'), '', '', '', '28cf134ab65b4f7ba15fa8c4329b9cfa', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:11:31','%Y-%m-%d %H:%i:%s'), '', '', '', '347c11300a0b459cb7258a09c6d8e5a2', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:11:36','%Y-%m-%d %H:%i:%s'), '', '', '', '412ffab1a19c47e1841765ba57465704', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:11:36','%Y-%m-%d %H:%i:%s'), '', '', '', 'bd3c296113f341939783be09f1c1dab9', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:11:45','%Y-%m-%d %H:%i:%s'), '', '', '', 'c47570a45c764b91b36261664890f199', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:11:47','%Y-%m-%d %H:%i:%s'), '', '', '', 'ec5b105284594bcbac63a1e383b88710', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:11:56','%Y-%m-%d %H:%i:%s'), '', '', '', '2359a90628804343891328060f776c08', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:11:56','%Y-%m-%d %H:%i:%s'), '', '', '', '4eb8a2f9dff3442da8d4cc7d8ec97964', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:12:13','%Y-%m-%d %H:%i:%s'), '', '', '', '4365370bf22d432bacb133bef5f9ffc1', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:12:15','%Y-%m-%d %H:%i:%s'), '', '', '', '1f6f7fc9bccf470583970aa4803981b7', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:12:28','%Y-%m-%d %H:%i:%s'), '', '', '', '1ce5fe045206409183fe4056bd45da12', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:12:28','%Y-%m-%d %H:%i:%s'), '', '', '', '71adffc4b72f497db6b51ada34837875', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:12:33','%Y-%m-%d %H:%i:%s'), '', '', '', '063a54a4aef04da884c175a8b15141ff', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:12:35','%Y-%m-%d %H:%i:%s'), '', '', '', '065473ec234d4809a636e592e1af4f41', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:12:38','%Y-%m-%d %H:%i:%s'), '', '', '', '9169353d27d14231ad1192bd2ad059c3', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:12:38','%Y-%m-%d %H:%i:%s'), '', '', '', 'ffa2b80c374d46ca944b3b0bbf737bb8', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:12:39','%Y-%m-%d %H:%i:%s'), '', '', '', 'bcdafbcd7fae41478dcc0759a867f6b4', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:12:41','%Y-%m-%d %H:%i:%s'), '', '', '', 'bdb02270fb964dc8930d80015c07b68a', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:12:49','%Y-%m-%d %H:%i:%s'), '', '', '', '15f608f5e1f746ceab8720fa8bdc28c5', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:12:49','%Y-%m-%d %H:%i:%s'), '', '', '', '8f1e245e0be04422a89f653aaf386a38', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:12:50','%Y-%m-%d %H:%i:%s'), '', '', '', '47908a9d3864488380ca61153343be3c', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:12:52','%Y-%m-%d %H:%i:%s'), '', '', '', '17bf8e22b14c46c7a064856bb791aaa9', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:13:02','%Y-%m-%d %H:%i:%s'), '', '', '', '4809c3d253a7418b953da986a5901752', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:13:02','%Y-%m-%d %H:%i:%s'), '', '', '', '7b0f208742f143bab6b692314ded1f4b', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:13:09','%Y-%m-%d %H:%i:%s'), '', '', '', '3fcd655e74944d4381fefc0a88e236f4', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:13:10','%Y-%m-%d %H:%i:%s'), '', '', '', '8b7dc2e7056c49b6b854e3b9987995f1', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:13:13','%Y-%m-%d %H:%i:%s'), '', '', '', 'b4bbcb72040c41d1bbd896617a4a0719', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:13:13','%Y-%m-%d %H:%i:%s'), '', '', '', 'f631726d63d64bf2b7764a1d0c75adc8', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:14:00','%Y-%m-%d %H:%i:%s'), '', '', '', '7bb0c86e385e48c3942b3e02bda18abe', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:43:51','%Y-%m-%d %H:%i:%s'), '', '', '', 'a464b06583e247db9d4f8569cee3703b', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:43:53','%Y-%m-%d %H:%i:%s'), '', '', '', 'd453d1474b724f71a158b5c0b5f8e680', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:48:45','%Y-%m-%d %H:%i:%s'), '', '', '', '06b8a20cb9c94ce8b85f205fa4cc8096', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:48:46','%Y-%m-%d %H:%i:%s'), '', '', '', '30200d96413b4e7aa9d007b5dba0c17a', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:48:48','%Y-%m-%d %H:%i:%s'), '', '', '', 'cd3a226a54074419a66558430045e1fb', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:49:03','%Y-%m-%d %H:%i:%s'), '', '', '', '85384848670e4e3b8cab53e9d9043e05', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:49:03','%Y-%m-%d %H:%i:%s'), '', '', '', '20c440a5affa48849145f3c947726b5a', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:05:56','%Y-%m-%d %H:%i:%s'), '', '', '', '89902c36367b4140a91b4d5a539ba96f', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:06:13','%Y-%m-%d %H:%i:%s'), '', '', '', '86fe880a5d874f48b21438a28724d2c2', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:07:47','%Y-%m-%d %H:%i:%s'), '', '', '', '6639c148428846e280a89e0697be67c9', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:07:48','%Y-%m-%d %H:%i:%s'), '', '', '', '070fd59bbc7b4cecbf8172af83dd12c4', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:08:17','%Y-%m-%d %H:%i:%s'), '', '', '', 'f11c6464171f4860a15dd1cdfa060ea7', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:08:41','%Y-%m-%d %H:%i:%s'), '', '', '', '37a01e4243aa4b78bb007c5fdf097daf', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:08:41','%Y-%m-%d %H:%i:%s'), '', '', '', '451f4785198b4409990126cf90cfc1f0', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:08:44','%Y-%m-%d %H:%i:%s'), '', '', '', 'aea2e595200a4ba2825f1db8cea4e607', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加表单模型页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:08:47','%Y-%m-%d %H:%i:%s'), '', '', '', '072e44ba73454939b35fb06e3c1cab2f', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加表单模型', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:08:58','%Y-%m-%d %H:%i:%s'), '', '', '', '584264ee2ba445c2b0a3addcc01023b1', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:08:58','%Y-%m-%d %H:%i:%s'), '', '', '', '9ecb36d4cda549fe972bfafe70aa6c68', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:08:59','%Y-%m-%d %H:%i:%s'), '', '', '', '0d7323f838cd4582b81aaa821d972eef', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:09:00','%Y-%m-%d %H:%i:%s'), '', '', '', 'd660548a4c854bffaac82dba7f4d66d2', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:09:02','%Y-%m-%d %H:%i:%s'), '', '', '', '0d3fabc772e74a9eafa918b14a57e964', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:09:09','%Y-%m-%d %H:%i:%s'), '', '', '', 'db81a2a424ee4f11895fc10321ae0e32', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:09:09','%Y-%m-%d %H:%i:%s'), '', '', '', 'df0d9d356939467a856c6a668705122e', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:09:15','%Y-%m-%d %H:%i:%s'), '', '', '', '451b74c62421424c823773819a0f3384', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:09:16','%Y-%m-%d %H:%i:%s'), '', '', '', '326062bc63a8489cae43d68d9d29e6bf', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:10:09','%Y-%m-%d %H:%i:%s'), '', '', '', '0aa71f2f54794f239d73627af4a2434b', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:10:10','%Y-%m-%d %H:%i:%s'), '', '', '', '8bb3dfe5b61f458ab0423f03a4b0f359', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:10:11','%Y-%m-%d %H:%i:%s'), '', '', '', 'a2e6f079a927417ba10312253e0251e1', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:10:36','%Y-%m-%d %H:%i:%s'), '', '', '', '5d6344f7740948898a391d4923877eff', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:10:36','%Y-%m-%d %H:%i:%s'), '', '', '', '2f5505012ae74aa1a0861e1a458ddf3c', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:10:53','%Y-%m-%d %H:%i:%s'), '', '', '', '5db5d499a84d43c99a0a39b219cf4c59', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:11:17','%Y-%m-%d %H:%i:%s'), '', '', '', 'a8d0ae1876b4489ea6ae051292f607e4', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:11:17','%Y-%m-%d %H:%i:%s'), '', '', '', 'a1b7884789154e4a81f3c10f660bcbaf', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:11:42','%Y-%m-%d %H:%i:%s'), '', '', '', '7e3aacbbf30c4c23aec13ec224caf8e7', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:11:43','%Y-%m-%d %H:%i:%s'), '', '', '', '5d162c633bda4383abc9cf442a446262', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:11:44','%Y-%m-%d %H:%i:%s'), '', '', '', 'ebfef74a71864e31850a6af6881e06e2', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:11:45','%Y-%m-%d %H:%i:%s'), '', '', '', '9376f9d59b164587a4baab42b4e6ac9f', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:11:48','%Y-%m-%d %H:%i:%s'), '', '', '', '27da012cf9384d38bdf1be52e9292c20', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改表单模型页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:11:50','%Y-%m-%d %H:%i:%s'), '', '', '', 'a0bf5e54ca034de88ffefcfefccb93bc', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加字段页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:11:52','%Y-%m-%d %H:%i:%s'), '', '', '', '9767d6058cbc43e790ad1db3d8b1ee96', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FieldController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加字段', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:12:07','%Y-%m-%d %H:%i:%s'), '', '', '', '81b0c397b8b14cfd978c1516302d50c6', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FieldController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改表单模型页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:12:07','%Y-%m-%d %H:%i:%s'), '', '', '', '8553cf4965fb40749f723da6fff578ce', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:12:11','%Y-%m-%d %H:%i:%s'), '', '', '', '0683ee32192142948a3dab9a4b028606', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:12:12','%Y-%m-%d %H:%i:%s'), '', '', '', '038e0eaa5e154a8b8638f1052517763d', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:12:13','%Y-%m-%d %H:%i:%s'), '', '', '', '51ee50424b244fb68db7e98ebd4482d5', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:12:14','%Y-%m-%d %H:%i:%s'), '', '', '', 'cc96665a7dfd4ec6b3a2aba183f21e39', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:13:23','%Y-%m-%d %H:%i:%s'), '', '', '', '8f39f3fa16a441bfb17fc3542decb61e', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:13:23','%Y-%m-%d %H:%i:%s'), '', '', '', '131b7902ad5b4e95b0f946a676e14219', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:15:51','%Y-%m-%d %H:%i:%s'), '', '', '', 'ee12df09b2f54e178c54a6d4eaff4f12', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:15:52','%Y-%m-%d %H:%i:%s'), '', '', '', '80f1ae8a6099449d961099b3bb322224', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:15:53','%Y-%m-%d %H:%i:%s'), '', '', '', 'c81d678f085d4ffab32f8e6d414a673a', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:15:54','%Y-%m-%d %H:%i:%s'), '', '', '', '205a29c625fb47869eca3e4ce9d52597', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:16:28','%Y-%m-%d %H:%i:%s'), '', '', '', 'a7efea4585944764b70cc7a24f8abf88', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:16:29','%Y-%m-%d %H:%i:%s'), '', '', '', 'ec25c845b2b8402d8a5b438cf29292fe', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:17:49','%Y-%m-%d %H:%i:%s'), '', '', '', 'a167434503cd490094742a59233f0d60', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:17:50','%Y-%m-%d %H:%i:%s'), '', '', '', '34a87a5cee584c04ad00665be54f4341', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:17:51','%Y-%m-%d %H:%i:%s'), '', '', '', '4cc2185da18d465e93718a565c13136d', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:18:08','%Y-%m-%d %H:%i:%s'), '', '', '', '580a8776c85040cc8cc12d339e227f6f', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:18:08','%Y-%m-%d %H:%i:%s'), '', '', '', '9b83bb3ffc184deabeccbab6a25f658c', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:18:15','%Y-%m-%d %H:%i:%s'), '', '', '', '99022e7505394d3183831b9032dc6a89', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:18:16','%Y-%m-%d %H:%i:%s'), '', '', '', '7396d4897509409ea40d67525f8aa46f', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:18:17','%Y-%m-%d %H:%i:%s'), '', '', '', '17e3872ab1a84575a500b80927523ce1', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:18:47','%Y-%m-%d %H:%i:%s'), '', '', '', 'b455d55464e54abc9eab38cc99ec1637', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:19:09','%Y-%m-%d %H:%i:%s'), '', '', '', '86fb43ff1ee54de1ad2074e2ec7b608e', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:19:10','%Y-%m-%d %H:%i:%s'), '', '', '', '04499dbd377c45328d014bb046132307', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:19:11','%Y-%m-%d %H:%i:%s'), '', '', '', '960816a0bdf34b7d875c3b31ebe2632c', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:19:11','%Y-%m-%d %H:%i:%s'), '', '', '', '18080ffb8c2e4ed38f88da672349ba33', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:19:37','%Y-%m-%d %H:%i:%s'), '', '', '', 'a484e93f23f747d1aba1c54d0d5a1809', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:19:37','%Y-%m-%d %H:%i:%s'), '', '', '', '61bb9ba6b3aa46d6867a302f2d2283ca', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:20:53','%Y-%m-%d %H:%i:%s'), '', '', '', 'd4dac938f1674bc0a5e567fbafd48d2c', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:20:54','%Y-%m-%d %H:%i:%s'), '', '', '', '1b2d6e8263da4740968d6e90d6311169', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:20:58','%Y-%m-%d %H:%i:%s'), '', '', '', 'e056e1e696c24ac8a82646c3fd0572d6', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:20:58','%Y-%m-%d %H:%i:%s'), '', '', '', 'a505398956474ca392c3b7afcd1bd18e', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:20:59','%Y-%m-%d %H:%i:%s'), '', '', '', 'a4bda6f5b3e447d2a71ca13b63326762', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:21:02','%Y-%m-%d %H:%i:%s'), '', '', '', 'da00086abd09446abc6600658be2a913', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:21:06','%Y-%m-%d %H:%i:%s'), '', '', '', 'ee96ea8d6be9477aa85584586722d3e2', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:21:07','%Y-%m-%d %H:%i:%s'), '', '', '', 'ad64f6c7ccec4d82b1e1c3812b79baea', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:21:17','%Y-%m-%d %H:%i:%s'), '', '', '', '408f3ecf727c4e939a749ff646e4f4f7', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:21:39','%Y-%m-%d %H:%i:%s'), '', '', '', '12110685c0bb42f788366cd9f866c8bc', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:21:39','%Y-%m-%d %H:%i:%s'), '', '', '', '93025fcbf8fc4924a98b6e0f77856f07', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:21:41','%Y-%m-%d %H:%i:%s'), '', '', '', 'c6a62b849901420eaaa4df2be13da666', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:21:45','%Y-%m-%d %H:%i:%s'), '', '', '', 'a33ce709addb4783ba72903639edadaa', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:21:45','%Y-%m-%d %H:%i:%s'), '', '', '', 'f4fadf1e90f14de1ad4e9997b0a97eea', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:21:46','%Y-%m-%d %H:%i:%s'), '', '', '', '11aab88a1f10499a827207a79f597505', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目排序', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:21:52','%Y-%m-%d %H:%i:%s'), '', '', '', '26905fa37cc84d21a021883be28dda55', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.updateSort()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:21:52','%Y-%m-%d %H:%i:%s'), '', '', '', '0a678ad5ef864f58b0442b7d5ab0ccb8', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:22:22','%Y-%m-%d %H:%i:%s'), '', '', '', 'f874cc0b75714d0e9ae600e9d28d7fc6', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:22:23','%Y-%m-%d %H:%i:%s'), '', '', '', '9564d275b24344258fc2a503e2cc2b04', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:22:25','%Y-%m-%d %H:%i:%s'), '', '', '', '92bf2eb518b54e4c9db761673ac16edb', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:23:28','%Y-%m-%d %H:%i:%s'), '', '', '', '3134252fd332421a9e1dce4df28e0762', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:23:28','%Y-%m-%d %H:%i:%s'), '', '', '', '266ed9d9b1024904bfdc97187dc05cd4', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:24:20','%Y-%m-%d %H:%i:%s'), '', '', '', '307f6d83907e44b186ff58ca502bcdf1', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:24:22','%Y-%m-%d %H:%i:%s'), '', '', '', '22e5e0c21261426496eae9e40e79d40c', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:24:23','%Y-%m-%d %H:%i:%s'), '', '', '', '9a6429cc232446e0bd032b5bbc7e9c6f', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:24:29','%Y-%m-%d %H:%i:%s'), '', '', '', 'ebf2827f47c34353a3cc675e9a1b32d0', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:24:29','%Y-%m-%d %H:%i:%s'), '', '', '', 'df0fadc283c741b4bed4c010275ec748', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:24:31','%Y-%m-%d %H:%i:%s'), '', '', '', 'da908fc7b90144579929f93a21393cb4', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:24:32','%Y-%m-%d %H:%i:%s'), '', '', '', '6421cfdab4584c1cb0cd1a0e657a7694', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:24:43','%Y-%m-%d %H:%i:%s'), '', '', '', 'ad8d18e1bc6148cda81d211ffb6253e3', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:24:43','%Y-%m-%d %H:%i:%s'), '', '', '', 'e2117c8bc00040e0b6cfee62d86d862c', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:25:03','%Y-%m-%d %H:%i:%s'), '', '', '', '423735d9b1ac4ea1a0c4cd9aa2112d87', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:25:05','%Y-%m-%d %H:%i:%s'), '', '', '', '978dd0a2f1ef4279b9748a1a03ef21f3', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:25:49','%Y-%m-%d %H:%i:%s'), '', '', '', '6554964ffbda4a1cadd693b99a015a26', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:25:49','%Y-%m-%d %H:%i:%s'), '', '', '', '8822fa19b64548edb4aa69a9ebc32a63', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:27:04','%Y-%m-%d %H:%i:%s'), '', '', '', 'f4179cf5dfce40aa9de4d2bf6d417a3f', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:27:07','%Y-%m-%d %H:%i:%s'), '', '', '', '7007edb0f7954590a1ddc79c37430707', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:27:10','%Y-%m-%d %H:%i:%s'), '', '', '', '956c62bb3fd340ee828347d745583ca4', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:27:11','%Y-%m-%d %H:%i:%s'), '', '', '', '010bf9cbd66945f9af08eb77a683c5ed', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:27:13','%Y-%m-%d %H:%i:%s'), '', '', '', 'd386d5a73b9644cda5c68c0f70001266', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:27:15','%Y-%m-%d %H:%i:%s'), '', '', '', '9a2620a7b74b49c38b9382bb8b097f75', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:27:27','%Y-%m-%d %H:%i:%s'), '', '', '', 'b41b39b4b1cf43968a5af17f66d54c1d', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:27:27','%Y-%m-%d %H:%i:%s'), '', '', '', 'f911c8733fbb4170a0be873ad11d61f8', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:27:29','%Y-%m-%d %H:%i:%s'), '', '', '', 'a2d8ee96d1d443f68d03433d447b8df7', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:27:31','%Y-%m-%d %H:%i:%s'), '', '', '', 'd6bc9f9f3858447e987b92318651d91d', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:27:47','%Y-%m-%d %H:%i:%s'), '', '', '', '4ae1965b4373403a9276b34c4ac45a42', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:27:47','%Y-%m-%d %H:%i:%s'), '', '', '', 'a35122e9780a4e83b2a448fe5c644caf', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:27:49','%Y-%m-%d %H:%i:%s'), '', '', '', '2c78c4a02ce148fc9cc279b73469c557', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:27:51','%Y-%m-%d %H:%i:%s'), '', '', '', '0544fc1b5bf246e5be2114696758024c', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:28:08','%Y-%m-%d %H:%i:%s'), '', '', '', '8f25fd894725453a9491a17fe1c6e1eb', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:28:08','%Y-%m-%d %H:%i:%s'), '', '', '', '147767a9377c43e38b12157bb0da6256', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:31:25','%Y-%m-%d %H:%i:%s'), '', '', '', '9d854ef980de4e5982cbad43373a2b53', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:31:27','%Y-%m-%d %H:%i:%s'), '', '', '', '3e94756a45794c308047faa5b3a521ff', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:31:39','%Y-%m-%d %H:%i:%s'), '', '', '', '0d1f1478ab504e7da49cf224f2423a68', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:31:39','%Y-%m-%d %H:%i:%s'), '', '', '', 'c44bfbc54afb4114a779d6c6c8d3f0ea', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:32:23','%Y-%m-%d %H:%i:%s'), '', '', '', '69e45639e2cf46e7b7dd109edecd9d4a', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:32:27','%Y-%m-%d %H:%i:%s'), '', '', '', '23aa78abc3fd4ba5a060639de49f476d', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:32:51','%Y-%m-%d %H:%i:%s'), '', '', '', 'a23010b180dc44188f251d871911f6c3', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:32:52','%Y-%m-%d %H:%i:%s'), '', '', '', '3a7d1e46728a4cc9b140e556e7806d9d', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:33:00','%Y-%m-%d %H:%i:%s'), '', '', '', '0e02415efa0c48cfb30513b333d77ce3', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:33:08','%Y-%m-%d %H:%i:%s'), '', '', '', '372634effe414aa6a2263c5d6a410241', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:33:08','%Y-%m-%d %H:%i:%s'), '', '', '', '62f2db28695f4da891df138d4c36e8ba', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:33:15','%Y-%m-%d %H:%i:%s'), '', '', '', '835235fd6d834a4f9624c2434a71f089', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:33:22','%Y-%m-%d %H:%i:%s'), '', '', '', '05b8a3fb70b74f3fb389fadc81e9b670', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:33:22','%Y-%m-%d %H:%i:%s'), '', '', '', 'cfc823a712404300bd3d256f0edeb31a', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:33:24','%Y-%m-%d %H:%i:%s'), '', '', '', 'c6bf4b29f7cd4c1582c8d296ee3f9d32', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:33:29','%Y-%m-%d %H:%i:%s'), '', '', '', '21c9e80d771a46abba0988213085b5d6', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:33:29','%Y-%m-%d %H:%i:%s'), '', '', '', 'bfa218186a5642b99f960fa9f56d3880', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:33:47','%Y-%m-%d %H:%i:%s'), '', '', '', 'a3fdc79256b24e9b9c836fba045174e5', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:33:52','%Y-%m-%d %H:%i:%s'), '', '', '', '8a6a4a34138143f1b9b0548b4da02af4', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:59:05','%Y-%m-%d %H:%i:%s'), '', '', '', 'd18aace9f1ae4a798e799e1998a50dfa', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:59:06','%Y-%m-%d %H:%i:%s'), '', '', '', 'a8accae24c6b4db0a2f183c7dfc86592', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:59:09','%Y-%m-%d %H:%i:%s'), '', '', '', '7447926146ab4615a0d226a6a362d968', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:59:21','%Y-%m-%d %H:%i:%s'), '', '', '', 'eb0cd3c6451a41ceb945a38379a6744c', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:59:21','%Y-%m-%d %H:%i:%s'), '', '', '', '75bddaf423924e8887f63ad282034774', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:59:42','%Y-%m-%d %H:%i:%s'), '', '', '', 'e0d069dfe3c848a28fed50946b4a7459', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:59:45','%Y-%m-%d %H:%i:%s'), '', '', '', '52c5ab506c014adebc4a576d5a9dc429', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:59:57','%Y-%m-%d %H:%i:%s'), '', '', '', '97496d4246824b44bf5238866b8b3f56', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:59:57','%Y-%m-%d %H:%i:%s'), '', '', '', 'e1836ef2b58d4fed8e3b201ff2c2f2fb', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 16:39:24','%Y-%m-%d %H:%i:%s'), '', '', '', '359c7e081d4a43e99e1ed637ac5a16ed', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 16:39:26','%Y-%m-%d %H:%i:%s'), '', '', '', 'a8478927b1b44e778bec6e7ad0aea1c9', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 16:39:27','%Y-%m-%d %H:%i:%s'), '', '', '', '3380153205dc4cfbab14b16868c5f09f', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 16:39:29','%Y-%m-%d %H:%i:%s'), '', '', '', 'b347c61e40c34aa9bd6be534b21e9b42', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 16:39:41','%Y-%m-%d %H:%i:%s'), '', '', '', '369e3f5ef82a441eb35e3821664fb8e7', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 16:39:42','%Y-%m-%d %H:%i:%s'), '', '', '', '1c9ba02b767740bfa5422a74ef7165f8', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 16:39:44','%Y-%m-%d %H:%i:%s'), '', '', '', '854a0237a71b41c386075d96201bebd1', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 16:39:51','%Y-%m-%d %H:%i:%s'), '', '', '', '644fc83db0594ee5a0840947b0ba7143', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 16:39:52','%Y-%m-%d %H:%i:%s'), '', '', '', '470ec26557fe4426900ad2dc3adb26f9', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 16:39:53','%Y-%m-%d %H:%i:%s'), '', '', '', '813def6b377346a7b172b37c9760e564', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 16:45:32','%Y-%m-%d %H:%i:%s'), '', '', '', '451666234e4749acb7576f74edd3a8d0', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 16:45:33','%Y-%m-%d %H:%i:%s'), '', '', '', 'aff19537f85d4af999ff18ad5830296e', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 16:45:39','%Y-%m-%d %H:%i:%s'), '', '', '', 'b5a68f7c0d42446bb58701b0c9a94d34', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 16:50:08','%Y-%m-%d %H:%i:%s'), '', '', '', 'ce4dd57a2eed4fcdb14c9297c347287b', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 16:51:33','%Y-%m-%d %H:%i:%s'), '', '', '', '3939a1c32bdb4d538ac6a3c7a36db0e5', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:04:38','%Y-%m-%d %H:%i:%s'), '', '', '', '9062b4701b5347a6adf0bab314c627b2', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:04:40','%Y-%m-%d %H:%i:%s'), '', '', '', 'b99333246c45422696b1e154dcbcdce0', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:04:50','%Y-%m-%d %H:%i:%s'), '', '', '', '2d4307f3ba324a09a486ffd33bf4885d', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:04:50','%Y-%m-%d %H:%i:%s'), '', '', '', '2db13cf528a344a69f170bfedd10d618', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:04:53','%Y-%m-%d %H:%i:%s'), '', '', '', 'b033efe1a01a44fca5b3fedbef608dad', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:04:54','%Y-%m-%d %H:%i:%s'), '', '', '', 'd926b2f27e174d0493bb347641bffd58', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:05:09','%Y-%m-%d %H:%i:%s'), '', '', '', '30d1a41dff2d47f0ad67944b6381e1e4', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:05:09','%Y-%m-%d %H:%i:%s'), '', '', '', '026a74357fcb4da68d39052a8f93e91c', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:05:15','%Y-%m-%d %H:%i:%s'), '', '', '', 'bbe52dcb4489463d976a1335429cde38', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:05:17','%Y-%m-%d %H:%i:%s'), '', '', '', 'c4d5e92847414a78b9c7d7cc58a33db5', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:05:22','%Y-%m-%d %H:%i:%s'), '', '', '', 'a6bfcf85eb54427a8f94e8aa31470c65', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:05:22','%Y-%m-%d %H:%i:%s'), '', '', '', '3c3a7eea5276491db51baa52aeccd22c', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:05:24','%Y-%m-%d %H:%i:%s'), '', '', '', '57bb176291a4483bb79e525aeba4b426', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:05:25','%Y-%m-%d %H:%i:%s'), '', '', '', '83f76aee9ff44f4f8cb13903b7cc6e62', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:05:31','%Y-%m-%d %H:%i:%s'), '', '', '', 'c59666d8c2034590b5fe0923f63d1b9d', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:05:31','%Y-%m-%d %H:%i:%s'), '', '', '', '7e9385a6a5b7465f9035e8fbdb6640f3', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:09:16','%Y-%m-%d %H:%i:%s'), '', '', '', '9a4a952cf65845edbcfb6eaf15d793f8', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:09:20','%Y-%m-%d %H:%i:%s'), '', '', '', '3514f36ea0ed4e1f81ae806c0217de17', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:11:19','%Y-%m-%d %H:%i:%s'), '', '', '', '147532bc048f4a2a856db2de84d225f9', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:11:21','%Y-%m-%d %H:%i:%s'), '', '', '', 'b8fa6675b05b4f8e9d8a083d41b48dff', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:12:17','%Y-%m-%d %H:%i:%s'), '', '', '', '68dee9d6a5c84f22a2f295092cc745a7', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:12:18','%Y-%m-%d %H:%i:%s'), '', '', '', 'ef3a090e788d406794a098fcbc4b2953', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:12:41','%Y-%m-%d %H:%i:%s'), '', '', '', 'f55f77c6ca83482fab2715613484099d', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:12:41','%Y-%m-%d %H:%i:%s'), '', '', '', '82f1dc34960143de96da845419b27fac', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:23:51','%Y-%m-%d %H:%i:%s'), '', '', '', '8e30817549014afeaab779e38b8ee224', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改表单模型页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:23:54','%Y-%m-%d %H:%i:%s'), '', '', '', '3f2f4fc34a7a4558b5db11c3508ed1d8', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改表单模型', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:23:56','%Y-%m-%d %H:%i:%s'), '', '', '', '3980644df2894a0b99a98e47d5014232', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:23:56','%Y-%m-%d %H:%i:%s'), '', '', '', '0497d7fcdc2c4629bd9be7c51d0ef00d', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改表单模型页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:23:59','%Y-%m-%d %H:%i:%s'), '', '', '', '42013466c88f41e2a8c4b5cf47e2d1f2', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:24:15','%Y-%m-%d %H:%i:%s'), '', '', '', 'bce0d60db84240ecad8d732a574b21a7', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:25:24','%Y-%m-%d %H:%i:%s'), '', '', '', '32067953254d4e85a5ccfc395f11a712', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:25:28','%Y-%m-%d %H:%i:%s'), '', '', '', 'a909c8d6a72f4146a925959068c4f249', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:25:29','%Y-%m-%d %H:%i:%s'), '', '', '', 'adbb1eacc4304ccb87b77da2c72b5d2c', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:25:30','%Y-%m-%d %H:%i:%s'), '', '', '', '2f08c8e203934006aed87ba4a613098b', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:26:12','%Y-%m-%d %H:%i:%s'), '', '', '', '30661098b02d4c488b2fc8c1f768e297', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:26:12','%Y-%m-%d %H:%i:%s'), '', '', '', '45b5c7d093b4406f94b689dae11744e7', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:27:21','%Y-%m-%d %H:%i:%s'), '', '', '', '43586fc412cd415e94b48524ffe9fcb9', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '添加文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:28:32','%Y-%m-%d %H:%i:%s'), '', '', '', 'e5e9e68b7306486ab0eddad1ae7c48f1', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:28:32','%Y-%m-%d %H:%i:%s'), '', '', '', 'cdb0b29977444d8e995db88540b8ce02', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:28:52','%Y-%m-%d %H:%i:%s'), '', '', '', 'fcd39dc19ea440e79bc8c42a1c362003', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:29:05','%Y-%m-%d %H:%i:%s'), '', '', '', '9bd7e67cfbbb49adb06103e759bfc3a8', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:29:05','%Y-%m-%d %H:%i:%s'), '', '', '', '36a2a8ea509d4500b31924d7098c5f50', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 10:19:06','%Y-%m-%d %H:%i:%s'), '', '', '', '3c84cb13e0394b428305fb5f893b5401', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 11:31:49','%Y-%m-%d %H:%i:%s'), '', '', '', 'a59c328263b04043a09ee9a6060d3f46', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 11:31:52','%Y-%m-%d %H:%i:%s'), '', '', '', 'f5b4383d560a4ab7aefa81bbe87647ed', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 11:32:18','%Y-%m-%d %H:%i:%s'), '', '', '', 'ba99161f55e04c51b5561b06a605b761', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 11:32:21','%Y-%m-%d %H:%i:%s'), '', '', '', '4f7232e5bee24df1b6a1f35a07cd06b1', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 11:32:22','%Y-%m-%d %H:%i:%s'), '', '', '', 'fc790c28130b44b48ad4cab69d60b4f0', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 11:32:23','%Y-%m-%d %H:%i:%s'), '', '', '', 'e3c9518ead3d4b22a99b9f2ee88d246b', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 11:32:24','%Y-%m-%d %H:%i:%s'), '', '', '', '363cc40d4bcf49adb3b9dd4a10750d82', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 11:32:26','%Y-%m-%d %H:%i:%s'), '', '', '', '6ed399530af944ceb68bbb5342495cb6', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 11:32:26','%Y-%m-%d %H:%i:%s'), '', '', '', '07437805a23e43519cf99cbdf94e3589', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '删除文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 11:32:28','%Y-%m-%d %H:%i:%s'), '', '', '', '98c8b9ea77684f5a88e21b4410035b6b', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 11:32:28','%Y-%m-%d %H:%i:%s'), '', '', '', '782560ba26024504aeb0411f9b37130f', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 11:32:52','%Y-%m-%d %H:%i:%s'), '', '', '', 'fde2e0d162dc415ab98f55b740a79f11', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 11:34:59','%Y-%m-%d %H:%i:%s'), '', '', '', '769c1b6cbb394097b5ac132bd2a9c69d', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改主题', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 11:35:47','%Y-%m-%d %H:%i:%s'), '', '', '', '7ed6578e89f94def98b4eb860191dcab', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.update()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 11:35:47','%Y-%m-%d %H:%i:%s'), '', '', '', 'b3ddf3f4ea424990b0d4e33e3207b848', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '查询系统设置', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 11:35:50','%Y-%m-%d %H:%i:%s'), '', '', '', '37aeeccc5dbd45b2ba70f4ed72e1bd82', '本地主机', 'INFO', '系统设置', 'cc.iteachyou.cms.controller.admin.SystemController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 11:35:51','%Y-%m-%d %H:%i:%s'), '', '', '', '45750014ddac4fd1afd819a63d5307d8', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 11:39:15','%Y-%m-%d %H:%i:%s'), '', '', '', '20c08c9d99204bc4b743b9cef283f376', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改主题', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 11:39:29','%Y-%m-%d %H:%i:%s'), '', '', '', 'c3d94950764045e18a654f70a534e56f', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.update()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 11:39:29','%Y-%m-%d %H:%i:%s'), '', '', '', '83a5df27791545fa8385c074aac4c775', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 11:40:48','%Y-%m-%d %H:%i:%s'), '', '', '', 'd0aea85dfdaf48b288a250b8d7d1176b', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 11:42:10','%Y-%m-%d %H:%i:%s'), '', '', '', '210e3cf603404b4f850c0f8191286dd7', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 11:42:23','%Y-%m-%d %H:%i:%s'), '', '', '', '11c3efe819ff4765af51d5001781fb1c', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 11:42:37','%Y-%m-%d %H:%i:%s'), '', '', '', '1b2538a604d947bb9482a4706f6da199', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 11:47:10','%Y-%m-%d %H:%i:%s'), '', '', '', '2c5235f390dd4878aae051f2c2e09f14', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改主题', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 11:47:37','%Y-%m-%d %H:%i:%s'), '', '', '', '12fcc03eaedd4383a7792bf53cdb7fed', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.update()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 11:47:37','%Y-%m-%d %H:%i:%s'), '', '', '', '6dfa4ff2523840599521f3829d4d72ef', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 13:49:44','%Y-%m-%d %H:%i:%s'), '', '', '', '68cd60857d6440ce85d7f30d36d8c92e', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '静态化页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 13:49:46','%Y-%m-%d %H:%i:%s'), '', '', '', '00967d37fb4841edb83f88624555da2b', '本地主机', 'INFO', '静态化', 'cc.iteachyou.cms.controller.admin.StaticController.toIndex()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '静态化首页', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 13:49:48','%Y-%m-%d %H:%i:%s'), '', '', '', '69bf1dfb98b74a45baa8db05e9210071', '本地主机', 'INFO', '静态化', 'cc.iteachyou.cms.controller.admin.StaticController.generateIndex()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '查询系统设置', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 13:49:56','%Y-%m-%d %H:%i:%s'), '', '', '', '8e885a7daf8a46a6a983837818ddced4', '本地主机', 'INFO', '系统设置', 'cc.iteachyou.cms.controller.admin.SystemController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改系统设置', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 13:49:59','%Y-%m-%d %H:%i:%s'), '', '', '', '92d111b7a5614a2087e2c6d226dbbf1a', '本地主机', 'INFO', '系统设置', 'cc.iteachyou.cms.controller.admin.SystemController.update()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '查询系统设置', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 13:49:59','%Y-%m-%d %H:%i:%s'), '', '', '', '4ab0941788a04bce8fc19db349d3b121', '本地主机', 'INFO', '系统设置', 'cc.iteachyou.cms.controller.admin.SystemController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '静态化页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 13:53:46','%Y-%m-%d %H:%i:%s'), '', '', '', '445e6e8b40ed4ed89cec911cec6ccd33', '本地主机', 'INFO', '静态化', 'cc.iteachyou.cms.controller.admin.StaticController.toIndex()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '静态化栏目页', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 14:01:07','%Y-%m-%d %H:%i:%s'), '', '', '', '021c207ccfe744ef9fc3144cde4258ac', '本地主机', 'INFO', '静态化', 'cc.iteachyou.cms.controller.admin.StaticController.generateCategory()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '查询系统设置', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 14:02:12','%Y-%m-%d %H:%i:%s'), '', '', '', '6df1e6057f0e463dbf4a0c3c20050db6', '本地主机', 'INFO', '系统设置', 'cc.iteachyou.cms.controller.admin.SystemController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改系统设置', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 14:02:19','%Y-%m-%d %H:%i:%s'), '', '', '', '19ffeb3844414dc9b01bb1a935dbd283', '本地主机', 'INFO', '系统设置', 'cc.iteachyou.cms.controller.admin.SystemController.update()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '查询系统设置', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 14:02:19','%Y-%m-%d %H:%i:%s'), '', '', '', 'd32aa37446584c36a6e73cf74352a9d1', '本地主机', 'INFO', '系统设置', 'cc.iteachyou.cms.controller.admin.SystemController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-02-07 10:31:05','%Y-%m-%d %H:%i:%s'), '', '', '', '0f5eae1c74134cec9298ad3707c0da34', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '菜单分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-02-07 10:31:11','%Y-%m-%d %H:%i:%s'), '', '', '', '207d5c9ead3b40fabde6b665e7b8aa28', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '菜单分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-02-07 10:33:01','%Y-%m-%d %H:%i:%s'), '', '', '', '6f7b201277e947cd8d382095cbef3e74', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '修改菜单页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-02-07 10:36:00','%Y-%m-%d %H:%i:%s'), '', '', '', '267c2be95e3447578ecf1b42168a57dd', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-02-07 10:41:06','%Y-%m-%d %H:%i:%s'), '', '', '', '92b258422807448fbdb4265c82fdaa8c', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '菜单分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-02-07 10:41:11','%Y-%m-%d %H:%i:%s'), '', '', '', '09d2a27ba5f24b57b57d98ff5fb43a8a', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '菜单分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-02-07 10:41:30','%Y-%m-%d %H:%i:%s'), '', '', '', '01af20e179184158a3d5b7e86751a33b', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/108.0.0.0', '菜单分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-02-07 10:41:36','%Y-%m-%d %H:%i:%s'), '', '', '', '61b3e2ee58b64fa2b9e7cf66868df11e', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/109.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-02-23 16:25:16','%Y-%m-%d %H:%i:%s'), '', '', '', '48ac596e923842559d3a07ac24a0dd98', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/109.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-02-23 16:25:22','%Y-%m-%d %H:%i:%s'), '', '', '', '1d50996601874c7e97ff21c5a578259c', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/109.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-02-23 16:32:44','%Y-%m-%d %H:%i:%s'), '', '', '', '96d3457440764bef89b8c557c8212ca3', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/109.0.0.0', '变量分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-02-23 16:34:35','%Y-%m-%d %H:%i:%s'), '', '', '', 'ddd5aaaa220942bc8842ec022160603c', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/109.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-02-23 16:34:36','%Y-%m-%d %H:%i:%s'), '', '', '', '756b97eabdf84e0899181cf01507754d', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/109.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-02-23 16:37:37','%Y-%m-%d %H:%i:%s'), '', '', '', '7c2b56c63b0d4a02809c36f60ea65378', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '用户登录', 'Unknow', STR_TO_DATE('2023-03-03 17:36:46','%Y-%m-%d %H:%i:%s'), '', '', '', '25b0b1b52e8b42c49f61b70cfd70ed39', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'Unknow', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-03 17:36:48','%Y-%m-%d %H:%i:%s'), '', '', '', 'dafb47817e1e47319a40865d70d0a233', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-03 17:36:50','%Y-%m-%d %H:%i:%s'), '', '', '', '54288d78491c40e5a3d37837c26b745d', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-03 17:36:53','%Y-%m-%d %H:%i:%s'), '', '', '', '88758b0f5f814a8fa245215b8bdc8a0a', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-03 17:36:55','%Y-%m-%d %H:%i:%s'), '', '', '', 'c944d9ff29a846b6be4c3a57499d6b33', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-03 17:36:57','%Y-%m-%d %H:%i:%s'), '', '', '', '9b2ac53ee4ae444282e65fd16a94da72', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '修改文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-03 17:36:59','%Y-%m-%d %H:%i:%s'), '', '', '', 'f89166297721487e9eecdf4587920daa', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '修改文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-03 17:37:20','%Y-%m-%d %H:%i:%s'), '', '', '', 'b980be7242d14ce48f505b0fbc0d0005', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-03 17:37:20','%Y-%m-%d %H:%i:%s'), '', '', '', 'f33a388a0e824e78b8c79735c78b09d9', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-15 14:48:51','%Y-%m-%d %H:%i:%s'), '', '', '', '8165582e0d4a4f4e9568e8b0a26ce6ca', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-15 14:48:54','%Y-%m-%d %H:%i:%s'), '', '', '', '10d85e8f027d43e58a060849d5687578', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-15 14:55:41','%Y-%m-%d %H:%i:%s'), '', '', '', 'baac8c695d8c4986b7c534c2bee570bb', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '用户退出登录', 'Unknow', STR_TO_DATE('2023-03-15 16:38:42','%Y-%m-%d %H:%i:%s'), '', '', '', '0f860128457e4505b89e725e378316c4', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.logout()', 'OTHER', 'Unknow', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-15 16:38:46','%Y-%m-%d %H:%i:%s'), '', '', '', '09910c1965e24e6fb10d7ad6bbc9dba3', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '数据库表列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-15 16:38:50','%Y-%m-%d %H:%i:%s'), '', '', '', 'aa8106197c0c4627849eb722f3807892', '本地主机', 'INFO', '备份/还原', 'cc.iteachyou.cms.controller.admin.DataBaseController.list()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '数据库表列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-15 16:39:03','%Y-%m-%d %H:%i:%s'), '', '', '', 'a2b253b359974e2abe35cc9bf017cbe8', '本地主机', 'INFO', '备份/还原', 'cc.iteachyou.cms.controller.admin.DataBaseController.list()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '数据库表结构', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-15 16:39:41','%Y-%m-%d %H:%i:%s'), '', '', '', '945cc2848db14dacaa499e549c7d0234', '本地主机', 'INFO', '备份/还原', 'cc.iteachyou.cms.controller.admin.DataBaseController.showStruct()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '数据库表列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-15 16:40:09','%Y-%m-%d %H:%i:%s'), '', '', '', 'd87ef2df34264c0c9e1c5c4fc5c1f7c8', '本地主机', 'INFO', '备份/还原', 'cc.iteachyou.cms.controller.admin.DataBaseController.list()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '数据库表结构', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-15 16:40:12','%Y-%m-%d %H:%i:%s'), '', '', '', 'c77a69c63a314b3a9e20dae1d1574f3e', '本地主机', 'INFO', '备份/还原', 'cc.iteachyou.cms.controller.admin.DataBaseController.showStruct()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '数据库表列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-15 16:40:44','%Y-%m-%d %H:%i:%s'), '', '', '', '9f23fe6673c04f6ba803ba13752e9e90', '本地主机', 'INFO', '备份/还原', 'cc.iteachyou.cms.controller.admin.DataBaseController.list()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '数据库表列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-15 16:41:01','%Y-%m-%d %H:%i:%s'), '', '', '', '9165a7754eac4e68a696b820da51c873', '本地主机', 'INFO', '备份/还原', 'cc.iteachyou.cms.controller.admin.DataBaseController.list()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '数据库表结构', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-15 16:41:04','%Y-%m-%d %H:%i:%s'), '', '', '', 'cce9ac45567f436aaadd95214b91f5cc', '本地主机', 'INFO', '备份/还原', 'cc.iteachyou.cms.controller.admin.DataBaseController.showStruct()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '数据库表结构', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-15 16:41:09','%Y-%m-%d %H:%i:%s'), '', '', '', '2b1c2e78dda743b993e623c9ba514496', '本地主机', 'INFO', '备份/还原', 'cc.iteachyou.cms.controller.admin.DataBaseController.showStruct()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '变量分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-15 16:45:07','%Y-%m-%d %H:%i:%s'), '', '', '', '3ccfff1cbb574a3c9223183bc9f4d739', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '附件分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-15 16:45:09','%Y-%m-%d %H:%i:%s'), '', '', '', 'eadd04132f984fa7999de7ce5c7d1cf3', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '附件分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-15 16:50:22','%Y-%m-%d %H:%i:%s'), '', '', '', 'a3d535b95ac940999f5d45638b115deb', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '添加附件', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-15 16:51:06','%Y-%m-%d %H:%i:%s'), '', '', '', '6d690123da434037b6128757516d8d72', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '附件分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-15 16:51:06','%Y-%m-%d %H:%i:%s'), '', '', '', 'aef6faa8c9a3402a9a5f1d4d5627312e', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '下载附件', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-15 16:51:12','%Y-%m-%d %H:%i:%s'), '', '', '', '4697b013d9284eed8aa21aefc89efdaa', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.download()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '添加附件', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-15 16:52:36','%Y-%m-%d %H:%i:%s'), '', '', '', 'a5d368b7733f45e7bfbc3dd1104b8c93', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '附件分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-15 16:52:37','%Y-%m-%d %H:%i:%s'), '', '', '', 'c3054c21031843bda8d5b49d903834d1', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '附件分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-15 16:54:28','%Y-%m-%d %H:%i:%s'), '', '', '', '1e6ad4771d7e4e47be1a9b4f4a53005d', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '附件分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-15 17:01:28','%Y-%m-%d %H:%i:%s'), '', '', '', '6d7af96cbc194c168878762f56e68ca5', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '删除附件', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-15 17:01:31','%Y-%m-%d %H:%i:%s'), '', '', '', 'e822212092e14e8385ee2e0cced13827', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '附件分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-15 17:01:31','%Y-%m-%d %H:%i:%s'), '', '', '', '47d31f7199a04bdd8b7325d78d47a734', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '删除附件', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-15 17:01:33','%Y-%m-%d %H:%i:%s'), '', '', '', '0b5bab3ab8394fb19f2d4c2314f8311d', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '附件分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-15 17:01:33','%Y-%m-%d %H:%i:%s'), '', '', '', '84ded3156d47437f8b028317404b3480', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-16 15:37:27','%Y-%m-%d %H:%i:%s'), '', '', '', '5c11d739686f4dd596ddc34e4c8e4f8c', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '用户退出登录', 'Unknow', STR_TO_DATE('2023-03-16 15:41:42','%Y-%m-%d %H:%i:%s'), '', '', '', 'fb1f69403e2243b180e92df2bacc585f', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.logout()', 'OTHER', 'Unknow', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '用户登录', 'Unknow', STR_TO_DATE('2023-03-16 15:45:59','%Y-%m-%d %H:%i:%s'), '', '', '', '09dc98451e5049d69256c6e4ad03f720', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'Unknow', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '用户登录', 'Unknow', STR_TO_DATE('2023-03-16 15:51:58','%Y-%m-%d %H:%i:%s'), '', '', '', '8cee243458804bdeba98dc4593fec665', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'Unknow', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-16 15:54:46','%Y-%m-%d %H:%i:%s'), '', '', '', 'f31b8f800286471ba93580e966240a06', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '用户退出登录', 'Unknow', STR_TO_DATE('2023-03-16 16:08:02','%Y-%m-%d %H:%i:%s'), '', '', '', '2707dda3c3414be09272db640384c58b', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.logout()', 'OTHER', 'Unknow', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-16 16:08:39','%Y-%m-%d %H:%i:%s'), '', '', '', '5acb984647ff4463ad8a9dde5e2bd808', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-23 13:22:06','%Y-%m-%d %H:%i:%s'), '', '', '', '1638773087061168128', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-23 13:22:06','%Y-%m-%d %H:%i:%s'), '', '', '', '1638773089217040384', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-23 13:22:08','%Y-%m-%d %H:%i:%s'), '', '', '', '1638773098184462336', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-23 13:22:10','%Y-%m-%d %H:%i:%s'), '', '', '', '1638773107646812160', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-23 13:22:12','%Y-%m-%d %H:%i:%s'), '', '', '', '1638773115448217600', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-23 13:26:04','%Y-%m-%d %H:%i:%s'), '', '', '', '1638774086660337664', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-23 13:26:04','%Y-%m-%d %H:%i:%s'), '', '', '', '1638774087398535168', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-23 13:26:06','%Y-%m-%d %H:%i:%s'), '', '', '', '1638774093601910784', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-23 13:26:07','%Y-%m-%d %H:%i:%s'), '', '', '', '1638774099624931328', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-23 13:26:09','%Y-%m-%d %H:%i:%s'), '', '', '', '1638774109590597632', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-23 13:26:09','%Y-%m-%d %H:%i:%s'), '', '', '', '1638774109846450176', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-03 15:23:21','%Y-%m-%d %H:%i:%s'), '', '', '', '1642789867307937792', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-03 15:23:23','%Y-%m-%d %H:%i:%s'), '', '', '', '1642789875960786944', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-03 15:23:27','%Y-%m-%d %H:%i:%s'), '', '', '', '1642789894134706176', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-03 15:23:28','%Y-%m-%d %H:%i:%s'), '', '', '', '1642789897972494336', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '修改文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-03 15:23:29','%Y-%m-%d %H:%i:%s'), '', '', '', '1642789903789993984', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '修改文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-03 15:23:34','%Y-%m-%d %H:%i:%s'), '', '', '', '1642789925562626048', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-03 15:23:35','%Y-%m-%d %H:%i:%s'), '', '', '', '1642789925759758336', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '修改文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-03 15:25:20','%Y-%m-%d %H:%i:%s'), '', '', '', '1642790369852698624', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '修改文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-03 15:25:26','%Y-%m-%d %H:%i:%s'), '', '', '', '1642790394926247936', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-03 15:25:27','%Y-%m-%d %H:%i:%s'), '', '', '', '1642790395660251136', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '修改文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-03 15:25:29','%Y-%m-%d %H:%i:%s'), '', '', '', '1642790403822366720', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '修改文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-03 15:25:32','%Y-%m-%d %H:%i:%s'), '', '', '', '1642790418426933248', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-03 15:25:32','%Y-%m-%d %H:%i:%s'), '', '', '', '1642790418615676928', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '修改文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-03 15:25:42','%Y-%m-%d %H:%i:%s'), '', '', '', '1642790458671280128', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '修改文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-03 15:25:45','%Y-%m-%d %H:%i:%s'), '', '', '', '1642790473653334016', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-03 15:25:45','%Y-%m-%d %H:%i:%s'), '', '', '', '1642790473816911872', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '修改文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-03 15:25:53','%Y-%m-%d %H:%i:%s'), '', '', '', '1642790506272436224', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '修改文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-03 15:25:56','%Y-%m-%d %H:%i:%s'), '', '', '', '1642790517072769024', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-03 15:25:56','%Y-%m-%d %H:%i:%s'), '', '', '', '1642790517219569664', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-07 14:49:50','%Y-%m-%d %H:%i:%s'), '', '', '', '1644230985149095936', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-07 14:49:52','%Y-%m-%d %H:%i:%s'), '', '', '', '1644230993617395712', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-07 14:49:55','%Y-%m-%d %H:%i:%s'), '', '', '', '1644231005118177280', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-07 14:50:41','%Y-%m-%d %H:%i:%s'), '', '', '', '1644231197905166336', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-07 14:50:46','%Y-%m-%d %H:%i:%s'), '', '', '', '1644231220059480064', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '修改表单模型页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-07 14:50:50','%Y-%m-%d %H:%i:%s'), '', '', '', '1644231236408877056', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-07 14:51:00','%Y-%m-%d %H:%i:%s'), '', '', '', '1644231278590992384', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-07 14:51:30','%Y-%m-%d %H:%i:%s'), '', '', '', '1644231405653237760', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-07 14:51:31','%Y-%m-%d %H:%i:%s'), '', '', '', '1644231410820620288', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '修改文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-07 14:51:33','%Y-%m-%d %H:%i:%s'), '', '', '', '1644231416659091456', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '修改文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-07 14:51:43','%Y-%m-%d %H:%i:%s'), '', '', '', '1644231460376322048', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-07 14:51:43','%Y-%m-%d %H:%i:%s'), '', '', '', '1644231460548288512', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '修改文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-07 14:51:46','%Y-%m-%d %H:%i:%s'), '', '', '', '1644231470362959872', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '修改文章', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-07 14:51:49','%Y-%m-%d %H:%i:%s'), '', '', '', '1644231484917194752', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-07 14:51:49','%Y-%m-%d %H:%i:%s'), '', '', '', '1644231485043023872', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/110.0.0.0', '修改文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-07 14:55:56','%Y-%m-%d %H:%i:%s'), '', '', '', '1644232520436326400', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:40:16','%Y-%m-%d %H:%i:%s'), '', '', '', '1645345939260481536', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:40:20','%Y-%m-%d %H:%i:%s'), '', '', '', '1645345956582957056', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户授权角色页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:40:24','%Y-%m-%d %H:%i:%s'), '', '', '', '1645345972819107840', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.toGrant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户授权角色', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:40:27','%Y-%m-%d %H:%i:%s'), '', '', '', '1645345985737564160', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.grant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户授权角色页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:40:27','%Y-%m-%d %H:%i:%s'), '', '', '', '1645345985846616064', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.toGrant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户授权角色', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:40:28','%Y-%m-%d %H:%i:%s'), '', '', '', '1645345990946889728', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.grant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户授权角色页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:40:28','%Y-%m-%d %H:%i:%s'), '', '', '', '1645345991026581504', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.toGrant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户授权角色', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:40:29','%Y-%m-%d %H:%i:%s'), '', '', '', '1645345993794822144', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.grant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户授权角色页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:40:29','%Y-%m-%d %H:%i:%s'), '', '', '', '1645345993870319616', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.toGrant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '角色管理分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:40:30','%Y-%m-%d %H:%i:%s'), '', '', '', '1645345998261755904', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '角色分配权限', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:40:31','%Y-%m-%d %H:%i:%s'), '', '', '', '1645346003328475136', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.toGrant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '角色分配权限', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:40:40','%Y-%m-%d %H:%i:%s'), '', '', '', '1645346043400855552', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.grant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '角色分配权限', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:40:41','%Y-%m-%d %H:%i:%s'), '', '', '', '1645346045644808192', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.toGrant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:41:02','%Y-%m-%d %H:%i:%s'), '', '', '', '1645346132894720000', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:41:06','%Y-%m-%d %H:%i:%s'), '', '', '', '1645346151567761408', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:41:10','%Y-%m-%d %H:%i:%s'), '', '', '', '1645346168261091328', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:41:15','%Y-%m-%d %H:%i:%s'), '', '', '', '1645346187957542912', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户修改密码页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:41:16','%Y-%m-%d %H:%i:%s'), '', '', '', '1645346193963786240', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.toUpdatePwd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户修改密码', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:41:28','%Y-%m-%d %H:%i:%s'), '', '', '', '1645346241984372736', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.updatePwd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:41:31','%Y-%m-%d %H:%i:%s'), '', '', '', '1645346256001736704', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:41:40','%Y-%m-%d %H:%i:%s'), '', '', '', '1645346294002130944', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:41:58','%Y-%m-%d %H:%i:%s'), '', '', '', '1645346369579294720', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '用户登录', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 16:42:51','%Y-%m-%d %H:%i:%s'), '', '', '', '1645346590627504128', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '变量分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 16:42:53','%Y-%m-%d %H:%i:%s'), '', '', '', '1645346600152768512', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '变量分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 16:42:58','%Y-%m-%d %H:%i:%s'), '', '', '', '1645346621044596736', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '变量分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 16:43:31','%Y-%m-%d %H:%i:%s'), '', '', '', '1645346757489500160', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '变量分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 16:44:16','%Y-%m-%d %H:%i:%s'), '', '', '', '1645346948070285312', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '变量分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 16:45:48','%Y-%m-%d %H:%i:%s'), '', '', '', '1645347332071399424', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '变量分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 16:45:51','%Y-%m-%d %H:%i:%s'), '', '', '', '1645347346709520384', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户退出登录', 'Unknow', STR_TO_DATE('2023-04-10 16:47:22','%Y-%m-%d %H:%i:%s'), '', '', '', '1645347727535546368', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.logout()', 'OTHER', 'Unknow', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:47:28','%Y-%m-%d %H:%i:%s'), '', '', '', '1645347751841538048', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '角色管理分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:47:33','%Y-%m-%d %H:%i:%s'), '', '', '', '1645347773698056192', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '角色分配权限', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:47:35','%Y-%m-%d %H:%i:%s'), '', '', '', '1645347784150261760', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.toGrant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '角色分配权限', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:47:43','%Y-%m-%d %H:%i:%s'), '', '', '', '1645347815297163264', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.grant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '角色分配权限', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:47:43','%Y-%m-%d %H:%i:%s'), '', '', '', '1645347817553698816', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.toGrant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '用户退出登录', 'Unknow', STR_TO_DATE('2023-04-10 16:47:47','%Y-%m-%d %H:%i:%s'), '', '', '', '1645347831256489984', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.logout()', 'OTHER', 'Unknow', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '用户退出登录', 'Unknow', STR_TO_DATE('2023-04-10 16:47:50','%Y-%m-%d %H:%i:%s'), '', '', '', '1645347844527267840', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.logout()', 'OTHER', 'Unknow', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '用户登录', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 16:47:59','%Y-%m-%d %H:%i:%s'), '', '', '', '1645347882850623488', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '变量分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 16:48:01','%Y-%m-%d %H:%i:%s'), '', '', '', '1645347889683144704', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '用户退出登录', 'Unknow', STR_TO_DATE('2023-04-10 16:48:51','%Y-%m-%d %H:%i:%s'), '', '', '', '1645348100958625792', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.logout()', 'OTHER', 'Unknow', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '用户登录', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 16:48:56','%Y-%m-%d %H:%i:%s'), '', '', '', '1645348123633033216', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '用户退出登录', 'Unknow', STR_TO_DATE('2023-04-10 16:49:25','%Y-%m-%d %H:%i:%s'), '', '', '', '1645348245565620224', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.logout()', 'OTHER', 'Unknow', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '用户退出登录', 'Unknow', STR_TO_DATE('2023-04-10 16:49:26','%Y-%m-%d %H:%i:%s'), '', '', '', '1645348247859904512', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.logout()', 'OTHER', 'Unknow', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '用户登录', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 16:49:31','%Y-%m-%d %H:%i:%s'), '', '', '', '1645348270651752448', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '变量分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 16:50:35','%Y-%m-%d %H:%i:%s'), '', '', '', '1645348535014539264', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '变量分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 16:51:16','%Y-%m-%d %H:%i:%s'), '', '', '', '1645348707291381760', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '变量分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 16:51:40','%Y-%m-%d %H:%i:%s'), '', '', '', '1645348808151810048', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '变量分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 16:52:23','%Y-%m-%d %H:%i:%s'), '', '', '', '1645348991862325248', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '变量分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 16:53:20','%Y-%m-%d %H:%i:%s'), '', '', '', '1645349229528367104', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '变量分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 16:53:35','%Y-%m-%d %H:%i:%s'), '', '', '', '1645349293638303744', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '变量分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 16:54:32','%Y-%m-%d %H:%i:%s'), '', '', '', '1645349530662617088', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '变量分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 16:55:27','%Y-%m-%d %H:%i:%s'), '', '', '', '1645349762695708672', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '变量分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 16:55:39','%Y-%m-%d %H:%i:%s'), '', '', '', '1645349813962686464', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '角色管理分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:10:00','%Y-%m-%d %H:%i:%s'), '', '', '', '1645353422146256896', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '角色分配权限', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:10:01','%Y-%m-%d %H:%i:%s'), '', '', '', '1645353429024915456', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.toGrant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '角色分配权限', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:10:09','%Y-%m-%d %H:%i:%s'), '', '', '', '1645353461308473344', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.grant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '角色分配权限', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:10:10','%Y-%m-%d %H:%i:%s'), '', '', '', '1645353463590174720', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.toGrant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '用户退出登录', 'Unknow', STR_TO_DATE('2023-04-10 17:10:27','%Y-%m-%d %H:%i:%s'), '', '', '', '1645353537162461184', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.logout()', 'OTHER', 'Unknow', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '用户登录', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:10:33','%Y-%m-%d %H:%i:%s'), '', '', '', '1645353563867594752', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '附件分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:10:38','%Y-%m-%d %H:%i:%s'), '', '', '', '1645353582041513984', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.toIndex()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '附件分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:11:06','%Y-%m-%d %H:%i:%s'), '', '', '', '1645353699180036096', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.toIndex()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '附件分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:12:03','%Y-%m-%d %H:%i:%s'), '', '', '', '1645353937622024192', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.toIndex()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '用户退出登录', 'Unknow', STR_TO_DATE('2023-04-10 17:12:05','%Y-%m-%d %H:%i:%s'), '', '', '', '1645353946228736000', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.logout()', 'OTHER', 'Unknow', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '用户登录', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:12:09','%Y-%m-%d %H:%i:%s'), '', '', '', '1645353965455425536', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '附件分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:12:11','%Y-%m-%d %H:%i:%s'), '', '', '', '1645353973323939840', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.toIndex()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '附件分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:12:34','%Y-%m-%d %H:%i:%s'), '', '', '', '1645354070766010368', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.toIndex()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '附件分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:13:13','%Y-%m-%d %H:%i:%s'), '', '', '', '1645354232523538432', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.toIndex()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '角色分配权限', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:13:28','%Y-%m-%d %H:%i:%s'), '', '', '', '1645354296214044672', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.grant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '角色分配权限', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:13:29','%Y-%m-%d %H:%i:%s'), '', '', '', '1645354298420248576', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.toGrant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '用户退出登录', 'Unknow', STR_TO_DATE('2023-04-10 17:13:31','%Y-%m-%d %H:%i:%s'), '', '', '', '1645354306724970496', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.logout()', 'OTHER', 'Unknow', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '用户登录', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:13:36','%Y-%m-%d %H:%i:%s'), '', '', '', '1645354327348363264', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '附件分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:13:37','%Y-%m-%d %H:%i:%s'), '', '', '', '1645354334768087040', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.toIndex()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '附件分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:14:19','%Y-%m-%d %H:%i:%s'), '', '', '', '1645354510018686976', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.toIndex()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '附件分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:14:19','%Y-%m-%d %H:%i:%s'), '', '', '', '1645354511084040192', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.toIndex()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '用户退出登录', 'Unknow', STR_TO_DATE('2023-04-10 17:14:22','%Y-%m-%d %H:%i:%s'), '', '', '', '1645354522744205312', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.logout()', 'OTHER', 'Unknow', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '用户登录', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:14:27','%Y-%m-%d %H:%i:%s'), '', '', '', '1645354545376669696', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '附件分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:14:29','%Y-%m-%d %H:%i:%s'), '', '', '', '1645354552095944704', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.toIndex()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '用户退出登录', 'Unknow', STR_TO_DATE('2023-04-10 17:14:43','%Y-%m-%d %H:%i:%s'), '', '', '', '1645354608823906304', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.logout()', 'OTHER', 'Unknow', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '用户登录', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:14:47','%Y-%m-%d %H:%i:%s'), '', '', '', '1645354627798937600', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '附件分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:15:16','%Y-%m-%d %H:%i:%s'), '', '', '', '1645354748934631424', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.toIndex()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '附件分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:15:57','%Y-%m-%d %H:%i:%s'), '', '', '', '1645354921798676480', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.toIndex()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '用户退出登录', 'Unknow', STR_TO_DATE('2023-04-10 17:18:08','%Y-%m-%d %H:%i:%s'), '', '', '', '1645355469071462400', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.logout()', 'OTHER', 'Unknow', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '用户登录', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:18:13','%Y-%m-%d %H:%i:%s'), '', '', '', '1645355491238359040', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '附件分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:18:16','%Y-%m-%d %H:%i:%s'), '', '', '', '1645355505679347712', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.toIndex()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '权限分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:42:43','%Y-%m-%d %H:%i:%s'), '', '', '', '1645361657892843520', '本地主机', 'INFO', '权限管理', 'cc.iteachyou.cms.controller.admin.PermissionController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加权限页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:42:46','%Y-%m-%d %H:%i:%s'), '', '', '', '1645361668093390848', '本地主机', 'INFO', '权限管理', 'cc.iteachyou.cms.controller.admin.PermissionController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加权限', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:43:09','%Y-%m-%d %H:%i:%s'), '', '', '', '1645361764243615744', '本地主机', 'INFO', '权限管理', 'cc.iteachyou.cms.controller.admin.PermissionController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '权限分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:43:09','%Y-%m-%d %H:%i:%s'), '', '', '', '1645361764348473344', '本地主机', 'INFO', '权限管理', 'cc.iteachyou.cms.controller.admin.PermissionController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户修改密码页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:45:33','%Y-%m-%d %H:%i:%s'), '', '', '', '1645362369372631040', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.toUpdatePwd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:45:37','%Y-%m-%d %H:%i:%s'), '', '', '', '1645362386837712896', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户修改密码页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:45:39','%Y-%m-%d %H:%i:%s'), '', '', '', '1645362394458763264', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.toUpdatePwd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:49:33','%Y-%m-%d %H:%i:%s'), '', '', '', '1645363377909805056', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '权限分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 18:08:39','%Y-%m-%d %H:%i:%s'), '', '', '', '1645368184565411840', '本地主机', 'INFO', '权限管理', 'cc.iteachyou.cms.controller.admin.PermissionController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加权限页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 18:08:41','%Y-%m-%d %H:%i:%s'), '', '', '', '1645368190991085568', '本地主机', 'INFO', '权限管理', 'cc.iteachyou.cms.controller.admin.PermissionController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加权限', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 18:09:06','%Y-%m-%d %H:%i:%s'), '', '', '', '1645368296368779264', '本地主机', 'INFO', '权限管理', 'cc.iteachyou.cms.controller.admin.PermissionController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '权限分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 18:09:06','%Y-%m-%d %H:%i:%s'), '', '', '', '1645368296444276736', '本地主机', 'INFO', '权限管理', 'cc.iteachyou.cms.controller.admin.PermissionController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加权限页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 18:09:10','%Y-%m-%d %H:%i:%s'), '', '', '', '1645368311384387584', '本地主机', 'INFO', '权限管理', 'cc.iteachyou.cms.controller.admin.PermissionController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加权限', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 18:09:26','%Y-%m-%d %H:%i:%s'), '', '', '', '1645368378266759168', '本地主机', 'INFO', '权限管理', 'cc.iteachyou.cms.controller.admin.PermissionController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '权限分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 18:09:26','%Y-%m-%d %H:%i:%s'), '', '', '', '1645368378338062336', '本地主机', 'INFO', '权限管理', 'cc.iteachyou.cms.controller.admin.PermissionController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 07:44:16','%Y-%m-%d %H:%i:%s'), '', '', '', '1645573441320935424', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '菜单分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 07:44:21','%Y-%m-%d %H:%i:%s'), '', '', '', '1645573462107906048', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加菜单页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 07:44:22','%Y-%m-%d %H:%i:%s'), '', '', '', '1645573467019436032', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加菜单页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 07:47:38','%Y-%m-%d %H:%i:%s'), '', '', '', '1645574288272547840', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加菜单页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 07:48:05','%Y-%m-%d %H:%i:%s'), '', '', '', '1645574398956036096', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '菜单分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 07:53:37','%Y-%m-%d %H:%i:%s'), '', '', '', '1645575791779536896', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加菜单页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 07:53:38','%Y-%m-%d %H:%i:%s'), '', '', '', '1645575795768320000', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加菜单页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 07:55:15','%Y-%m-%d %H:%i:%s'), '', '', '', '1645576203492417536', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '菜单分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 07:55:23','%Y-%m-%d %H:%i:%s'), '', '', '', '1645576236107325440', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加菜单页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 07:55:25','%Y-%m-%d %H:%i:%s'), '', '', '', '1645576245750030336', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '菜单分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 07:57:06','%Y-%m-%d %H:%i:%s'), '', '', '', '1645576668795920384', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加菜单页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 07:57:07','%Y-%m-%d %H:%i:%s'), '', '', '', '1645576672629514240', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加菜单页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 07:58:05','%Y-%m-%d %H:%i:%s'), '', '', '', '1645576915039313920', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加菜单页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 07:58:42','%Y-%m-%d %H:%i:%s'), '', '', '', '1645577072438960128', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '菜单分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 07:59:28','%Y-%m-%d %H:%i:%s'), '', '', '', '1645577264701661184', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '菜单分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 07:59:30','%Y-%m-%d %H:%i:%s'), '', '', '', '1645577273421619200', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '菜单分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 07:59:30','%Y-%m-%d %H:%i:%s'), '', '', '', '1645577274210148352', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '菜单分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 07:59:30','%Y-%m-%d %H:%i:%s'), '', '', '', '1645577274902208512', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加菜单页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 07:59:32','%Y-%m-%d %H:%i:%s'), '', '', '', '1645577283882213376', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加菜单页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:00:05','%Y-%m-%d %H:%i:%s'), '', '', '', '1645577420796878848', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加菜单页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:00:06','%Y-%m-%d %H:%i:%s'), '', '', '', '1645577424966017024', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加菜单页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:00:06','%Y-%m-%d %H:%i:%s'), '', '', '', '1645577425653882880', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加菜单页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:00:06','%Y-%m-%d %H:%i:%s'), '', '', '', '1645577426324971520', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加菜单页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:00:07','%Y-%m-%d %H:%i:%s'), '', '', '', '1645577427054780416', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加菜单页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:18:59','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582174595866624', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加菜单页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:18:59','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582175313092608', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加菜单页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:18:59','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582175921266688', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加菜单页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:18:59','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582176642686976', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '权限分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:20:00','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582431798976512', '本地主机', 'INFO', '权限管理', 'cc.iteachyou.cms.controller.admin.PermissionController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加权限页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:20:02','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582439524884480', '本地主机', 'INFO', '权限管理', 'cc.iteachyou.cms.controller.admin.PermissionController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加权限页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:20:03','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582446122524672', '本地主机', 'INFO', '权限管理', 'cc.iteachyou.cms.controller.admin.PermissionController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加权限页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:20:03','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582446957191168', '本地主机', 'INFO', '权限管理', 'cc.iteachyou.cms.controller.admin.PermissionController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加权限页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:20:04','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582447603113984', '本地主机', 'INFO', '权限管理', 'cc.iteachyou.cms.controller.admin.PermissionController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加权限页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:20:04','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582448391643136', '本地主机', 'INFO', '权限管理', 'cc.iteachyou.cms.controller.admin.PermissionController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加权限页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:20:04','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582449385693184', '本地主机', 'INFO', '权限管理', 'cc.iteachyou.cms.controller.admin.PermissionController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加权限页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:20:04','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582450262302720', '本地主机', 'INFO', '权限管理', 'cc.iteachyou.cms.controller.admin.PermissionController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加权限页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:20:39','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582596706426880', '本地主机', 'INFO', '权限管理', 'cc.iteachyou.cms.controller.admin.PermissionController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加权限页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:20:40','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582598971351040', '本地主机', 'INFO', '权限管理', 'cc.iteachyou.cms.controller.admin.PermissionController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加权限页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:20:40','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582599671799808', '本地主机', 'INFO', '权限管理', 'cc.iteachyou.cms.controller.admin.PermissionController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '添加权限页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:20:40','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582600401608704', '本地主机', 'INFO', '权限管理', 'cc.iteachyou.cms.controller.admin.PermissionController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '修改权限页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:21:03','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582698359578624', '本地主机', 'INFO', '权限管理', 'cc.iteachyou.cms.controller.admin.PermissionController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户退出登录', 'Unknow', STR_TO_DATE('2023-04-11 08:21:17','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582756698152960', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.logout()', 'OTHER', 'Unknow', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:21:22','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582776042283008', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '角色管理分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:21:28','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582800964837376', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '修改角色页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:21:31','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582812511756288', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '修改角色', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:21:36','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582835819503616', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.update()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '角色管理分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:21:36','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582835874029568', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '修改角色页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:21:38','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582842937237504', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '角色分配权限', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:21:41','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582857525026816', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.toGrant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '角色分配权限', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:21:59','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582933462900736', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.grant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '角色分配权限', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:22:00','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582935706853376', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.toGrant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:22:03','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582947648036864', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户授权角色页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:22:04','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582952643452928', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.toGrant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户授权角色', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:22:07','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582964320395264', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.grant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户授权角色页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:22:07','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582964374921216', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.toGrant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户授权角色', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:22:08','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582967726170112', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.grant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户授权角色页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:22:08','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582967780696064', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.toGrant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户授权角色', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:22:08','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582971249385472', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.grant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户授权角色页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:22:08','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582971303911424', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.toGrant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户授权角色', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:22:09','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582974038597632', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.grant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户授权角色页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:22:09','%Y-%m-%d %H:%i:%s'), '', '', '', '1645582974088929280', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.toGrant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户退出登录', 'Unknow', STR_TO_DATE('2023-04-11 08:22:29','%Y-%m-%d %H:%i:%s'), '', '', '', '1645583059455598592', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.logout()', 'OTHER', 'Unknow', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户登录', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 08:22:38','%Y-%m-%d %H:%i:%s'), '', '', '', '1645583095526612992', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '主题分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 08:22:41','%Y-%m-%d %H:%i:%s'), '', '', '', '1645583107413270528', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '变量分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 08:22:45','%Y-%m-%d %H:%i:%s'), '', '', '', '1645583125482332160', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '用户退出登录', 'Unknow', STR_TO_DATE('2023-04-11 08:23:00','%Y-%m-%d %H:%i:%s'), '', '', '', '1645583186471706624', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.logout()', 'OTHER', 'Unknow', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:23:05','%Y-%m-%d %H:%i:%s'), '', '', '', '1645583209389383680', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '角色管理分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:23:09','%Y-%m-%d %H:%i:%s'), '', '', '', '1645583224660844544', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '角色分配权限', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:23:11','%Y-%m-%d %H:%i:%s'), '', '', '', '1645583234253217792', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.toGrant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户退出登录', 'Unknow', STR_TO_DATE('2023-04-11 08:23:23','%Y-%m-%d %H:%i:%s'), '', '', '', '1645583284526145536', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.logout()', 'OTHER', 'Unknow', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户退出登录', 'Unknow', STR_TO_DATE('2023-04-11 08:23:26','%Y-%m-%d %H:%i:%s'), '', '', '', '1645583298388320256', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.logout()', 'OTHER', 'Unknow', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户登录', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 08:23:36','%Y-%m-%d %H:%i:%s'), '', '', '', '1645583339198898176', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '附件分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 08:23:38','%Y-%m-%d %H:%i:%s'), '', '', '', '1645583348027908096', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.toIndex()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '表单模型分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 08:23:48','%Y-%m-%d %H:%i:%s'), '', '', '', '1645583388695879680', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '表单模型分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 08:24:24','%Y-%m-%d %H:%i:%s'), '', '', '', '1645583539736961024', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '主题分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 08:24:40','%Y-%m-%d %H:%i:%s'), '', '', '', '1645583607240089600', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '全局搜索', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:25:24','%Y-%m-%d %H:%i:%s'), '', '', '', '1645583790539563008', '本地主机', 'INFO', '搜索模块', 'cc.iteachyou.cms.controller.admin.SearchController.doSearch()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '用户分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:25:33','%Y-%m-%d %H:%i:%s'), '', '', '', '1645583828053417984', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 10:57:40','%Y-%m-%d %H:%i:%s'), '', '', '', '1645622110120345600', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 10:57:42','%Y-%m-%d %H:%i:%s'), '', '', '', '1645622120161509376', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 10:57:52','%Y-%m-%d %H:%i:%s'), '', '', '', '1645622162289098752', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 10:58:02','%Y-%m-%d %H:%i:%s'), '', '', '', '1645622204806758400', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 10:58:04','%Y-%m-%d %H:%i:%s'), '', '', '', '1645622212264230912', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 10:58:08','%Y-%m-%d %H:%i:%s'), '', '', '', '1645622227946733568', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:02:52','%Y-%m-%d %H:%i:%s'), '', '', '', '1645623419057766400', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:02:54','%Y-%m-%d %H:%i:%s'), '', '', '', '1645623429103124480', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:02:56','%Y-%m-%d %H:%i:%s'), '', '', '', '1645623436627705856', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:02:57','%Y-%m-%d %H:%i:%s'), '', '', '', '1645623441811865600', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:03:15','%Y-%m-%d %H:%i:%s'), '', '', '', '1645623515010859008', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:03:18','%Y-%m-%d %H:%i:%s'), '', '', '', '1645623527757348864', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:03:19','%Y-%m-%d %H:%i:%s'), '', '', '', '1645623532614352896', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:05:11','%Y-%m-%d %H:%i:%s'), '', '', '', '1645624003194290176', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:05:13','%Y-%m-%d %H:%i:%s'), '', '', '', '1645624012279152640', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:09:26','%Y-%m-%d %H:%i:%s'), '', '', '', '1645625070367834112', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:09:29','%Y-%m-%d %H:%i:%s'), '', '', '', '1645625083537948672', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '角色管理分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:12:43','%Y-%m-%d %H:%i:%s'), '', '', '', '1645625897455222784', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '角色分配权限', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:12:44','%Y-%m-%d %H:%i:%s'), '', '', '', '1645625902983315456', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.toGrant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '角色管理分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:12:53','%Y-%m-%d %H:%i:%s'), '', '', '', '1645625939658309632', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '角色分配权限', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:12:55','%Y-%m-%d %H:%i:%s'), '', '', '', '1645625947057061888', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.toGrant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '角色分配权限', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:13:08','%Y-%m-%d %H:%i:%s'), '', '', '', '1645626003810189312', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.grant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '角色分配权限', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:13:09','%Y-%m-%d %H:%i:%s'), '', '', '', '1645626006112862208', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.toGrant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '用户退出登录', 'Unknow', STR_TO_DATE('2023-04-11 11:13:18','%Y-%m-%d %H:%i:%s'), '', '', '', '1645626042892713984', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.logout()', 'OTHER', 'Unknow', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '用户登录', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:13:25','%Y-%m-%d %H:%i:%s'), '', '', '', '1645626073641156608', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '栏目分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:13:27','%Y-%m-%d %H:%i:%s'), '', '', '', '1645626084051419136', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:13:32','%Y-%m-%d %H:%i:%s'), '', '', '', '1645626104989384704', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '栏目分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:13:39','%Y-%m-%d %H:%i:%s'), '', '', '', '1645626133439348736', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '栏目分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:14:05','%Y-%m-%d %H:%i:%s'), '', '', '', '1645626243283976192', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:14:13','%Y-%m-%d %H:%i:%s'), '', '', '', '1645626276091822080', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:14:18','%Y-%m-%d %H:%i:%s'), '', '', '', '1645626297126256640', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:14:19','%Y-%m-%d %H:%i:%s'), '', '', '', '1645626299105968128', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '栏目分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:15:05','%Y-%m-%d %H:%i:%s'), '', '', '', '1645626492127838208', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:15:07','%Y-%m-%d %H:%i:%s'), '', '', '', '1645626501074288640', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '栏目分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:15:54','%Y-%m-%d %H:%i:%s'), '', '', '', '1645626699083186176', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:15:55','%Y-%m-%d %H:%i:%s'), '', '', '', '1645626704204431360', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '栏目分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:16:50','%Y-%m-%d %H:%i:%s'), '', '', '', '1645626935545462784', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:16:52','%Y-%m-%d %H:%i:%s'), '', '', '', '1645626942948409344', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '角色分配权限', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:17:04','%Y-%m-%d %H:%i:%s'), '', '', '', '1645626994462851072', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.grant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '角色分配权限', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:17:05','%Y-%m-%d %H:%i:%s'), '', '', '', '1645626996710998016', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.toGrant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '栏目分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:17:07','%Y-%m-%d %H:%i:%s'), '', '', '', '1645627003723874304', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '栏目分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:17:09','%Y-%m-%d %H:%i:%s'), '', '', '', '1645627014775865344', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '栏目分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:17:10','%Y-%m-%d %H:%i:%s'), '', '', '', '1645627015925104640', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '栏目分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:17:10','%Y-%m-%d %H:%i:%s'), '', '', '', '1645627016956903424', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:17:10','%Y-%m-%d %H:%i:%s'), '', '', '', '1645627018626236416', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '用户退出登录', 'Unknow', STR_TO_DATE('2023-04-11 11:17:15','%Y-%m-%d %H:%i:%s'), '', '', '', '1645627038226219008', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.logout()', 'OTHER', 'Unknow', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '用户登录', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:17:22','%Y-%m-%d %H:%i:%s'), '', '', '', '1645627066990755840', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '变量分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:17:23','%Y-%m-%d %H:%i:%s'), '', '', '', '1645627073445789696', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '栏目分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:17:24','%Y-%m-%d %H:%i:%s'), '', '', '', '1645627076440522752', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:17:26','%Y-%m-%d %H:%i:%s'), '', '', '', '1645627086360051712', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '栏目分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:18:32','%Y-%m-%d %H:%i:%s'), '', '', '', '1645627363377053696', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:18:35','%Y-%m-%d %H:%i:%s'), '', '', '', '1645627373485326336', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '栏目分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:18:38','%Y-%m-%d %H:%i:%s'), '', '', '', '1645627387192311808', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:18:39','%Y-%m-%d %H:%i:%s'), '', '', '', '1645627392502300672', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:18:42','%Y-%m-%d %H:%i:%s'), '', '', '', '1645627402136616960', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '栏目分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:19:30','%Y-%m-%d %H:%i:%s'), '', '', '', '1645627603781976064', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:19:31','%Y-%m-%d %H:%i:%s'), '', '', '', '1645627611281391616', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '添加栏目页面', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:20:10','%Y-%m-%d %H:%i:%s'), '', '', '', '1645627774808915968', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '添加栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:20:15','%Y-%m-%d %H:%i:%s'), '', '', '', '1645627794010439680', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '栏目分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:20:15','%Y-%m-%d %H:%i:%s'), '', '', '', '1645627794169823232', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '栏目分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:20:18','%Y-%m-%d %H:%i:%s'), '', '', '', '1645627805494444032', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '添加栏目页面', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:20:54','%Y-%m-%d %H:%i:%s'), '', '', '', '1645627958112583680', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '添加栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:20:58','%Y-%m-%d %H:%i:%s'), '', '', '', '1645627973858000896', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.add()', 'INSERT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '栏目分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:20:58','%Y-%m-%d %H:%i:%s'), '', '', '', '1645627974025773056', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '添加栏目页面', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:23:08','%Y-%m-%d %H:%i:%s'), '', '', '', '1645628521306947584', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '附件分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:23:13','%Y-%m-%d %H:%i:%s'), '', '', '', '1645628539069825024', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.toIndex()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '表单模型分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:23:15','%Y-%m-%d %H:%i:%s'), '', '', '', '1645628548293099520', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '添加表单模型页面', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:23:16','%Y-%m-%d %H:%i:%s'), '', '', '', '1645628552499986432', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toAdd()', 'OTHER', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '栏目分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:23:18','%Y-%m-%d %H:%i:%s'), '', '', '', '1645628561559683072', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '添加栏目页面', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:23:19','%Y-%m-%d %H:%i:%s'), '', '', '', '1645628565019983872', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toAdd()', 'OTHER', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '栏目分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:23:28','%Y-%m-%d %H:%i:%s'), '', '', '', '1645628603632746496', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '栏目分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:28:18','%Y-%m-%d %H:%i:%s'), '', '', '', '1645629817812451328', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '栏目分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:29:31','%Y-%m-%d %H:%i:%s'), '', '', '', '1645630126886518784', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:30:40','%Y-%m-%d %H:%i:%s'), '', '', '', '1645630413823049728', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:30:45','%Y-%m-%d %H:%i:%s'), '', '', '', '1645630435755065344', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '栏目分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:32:01','%Y-%m-%d %H:%i:%s'), '', '', '', '1645630753410678784', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:32:05','%Y-%m-%d %H:%i:%s'), '', '', '', '1645630770275975168', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:32:13','%Y-%m-%d %H:%i:%s'), '', '', '', '1645630803754909696', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '栏目分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:32:51','%Y-%m-%d %H:%i:%s'), '', '', '', '1645630962870026240', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '栏目分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:32:53','%Y-%m-%d %H:%i:%s'), '', '', '', '1645630972344958976', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:32:54','%Y-%m-%d %H:%i:%s'), '', '', '', '1645630977990492160', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:32:56','%Y-%m-%d %H:%i:%s'), '', '', '', '1645630986983079936', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '栏目分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:35:47','%Y-%m-%d %H:%i:%s'), '', '', '', '1645631703680581632', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:35:49','%Y-%m-%d %H:%i:%s'), '', '', '', '1645631709292560384', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '栏目分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:36:08','%Y-%m-%d %H:%i:%s'), '', '', '', '1645631791781937152', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:36:09','%Y-%m-%d %H:%i:%s'), '', '', '', '1645631796903182336', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '栏目分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:37:15','%Y-%m-%d %H:%i:%s'), '', '', '', '1645632071164526592', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:37:16','%Y-%m-%d %H:%i:%s'), '', '', '', '1645632076617121792', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:37:19','%Y-%m-%d %H:%i:%s'), '', '', '', '1645632087149019136', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:37:21','%Y-%m-%d %H:%i:%s'), '', '', '', '1645632097609613312', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:37:23','%Y-%m-%d %H:%i:%s'), '', '', '', '1645632103620050944', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '栏目分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:39:02','%Y-%m-%d %H:%i:%s'), '', '', '', '1645632520064106496', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:39:07','%Y-%m-%d %H:%i:%s'), '', '', '', '1645632541908041728', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:39:09','%Y-%m-%d %H:%i:%s'), '', '', '', '1645632550439256064', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:39:14','%Y-%m-%d %H:%i:%s'), '', '', '', '1645632572077670400', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:39:16','%Y-%m-%d %H:%i:%s'), '', '', '', '1645632577907752960', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:39:24','%Y-%m-%d %H:%i:%s'), '', '', '', '1645632611168583680', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:39:25','%Y-%m-%d %H:%i:%s'), '', '', '', '1645632616604401664', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '栏目分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:40:13','%Y-%m-%d %H:%i:%s'), '', '', '', '1645632820527267840', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:40:15','%Y-%m-%d %H:%i:%s'), '', '', '', '1645632825585598464', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:40:17','%Y-%m-%d %H:%i:%s'), '', '', '', '1645632833370226688', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:40:51','%Y-%m-%d %H:%i:%s'), '', '', '', '1645632979394920448', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '栏目分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:42:35','%Y-%m-%d %H:%i:%s'), '', '', '', '1645633413396332544', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '加载下级栏目', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:42:36','%Y-%m-%d %H:%i:%s'), '', '', '', '1645633417880043520', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/111.0.0.0', '栏目分页列表', '1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-11 11:42:54','%Y-%m-%d %H:%i:%s'), '', '', '', '1645633494786801664', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'demo1', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-13 08:50:55','%Y-%m-%d %H:%i:%s'), '', '', '', '1646314988886859776', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-14 09:54:05','%Y-%m-%d %H:%i:%s'), '', '', '', '1646693271637954560', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '查询系统设置', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-14 09:56:56','%Y-%m-%d %H:%i:%s'), '', '', '', '1646693990919147520', '本地主机', 'INFO', '系统设置', 'cc.iteachyou.cms.controller.admin.SystemController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '查询系统设置', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-14 10:03:02','%Y-%m-%d %H:%i:%s'), '', '', '', '1646695526701309952', '本地主机', 'INFO', '系统设置', 'cc.iteachyou.cms.controller.admin.SystemController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '查询系统设置', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-14 10:03:04','%Y-%m-%d %H:%i:%s'), '', '', '', '1646695532485255168', '本地主机', 'INFO', '系统设置', 'cc.iteachyou.cms.controller.admin.SystemController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '查询系统设置', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-14 10:03:10','%Y-%m-%d %H:%i:%s'), '', '', '', '1646695557252620288', '本地主机', 'INFO', '系统设置', 'cc.iteachyou.cms.controller.admin.SystemController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '修改系统设置', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-14 10:03:12','%Y-%m-%d %H:%i:%s'), '', '', '', '1646695566014521344', '本地主机', 'INFO', '系统设置', 'cc.iteachyou.cms.controller.admin.SystemController.update()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '查询系统设置', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-14 10:03:12','%Y-%m-%d %H:%i:%s'), '', '', '', '1646695566144544768', '本地主机', 'INFO', '系统设置', 'cc.iteachyou.cms.controller.admin.SystemController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '修改系统设置', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-14 10:03:15','%Y-%m-%d %H:%i:%s'), '', '', '', '1646695578689708032', '本地主机', 'INFO', '系统设置', 'cc.iteachyou.cms.controller.admin.SystemController.update()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/112.0.0.0', '查询系统设置', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-14 10:03:15','%Y-%m-%d %H:%i:%s'), '', '', '', '1646695578790371328', '本地主机', 'INFO', '系统设置', 'cc.iteachyou.cms.controller.admin.SystemController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '用户登录', 'Unknow', STR_TO_DATE('2025-04-08 11:18:04','%Y-%m-%d %H:%i:%s'), '', '', '', '1909445608908324864', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'Unknow', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '用户登录', 'Unknow', STR_TO_DATE('2025-04-08 11:18:14','%Y-%m-%d %H:%i:%s'), '', '', '', '1909445651874775040', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'Unknow', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:18:17','%Y-%m-%d %H:%i:%s'), '', '', '', '1909445663530745856', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:18:19','%Y-%m-%d %H:%i:%s'), '', '', '', '1909445674591125504', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '模板列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:18:26','%Y-%m-%d %H:%i:%s'), '', '', '', '1909445702692962304', '本地主机', 'INFO', '模板管理', 'cc.iteachyou.cms.controller.admin.TemplateController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:18:29','%Y-%m-%d %H:%i:%s'), '', '', '', '1909445714713837568', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '变量分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:18:30','%Y-%m-%d %H:%i:%s'), '', '', '', '1909445718497099776', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:18:31','%Y-%m-%d %H:%i:%s'), '', '', '', '1909445723693842432', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '修改主题状态', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:18:56','%Y-%m-%d %H:%i:%s'), '', '', '', '1909445827121184768', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.updateStatus()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:18:56','%Y-%m-%d %H:%i:%s'), '', '', '', '1909445827234430976', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '静态化页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:31:20','%Y-%m-%d %H:%i:%s'), '', '', '', '1909448950682292224', '本地主机', 'INFO', '静态化', 'cc.iteachyou.cms.controller.admin.StaticController.toIndex()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:31:34','%Y-%m-%d %H:%i:%s'), '', '', '', '1909449008899231744', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '修改主题状态', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:31:39','%Y-%m-%d %H:%i:%s'), '', '', '', '1909449028377579520', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.updateStatus()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:31:39','%Y-%m-%d %H:%i:%s'), '', '', '', '1909449028465659904', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '模板列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:31:40','%Y-%m-%d %H:%i:%s'), '', '', '', '1909449034580955136', '本地主机', 'INFO', '模板管理', 'cc.iteachyou.cms.controller.admin.TemplateController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:31:42','%Y-%m-%d %H:%i:%s'), '', '', '', '1909449040415232000', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '模板列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:31:49','%Y-%m-%d %H:%i:%s'), '', '', '', '1909449070417088512', '本地主机', 'INFO', '模板管理', 'cc.iteachyou.cms.controller.admin.TemplateController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:34:16','%Y-%m-%d %H:%i:%s'), '', '', '', '1909449687827025920', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '变量分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:34:18','%Y-%m-%d %H:%i:%s'), '', '', '', '1909449695796203520', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '修改变量页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:34:24','%Y-%m-%d %H:%i:%s'), '', '', '', '1909449719661793280', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '变量分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:34:26','%Y-%m-%d %H:%i:%s'), '', '', '', '1909449727962320896', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '附件分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:36:13','%Y-%m-%d %H:%i:%s'), '', '', '', '1909450178166329344', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '标签分组查询', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:36:21','%Y-%m-%d %H:%i:%s'), '', '', '', '1909450213457203200', '本地主机', 'INFO', '标签管理', 'cc.iteachyou.cms.controller.admin.LabelController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:36:40','%Y-%m-%d %H:%i:%s'), '', '', '', '1909450291634835456', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:36:42','%Y-%m-%d %H:%i:%s'), '', '', '', '1909450300241547264', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:36:44','%Y-%m-%d %H:%i:%s'), '', '', '', '1909450307694825472', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:36:47','%Y-%m-%d %H:%i:%s'), '', '', '', '1909450321313730560', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:36:50','%Y-%m-%d %H:%i:%s'), '', '', '', '1909450333728870400', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:37:33','%Y-%m-%d %H:%i:%s'), '', '', '', '1909450513614180352', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '静态化页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:37:34','%Y-%m-%d %H:%i:%s'), '', '', '', '1909450517313556480', '本地主机', 'INFO', '静态化', 'cc.iteachyou.cms.controller.admin.StaticController.toIndex()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '标签分组查询', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:37:34','%Y-%m-%d %H:%i:%s'), '', '', '', '1909450519570092032', '本地主机', 'INFO', '标签管理', 'cc.iteachyou.cms.controller.admin.LabelController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '附件分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:37:35','%Y-%m-%d %H:%i:%s'), '', '', '', '1909450524074774528', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:37:44','%Y-%m-%d %H:%i:%s'), '', '', '', '1909450559692804096', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:37:52','%Y-%m-%d %H:%i:%s'), '', '', '', '1909450593654083584', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '修改栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:37:56','%Y-%m-%d %H:%i:%s'), '', '', '', '1909450609995091968', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.edit()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:37:56','%Y-%m-%d %H:%i:%s'), '', '', '', '1909450610120921088', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:39:01','%Y-%m-%d %H:%i:%s'), '', '', '', '1909450883304357888', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:39:10','%Y-%m-%d %H:%i:%s'), '', '', '', '1909450920553971712', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '查询系统设置', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:40:37','%Y-%m-%d %H:%i:%s'), '', '', '', '1909451287308107776', '本地主机', 'INFO', '系统设置', 'cc.iteachyou.cms.controller.admin.SystemController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '用户分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:40:53','%Y-%m-%d %H:%i:%s'), '', '', '', '1909451350692429824', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '角色管理分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:40:54','%Y-%m-%d %H:%i:%s'), '', '', '', '1909451355616542720', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '角色管理分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:40:55','%Y-%m-%d %H:%i:%s'), '', '', '', '1909451362985934848', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '菜单分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:40:56','%Y-%m-%d %H:%i:%s'), '', '', '', '1909451364873371648', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '权限分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:40:56','%Y-%m-%d %H:%i:%s'), '', '', '', '1909451366639173632', '本地主机', 'INFO', '权限管理', 'cc.iteachyou.cms.controller.admin.PermissionController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '数据库表列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:40:57','%Y-%m-%d %H:%i:%s'), '', '', '', '1909451368904097792', '本地主机', 'INFO', '备份/还原', 'cc.iteachyou.cms.controller.admin.DataBaseController.list()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:41:00','%Y-%m-%d %H:%i:%s'), '', '', '', '1909451382523002880', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:41:17','%Y-%m-%d %H:%i:%s'), '', '', '', '1909451453410934784', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:41:21','%Y-%m-%d %H:%i:%s'), '', '', '', '1909451468241993728', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:41:34','%Y-%m-%d %H:%i:%s'), '', '', '', '1909451524932206592', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '用户退出登录', 'Unknow', STR_TO_DATE('2025-04-08 14:17:26','%Y-%m-%d %H:%i:%s'), '', '', '', '1909490749287206912', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.logout()', 'OTHER', 'Unknow', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '用户登录', 'Unknow', STR_TO_DATE('2025-04-09 09:44:00','%Y-%m-%d %H:%i:%s'), '', '', '', '1909784325707595776', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'Unknow', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 09:44:07','%Y-%m-%d %H:%i:%s'), '', '', '', '1909784353977204736', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 09:52:21','%Y-%m-%d %H:%i:%s'), '', '', '', '1909786427540447232', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:02:45','%Y-%m-%d %H:%i:%s'), '', '', '', '1909789046170292224', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '用户退出登录', 'Unknow', STR_TO_DATE('2025-04-09 10:04:24','%Y-%m-%d %H:%i:%s'), '', '', '', '1909789459963547648', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.logout()', 'OTHER', 'Unknow', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:05:19','%Y-%m-%d %H:%i:%s'), '', '', '', '1909789689383583744', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '静态化页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:05:46','%Y-%m-%d %H:%i:%s'), '', '', '', '1909789805305757696', '本地主机', 'INFO', '静态化', 'cc.iteachyou.cms.controller.admin.StaticController.toIndex()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:05:50','%Y-%m-%d %H:%i:%s'), '', '', '', '1909789819985821696', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:06:00','%Y-%m-%d %H:%i:%s'), '', '', '', '1909789864277671936', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:06:03','%Y-%m-%d %H:%i:%s'), '', '', '', '1909789873584832512', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:06:10','%Y-%m-%d %H:%i:%s'), '', '', '', '1909789905927110656', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:06:17','%Y-%m-%d %H:%i:%s'), '', '', '', '1909789933957644288', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:06:21','%Y-%m-%d %H:%i:%s'), '', '', '', '1909789950709694464', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:06:23','%Y-%m-%d %H:%i:%s'), '', '', '', '1909789957303140352', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:06:24','%Y-%m-%d %H:%i:%s'), '', '', '', '1909789962940284928', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:06:26','%Y-%m-%d %H:%i:%s'), '', '', '', '1909789971320504320', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '加载下级栏目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:06:32','%Y-%m-%d %H:%i:%s'), '', '', '', '1909789997866254336', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.loadSon()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:06:36','%Y-%m-%d %H:%i:%s'), '', '', '', '1909790014937071616', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:06:38','%Y-%m-%d %H:%i:%s'), '', '', '', '1909790021484380160', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '用户登录', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:19:02','%Y-%m-%d %H:%i:%s'), '', '', '', '1909793140209451008', '本地主机', 'INFO', '登录模块', 'cc.iteachyou.cms.controller.admin.UserLoginController.login()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:21:10','%Y-%m-%d %H:%i:%s'), '', '', '', '1909793678376402944', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:21:13','%Y-%m-%d %H:%i:%s'), '', '', '', '1909793690120454144', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '添加文章页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:21:14','%Y-%m-%d %H:%i:%s'), '', '', '', '1909793697917665280', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '变量分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:24:15','%Y-%m-%d %H:%i:%s'), '', '', '', '1909794455987781632', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '修改变量页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:24:20','%Y-%m-%d %H:%i:%s'), '', '', '', '1909794474711154688', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '变量分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:24:24','%Y-%m-%d %H:%i:%s'), '', '', '', '1909794491765194752', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '修改变量页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:24:27','%Y-%m-%d %H:%i:%s'), '', '', '', '1909794505015001088', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '变量分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:24:28','%Y-%m-%d %H:%i:%s'), '', '', '', '1909794511331622912', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '查询系统设置', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:25:06','%Y-%m-%d %H:%i:%s'), '', '', '', '1909794669960200192', '本地主机', 'INFO', '系统设置', 'cc.iteachyou.cms.controller.admin.SystemController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '模板列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:26:23','%Y-%m-%d %H:%i:%s'), '', '', '', '1909794990505689088', '本地主机', 'INFO', '模板管理', 'cc.iteachyou.cms.controller.admin.TemplateController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '模板详情', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:26:26','%Y-%m-%d %H:%i:%s'), '', '', '', '1909795004917317632', '本地主机', 'INFO', '模板管理', 'cc.iteachyou.cms.controller.admin.TemplateController.toView()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '修改模板页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:26:28','%Y-%m-%d %H:%i:%s'), '', '', '', '1909795010772566016', '本地主机', 'INFO', '模板管理', 'cc.iteachyou.cms.controller.admin.TemplateController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:26:31','%Y-%m-%d %H:%i:%s'), '', '', '', '1909795026387959808', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '修改主题状态', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:26:44','%Y-%m-%d %H:%i:%s'), '', '', '', '1909795078510575616', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.updateStatus()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:26:44','%Y-%m-%d %H:%i:%s'), '', '', '', '1909795078594461696', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '模板列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:26:46','%Y-%m-%d %H:%i:%s'), '', '', '', '1909795087658352640', '本地主机', 'INFO', '模板管理', 'cc.iteachyou.cms.controller.admin.TemplateController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:27:43','%Y-%m-%d %H:%i:%s'), '', '', '', '1909795325840293888', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '变量分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:27:43','%Y-%m-%d %H:%i:%s'), '', '', '', '1909795328088440832', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:27:44','%Y-%m-%d %H:%i:%s'), '', '', '', '1909795332647649280', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '修改主题状态', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:27:47','%Y-%m-%d %H:%i:%s'), '', '', '', '1909795345859706880', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.updateStatus()', 'UPDATE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:27:47','%Y-%m-%d %H:%i:%s'), '', '', '', '1909795345914232832', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:27:50','%Y-%m-%d %H:%i:%s'), '', '', '', '1909795355397554176', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '变量分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:27:50','%Y-%m-%d %H:%i:%s'), '', '', '', '1909795357075275776', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '查询系统设置', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:27:51','%Y-%m-%d %H:%i:%s'), '', '', '', '1909795360887898112', '本地主机', 'INFO', '系统设置', 'cc.iteachyou.cms.controller.admin.SystemController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '变量分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:28:11','%Y-%m-%d %H:%i:%s'), '', '', '', '1909795443817676800', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '查询系统设置', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:28:11','%Y-%m-%d %H:%i:%s'), '', '', '', '1909795446904684544', '本地主机', 'INFO', '系统设置', 'cc.iteachyou.cms.controller.admin.SystemController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '模板列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:28:51','%Y-%m-%d %H:%i:%s'), '', '', '', '1909795613594714112', '本地主机', 'INFO', '模板管理', 'cc.iteachyou.cms.controller.admin.TemplateController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:28:53','%Y-%m-%d %H:%i:%s'), '', '', '', '1909795620213325824', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '变量分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:28:53','%Y-%m-%d %H:%i:%s'), '', '', '', '1909795622394363904', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:28:54','%Y-%m-%d %H:%i:%s'), '', '', '', '1909795625405874176', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '变量分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:29:10','%Y-%m-%d %H:%i:%s'), '', '', '', '1909795693064192000', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '查询系统设置', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:29:15','%Y-%m-%d %H:%i:%s'), '', '', '', '1909795711217139712', '本地主机', 'INFO', '系统设置', 'cc.iteachyou.cms.controller.admin.SystemController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '变量分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:29:15','%Y-%m-%d %H:%i:%s'), '', '', '', '1909795715092676608', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:29:16','%Y-%m-%d %H:%i:%s'), '', '', '', '1909795719198900224', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '删除主题', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:29:33','%Y-%m-%d %H:%i:%s'), '', '', '', '1909795789721927680', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.delete()', 'DELETE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:29:33','%Y-%m-%d %H:%i:%s'), '', '', '', '1909795789780647936', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '查询系统设置', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:30:07','%Y-%m-%d %H:%i:%s'), '', '', '', '1909795931166441472', '本地主机', 'INFO', '系统设置', 'cc.iteachyou.cms.controller.admin.SystemController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '用户分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:30:09','%Y-%m-%d %H:%i:%s'), '', '', '', '1909795941509595136', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '角色管理分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:30:10','%Y-%m-%d %H:%i:%s'), '', '', '', '1909795944886009856', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '菜单分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:30:11','%Y-%m-%d %H:%i:%s'), '', '', '', '1909795948585385984', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '静态化页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:30:14','%Y-%m-%d %H:%i:%s'), '', '', '', '1909795959033397248', '本地主机', 'INFO', '静态化', 'cc.iteachyou.cms.controller.admin.StaticController.toIndex()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '标签分组查询', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:30:33','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796041132703744', '本地主机', 'INFO', '标签管理', 'cc.iteachyou.cms.controller.admin.LabelController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:30:40','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796071470104576', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:30:54','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796128600719360', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:31:03','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796168253669376', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '静态化页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:31:12','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796203590680576', '本地主机', 'INFO', '静态化', 'cc.iteachyou.cms.controller.admin.StaticController.toIndex()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '标签分组查询', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:31:12','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796205897547776', '本地主机', 'INFO', '标签管理', 'cc.iteachyou.cms.controller.admin.LabelController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '附件分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:31:14','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796213241774080', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:31:15','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796217222168576', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '模板列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:31:16','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796219705196544', '本地主机', 'INFO', '模板管理', 'cc.iteachyou.cms.controller.admin.TemplateController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:31:17','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796223631065088', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '变量分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:31:17','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796225724022784', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '查询系统设置', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:31:18','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796229326929920', '本地主机', 'INFO', '系统设置', 'cc.iteachyou.cms.controller.admin.SystemController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:31:46','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796348587769856', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '文章分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:31:59','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796401012375552', '本地主机', 'INFO', '文章管理', 'cc.iteachyou.cms.controller.admin.ArchivesController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:32:15','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796468767162368', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:32:20','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796488786575360', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:32:21','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796495057059840', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:32:26','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796512413089792', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:32:44','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796591207284736', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '标签分组查询', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:32:48','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796605048487936', '本地主机', 'INFO', '标签管理', 'cc.iteachyou.cms.controller.admin.LabelController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '附件分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:32:53','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796626493964288', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:32:56','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796639278202880', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '修改表单模型页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:33:04','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796673138819072', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:33:06','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796681879748608', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '修改表单模型页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:33:14','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796717044793344', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '静态化页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:33:17','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796726964322304', '本地主机', 'INFO', '静态化', 'cc.iteachyou.cms.controller.admin.StaticController.toIndex()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:33:17','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796729178914816', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '修改栏目页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:33:20','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796739853418496', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:33:23','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796755091324928', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '静态化页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:33:40','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796824947458048', '本地主机', 'INFO', '静态化', 'cc.iteachyou.cms.controller.admin.StaticController.toIndex()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '静态化页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:33:41','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796828676194304', '本地主机', 'INFO', '静态化', 'cc.iteachyou.cms.controller.admin.StaticController.toIndex()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:33:41','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796829875765248', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '变量分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:33:44','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796839484915712', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '查询系统设置', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:33:46','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796848171319296', '本地主机', 'INFO', '系统设置', 'cc.iteachyou.cms.controller.admin.SystemController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:33:46','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796852025884672', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '模板列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:33:47','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796854924148736', '本地主机', 'INFO', '模板管理', 'cc.iteachyou.cms.controller.admin.TemplateController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:33:51','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796870992527360', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '附件分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:33:52','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796874209558528', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '静态化页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:33:52','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796877070073856', '本地主机', 'INFO', '静态化', 'cc.iteachyou.cms.controller.admin.StaticController.toIndex()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '查询系统设置', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:33:53','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796879578267648', '本地主机', 'INFO', '系统设置', 'cc.iteachyou.cms.controller.admin.SystemController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '变量分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:33:54','%Y-%m-%d %H:%i:%s'), '', '', '', '1909796881859969024', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '用户分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:37:37','%Y-%m-%d %H:%i:%s'), '', '', '', '1909797819932835840', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '角色管理分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:37:38','%Y-%m-%d %H:%i:%s'), '', '', '', '1909797822290034688', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '用户分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:37:38','%Y-%m-%d %H:%i:%s'), '', '', '', '1909797824953417728', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '角色管理分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:37:40','%Y-%m-%d %H:%i:%s'), '', '', '', '1909797829634260992', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '修改角色页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:37:41','%Y-%m-%d %H:%i:%s'), '', '', '', '1909797836416450560', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '角色管理分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:37:43','%Y-%m-%d %H:%i:%s'), '', '', '', '1909797843869728768', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '角色分配权限', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:37:44','%Y-%m-%d %H:%i:%s'), '', '', '', '1909797847556521984', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.toGrant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '角色管理分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:37:49','%Y-%m-%d %H:%i:%s'), '', '', '', '1909797867701764096', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '角色分配权限', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:37:50','%Y-%m-%d %H:%i:%s'), '', '', '', '1909797874861441024', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.toGrant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '权限分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:38:04','%Y-%m-%d %H:%i:%s'), '', '', '', '1909797933254541312', '本地主机', 'INFO', '权限管理', 'cc.iteachyou.cms.controller.admin.PermissionController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '菜单分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:38:09','%Y-%m-%d %H:%i:%s'), '', '', '', '1909797954687434752', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:38:18','%Y-%m-%d %H:%i:%s'), '', '', '', '1909797991672807424', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '模板列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:38:21','%Y-%m-%d %H:%i:%s'), '', '', '', '1909798001718165504', '本地主机', 'INFO', '模板管理', 'cc.iteachyou.cms.controller.admin.TemplateController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:38:22','%Y-%m-%d %H:%i:%s'), '', '', '', '1909798006583558144', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '变量分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:38:24','%Y-%m-%d %H:%i:%s'), '', '', '', '1909798015806832640', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '查询系统设置', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:38:24','%Y-%m-%d %H:%i:%s'), '', '', '', '1909798018054979584', '本地主机', 'INFO', '系统设置', 'cc.iteachyou.cms.controller.admin.SystemController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '标签分组查询', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:38:31','%Y-%m-%d %H:%i:%s'), '', '', '', '1909798045380870144', '本地主机', 'INFO', '标签管理', 'cc.iteachyou.cms.controller.admin.LabelController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '附件分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:38:33','%Y-%m-%d %H:%i:%s'), '', '', '', '1909798052293083136', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:38:33','%Y-%m-%d %H:%i:%s'), '', '', '', '1909798055031963648', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '静态化页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:38:34','%Y-%m-%d %H:%i:%s'), '', '', '', '1909798057288499200', '本地主机', 'INFO', '静态化', 'cc.iteachyou.cms.controller.admin.StaticController.toIndex()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:38:35','%Y-%m-%d %H:%i:%s'), '', '', '', '1909798063974219776', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:38:37','%Y-%m-%d %H:%i:%s'), '', '', '', '1909798069317763072', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '用户分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:38:54','%Y-%m-%d %H:%i:%s'), '', '', '', '1909798139786264576', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '角色管理分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:38:54','%Y-%m-%d %H:%i:%s'), '', '', '', '1909798141992468480', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '修改角色页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:38:56','%Y-%m-%d %H:%i:%s'), '', '', '', '1909798148946624512', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '用户分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:38:57','%Y-%m-%d %H:%i:%s'), '', '', '', '1909798154659266560', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '修改用户页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:39:02','%Y-%m-%d %H:%i:%s'), '', '', '', '1909798173667852288', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '角色管理分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:39:04','%Y-%m-%d %H:%i:%s'), '', '', '', '1909798184426242048', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '添加角色页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:39:05','%Y-%m-%d %H:%i:%s'), '', '', '', '1909798189304217600', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '用户分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:39:10','%Y-%m-%d %H:%i:%s'), '', '', '', '1909798207150981120', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '角色管理分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:39:10','%Y-%m-%d %H:%i:%s'), '', '', '', '1909798209126498304', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '添加角色页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:39:13','%Y-%m-%d %H:%i:%s'), '', '', '', '1909798220094603264', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '用户分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:44:38','%Y-%m-%d %H:%i:%s'), '', '', '', '1909799584950484992', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '标签分组查询', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:45:32','%Y-%m-%d %H:%i:%s'), '', '', '', '1909799809379233792', '本地主机', 'INFO', '标签管理', 'cc.iteachyou.cms.controller.admin.LabelController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '栏目分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:45:32','%Y-%m-%d %H:%i:%s'), '', '', '', '1909799809534423040', '本地主机', 'INFO', '栏目管理', 'cc.iteachyou.cms.controller.admin.CategoryController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '静态化页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:45:32','%Y-%m-%d %H:%i:%s'), '', '', '', '1909799809718972416', '本地主机', 'INFO', '静态化', 'cc.iteachyou.cms.controller.admin.StaticController.toIndex()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '附件分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:45:35','%Y-%m-%d %H:%i:%s'), '', '', '', '1909799823396597760', '本地主机', 'INFO', '附件管理', 'cc.iteachyou.cms.controller.admin.AttachmentController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '表单模型分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:45:36','%Y-%m-%d %H:%i:%s'), '', '', '', '1909799826210975744', '本地主机', 'INFO', '表单模型', 'cc.iteachyou.cms.controller.admin.FormController.toIndex()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '模板列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:45:36','%Y-%m-%d %H:%i:%s'), '', '', '', '1909799829549641728', '本地主机', 'INFO', '模板管理', 'cc.iteachyou.cms.controller.admin.TemplateController.toIndex()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '主题分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:45:37','%Y-%m-%d %H:%i:%s'), '', '', '', '1909799832447905792', '本地主机', 'INFO', '主题管理', 'cc.iteachyou.cms.controller.admin.ThemesController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '变量分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:45:38','%Y-%m-%d %H:%i:%s'), '', '', '', '1909799834712829952', '本地主机', 'INFO', '变量管理', 'cc.iteachyou.cms.controller.admin.VariableController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '角色管理分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:45:40','%Y-%m-%d %H:%i:%s'), '', '', '', '1909799842606510080', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '添加角色页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:45:42','%Y-%m-%d %H:%i:%s'), '', '', '', '1909799854409281536', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.toAdd()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '添加角色', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:45:44','%Y-%m-%d %H:%i:%s'), '', '', '', '1909799863498338304', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.add()', 'INSERT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '角色管理分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:45:45','%Y-%m-%d %H:%i:%s'), '', '', '', '1909799863590612992', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '修改角色页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:45:47','%Y-%m-%d %H:%i:%s'), '', '', '', '1909799872365096960', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '角色管理分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:45:49','%Y-%m-%d %H:%i:%s'), '', '', '', '1909799880439132160', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '修改角色页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:45:51','%Y-%m-%d %H:%i:%s'), '', '', '', '1909799889821790208', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '用户分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:45:52','%Y-%m-%d %H:%i:%s'), '', '', '', '1909799896436207616', '本地主机', 'INFO', '用户管理', 'cc.iteachyou.cms.controller.admin.UserController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '角色管理分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:45:53','%Y-%m-%d %H:%i:%s'), '', '', '', '1909799898457862144', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '角色分配权限', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:45:56','%Y-%m-%d %H:%i:%s'), '', '', '', '1909799910348713984', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.toGrant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '角色分配权限', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:46:13','%Y-%m-%d %H:%i:%s'), '', '', '', '1909799984529174528', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.grant()', 'GRANT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '角色分配权限', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:46:14','%Y-%m-%d %H:%i:%s'), '', '', '', '1909799986840236032', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.toGrant()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '数据库表列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:46:19','%Y-%m-%d %H:%i:%s'), '', '', '', '1909800010240258048', '本地主机', 'INFO', '备份/还原', 'cc.iteachyou.cms.controller.admin.DataBaseController.list()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '计划任务分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:46:20','%Y-%m-%d %H:%i:%s'), '', '', '', '1909800014434562048', '本地主机', 'INFO', '计划任务', 'cc.iteachyou.cms.controller.admin.TaskController.taskList()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '修改计划任务页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:46:23','%Y-%m-%d %H:%i:%s'), '', '', '', '1909800025956315136', '本地主机', 'INFO', '计划任务', 'cc.iteachyou.cms.controller.admin.TaskController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '数据库表列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:46:37','%Y-%m-%d %H:%i:%s'), '', '', '', '1909800083921596416', '本地主机', 'INFO', '备份/还原', 'cc.iteachyou.cms.controller.admin.DataBaseController.list()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '权限分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:46:40','%Y-%m-%d %H:%i:%s'), '', '', '', '1909800097905405952', '本地主机', 'INFO', '权限管理', 'cc.iteachyou.cms.controller.admin.PermissionController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '菜单分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:46:42','%Y-%m-%d %H:%i:%s'), '', '', '', '1909800103148285952', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '角色管理分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:46:42','%Y-%m-%d %H:%i:%s'), '', '', '', '1909800105560010752', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '修改角色页面', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:46:45','%Y-%m-%d %H:%i:%s'), '', '', '', '1909800117765435392', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.toEdit()', 'OTHER', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '角色管理分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:46:47','%Y-%m-%d %H:%i:%s'), '', '', '', '1909800125994659840', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '角色管理分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:46:49','%Y-%m-%d %H:%i:%s'), '', '', '', '1909800134098055168', '本地主机', 'INFO', '角色管理', 'cc.iteachyou.cms.controller.admin.RoleController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '菜单分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:46:50','%Y-%m-%d %H:%i:%s'), '', '', '', '1909800137721933824', '本地主机', 'INFO', '菜单管理', 'cc.iteachyou.cms.controller.admin.MenuController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '计划任务分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:46:52','%Y-%m-%d %H:%i:%s'), '', '', '', '1909800144734810112', '本地主机', 'INFO', '计划任务', 'cc.iteachyou.cms.controller.admin.TaskController.taskList()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '数据库表列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:46:53','%Y-%m-%d %H:%i:%s'), '', '', '', '1909800149801529344', '本地主机', 'INFO', '备份/还原', 'cc.iteachyou.cms.controller.admin.DataBaseController.list()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '权限分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:46:54','%Y-%m-%d %H:%i:%s'), '', '', '', '1909800155623223296', '本地主机', 'INFO', '权限管理', 'cc.iteachyou.cms.controller.admin.PermissionController.list()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '数据库表列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:47:01','%Y-%m-%d %H:%i:%s'), '', '', '', '1909800184618446848', '本地主机', 'INFO', '备份/还原', 'cc.iteachyou.cms.controller.admin.DataBaseController.list()', 'SELECT', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '计划任务分页列表', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:47:03','%Y-%m-%d %H:%i:%s'), '', '', '', '1909800194701553664', '本地主机', 'INFO', '计划任务', 'cc.iteachyou.cms.controller.admin.TaskController.taskList()', 'PAGE', 'wangjn', 'Windows 10', '', NULL); +INSERT INTO `system_logger`(`browser`, `content`, `create_by`, `create_time`, `extend1`, `extend2`, `extend3`, `id`, `ip`, `level`, `module`, `oper_source`, `oper_type`, `oper_user`, `platform`, `update_by`, `update_time`) VALUES ('Chrome/135.0.0.0', '执行计划任务', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:47:07','%Y-%m-%d %H:%i:%s'), '', '', '', '1909800210941898752', '本地主机', 'INFO', '计划任务', 'cc.iteachyou.cms.controller.admin.TaskController.runTaskCron()', 'RUN', 'wangjn', 'Windows 10', '', NULL); diff --git a/backups/2025-04-09/2025-04-09_system_menu.sql b/backups/2025-04-09/2025-04-09_system_menu.sql new file mode 100644 index 0000000..ea61718 --- /dev/null +++ b/backups/2025-04-09/2025-04-09_system_menu.sql @@ -0,0 +1,44 @@ +/* +Dreamer CMS 数据库备份工具 时间:2025-04-09 +*/ + +DROP TABLE IF EXISTS `system_menu`; + +/* +Table structure for table `system_menu` +*/ +CREATE TABLE `system_menu` ( + `id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `menu_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '菜单名称', + `menu_code` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '菜单编码', + `menu_url` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '菜单路径', + `parent_id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT '-1' COMMENT '上级菜单', + `menu_icon` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '菜单图标', + `sort` int DEFAULT '50' COMMENT '排序', + `remark` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin COMMENT '描述', + `create_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `create_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `update_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin; + +/* +Data for table `system_menu` +*/ +INSERT INTO `system_menu`(`create_by`, `create_time`, `id`, `menu_code`, `menu_icon`, `menu_name`, `menu_url`, `parent_id`, `remark`, `sort`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:18:36','%Y-%m-%d %H:%i:%s'), '302fc47d7ef24f9e86926b445c007c94', 'system:menu:variable', 'fa fa-list-ol', '变量管理', '/admin/variable', '-1', '变量管理', 9, '', NULL); +INSERT INTO `system_menu`(`create_by`, `create_time`, `id`, `menu_code`, `menu_icon`, `menu_name`, `menu_url`, `parent_id`, `remark`, `sort`, `update_by`, `update_time`) VALUES ('1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:18:40','%Y-%m-%d %H:%i:%s'), '3a209b4322064d19a3e4fd776a8caf6d', 'system:menu:role', '', '角色管理', '/admin/role', 'd54278919d67487f94f136389c2f26e0', '角色管理', 2, '', NULL); +INSERT INTO `system_menu`(`create_by`, `create_time`, `id`, `menu_code`, `menu_icon`, `menu_name`, `menu_url`, `parent_id`, `remark`, `sort`, `update_by`, `update_time`) VALUES ('1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:18:44','%Y-%m-%d %H:%i:%s'), '3f274f5fb2284de0ba0d6d78cba88b25', 'system:menu:permission', '', '权限管理', '/admin/permission', 'd54278919d67487f94f136389c2f26e0', '权限管理', 4, '', NULL); +INSERT INTO `system_menu`(`create_by`, `create_time`, `id`, `menu_code`, `menu_icon`, `menu_name`, `menu_url`, `parent_id`, `remark`, `sort`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:18:04','%Y-%m-%d %H:%i:%s'), '4279223df18f4ea6bc2d030169cfb36a', 'system:menu:attachment', 'fa fa-chain', '附件管理', '/admin/attachment', '-1', '', 6, '', NULL); +INSERT INTO `system_menu`(`create_by`, `create_time`, `id`, `menu_code`, `menu_icon`, `menu_name`, `menu_url`, `parent_id`, `remark`, `sort`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:18:49','%Y-%m-%d %H:%i:%s'), '554efae277dc4935b0f683c2fc7511af', 'system:menu:template', 'fa fa-files-o', '模板管理', '/admin/templates', '-1', '模板管理', 7, '', NULL); +INSERT INTO `system_menu`(`create_by`, `create_time`, `id`, `menu_code`, `menu_icon`, `menu_name`, `menu_url`, `parent_id`, `remark`, `sort`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:18:54','%Y-%m-%d %H:%i:%s'), '73af24f76a964beda44c1e541b22cc6b', 'system:menu:form', 'fa fa-check-square-o', '表单模型', '/admin/forms', '-1', '表单模型', 6, '', NULL); +INSERT INTO `system_menu`(`create_by`, `create_time`, `id`, `menu_code`, `menu_icon`, `menu_name`, `menu_url`, `parent_id`, `remark`, `sort`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:18:58','%Y-%m-%d %H:%i:%s'), '7d9a2cf8f6e542159f02eb8bc0c29adc', 'system:menu:task', '', '计划任务', '/admin/task', 'd54278919d67487f94f136389c2f26e0', '计划任务', 50, '', NULL); +INSERT INTO `system_menu`(`create_by`, `create_time`, `id`, `menu_code`, `menu_icon`, `menu_name`, `menu_url`, `parent_id`, `remark`, `sort`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:19:02','%Y-%m-%d %H:%i:%s'), '8e4e2a664ff2486695788a284b5b01d5', 'system:menu:label', 'fa fa-tags', '标签管理', '/admin/label', '-1', '标签管理', 3, '', NULL); +INSERT INTO `system_menu`(`create_by`, `create_time`, `id`, `menu_code`, `menu_icon`, `menu_name`, `menu_url`, `parent_id`, `remark`, `sort`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:19:06','%Y-%m-%d %H:%i:%s'), '8e5f3b75442e4daea9519f64aed5e46b', 'system:menu:setting', 'fa fa-wrench', '网站配置', '/admin/system', '-1', '网站配置', 10, '', NULL); +INSERT INTO `system_menu`(`create_by`, `create_time`, `id`, `menu_code`, `menu_icon`, `menu_name`, `menu_url`, `parent_id`, `remark`, `sort`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:19:10','%Y-%m-%d %H:%i:%s'), '9a59901cf44f4d8f91a6ec4774ba265f', 'system:menu:theme', 'fa fa-puzzle-piece', '风格设置', '/admin/theme', '-1', '风格设置', 8, '', NULL); +INSERT INTO `system_menu`(`create_by`, `create_time`, `id`, `menu_code`, `menu_icon`, `menu_name`, `menu_url`, `parent_id`, `remark`, `sort`, `update_by`, `update_time`) VALUES ('1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:19:14','%Y-%m-%d %H:%i:%s'), 'a2a639ec04a14cfda08f023b16be012b', 'system:menu:user', '', '用户管理', '/admin/user', 'd54278919d67487f94f136389c2f26e0', '用户管理', 1, '', NULL); +INSERT INTO `system_menu`(`create_by`, `create_time`, `id`, `menu_code`, `menu_icon`, `menu_name`, `menu_url`, `parent_id`, `remark`, `sort`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:19:17','%Y-%m-%d %H:%i:%s'), 'bba76b5b9ea648768014be2b5b2b7d1a', 'system:menu:article', 'fa fa-columns', '栏目/文章', '/admin/category', '-1', '栏目/文章', 2, '', NULL); +INSERT INTO `system_menu`(`create_by`, `create_time`, `id`, `menu_code`, `menu_icon`, `menu_name`, `menu_url`, `parent_id`, `remark`, `sort`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:19:21','%Y-%m-%d %H:%i:%s'), 'c36571773d8b4430a1c409ec1b3ad901', 'system:menu:static', 'fa fa-rocket', '静态化', '/admin/static', '-1', '静态化', 2, '', NULL); +INSERT INTO `system_menu`(`create_by`, `create_time`, `id`, `menu_code`, `menu_icon`, `menu_name`, `menu_url`, `parent_id`, `remark`, `sort`, `update_by`, `update_time`) VALUES ('1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:19:25','%Y-%m-%d %H:%i:%s'), 'd54278919d67487f94f136389c2f26e0', 'system:menu:system', 'fa fa-cog', '系统管理', '', '-1', '系统管理', 11, '', NULL); +INSERT INTO `system_menu`(`create_by`, `create_time`, `id`, `menu_code`, `menu_icon`, `menu_name`, `menu_url`, `parent_id`, `remark`, `sort`, `update_by`, `update_time`) VALUES ('1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:19:30','%Y-%m-%d %H:%i:%s'), 'e34bc9371b98490f8dd13a01685eb174', 'system:menu:menu', '', '菜单管理', '/admin/menu', 'd54278919d67487f94f136389c2f26e0', '菜单管理', 3, '', NULL); +INSERT INTO `system_menu`(`create_by`, `create_time`, `id`, `menu_code`, `menu_icon`, `menu_name`, `menu_url`, `parent_id`, `remark`, `sort`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:19:34','%Y-%m-%d %H:%i:%s'), 'e351b1f957c34ed19471624091721a5a', 'system:menu:database', '', '备份/还原', '/admin/database', 'd54278919d67487f94f136389c2f26e0', '数据库备份/还原', 6, '', NULL); diff --git a/backups/2025-04-09/2025-04-09_system_message.sql b/backups/2025-04-09/2025-04-09_system_message.sql new file mode 100644 index 0000000..2eaf581 --- /dev/null +++ b/backups/2025-04-09/2025-04-09_system_message.sql @@ -0,0 +1,29 @@ +/* +Dreamer CMS 数据库备份工具 时间:2025-04-09 +*/ + +DROP TABLE IF EXISTS `system_message`; + +/* +Table structure for table `system_message` +*/ +CREATE TABLE `system_message` ( + `id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `aid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '主表ID', + `ext01` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext02` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext03` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext04` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext05` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `telephone` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT '', + `content` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `reply` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin; + +/* +Data for table `system_message` +*/ +INSERT INTO `system_message`(`aid`, `content`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`, `reply`, `telephone`) VALUES ('495c981ae1be45fb8d989d76b2d18672', '你好,我们公司想要订购产品?请问是怎么个操作流程?', '', '', '', '', '', '5c41458ebf3849b5befe56a5b0b5d329', '订购产品加添加官方唯一指定微信:wangjn2015,我们会线上为您解答各种问题。', '13888888888'); +INSERT INTO `system_message`(`aid`, `content`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`, `reply`, `telephone`) VALUES ('4c5ef6e38d944a0d9888547c8a292d8b', '', '', '', '', '', '', '859e1d2b1ac046df99c190d612db0940', '', ''); +INSERT INTO `system_message`(`aid`, `content`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`, `reply`, `telephone`) VALUES ('92fb5b85ae8f433299ff167dc7320a12', '', '', '', '', '', '', '921d6bda4f6d4e5fb670972b5d8c2f08', '', ''); diff --git a/backups/2025-04-09/2025-04-09_system_permission.sql b/backups/2025-04-09/2025-04-09_system_permission.sql new file mode 100644 index 0000000..3d00049 --- /dev/null +++ b/backups/2025-04-09/2025-04-09_system_permission.sql @@ -0,0 +1,118 @@ +/* +Dreamer CMS 数据库备份工具 时间:2025-04-09 +*/ + +DROP TABLE IF EXISTS `system_permission`; + +/* +Table structure for table `system_permission` +*/ +CREATE TABLE `system_permission` ( + `id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `permission_name` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '权限名称', + `permission_code` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '权限编码', + `menu_id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '所属菜单', + `permission_url` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '权限路径', + `remark` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin COMMENT '描述', + `create_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `create_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `update_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin; + +/* +Data for table `system_permission` +*/ +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:34:13','%Y-%m-%d %H:%i:%s'), '0021626fece146b29d5c11371795174f', '302fc47d7ef24f9e86926b445c007c94', 'system:variable:update', '变量修改', '/admin/variable/update', '变量修改', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:59:10','%Y-%m-%d %H:%i:%s'), '00c06f4d546f4076af86d95a1781eb8d', 'c36571773d8b4430a1c409ec1b3ad901', 'system:static:generate', '静态化生成首页', '/admin/static/generateIndex', '静态化生成首页', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:50:33','%Y-%m-%d %H:%i:%s'), '02317939fd7a4e7fa2afb96b8d7fbdf7', 'bba76b5b9ea648768014be2b5b2b7d1a', 'system:category:page', '栏目分页', '/admin/category/list', '栏目列表分页', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:11:33','%Y-%m-%d %H:%i:%s'), '06978840c3144bad8d932a439978bb11', '3f274f5fb2284de0ba0d6d78cba88b25', 'system:permission:page', '权限分页', '/admin/permission/list', '权限列表分页', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:43:22','%Y-%m-%d %H:%i:%s'), '1645361764222644224', '9a59901cf44f4d8f91a6ec4774ba265f', 'system:theme:update', '风格修改', '/admin/theme/update', '风格修改', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 18:09:41','%Y-%m-%d %H:%i:%s'), '1645368296356196352', '8e4e2a664ff2486695788a284b5b01d5', 'system:label:index', '标签分页', '/admin/label/toIndex', '标签分页', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 18:09:45','%Y-%m-%d %H:%i:%s'), '1645368378262564864', '8e4e2a664ff2486695788a284b5b01d5', 'system:label:delete', '标签删除', '/admin/label/delete', '标签删除', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:19:58','%Y-%m-%d %H:%i:%s'), '1834abd8a8444da9b3261eab1921e48b', '554efae277dc4935b0f683c2fc7511af', 'system:template:index', '模版列表页面', '/admin/templates/toIndex', '模版列表页面', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 18:01:00','%Y-%m-%d %H:%i:%s'), '1af8eb6fe8b2467299b5e3982334680c', 'e34bc9371b98490f8dd13a01685eb174', 'system:menu:delete', '菜单删除', '/admin/menu/delete', '菜单删除', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 18:01:06','%Y-%m-%d %H:%i:%s'), '1b60036611154e578000acb2f7e85806', 'e34bc9371b98490f8dd13a01685eb174', 'system:menu:toedit', '菜单编辑页面', '/admin/menu/toEdit', '菜单编辑页面', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:28:03','%Y-%m-%d %H:%i:%s'), '1dea679eee5d4d55b312a3cc2c3d6cb9', '73af24f76a964beda44c1e541b22cc6b', 'system:form:update', '表单模型修改', '/admin/forms/edit', '表单模型修改', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 18:01:13','%Y-%m-%d %H:%i:%s'), '2081aa9f80494a2db466ccf574eb5d9e', 'e34bc9371b98490f8dd13a01685eb174', 'system:menu:page', '菜单分页', '/admin/menu/list', '菜单列表分页', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:20:02','%Y-%m-%d %H:%i:%s'), '22a32bcea576405390c3d9134a2b4aa3', '554efae277dc4935b0f683c2fc7511af', 'system:template:toedit', '模板编辑页面', '/admin/templates/toEdit', '模板编辑页面', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:34:32','%Y-%m-%d %H:%i:%s'), '24448371caaf44d889911de27259df03', '302fc47d7ef24f9e86926b445c007c94', 'system:variable:detail', '变量详情', '/admin/variable/details', '变量详情', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:39:39','%Y-%m-%d %H:%i:%s'), '27ed46e1fdfb4ed0a2d8d17f74687eb8', '7d9a2cf8f6e542159f02eb8bc0c29adc', 'system:task:page', '任务分页', '/admin/task/list', '任务分页列表', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:08:16','%Y-%m-%d %H:%i:%s'), '288636f1dda441fabc33e0c1303e1f8f', '4279223df18f4ea6bc2d030169cfb36a', 'system:attachment:delete', '附件删除', '/admin/attachment/delete', '附件删除', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:33:15','%Y-%m-%d %H:%i:%s'), '28e65447e7334c64840931816c61aa88', '7d9a2cf8f6e542159f02eb8bc0c29adc', 'system:task:update', '任务修改', '/admin/task/update', '任务修改', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:43:46','%Y-%m-%d %H:%i:%s'), '2ac8fbc2a6f144309c2872f390c6cc5e', 'a2a639ec04a14cfda08f023b16be012b', 'system:user:grant', '用户授权', '/admin/user/grant', '用户授权', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:39:00','%Y-%m-%d %H:%i:%s'), '2d030ca88d0945008fd2af849538c288', '9a59901cf44f4d8f91a6ec4774ba265f', 'system:theme:status', '修改风格状态', '/admin/theme/updateStatus', '修改风格状态', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:59:12','%Y-%m-%d %H:%i:%s'), '32e9850a99c444ff918d312364795310', 'c36571773d8b4430a1c409ec1b3ad901', 'system:static:generate', '静态化生成栏目', '/admin/static/generateCategory', '静态化生成栏目', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:56:16','%Y-%m-%d %H:%i:%s'), '36397947b81d472c9f8be0b047643570', '3a209b4322064d19a3e4fd776a8caf6d', 'system:role:grant', '分配权限', '/admin/role/grant', '分配权限', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:04:56','%Y-%m-%d %H:%i:%s'), '3da506ac7fa641c59cce5da3d4abe923', '3f274f5fb2284de0ba0d6d78cba88b25', 'system:permission:toadd', '权限添加页面', '/admin/permission/toAdd', '权限添加页面', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:27:15','%Y-%m-%d %H:%i:%s'), '3db8b8b77958494bb099060007102f64', '73af24f76a964beda44c1e541b22cc6b', 'system:field:add', '字段添加', '/admin/field/add', '字段添加', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:34:43','%Y-%m-%d %H:%i:%s'), '3dc943d341a54ef78d0810d6e18db2b6', '302fc47d7ef24f9e86926b445c007c94', 'system:variable:add', '变量添加', '/admin/variable/add', '变量添加', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:39:48','%Y-%m-%d %H:%i:%s'), '3e3c9021ff864c1d8f8c060c770b3ade', '9a59901cf44f4d8f91a6ec4774ba265f', 'system:theme:delete', '风格删除', '/admin/theme/delete', '风格删除', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:33:19','%Y-%m-%d %H:%i:%s'), '3e81f20878754f4ca1396c2f330df94a', '7d9a2cf8f6e542159f02eb8bc0c29adc', 'system:task:toedit', '任务编辑页面', '/admin/task/toEdit', '任务编辑页面', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:54:38','%Y-%m-%d %H:%i:%s'), '409cbc0a45a9409eab73b1e4dace337a', 'bba76b5b9ea648768014be2b5b2b7d1a', 'system:article:update', '文章修改', '/admin/archives/edit', '文章修改', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:43:53','%Y-%m-%d %H:%i:%s'), '43477ac0764c4ace8a2ee0fbcec94bf6', 'a2a639ec04a14cfda08f023b16be012b', 'system:user:page', '用户分页', '/admin/user/list', '用户列表分页', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:35:06','%Y-%m-%d %H:%i:%s'), '439f1457e59c4b2188d9c0a5aa74530d', '302fc47d7ef24f9e86926b445c007c94', 'system:variable:toedit', '变量编辑页面', '/admin/variable/toEdit', '变量编辑页面', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:22:35','%Y-%m-%d %H:%i:%s'), '464188e9e2ab44838c51b333dc8a7cab', '73af24f76a964beda44c1e541b22cc6b', 'system:form:add', '表单模型添加', '/admin/forms/add', '表单模型添加', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:50:39','%Y-%m-%d %H:%i:%s'), '4cada378f9c94faab51abc7b074c4b21', 'bba76b5b9ea648768014be2b5b2b7d1a', 'system:category:toadd', '栏目添加页面', '/admin/category/toAdd', '栏目添加页面', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:37:16','%Y-%m-%d %H:%i:%s'), '4d44a773fbae4009a7eb9cea814d264a', '8e5f3b75442e4daea9519f64aed5e46b', 'system:setting:index', '网站配置页面', '/admin/system/toIndex', '网站配置页面', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:54:43','%Y-%m-%d %H:%i:%s'), '4f7e17d9c53f41669f8137d046767e54', 'bba76b5b9ea648768014be2b5b2b7d1a', 'system:article:add', '文章添加', '/admin/archives/add', '文章添加', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:35:17','%Y-%m-%d %H:%i:%s'), '52dee6913f294f2b91f8bccf58f212a1', '302fc47d7ef24f9e86926b445c007c94', 'system:variable:toadd', '变量添加页面', '/admin/variable/toAdd', '变量添加页面', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:39:17','%Y-%m-%d %H:%i:%s'), '52ee486739e349e9ac20d10039c55854', '9a59901cf44f4d8f91a6ec4774ba265f', 'system:theme:page', '风格分页', '/admin/theme/list', '风格列表分页', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:35:33','%Y-%m-%d %H:%i:%s'), '53f80cc8c2614c969c10e22e27c74c96', '302fc47d7ef24f9e86926b445c007c94', 'system:variable:delete', '变量删除', '/admin/variable/delete', '变量删除', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:43:57','%Y-%m-%d %H:%i:%s'), '549fa86d5ba54e95b21713749043eb7c', 'a2a639ec04a14cfda08f023b16be012b', 'system:user:toadd', '用户添加页面', '/admin/user/toAdd', '用户添加页面', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:27:19','%Y-%m-%d %H:%i:%s'), '5904297bb36e44cabcacde6b2e717286', '73af24f76a964beda44c1e541b22cc6b', 'system:field:toadd', '字段添加页面', '/admin/field/toAdd', '字段添加页面', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:50:43','%Y-%m-%d %H:%i:%s'), '5c1855b664e948f9acf87b2cb4412cd7', 'bba76b5b9ea648768014be2b5b2b7d1a', 'system:category:add', '栏目添加', '/admin/category/add', '栏目添加', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:44:01','%Y-%m-%d %H:%i:%s'), '5d4de92f398d493ca8c811d7d0f8173b', 'a2a639ec04a14cfda08f023b16be012b', 'system:user:delete', '用户删除', '/admin/user/delete', '用户删除', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:05:01','%Y-%m-%d %H:%i:%s'), '624af3497f5f46aab08ccb69a5bf3eed', '3f274f5fb2284de0ba0d6d78cba88b25', 'system:permission:add', '权限添加', '/admin/permission/add', '权限添加', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:50:47','%Y-%m-%d %H:%i:%s'), '658f4d2b087441a580b3068e6e0b5e03', 'bba76b5b9ea648768014be2b5b2b7d1a', 'system:category:sort', '更新栏目排序', '/admin/category/updateSort', '更新栏目排序', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:08:10','%Y-%m-%d %H:%i:%s'), '66c662afec6a47139962dadb8fbc7c63', '4279223df18f4ea6bc2d030169cfb36a', 'system:attachment:add', '附件添加', '/admin/attachment/add', '附件添加', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:33:22','%Y-%m-%d %H:%i:%s'), '69f26fc0b7ea45d8b242410849143cd8', '7d9a2cf8f6e542159f02eb8bc0c29adc', 'system:task:add', '任务添加', '/admin/task/add', '任务添加', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:27:23','%Y-%m-%d %H:%i:%s'), '69f72de2b835460fa54a1bc89540b66f', '73af24f76a964beda44c1e541b22cc6b', 'system:field:delete', '字段删除', '/admin/field/delete', '字段删除', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:05:11','%Y-%m-%d %H:%i:%s'), '6aa5d3a29ddd4e79bb9c1aa3b5151f91', '3f274f5fb2284de0ba0d6d78cba88b25', 'system:permission:toedit', '权限编辑页面', '/admin/permission/toEdit', '权限编辑页面', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:27:28','%Y-%m-%d %H:%i:%s'), '6b4b176268d2484492d3c00eeb41b17a', '73af24f76a964beda44c1e541b22cc6b', 'system:field:toedit', '字段编辑页面', '/admin/field/toEdit', '字段编辑页面', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:39:06','%Y-%m-%d %H:%i:%s'), '6c773710ee734e56a73f3361df3dada3', '9a59901cf44f4d8f91a6ec4774ba265f', 'system:theme:add', '风格添加', '/admin/theme/add', '风格添加', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 18:04:43','%Y-%m-%d %H:%i:%s'), '6d12857966cb4e33871d6f41163039bb', 'e351b1f957c34ed19471624091721a5a', 'system:database:restore', '数据库还原', '/admin/database/restore', '数据库还原', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:50:52','%Y-%m-%d %H:%i:%s'), '6f0894006aae444a8e346c9c8b2a2037', 'bba76b5b9ea648768014be2b5b2b7d1a', 'system:category:toedit', '栏目编辑页面', '/admin/category/toEdit', '栏目编辑页面', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:22:43','%Y-%m-%d %H:%i:%s'), '7246d58658274505bbc9548cee9215be', '73af24f76a964beda44c1e541b22cc6b', 'system:form:toedit', '表单模型编辑页面', '/admin/forms/toEdit', '表单模型编辑页面', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:05:27','%Y-%m-%d %H:%i:%s'), '74ff05d146f148a3bd60aa6f29fa64a6', '3f274f5fb2284de0ba0d6d78cba88b25', 'system:permission:update', '权限修改', '/admin/permission/update', '权限修改', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:50:57','%Y-%m-%d %H:%i:%s'), '757ec4ffac6640c0b3bf9cd1b90125f9', 'bba76b5b9ea648768014be2b5b2b7d1a', 'system:category:delete', '栏目删除', '/admin/category/delete', '栏目删除', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:54:48','%Y-%m-%d %H:%i:%s'), '75ebf1ce1d724f30a5c0fb8853e2a157', 'bba76b5b9ea648768014be2b5b2b7d1a', 'system:article:toedit', '文章编辑页面', '/admin/archives/toEdit', '文章编辑页面', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:51:01','%Y-%m-%d %H:%i:%s'), '774b62f0c21541f087e7c7fdb66c276e', 'bba76b5b9ea648768014be2b5b2b7d1a', 'system:category:update', '栏目修改', '/admin/category/edit', '栏目修改', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:44:06','%Y-%m-%d %H:%i:%s'), '77bbc217e0c74c879956e3427fdf92fd', 'a2a639ec04a14cfda08f023b16be012b', 'system:user:togrant', '用户授权页面', '/admin/user/toGrant', '用户授权页面', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:44:09','%Y-%m-%d %H:%i:%s'), '7bc152d0f3154da0a45f38eba46274bc', 'a2a639ec04a14cfda08f023b16be012b', 'system:user:add', '用户添加', '/admin/user/add', '/admin/user', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:58:54','%Y-%m-%d %H:%i:%s'), '7d647ebfe4ee4504839b2100f203c099', 'c36571773d8b4430a1c409ec1b3ad901', 'system:static:index', '静态化页面', '/admin/static/toIndex', '静态化页面', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:11:39','%Y-%m-%d %H:%i:%s'), '8007bc25749a404c81ae94a26a27d9f2', '3a209b4322064d19a3e4fd776a8caf6d', 'system:role:page', '角色分页', '/admin/role/list', '角色列表分页', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:59:51','%Y-%m-%d %H:%i:%s'), '8768c30f6afc4e9880c1c8184d43fda0', '3a209b4322064d19a3e4fd776a8caf6d', 'system:role:delete', '角色删除', '/admin/role/delete', '角色删除', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:23:19','%Y-%m-%d %H:%i:%s'), '88062db561414f08bf45297743f6f873', '73af24f76a964beda44c1e541b22cc6b', 'system:form:toadd', '表单模型添加页面', '/admin/forms/toAdd', '表单模型添加页面', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:11:41','%Y-%m-%d %H:%i:%s'), '88bc472b75f84a07a68205f53d8b6721', '302fc47d7ef24f9e86926b445c007c94', 'system:variable:page', '变量分页', '/admin/variable/list', '变量列表分页', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:59:13','%Y-%m-%d %H:%i:%s'), '8b4036e54b344e89936a89b261e68910', '3a209b4322064d19a3e4fd776a8caf6d', 'system:role:toedit', '角色编辑页面', '/admin/role/toEdit', '角色编辑页面', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:51:07','%Y-%m-%d %H:%i:%s'), '8ec6278b500c40549dcf7dee8484cb5a', 'bba76b5b9ea648768014be2b5b2b7d1a', 'system:category:page', '加载子栏目', '/admin/category/loadSon', '加载子栏目', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:27:36','%Y-%m-%d %H:%i:%s'), '90f5c75226bc4b24903d52272cb648f4', '73af24f76a964beda44c1e541b22cc6b', 'system:field:update', '字段编辑', '/admin/field/edit', '字段编辑', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:37:37','%Y-%m-%d %H:%i:%s'), '94c7660c225c49aba36e72a40c848870', '8e5f3b75442e4daea9519f64aed5e46b', 'system:setting:update', '网站配置编辑', '/admin/system/update', '网站配置修改', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:54:55','%Y-%m-%d %H:%i:%s'), 'a044b4b9dc744a4b99d5fcfdfdbb9de0', 'bba76b5b9ea648768014be2b5b2b7d1a', 'system:article:toadd', '文章添加页面', '/admin/archives/toAdd', '文章添加页面', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:58:46','%Y-%m-%d %H:%i:%s'), 'a092727121b141728466cfbe30cad4df', '3a209b4322064d19a3e4fd776a8caf6d', 'system:role:toadd', '角色添加页面', '/admin/role/toAdd', '角色添加页面', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:23:46','%Y-%m-%d %H:%i:%s'), 'a98eaad89fd04d0c9b92344f7ae964cc', '73af24f76a964beda44c1e541b22cc6b', 'system:form:page', '表单模型分页', '/admin/forms/list', '表单模型列表分页', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:33:26','%Y-%m-%d %H:%i:%s'), 'acc03032f1964de5aa29e127fec3423d', '7d9a2cf8f6e542159f02eb8bc0c29adc', 'system:task:delete', '任务删除', '/admin/task/delete', '任务删除', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:44:13','%Y-%m-%d %H:%i:%s'), 'ad281cd3eae7429b8ba19d3cfdda82b9', 'a2a639ec04a14cfda08f023b16be012b', 'system:user:update', '用户修改', '/admin/user/update', '用户修改', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:20:08','%Y-%m-%d %H:%i:%s'), 'aed59cbffc634186bb50e723706e28a6', '554efae277dc4935b0f683c2fc7511af', 'system:template:save', '保存模板', '/admin/templates/save', '保存模板', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:44:19','%Y-%m-%d %H:%i:%s'), 'af50a1c96b1d4cc7b0ebe827a07b12ea', 'a2a639ec04a14cfda08f023b16be012b', 'system:user:toedit', '用户编辑页面', '/admin/user/toEdit', '用户编辑页面', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 18:01:17','%Y-%m-%d %H:%i:%s'), 'af5c1c56f07d4e8e9105297d7033e374', 'e34bc9371b98490f8dd13a01685eb174', 'system:menu:update', '菜单修改', '/admin/menu/update', '菜单修改', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:33:31','%Y-%m-%d %H:%i:%s'), 'b02299961fbf4dadb2fe4736a60e25a9', '7d9a2cf8f6e542159f02eb8bc0c29adc', 'system:task:run', '执行任务', '/admin/task/run', '执行任务', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:11:29','%Y-%m-%d %H:%i:%s'), 'c212b53705fc440aa28c6643d4ed2504', '4279223df18f4ea6bc2d030169cfb36a', 'system:attachment:page', '附件分页', '/admin/attachment/list', '附件列表分页', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:23:30','%Y-%m-%d %H:%i:%s'), 'c6f35c46177749c4ac5cdeb1ae9f0ac6', '73af24f76a964beda44c1e541b22cc6b', 'system:form:delete', '表单模型删除', '/admin/forms/delete', '表单模型删除', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:56:49','%Y-%m-%d %H:%i:%s'), 'cafb3df287664753bf689ecb4c987980', '3a209b4322064d19a3e4fd776a8caf6d', 'system:role:togrant', '分配权限页面', '/admin/role/toGrant', '分配权限页面', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 18:04:53','%Y-%m-%d %H:%i:%s'), 'cef8a09ccdd44917a819ab6ffc234fac', 'e351b1f957c34ed19471624091721a5a', 'system:database:tables', '显示所有表', '/admin/database/showTables', '显示所有表', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:59:06','%Y-%m-%d %H:%i:%s'), 'cfe4d80d1a734346896f8b7043692ca4', '3a209b4322064d19a3e4fd776a8caf6d', 'system:role:add', '角色添加', '/admin/role/add', '角色添加', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 18:01:21','%Y-%m-%d %H:%i:%s'), 'cff0a61680e743e4961e368f5df4b1ed', 'e34bc9371b98490f8dd13a01685eb174', 'system:menu:add', '菜单添加', '/admin/menu/add', '菜单添加', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:20:16','%Y-%m-%d %H:%i:%s'), 'd708435df80f4885a9948eb308825737', '554efae277dc4935b0f683c2fc7511af', 'system:template:view', '查看模板页面', '/admin/templates/toView', '查看模板页面', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:55:03','%Y-%m-%d %H:%i:%s'), 'd8bf8e157a874c23b84826ae08ac8dd7', 'bba76b5b9ea648768014be2b5b2b7d1a', 'system:article:page', '文章分页', '/admin/archives/list', '文章列表分页', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:33:35','%Y-%m-%d %H:%i:%s'), 'd8c4ce82dbd6456f8c9e4747d0e3b432', '7d9a2cf8f6e542159f02eb8bc0c29adc', 'system:task:toadd', '任务添加页面', '/admin/task/toAdd', '任务添加页面', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:05:29','%Y-%m-%d %H:%i:%s'), 'dce21ad906264745a30373629e7c8884', '3f274f5fb2284de0ba0d6d78cba88b25', 'system:permission:delete', '权限删除', '/admin/permission/delete', '权限删除', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 18:04:58','%Y-%m-%d %H:%i:%s'), 'e9c1bbd7ae734f0dbb452662bae28766', 'e351b1f957c34ed19471624091721a5a', 'system:database:backup', '备份数据表', '/admin/database/backup', '备份数据表', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:59:26','%Y-%m-%d %H:%i:%s'), 'ebe7715a8cc347658cd7170dedc72264', '3a209b4322064d19a3e4fd776a8caf6d', 'system:role:update', '角色修改', '/admin/role/update', '角色修改', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 18:01:28','%Y-%m-%d %H:%i:%s'), 'f2b31d257c81432f9e6d74dd935e193b', 'e34bc9371b98490f8dd13a01685eb174', 'system:menu:toadd', '菜单添加页面', '/admin/menu/toAdd', '菜单添加页面', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 18:05:07','%Y-%m-%d %H:%i:%s'), 'f65a2c299f5d4131b5a42bf8d727fce0', 'e351b1f957c34ed19471624091721a5a', 'system:database:struct', '查看表结构', '/admin/database/showStruct', '查看表结构', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 18:05:17','%Y-%m-%d %H:%i:%s'), 'fac8472bcaed4cef86c34739d0763cde', 'e351b1f957c34ed19471624091721a5a', 'system:database:torestore', '数据库还原页面', '/admin/database/toRestore', '数据库还原页面', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:55:09','%Y-%m-%d %H:%i:%s'), 'fc73b83db35844a1b7d707a92326c036', 'bba76b5b9ea648768014be2b5b2b7d1a', 'system:article:delete', '文章删除', '/admin/archives/delete', '文章删除', '', NULL); +INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:33:41','%Y-%m-%d %H:%i:%s'), 'fd5fb667850a4595a56115ad330e8d1b', '7d9a2cf8f6e542159f02eb8bc0c29adc', 'system:task:status', '启用或禁用任务', '/admin/task/changeStatus', '启用或禁用任务', '', NULL); diff --git a/backups/2025-04-09/2025-04-09_system_question.sql b/backups/2025-04-09/2025-04-09_system_question.sql new file mode 100644 index 0000000..629da5c --- /dev/null +++ b/backups/2025-04-09/2025-04-09_system_question.sql @@ -0,0 +1,25 @@ +/* +Dreamer CMS 数据库备份工具 时间:2025-04-09 +*/ + +DROP TABLE IF EXISTS `system_question`; + +/* +Table structure for table `system_question` +*/ +CREATE TABLE `system_question` ( + `id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `aid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '主表ID', + `ext01` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext02` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext03` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext04` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext05` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `answer` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin; + +/* +Data for table `system_question` +*/ +INSERT INTO `system_question`(`aid`, `answer`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`) VALUES ('07d10ba665644d40ba558b0fe3d4831f', '

CMS包括两个部分(代码部分、资源部分)代码不多说。资源就是图片、模版等,该目录在application.yml中web.resource-path配置项目中配置。视频教程:

CMS后台使用教程:https://www.iteachyou.cc/list-6s3bg7tf/dreamercms/1/10Dreamer 
CMS模版开发教程:https://www.iteachyou.cc/list-l54xs53b/tempdev/1/10
百度网盘下载链接:https://pan.baidu.com/s/1plsfBl_ds_5TkVa-yRkESQ 提取码:2c8i
在线观看视频地址:https://space.bilibili.com/482273402

1. 克隆项目到本地工作空间

2. 导入Eclipse或Sts等开发工具(推荐使用Spring Tools Suite 4),项目需要使用Lombok支持,Lombok安装教程,请参考https://www.iteachyou.cc/article/55ec2939c29147eca5bebabf19621655

3. 项目需要Redis,请自行修改application.yml中Redis配置

4. 修改项目资源目录,application.yml文件web.resource-path配置项(如D:/dreamer-cms/)

5. 导入数据库src/main/resources/db/db.sql,要求Mysql5.7版本,并修改application-(dev|prd).yml中数据配置

6. 将项目src/main/resources/db/dreamer-cms.zip文件解压,保证解压后的目录路径的名称和资源目录一致

7. 运行项目DreamerCMSApplication.java

8. 网站首页:http://localhost:8888 项目管理后台:http://localhost:8888/admin

9. 管理后台用户名:wangjn;密码:123456

10. 模版标签开发教程请参考:http://doc.www.iteachyou.cc


', '', '', '', '', '', 'b978ae1d04754e2686397489391cbb53'); diff --git a/backups/2025-04-09/2025-04-09_system_role.sql b/backups/2025-04-09/2025-04-09_system_role.sql new file mode 100644 index 0000000..ea1d1eb --- /dev/null +++ b/backups/2025-04-09/2025-04-09_system_role.sql @@ -0,0 +1,26 @@ +/* +Dreamer CMS 数据库备份工具 时间:2025-04-09 +*/ + +DROP TABLE IF EXISTS `system_role`; + +/* +Table structure for table `system_role` +*/ +CREATE TABLE `system_role` ( + `id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `role_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '角色名称', + `role_code` varchar(8) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '角色编码', + `create_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `create_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `update_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin; + +/* +Data for table `system_role` +*/ +INSERT INTO `system_role`(`create_by`, `create_time`, `id`, `role_code`, `role_name`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:21:36','%Y-%m-%d %H:%i:%s'), '08d8ce83eef944d88f0817187c308bfd', '11111111', '演示角色', '', NULL); +INSERT INTO `system_role`(`create_by`, `create_time`, `id`, `role_code`, `role_name`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:45:44','%Y-%m-%d %H:%i:%s'), '1909799863477366784', '44l7pwq9', '管理员', '', NULL); +INSERT INTO `system_role`(`create_by`, `create_time`, `id`, `role_code`, `role_name`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2021-03-09 07:24:25','%Y-%m-%d %H:%i:%s'), '51c3cad610ce4dc4a279df50eec4d1ff', '00000000', '超级管理员', '', NULL); diff --git a/backups/2025-04-09/2025-04-09_system_role_permission.sql b/backups/2025-04-09/2025-04-09_system_role_permission.sql new file mode 100644 index 0000000..ba2e90d --- /dev/null +++ b/backups/2025-04-09/2025-04-09_system_role_permission.sql @@ -0,0 +1,158 @@ +/* +Dreamer CMS 数据库备份工具 时间:2025-04-09 +*/ + +DROP TABLE IF EXISTS `system_role_permission`; + +/* +Table structure for table `system_role_permission` +*/ +CREATE TABLE `system_role_permission` ( + `id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `role_id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '角色ID', + `permission_id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '权限ID', + `type` int DEFAULT '1' COMMENT '类型(1:菜单;2:权限)', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin; + +/* +Data for table `system_role_permission` +*/ +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268160', '302fc47d7ef24f9e86926b445c007c94', '08d8ce83eef944d88f0817187c308bfd', 1); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268161', '0021626fece146b29d5c11371795174f', '08d8ce83eef944d88f0817187c308bfd', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268162', '24448371caaf44d889911de27259df03', '08d8ce83eef944d88f0817187c308bfd', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268163', '439f1457e59c4b2188d9c0a5aa74530d', '08d8ce83eef944d88f0817187c308bfd', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268164', '52dee6913f294f2b91f8bccf58f212a1', '08d8ce83eef944d88f0817187c308bfd', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268165', '53f80cc8c2614c969c10e22e27c74c96', '08d8ce83eef944d88f0817187c308bfd', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268166', '88bc472b75f84a07a68205f53d8b6721', '08d8ce83eef944d88f0817187c308bfd', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268167', '3dc943d341a54ef78d0810d6e18db2b6', '08d8ce83eef944d88f0817187c308bfd', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268168', '4279223df18f4ea6bc2d030169cfb36a', '08d8ce83eef944d88f0817187c308bfd', 1); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268169', 'c212b53705fc440aa28c6643d4ed2504', '08d8ce83eef944d88f0817187c308bfd', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268170', '288636f1dda441fabc33e0c1303e1f8f', '08d8ce83eef944d88f0817187c308bfd', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268171', '73af24f76a964beda44c1e541b22cc6b', '08d8ce83eef944d88f0817187c308bfd', 1); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268172', '1dea679eee5d4d55b312a3cc2c3d6cb9', '08d8ce83eef944d88f0817187c308bfd', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268173', '464188e9e2ab44838c51b333dc8a7cab', '08d8ce83eef944d88f0817187c308bfd', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268174', '5904297bb36e44cabcacde6b2e717286', '08d8ce83eef944d88f0817187c308bfd', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268175', '69f72de2b835460fa54a1bc89540b66f', '08d8ce83eef944d88f0817187c308bfd', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268176', '6b4b176268d2484492d3c00eeb41b17a', '08d8ce83eef944d88f0817187c308bfd', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268177', '88062db561414f08bf45297743f6f873', '08d8ce83eef944d88f0817187c308bfd', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268178', '90f5c75226bc4b24903d52272cb648f4', '08d8ce83eef944d88f0817187c308bfd', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268179', 'a98eaad89fd04d0c9b92344f7ae964cc', '08d8ce83eef944d88f0817187c308bfd', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268180', 'c6f35c46177749c4ac5cdeb1ae9f0ac6', '08d8ce83eef944d88f0817187c308bfd', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268181', '8e4e2a664ff2486695788a284b5b01d5', '08d8ce83eef944d88f0817187c308bfd', 1); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268182', '1645368296356196352', '08d8ce83eef944d88f0817187c308bfd', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268183', '9a59901cf44f4d8f91a6ec4774ba265f', '08d8ce83eef944d88f0817187c308bfd', 1); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268184', '1645361764222644224', '08d8ce83eef944d88f0817187c308bfd', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268185', '52ee486739e349e9ac20d10039c55854', '08d8ce83eef944d88f0817187c308bfd', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268186', 'bba76b5b9ea648768014be2b5b2b7d1a', '08d8ce83eef944d88f0817187c308bfd', 1); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268187', '02317939fd7a4e7fa2afb96b8d7fbdf7', '08d8ce83eef944d88f0817187c308bfd', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268188', '4cada378f9c94faab51abc7b074c4b21', '08d8ce83eef944d88f0817187c308bfd', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268189', '5c1855b664e948f9acf87b2cb4412cd7', '08d8ce83eef944d88f0817187c308bfd', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482752', '302fc47d7ef24f9e86926b445c007c94', '1909799863477366784', 1); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482753', '0021626fece146b29d5c11371795174f', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482754', '24448371caaf44d889911de27259df03', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482755', '3dc943d341a54ef78d0810d6e18db2b6', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482756', '439f1457e59c4b2188d9c0a5aa74530d', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482757', '52dee6913f294f2b91f8bccf58f212a1', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482758', '53f80cc8c2614c969c10e22e27c74c96', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482759', '88bc472b75f84a07a68205f53d8b6721', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482760', '4279223df18f4ea6bc2d030169cfb36a', '1909799863477366784', 1); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482761', '288636f1dda441fabc33e0c1303e1f8f', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482762', '66c662afec6a47139962dadb8fbc7c63', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482763', 'c212b53705fc440aa28c6643d4ed2504', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482764', '554efae277dc4935b0f683c2fc7511af', '1909799863477366784', 1); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482765', '1834abd8a8444da9b3261eab1921e48b', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482766', '22a32bcea576405390c3d9134a2b4aa3', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482767', 'aed59cbffc634186bb50e723706e28a6', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482768', 'd708435df80f4885a9948eb308825737', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482769', '73af24f76a964beda44c1e541b22cc6b', '1909799863477366784', 1); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482770', '1dea679eee5d4d55b312a3cc2c3d6cb9', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482771', '3db8b8b77958494bb099060007102f64', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482772', '464188e9e2ab44838c51b333dc8a7cab', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482773', '5904297bb36e44cabcacde6b2e717286', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482774', '69f72de2b835460fa54a1bc89540b66f', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482775', '6b4b176268d2484492d3c00eeb41b17a', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482776', '7246d58658274505bbc9548cee9215be', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482777', '88062db561414f08bf45297743f6f873', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482778', '90f5c75226bc4b24903d52272cb648f4', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482779', 'a98eaad89fd04d0c9b92344f7ae964cc', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482780', 'c6f35c46177749c4ac5cdeb1ae9f0ac6', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482781', '8e4e2a664ff2486695788a284b5b01d5', '1909799863477366784', 1); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482782', '1645368296356196352', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482783', '1645368378262564864', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482784', '8e5f3b75442e4daea9519f64aed5e46b', '1909799863477366784', 1); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482785', '4d44a773fbae4009a7eb9cea814d264a', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482786', '94c7660c225c49aba36e72a40c848870', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482787', '9a59901cf44f4d8f91a6ec4774ba265f', '1909799863477366784', 1); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482788', '1645361764222644224', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482789', '2d030ca88d0945008fd2af849538c288', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482790', '3e3c9021ff864c1d8f8c060c770b3ade', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482791', '52ee486739e349e9ac20d10039c55854', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482792', '6c773710ee734e56a73f3361df3dada3', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482793', 'bba76b5b9ea648768014be2b5b2b7d1a', '1909799863477366784', 1); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482794', '02317939fd7a4e7fa2afb96b8d7fbdf7', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482795', '409cbc0a45a9409eab73b1e4dace337a', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482796', '4cada378f9c94faab51abc7b074c4b21', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482797', '4f7e17d9c53f41669f8137d046767e54', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482798', '5c1855b664e948f9acf87b2cb4412cd7', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482799', '658f4d2b087441a580b3068e6e0b5e03', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482800', '6f0894006aae444a8e346c9c8b2a2037', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482801', '757ec4ffac6640c0b3bf9cd1b90125f9', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482802', '75ebf1ce1d724f30a5c0fb8853e2a157', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482803', '774b62f0c21541f087e7c7fdb66c276e', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482804', '8ec6278b500c40549dcf7dee8484cb5a', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482805', 'a044b4b9dc744a4b99d5fcfdfdbb9de0', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482806', 'd8bf8e157a874c23b84826ae08ac8dd7', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482807', 'fc73b83db35844a1b7d707a92326c036', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482808', 'c36571773d8b4430a1c409ec1b3ad901', '1909799863477366784', 1); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482809', '00c06f4d546f4076af86d95a1781eb8d', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482810', '32e9850a99c444ff918d312364795310', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482811', '7d647ebfe4ee4504839b2100f203c099', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482812', 'd54278919d67487f94f136389c2f26e0', '1909799863477366784', 1); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482813', '3a209b4322064d19a3e4fd776a8caf6d', '1909799863477366784', 1); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482814', '36397947b81d472c9f8be0b047643570', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482815', '8007bc25749a404c81ae94a26a27d9f2', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482816', '8768c30f6afc4e9880c1c8184d43fda0', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482817', '8b4036e54b344e89936a89b261e68910', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482818', 'a092727121b141728466cfbe30cad4df', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482819', 'cafb3df287664753bf689ecb4c987980', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482820', 'cfe4d80d1a734346896f8b7043692ca4', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482821', 'ebe7715a8cc347658cd7170dedc72264', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482822', '3f274f5fb2284de0ba0d6d78cba88b25', '1909799863477366784', 1); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482823', '06978840c3144bad8d932a439978bb11', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482824', '3da506ac7fa641c59cce5da3d4abe923', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482825', '624af3497f5f46aab08ccb69a5bf3eed', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482826', '6aa5d3a29ddd4e79bb9c1aa3b5151f91', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482827', '74ff05d146f148a3bd60aa6f29fa64a6', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482828', 'dce21ad906264745a30373629e7c8884', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482829', '7d9a2cf8f6e542159f02eb8bc0c29adc', '1909799863477366784', 1); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482830', '27ed46e1fdfb4ed0a2d8d17f74687eb8', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482831', '28e65447e7334c64840931816c61aa88', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482832', '3e81f20878754f4ca1396c2f330df94a', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482833', '69f26fc0b7ea45d8b242410849143cd8', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482834', 'acc03032f1964de5aa29e127fec3423d', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482835', 'b02299961fbf4dadb2fe4736a60e25a9', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482836', 'd8c4ce82dbd6456f8c9e4747d0e3b432', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482837', 'fd5fb667850a4595a56115ad330e8d1b', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482838', 'a2a639ec04a14cfda08f023b16be012b', '1909799863477366784', 1); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482839', '2ac8fbc2a6f144309c2872f390c6cc5e', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482840', '43477ac0764c4ace8a2ee0fbcec94bf6', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482841', '549fa86d5ba54e95b21713749043eb7c', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482842', '5d4de92f398d493ca8c811d7d0f8173b', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482843', '77bbc217e0c74c879956e3427fdf92fd', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482844', '7bc152d0f3154da0a45f38eba46274bc', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482845', 'ad281cd3eae7429b8ba19d3cfdda82b9', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482846', 'af50a1c96b1d4cc7b0ebe827a07b12ea', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482847', 'e34bc9371b98490f8dd13a01685eb174', '1909799863477366784', 1); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482848', '1af8eb6fe8b2467299b5e3982334680c', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482849', '1b60036611154e578000acb2f7e85806', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482850', '2081aa9f80494a2db466ccf574eb5d9e', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482851', 'af5c1c56f07d4e8e9105297d7033e374', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482852', 'cff0a61680e743e4961e368f5df4b1ed', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482853', 'f2b31d257c81432f9e6d74dd935e193b', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482854', 'e351b1f957c34ed19471624091721a5a', '1909799863477366784', 1); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482855', '6d12857966cb4e33871d6f41163039bb', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482856', 'cef8a09ccdd44917a819ab6ffc234fac', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482857', 'e9c1bbd7ae734f0dbb452662bae28766', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482858', 'f65a2c299f5d4131b5a42bf8d727fce0', '1909799863477366784', 2); +INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482859', 'fac8472bcaed4cef86c34739d0763cde', '1909799863477366784', 2); diff --git a/backups/2025-04-09/2025-04-09_system_scheduled.sql b/backups/2025-04-09/2025-04-09_system_scheduled.sql new file mode 100644 index 0000000..044de83 --- /dev/null +++ b/backups/2025-04-09/2025-04-09_system_scheduled.sql @@ -0,0 +1,27 @@ +/* +Dreamer CMS 数据库备份工具 时间:2025-04-09 +*/ + +DROP TABLE IF EXISTS `system_scheduled`; + +/* +Table structure for table `system_scheduled` +*/ +CREATE TABLE `system_scheduled` ( + `id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `task_name` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '任务名称', + `clazz_name` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '完整类路径', + `cron_expression` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT 'cron表达式', + `remark` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin COMMENT '描述', + `status` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '状态(1:启用;0:禁用)', + `create_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `create_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `update_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin; + +/* +Data for table `system_scheduled` +*/ +INSERT INTO `system_scheduled`(`clazz_name`, `create_by`, `create_time`, `cron_expression`, `id`, `remark`, `status`, `task_name`, `update_by`, `update_time`) VALUES ('cc.iteachyou.cms.task.tasks.DataBaseBackupTask', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-07-23 11:01:23','%Y-%m-%d %H:%i:%s'), '*/5 * * * * ?', 'e634e0b659fd456fa23946840734ac19', '数据库备份(每日0点备份一次)', '0', '数据库备份', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2021-03-16 03:55:31','%Y-%m-%d %H:%i:%s')); diff --git a/backups/2025-04-09/2025-04-09_system_search.sql b/backups/2025-04-09/2025-04-09_system_search.sql new file mode 100644 index 0000000..46b32b1 --- /dev/null +++ b/backups/2025-04-09/2025-04-09_system_search.sql @@ -0,0 +1,75 @@ +/* +Dreamer CMS 数据库备份工具 时间:2025-04-09 +*/ + +DROP TABLE IF EXISTS `system_search`; + +/* +Table structure for table `system_search` +*/ +CREATE TABLE `system_search` ( + `id` varchar(32) NOT NULL, + `keywords` varchar(128) NOT NULL COMMENT '文章标题', + `create_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/* +Data for table `system_search` +*/ +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:17:33','%Y-%m-%d %H:%i:%s'), '0576a469a5d44f5189c15108c7faeab2', '商务展会'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:26:18','%Y-%m-%d %H:%i:%s'), '101784639d6f47b481bb60e910e0ff6e', '商务展会'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:26:57','%Y-%m-%d %H:%i:%s'), '144d69a4ddbd4a6788bee5d6e5d1f791', '商务展会'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 02:40:53','%Y-%m-%d %H:%i:%s'), '14ed5a98124c4715bc35ff76dc4e7e62', 'ddd'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 02:41:44','%Y-%m-%d %H:%i:%s'), '14fc6be9ee154f1c83601f1601805566', 'orion'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 02:39:04','%Y-%m-%d %H:%i:%s'), '190e8c68f24941cf8ba4717999d90135', 'ddd'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 02:40:26','%Y-%m-%d %H:%i:%s'), '199ed8841e4241cfbfc2f34a54185459', 'ddd'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:29:36','%Y-%m-%d %H:%i:%s'), '1fd26fcab46d4cb7bda59fba0b90b712', '商务展会'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 02:52:41','%Y-%m-%d %H:%i:%s'), '243b5395cb374d9d8cde05048fa76d23', 'kid'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2022-08-27 09:37:31','%Y-%m-%d %H:%i:%s'), '2450911e68ae4e269b96811153b1a010', ''); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:14:32','%Y-%m-%d %H:%i:%s'), '2525f2133f494568856f8ad44242bbf9', '商务展会'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2018-09-25 16:55:49','%Y-%m-%d %H:%i:%s'), '27b96c0b2575442cb34d62d1520865f0', '生命'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2018-09-29 10:13:52','%Y-%m-%d %H:%i:%s'), '38f9dd4448864a77b50a2753a01e6566', '123'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2018-09-25 16:55:54','%Y-%m-%d %H:%i:%s'), '3a009f62856e4b59b2bbbe8dc856ebe1', '生命'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2022-08-27 09:41:47','%Y-%m-%d %H:%i:%s'), '3dbdba537a3c4a0f8d5ad48d3266860e', ''); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:26:20','%Y-%m-%d %H:%i:%s'), '536dccc79be54304a0e5da5ab14b6d7e', '商务展会'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:19:24','%Y-%m-%d %H:%i:%s'), '549e965be5514399b45823dc45334159', '商务展会'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2022-08-27 09:42:05','%Y-%m-%d %H:%i:%s'), '5569b7a76a5c429d8d47c12cbc1cfd63', ''); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 01:35:31','%Y-%m-%d %H:%i:%s'), '5e0a340ef72d4a48ab79490da80c9787', 'ddd'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:13:45','%Y-%m-%d %H:%i:%s'), '62dd8ec00f014f679bf67971adea862d', '商务展会'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:18:59','%Y-%m-%d %H:%i:%s'), '665a4ff7f9274656b84d7591bafa6fa9', '商务展会'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 01:35:58','%Y-%m-%d %H:%i:%s'), '66a2dfda9e474cbeb7ea933611020fce', 'ddd'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:14:26','%Y-%m-%d %H:%i:%s'), '6b3c43b6e6434a7c80707318f0a31205', '商务展会'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2018-09-29 13:59:37','%Y-%m-%d %H:%i:%s'), '6fd3f7e5383c43d3a80231e04b274366', '网页'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2018-09-29 10:18:10','%Y-%m-%d %H:%i:%s'), '71378a798659412ba35c5bf4b049d993', '生涯'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2018-09-25 15:17:08','%Y-%m-%d %H:%i:%s'), '78c3ef5c791c41bf98c8f653b424eb3a', '程序员'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:10:42','%Y-%m-%d %H:%i:%s'), '7dafe01549344990856819ea0cdd04ba', '商务展会'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 01:35:00','%Y-%m-%d %H:%i:%s'), '7eb0417789c14fae8f81e2cb09cdd960', 'ddd'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 02:52:12','%Y-%m-%d %H:%i:%s'), '8d2758e477934827b8e66e15eb3de577', 'orion'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:28:34','%Y-%m-%d %H:%i:%s'), '9481b56b96d64fa89434ac74764c7a23', '商务展会'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 02:41:22','%Y-%m-%d %H:%i:%s'), '97429b54220e4b12a34269cf4c729ae8', 'ddd'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2018-09-25 15:13:43','%Y-%m-%d %H:%i:%s'), '9a022ea5908746c8be4b617dc843bad7', '程序员'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:28:59','%Y-%m-%d %H:%i:%s'), '9ae46553ba814124bb77936e37c321ec', '商务展会'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2022-08-27 09:42:02','%Y-%m-%d %H:%i:%s'), '9be1095deab6495ba9568f808b61f213', ''); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2022-08-27 09:37:25','%Y-%m-%d %H:%i:%s'), 'a5f113715b38457990af523306cf1492', ''); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:14:20','%Y-%m-%d %H:%i:%s'), 'a66efae4d3d54a97904b9aa80e3df11b', '商务展会'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2021-04-03 04:10:53','%Y-%m-%d %H:%i:%s'), 'ac19c322c2b04d1fa4f74f9c5f14a9c7', '大气ORION渐变'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2022-10-19 08:27:53','%Y-%m-%d %H:%i:%s'), 'b0e0178193444fc4af7a115fb7491b77', 'dreamer'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2022-08-27 09:42:02','%Y-%m-%d %H:%i:%s'), 'b1508eadf0f745cb8f6009334cbc0d6b', ''); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:25:25','%Y-%m-%d %H:%i:%s'), 'b3e145bb35e54356a7f641ddc34da677', '商务展会'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:09:53','%Y-%m-%d %H:%i:%s'), 'c009c85f6cd2409a81e136a79e8eb424', '商务展会'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 05:59:17','%Y-%m-%d %H:%i:%s'), 'ce488145bd9648699955635e947a6dde', '商务展会'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2022-10-19 08:25:16','%Y-%m-%d %H:%i:%s'), 'cf1a12196c4e40b18267c94f39320d54', 'dreamer'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:12:19','%Y-%m-%d %H:%i:%s'), 'd05cfad7936041a1ae18fbf39b568cc4', '商务展会'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-05-15 06:36:20','%Y-%m-%d %H:%i:%s'), 'db15a8e41db3459fa9540f5c4a8001fe', '商务展会'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:27:32','%Y-%m-%d %H:%i:%s'), 'df4816a927d6405a99712b85eb75eae6', '商务展会'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:19:50','%Y-%m-%d %H:%i:%s'), 'ea72063604a249db8df3cbed171b83f4', '商务展会'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:28:05','%Y-%m-%d %H:%i:%s'), 'eb01083582c242bc9f915fa671de8314', '商务展会'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2022-08-27 09:39:35','%Y-%m-%d %H:%i:%s'), 'ec69f55aea2a46259b76352e162b6775', ''); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 02:49:11','%Y-%m-%d %H:%i:%s'), 'f0f604b09dbd4b3783758ad80bea5e9f', 'orion'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2018-09-25 15:17:53','%Y-%m-%d %H:%i:%s'), 'f2c798f6baba4963ae23883d2afe41ee', '程序员'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:18:33','%Y-%m-%d %H:%i:%s'), 'f45e52d31d57470ab0fd0b8987ba29b7', '商务展会'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:25:34','%Y-%m-%d %H:%i:%s'), 'f4cdbb9d28c24a498fd83652a984cbcf', '商务展会'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:09:02','%Y-%m-%d %H:%i:%s'), 'f7f3c4a6bcac48ad9663431cb6c3cf10', '商务展会'); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2022-08-27 09:36:15','%Y-%m-%d %H:%i:%s'), 'fa8a8d2d66d641b8a7a7dbabf32367bc', ''); +INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:00:05','%Y-%m-%d %H:%i:%s'), 'fd8c5fa78c164962bdbc92248d0b65df', 'kid'); diff --git a/backups/2025-04-09/2025-04-09_system_setting.sql b/backups/2025-04-09/2025-04-09_system_setting.sql new file mode 100644 index 0000000..b8dcbda --- /dev/null +++ b/backups/2025-04-09/2025-04-09_system_setting.sql @@ -0,0 +1,29 @@ +/* +Dreamer CMS 数据库备份工具 时间:2025-04-09 +*/ + +DROP TABLE IF EXISTS `system_setting`; + +/* +Table structure for table `system_setting` +*/ +CREATE TABLE `system_setting` ( + `id` varchar(32) NOT NULL, + `website` varchar(128) NOT NULL COMMENT '网站地址', + `title` varchar(64) NOT NULL COMMENT '站点标题', + `keywords` varchar(128) NOT NULL COMMENT '站点关键词', + `describe` varchar(256) NOT NULL COMMENT '站点描述', + `icp` varchar(32) NOT NULL COMMENT '备案号', + `copyright` varchar(128) NOT NULL COMMENT '版权', + `uploaddir` varchar(32) DEFAULT 'uploads/' COMMENT '上传目录', + `appid` varchar(128) DEFAULT NULL COMMENT '畅言appid', + `appkey` varchar(128) DEFAULT NULL COMMENT '畅言appkey', + `staticdir` varchar(32) DEFAULT 'htmls' COMMENT '静态化目录', + `browse_type` int DEFAULT '1' COMMENT '浏览方式(1:动态2:静态)', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/* +Data for table `system_setting` +*/ +INSERT INTO `system_setting`(`appid`, `appkey`, `browse_type`, `copyright`, `describe`, `icp`, `id`, `keywords`, `staticdir`, `title`, `uploaddir`, `website`) VALUES ('', '', 1, 'Copyright © 2018 Powered by I Teach You,我教你;Dreamer CMS 梦想家内容管理系统', 'Dreamer CMS 梦想家内容管理系统是国内首款java开发的内容发布系统,采用最流行的springboot+thymeleaf框架搭建,灵活小巧,配置简单。', '冀ICP备19026223号', '1', 'Dreamer CMS 梦想家内容管理系统', 'htmls', 'Dreamer CMS 梦想家内容管理系统', 'uploads', 'http://192.168.1.88:8888/'); diff --git a/backups/2025-04-09/2025-04-09_system_sliders.sql b/backups/2025-04-09/2025-04-09_system_sliders.sql new file mode 100644 index 0000000..65073f8 --- /dev/null +++ b/backups/2025-04-09/2025-04-09_system_sliders.sql @@ -0,0 +1,26 @@ +/* +Dreamer CMS 数据库备份工具 时间:2025-04-09 +*/ + +DROP TABLE IF EXISTS `system_sliders`; + +/* +Table structure for table `system_sliders` +*/ +CREATE TABLE `system_sliders` ( + `id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `aid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '主表ID', + `ext01` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext02` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext03` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext04` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext05` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `href` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT '#', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin; + +/* +Data for table `system_sliders` +*/ +INSERT INTO `system_sliders`(`aid`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `href`, `id`) VALUES ('b2d86668da714a1c839c016d70066c53', '', '', '', '', '', '#', '8dae83840c7e4cec85f4581ddc7a51b9'); +INSERT INTO `system_sliders`(`aid`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `href`, `id`) VALUES ('6c2e8cc97f9346cb8f09926b74a0854f', '', '', '', '', '', '#', 'f0b8f52910e84417896f5a037fda1609'); diff --git a/backups/2025-04-09/2025-04-09_system_templates.sql b/backups/2025-04-09/2025-04-09_system_templates.sql new file mode 100644 index 0000000..97c8be6 --- /dev/null +++ b/backups/2025-04-09/2025-04-09_system_templates.sql @@ -0,0 +1,28 @@ +/* +Dreamer CMS 数据库备份工具 时间:2025-04-09 +*/ + +DROP TABLE IF EXISTS `system_templates`; + +/* +Table structure for table `system_templates` +*/ +CREATE TABLE `system_templates` ( + `id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `aid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '主表ID', + `ext01` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext02` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext03` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext04` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ext05` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `body` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin; + +/* +Data for table `system_templates` +*/ +INSERT INTO `system_templates`(`aid`, `body`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`) VALUES ('d64d167032c84521ad21708cccc1f963', '

模板名称:
财税记账工商注册认证公司类织梦模板(带手机端)+PC+移动端+利于SEO优化
模板介绍:
织梦最新内核开发的模板,该模板属于财税记账、工商注册类企业使用,
自带最新的手机移动端,同一个后台,数据即时同步,简单适用!
原创设计、手工书写DIV+CSS,
完美兼容IE7+、Firefox、Chrome、360浏览器等;主流浏览器;
页面简洁简单,容易管理,DEDE内核都可以使用;附带测试数据!

模板特点:

该模板多数为单页面,修改很多需要在代码文件上修改,图片很多也需要通过FTP工具修改,
因为财税类的页面比较多,所以很多都是写在模板文件上的!

 使用程序:

织梦DEDECMS版本都可以使用。
 模板页面:
index.htm 首页模板
head.htm
footer.htm 

article_article.htm 文章内容

这里不一一列出!
 温馨提示:
按照正常的织梦安装步骤来安装还原就可以用了,从后台重新点击保存下系统基本参数。 系统>系统基本参数> 保存(确定)。
 后期bug修正:
暂无
PC截图:


', '', '', '', '', '', '989bac83b8004120845fb3f8791936e4'); +INSERT INTO `system_templates`(`aid`, `body`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`) VALUES ('182306d8eab44225a5ce123ad6a01ffd', '', '', '', '', '', '', 'abdf55c143414c7e9c1f16789805c88e'); +INSERT INTO `system_templates`(`aid`, `body`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`) VALUES ('93b0ac1621024e4682442acd646da397', '', '', '', '', '', '', '5ee77e9a26b449fe9ee300fe1b888c77'); +INSERT INTO `system_templates`(`aid`, `body`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`) VALUES ('cc1b4cc70af54410a9486e7d4babd5a7', '

BOOK.png

', '', '', '', '', '', '964090d9b8ae429d9b22d8ba346f2348'); diff --git a/backups/2025-04-09/2025-04-09_system_theme.sql b/backups/2025-04-09/2025-04-09_system_theme.sql new file mode 100644 index 0000000..38246ff --- /dev/null +++ b/backups/2025-04-09/2025-04-09_system_theme.sql @@ -0,0 +1,27 @@ +/* +Dreamer CMS 数据库备份工具 时间:2025-04-09 +*/ + +DROP TABLE IF EXISTS `system_theme`; + +/* +Table structure for table `system_theme` +*/ +CREATE TABLE `system_theme` ( + `id` varchar(32) NOT NULL, + `theme_name` varchar(128) NOT NULL COMMENT '风格名称', + `theme_author` varchar(32) DEFAULT NULL COMMENT '作者', + `theme_img` varchar(128) NOT NULL COMMENT '缩略图', + `theme_path` varchar(128) DEFAULT NULL COMMENT '目录名', + `status` int DEFAULT '0' COMMENT '状态1:启用0:禁用', + `create_by` varchar(32) DEFAULT NULL, + `create_time` timestamp NOT NULL DEFAULT '2018-01-01 00:00:00', + `update_by` varchar(32) DEFAULT NULL, + `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/* +Data for table `system_theme` +*/ +INSERT INTO `system_theme`(`create_by`, `create_time`, `id`, `status`, `theme_author`, `theme_img`, `theme_name`, `theme_path`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 14:30:31','%Y-%m-%d %H:%i:%s'), '3333bcc53fdd4124a4f292ef1aabb2f6', 1, '王俊南', '20230111/3d7e456c797d4cd0bb9d6034336cc2da.png', '新版主题', 'default_v2', '', STR_TO_DATE('2025-04-09 10:27:47','%Y-%m-%d %H:%i:%s')); diff --git a/backups/2025-04-09/2025-04-09_system_user.sql b/backups/2025-04-09/2025-04-09_system_user.sql new file mode 100644 index 0000000..6956533 --- /dev/null +++ b/backups/2025-04-09/2025-04-09_system_user.sql @@ -0,0 +1,33 @@ +/* +Dreamer CMS 数据库备份工具 时间:2025-04-09 +*/ + +DROP TABLE IF EXISTS `system_user`; + +/* +Table structure for table `system_user` +*/ +CREATE TABLE `system_user` ( + `id` varchar(32) NOT NULL, + `username` varchar(32) DEFAULT NULL COMMENT '用户名', + `password` varchar(32) DEFAULT NULL COMMENT '密码', + `mobile` varchar(32) DEFAULT NULL COMMENT '手机', + `realname` varchar(32) DEFAULT NULL COMMENT '真实姓名', + `status` int DEFAULT '0' COMMENT '状态(1:启用0:禁用)', + `page_style` varchar(32) DEFAULT NULL COMMENT '页面风格', + `salt` varchar(64) DEFAULT NULL COMMENT '密码盐', + `last_login_ip` varchar(32) DEFAULT NULL COMMENT '上次登录IP', + `last_login_time` varchar(32) DEFAULT NULL COMMENT '上次登录时间', + `portrait` varchar(32) DEFAULT NULL COMMENT '头像', + `create_by` varchar(255) DEFAULT NULL, + `create_time` timestamp NOT NULL DEFAULT '2018-01-01 00:00:00', + `update_by` varchar(255) DEFAULT NULL, + `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/* +Data for table `system_user` +*/ +INSERT INTO `system_user`(`create_by`, `create_time`, `id`, `last_login_ip`, `last_login_time`, `mobile`, `page_style`, `password`, `portrait`, `realname`, `salt`, `status`, `update_by`, `update_time`, `username`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2021-03-11 07:26:56','%Y-%m-%d %H:%i:%s'), '1443c458e49c44539b63212cba8b9b1e', '本地主机', '2023-04-11 11:17:21.691', '', '', '1f352f09d1a9bfb3f840a78804d9610c', '', '演示账号1', 'ZGVtbzExMjM0NTY=', 1, '', STR_TO_DATE('2021-03-11 15:26:55','%Y-%m-%d %H:%i:%s'), 'demo1'); +INSERT INTO `system_user`(`create_by`, `create_time`, `id`, `last_login_ip`, `last_login_time`, `mobile`, `page_style`, `password`, `portrait`, `realname`, `salt`, `status`, `update_by`, `update_time`, `username`) VALUES ('', STR_TO_DATE('2018-01-01 00:00:00','%Y-%m-%d %H:%i:%s'), '9f4b807db2e94670bb02cdc212ea7389', '本地主机', '2025-04-09 10:19:01.516', '111', '', '51c04b026c6cf5f785622796aba7e56f', '', '超级管理员', 'd2FuZ2puMTIzNDU2', 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2021-03-09 03:50:34','%Y-%m-%d %H:%i:%s'), 'wangjn'); diff --git a/backups/2025-04-09/2025-04-09_system_user_role.sql b/backups/2025-04-09/2025-04-09_system_user_role.sql new file mode 100644 index 0000000..f3f1d66 --- /dev/null +++ b/backups/2025-04-09/2025-04-09_system_user_role.sql @@ -0,0 +1,21 @@ +/* +Dreamer CMS 数据库备份工具 时间:2025-04-09 +*/ + +DROP TABLE IF EXISTS `system_user_role`; + +/* +Table structure for table `system_user_role` +*/ +CREATE TABLE `system_user_role` ( + `id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `user_id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '用户ID', + `role_id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '角色ID', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin; + +/* +Data for table `system_user_role` +*/ +INSERT INTO `system_user_role`(`id`, `role_id`, `user_id`) VALUES ('1645582974030209024', '08d8ce83eef944d88f0817187c308bfd', '1443c458e49c44539b63212cba8b9b1e'); +INSERT INTO `system_user_role`(`id`, `role_id`, `user_id`) VALUES ('324968db08344f27b0b219d4908c2b08', '51c3cad610ce4dc4a279df50eec4d1ff', '9f4b807db2e94670bb02cdc212ea7389'); diff --git a/backups/2025-04-09/2025-04-09_system_variable.sql b/backups/2025-04-09/2025-04-09_system_variable.sql new file mode 100644 index 0000000..7193bae --- /dev/null +++ b/backups/2025-04-09/2025-04-09_system_variable.sql @@ -0,0 +1,31 @@ +/* +Dreamer CMS 数据库备份工具 时间:2025-04-09 +*/ + +DROP TABLE IF EXISTS `system_variable`; + +/* +Table structure for table `system_variable` +*/ +CREATE TABLE `system_variable` ( + `id` varchar(32) NOT NULL COMMENT '主键ID', + `item_name` varchar(255) DEFAULT NULL COMMENT '变量名称', + `info` varchar(255) DEFAULT NULL COMMENT '描述', + `type` varchar(255) DEFAULT NULL COMMENT '字段类型', + `value` varchar(255) DEFAULT NULL COMMENT '变量值', + `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', + `create_time` timestamp NOT NULL DEFAULT '2018-01-01 00:00:00' COMMENT '创建时间', + `update_by` varchar(32) DEFAULT NULL COMMENT '修改人', + `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '修改时间', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='变量管理'; + +/* +Data for table `system_variable` +*/ +INSERT INTO `system_variable`(`create_by`, `create_time`, `id`, `info`, `item_name`, `type`, `update_by`, `update_time`, `value`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 14:46:09','%Y-%m-%d %H:%i:%s'), '20d5a49940cd4f3e80dd604e4df1071a', '官方电话', 'cfg_global_telephone', '', '', STR_TO_DATE('2023-01-09 14:46:09','%Y-%m-%d %H:%i:%s'), '138****8888'); +INSERT INTO `system_variable`(`create_by`, `create_time`, `id`, `info`, `item_name`, `type`, `update_by`, `update_time`, `value`) VALUES ('', STR_TO_DATE('2019-08-16 22:38:59','%Y-%m-%d %H:%i:%s'), '2d3add7ac60949cc9035ea0bfd50f113', '码云下载地址', 'cfg_gitee_addr', '', '', STR_TO_DATE('2019-08-16 22:38:59','%Y-%m-%d %H:%i:%s'), 'https://gitee.com/isoftforce/dreamer_cms'); +INSERT INTO `system_variable`(`create_by`, `create_time`, `id`, `info`, `item_name`, `type`, `update_by`, `update_time`, `value`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-16 22:39:47','%Y-%m-%d %H:%i:%s'), '383e2a267d0045e5aad93ed20ca1b038', 'Github下载地址', 'cfg_github_addr', '', '', STR_TO_DATE('2019-08-16 22:39:47','%Y-%m-%d %H:%i:%s'), 'https://github.com/xinhudong/Dreamer_cms'); +INSERT INTO `system_variable`(`create_by`, `create_time`, `id`, `info`, `item_name`, `type`, `update_by`, `update_time`, `value`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 14:49:02','%Y-%m-%d %H:%i:%s'), 'a4f2a198bd704bd5b728edf8a777b67f', '帮助文档', 'cfg_global_doc', '', '', STR_TO_DATE('2023-01-09 14:49:02','%Y-%m-%d %H:%i:%s'), 'http://doc.iteachyou.cc'); +INSERT INTO `system_variable`(`create_by`, `create_time`, `id`, `info`, `item_name`, `type`, `update_by`, `update_time`, `value`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 14:46:53','%Y-%m-%d %H:%i:%s'), 'bffa5612ef734ea3adb5cb336a35c453', 'QQ技术交流群', 'cfg_global_qqgroup', '', '', STR_TO_DATE('2023-01-09 14:46:52','%Y-%m-%d %H:%i:%s'), '597652651'); +INSERT INTO `system_variable`(`create_by`, `create_time`, `id`, `info`, `item_name`, `type`, `update_by`, `update_time`, `value`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:43:33','%Y-%m-%d %H:%i:%s'), 'd1d948765b63477f87bef2c218621215', '客服QQ', 'cfg_global_qq', '', '', STR_TO_DATE('2023-01-09 15:43:32','%Y-%m-%d %H:%i:%s'), '153095904'); diff --git a/config.json b/config.json new file mode 100644 index 0000000..648feec --- /dev/null +++ b/config.json @@ -0,0 +1,93 @@ +/* 前后端通信相关的配置,注释只允许使用多行方式 */ +{ + /* 上传图片配置项 */ + "imageActionName": "uploadimage", /* 执行上传图片的action名称 */ + "imageFieldName": "upfile", /* 提交的图片表单名称 */ + "imageMaxSize": 8192000, /* 上传大小限制,单位B */ + "imageAllowFiles": [".png", ".jpg", ".jpeg", ".gif", ".bmp"], /* 上传图片格式显示 */ + "imageCompressEnable": true, /* 是否压缩图片,默认是true */ + "imageCompressBorder": 1600, /* 图片压缩最长边限制 */ + "imageInsertAlign": "none", /* 插入的图片浮动方式 */ + "imageUrlPrefix": "", /* 图片访问路径前缀 */ + "imagePathFormat": "/uploads/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */ + /* {time}{rand:6} 会替换成原文件名,配置这项需要注意中文乱码问题 */ + /* {rand:6} 会替换成随机数,后面的数字是随机数的位数 */ + /* {time} 会替换成时间戳 */ + /* {yyyy} 会替换成四位年份 */ + /* {yy} 会替换成两位年份 */ + /* {mm} 会替换成两位月份 */ + /* {dd} 会替换成两位日期 */ + /* {hh} 会替换成两位小时 */ + /* {ii} 会替换成两位分钟 */ + /* {ss} 会替换成两位秒 */ + /* 非法字符 \ : * ? " < > | */ + /* 具请体看线上文档: fex.baidu.com/ueditor/#use-format_upload_filename */ + /* 涂鸦图片上传配置项 */ + "scrawlActionName": "uploadscrawl", /* 执行上传涂鸦的action名称 */ + "scrawlFieldName": "upfile", /* 提交的图片表单名称 */ + "scrawlPathFormat": "/uploads/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */ + "scrawlMaxSize": 2048000, /* 上传大小限制,单位B */ + "scrawlUrlPrefix": "", /* 图片访问路径前缀 */ + "scrawlInsertAlign": "none", + + /* 截图工具上传 */ + "snapscreenActionName": "uploadimage", /* 执行上传截图的action名称 */ + "snapscreenPathFormat": "/uploads/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */ + "snapscreenUrlPrefix": "", /* 图片访问路径前缀 */ + "snapscreenInsertAlign": "none", /* 插入的图片浮动方式 */ + + /* 抓取远程图片配置 */ + "catcherLocalDomain": ["127.0.0.1", "localhost", "img.baidu.com"], + "catcherActionName": "catchimage", /* 执行抓取远程图片的action名称 */ + "catcherFieldName": "source", /* 提交的图片列表表单名称 */ + "catcherPathFormat": "/uploads/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */ + "catcherUrlPrefix": "", /* 图片访问路径前缀 */ + "catcherMaxSize": 2048000, /* 上传大小限制,单位B */ + "catcherAllowFiles": [".png", ".jpg", ".jpeg", ".gif", ".bmp"], /* 抓取图片格式显示 */ + + /* 上传视频配置 */ + "videoActionName": "uploadvideo", /* 执行上传视频的action名称 */ + "videoFieldName": "upfile", /* 提交的视频表单名称 */ + "videoPathFormat": "/uploads/video/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */ + "videoUrlPrefix": "", /* 视频访问路径前缀 */ + "videoMaxSize": 102400000, /* 上传大小限制,单位B,默认100MB */ + "videoAllowFiles": [ + ".flv", ".swf", ".mkv", ".avi", ".rm", ".rmvb", ".mpeg", ".mpg", + ".ogg", ".ogv", ".mov", ".wmv", ".mp4", ".webm", ".mp3", ".wav", ".mid"], /* 上传视频格式显示 */ + + /* 上传文件配置 */ + "fileActionName": "uploadfile", /* controller里,执行上传视频的action名称 */ + "fileFieldName": "upfile", /* 提交的文件表单名称 */ + "filePathFormat": "/uploads/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */ + "fileUrlPrefix": "", /* 文件访问路径前缀 */ + "fileMaxSize": 51200000, /* 上传大小限制,单位B,默认50MB */ + "fileAllowFiles": [ + ".png", ".jpg", ".jpeg", ".gif", ".bmp", + ".flv", ".swf", ".mkv", ".avi", ".rm", ".rmvb", ".mpeg", ".mpg", + ".ogg", ".ogv", ".mov", ".wmv", ".mp4", ".webm", ".mp3", ".wav", ".mid", + ".rar", ".zip", ".tar", ".gz", ".7z", ".bz2", ".cab", ".iso", + ".doc", ".docx", ".xls", ".xlsx", ".ppt", ".pptx", ".pdf", ".txt", ".md", ".xml" + ], /* 上传文件格式显示 */ + + /* 列出指定目录下的图片 */ + "imageManagerActionName": "listimage", /* 执行图片管理的action名称 */ + "imageManagerListPath": "/ueditor/jsp/upload/image/", /* 指定要列出图片的目录 */ + "imageManagerListSize": 20, /* 每次列出文件数量 */ + "imageManagerUrlPrefix": "", /* 图片访问路径前缀 */ + "imageManagerInsertAlign": "none", /* 插入的图片浮动方式 */ + "imageManagerAllowFiles": [".png", ".jpg", ".jpeg", ".gif", ".bmp"], /* 列出的文件类型 */ + + /* 列出指定目录下的文件 */ + "fileManagerActionName": "listfile", /* 执行文件管理的action名称 */ + "fileManagerListPath": "/ueditor/jsp/upload/file/", /* 指定要列出文件的目录 */ + "fileManagerUrlPrefix": "", /* 文件访问路径前缀 */ + "fileManagerListSize": 20, /* 每次列出文件数量 */ + "fileManagerAllowFiles": [ + ".png", ".jpg", ".jpeg", ".gif", ".bmp", + ".flv", ".swf", ".mkv", ".avi", ".rm", ".rmvb", ".mpeg", ".mpg", + ".ogg", ".ogv", ".mov", ".wmv", ".mp4", ".webm", ".mp3", ".wav", ".mid", + ".rar", ".zip", ".tar", ".gz", ".7z", ".bz2", ".cab", ".iso", + ".doc", ".docx", ".xls", ".xlsx", ".ppt", ".pptx", ".pdf", ".txt", ".md", ".xml" + ] /* 列出的文件类型 */ + +} \ No newline at end of file diff --git a/templates/default_v2/article_case.html b/templates/default_v2/article_case.html new file mode 100644 index 0000000..f98e02f --- /dev/null +++ b/templates/default_v2/article_case.html @@ -0,0 +1,77 @@ + + + + + + + + + + + + + {dreamer-cms:article field="title" /}_{dreamer-cms:global name="title"/} + + + + + + + + + + + + + + + +
+ {dreamer-cms:include file='inc/header1.html'/} + +
+ +
+ {dreamer-cms:location lang="cn" /} +
+
{dreamer-cms:article field="title" /}
+
+ 浏览量 {dreamer-cms:article field="clicks" /} + 时间 {dreamer-cms:article field="createTime" function="format('yyyy-MM-dd HH:mm:ss')" /} +
+
+

{dreamer-cms:article field="body" /}

+
+ {dreamer-cms:prevnext layout="prev,next" /} +
+ +
+ + + + {dreamer-cms:include file='inc/footer.html'/} +
+{dreamer-cms:include file="inc/service.html" /} + + + + \ No newline at end of file diff --git a/templates/default_v2/article_download.html b/templates/default_v2/article_download.html new file mode 100644 index 0000000..965bb5a --- /dev/null +++ b/templates/default_v2/article_download.html @@ -0,0 +1,95 @@ + + + + + + + + + + + + + {dreamer-cms:article field="title" /}_{dreamer-cms:global name="title"/} + + + + + + + + + + + + + + +
+ {dreamer-cms:include file='inc/header.html'/}. + + {dreamer-cms:sql sql="select image_path as litpic from system_archives where id = [9eefb5b8aed845de99855f1d55d92a49]"} +
+ {/dreamer-cms:sql} + +
+
+ + << 点击返回列表 +
+
问:{dreamer-cms:article field="title" /}
+
+ 浏览量 {dreamer-cms:article field="clicks" /} + 时间 {dreamer-cms:article field="createTime" function="format('yyyy-MM-dd HH:mm:ss')" /} +
+
+

{dreamer-cms:article field="content" /}


+
+ {dreamer-cms:prevnext layout="prev,next" /} +

+ +
+
+
+
推荐阅读
+
+ {dreamer-cms:list typeid="96nbp5pc" pagenum="1" pagesize="5" cascade="true"} +
+
+
+ +
+ [field:createtime function="format('MM-dd hh:mm:ss')" /] + [field:clicks/] +
+ +
+
+ {/dreamer-cms:list} +
+
+
+
+
+ + + + {dreamer-cms:include file="inc/footer.html" /} +
+{dreamer-cms:include file="inc/service.html" /} + + + + + \ No newline at end of file diff --git a/templates/default_v2/article_message.html b/templates/default_v2/article_message.html new file mode 100644 index 0000000..e69de29 diff --git a/templates/default_v2/article_news.html b/templates/default_v2/article_news.html new file mode 100644 index 0000000..389f7b5 --- /dev/null +++ b/templates/default_v2/article_news.html @@ -0,0 +1,96 @@ + + + + + + + + + + + + + {dreamer-cms:article field="title" /}_{dreamer-cms:global name="title"/} + + + + + + + + + + + + + + + +
+ {dreamer-cms:include file='inc/header1.html'/}. + +
+ +
+
+ + << 点击返回列表 +
+
{dreamer-cms:article field="title" /}
+
+ 浏览量 {dreamer-cms:article field="clicks" /} + 时间 {dreamer-cms:article field="createTime" function="format('yyyy-MM-dd HH:mm:ss')" /} +
+
+

{dreamer-cms:article field="body" /}


+
+ {dreamer-cms:prevnext layout="prev,next" /} +

+ +
+
+ +
+
+
+ + + + {dreamer-cms:include file="inc/footer.html" /} +
+{dreamer-cms:include file="inc/service.html" /} + + + + + \ No newline at end of file diff --git a/templates/default_v2/article_question.html b/templates/default_v2/article_question.html new file mode 100644 index 0000000..7562777 --- /dev/null +++ b/templates/default_v2/article_question.html @@ -0,0 +1,77 @@ + + + + + + + + + + + + + {dreamer-cms:article field="title" /}_{dreamer-cms:global name="title"/} + + + + + + + + + + + + + + + +
+ {dreamer-cms:include file='inc/header1.html'/} + +
+ +
+ {dreamer-cms:location lang="cn" /} +
+
{dreamer-cms:article field="title" /}
+
+ 浏览量 {dreamer-cms:article field="clicks" /} + 时间 {dreamer-cms:article field="createTime" function="format('yyyy-MM-dd HH:mm:ss')" /} +
+
+

{dreamer-cms:article field="answer" /}

+
+ {dreamer-cms:prevnext layout="prev,next" /} +
+ +
+
+ + + + {dreamer-cms:include file='inc/footer.html'/} +
+{dreamer-cms:include file="inc/service.html" /} + + + + \ No newline at end of file diff --git a/templates/default_v2/article_template.html b/templates/default_v2/article_template.html new file mode 100644 index 0000000..5535f5a --- /dev/null +++ b/templates/default_v2/article_template.html @@ -0,0 +1,77 @@ + + + + + + + + + + + + + {dreamer-cms:article field="title" /}_{dreamer-cms:global name="title"/} + + + + + + + + + + + + + + + +
+ {dreamer-cms:include file='inc/header1.html'/} + +
+ +
+ {dreamer-cms:location lang="cn" /} +
+
{dreamer-cms:article field="title" /}
+
+ 浏览量 {dreamer-cms:article field="clicks" /} + 时间 {dreamer-cms:article field="createTime" function="format('yyyy-MM-dd HH:mm:ss')" /} +
+
+

{dreamer-cms:article field="body" /}

+
+ {dreamer-cms:prevnext layout="prev,next" /} +
+ +
+
+ + + + {dreamer-cms:include file='inc/footer.html'/} +
+{dreamer-cms:include file="inc/service.html" /} + + + + \ No newline at end of file diff --git a/templates/default_v2/article_version.html b/templates/default_v2/article_version.html new file mode 100644 index 0000000..0aea9bd --- /dev/null +++ b/templates/default_v2/article_version.html @@ -0,0 +1,94 @@ + + + + + + + + + + + + + {dreamer-cms:article field="title" /}_{dreamer-cms:global name="title"/} + + + + + + + + + + + + + + +
+ {dreamer-cms:include file='inc/header.html'/}. + + {dreamer-cms:sql sql="select image_path as litpic from system_archives where id = [9eefb5b8aed845de99855f1d55d92a49]"} +
+ {/dreamer-cms:sql} + +
+
+ + << 点击返回列表 +
+
问:{dreamer-cms:article field="title" /}
+
+ 浏览量 {dreamer-cms:article field="clicks" /} + 时间 {dreamer-cms:article field="createTime" function="format('yyyy-MM-dd HH:mm:ss')" /} +
+
+

{dreamer-cms:article field="content" /}


+
+ {dreamer-cms:prevnext layout="prev,next" /} +

+ +
+
+
+
推荐阅读
+
+ {dreamer-cms:list typeid="96nbp5pc" pagenum="1" pagesize="5" cascade="true"} +
+
+
+ +
+ [field:createtime function="format('MM-dd hh:mm:ss')" /] + [field:clicks/] +
+ +
+
+ {/dreamer-cms:list} +
+
+
+
+
+ + + + {dreamer-cms:include file="inc/footer.html" /} +
+{dreamer-cms:include file="inc/service.html" /} + + + + \ No newline at end of file diff --git a/templates/default_v2/article_zhaocai.html b/templates/default_v2/article_zhaocai.html new file mode 100644 index 0000000..745262d --- /dev/null +++ b/templates/default_v2/article_zhaocai.html @@ -0,0 +1,103 @@ + + + + + + + + + + + + + {dreamer-cms:article field="title" /}_{dreamer-cms:global name="title"/} + + + + + + + + + + + + + + + +
+ {dreamer-cms:include file='inc/header1.html'/}. + +
+ +
+
+ + << 点击返回列表 +
+
{dreamer-cms:article field="title" /}
+
+ 浏览量 {dreamer-cms:article field="clicks" /} + 时间 {dreamer-cms:article field="createTime" function="format('yyyy-MM-dd HH:mm:ss')" /} +
+
+ + + +
+ {dreamer-cms:prevnext layout="prev,next" /} +
+ +
+
+
+
推荐阅读
+
+ {dreamer-cms:list typeid="6j0r9qzq" pagenum="1" pagesize="1" cascade="true" sortBy="create_time" sortWay="desc"} +
+
+
+ +
+ [field:createtime function="format('MM-dd HH:mm:ss')" /] + [field:clicks/] +
+ +
+
+ {/dreamer-cms:list} +
+
+
+
+
+ + + + {dreamer-cms:include file="inc/footer.html" /} +
+{dreamer-cms:include file="inc/service.html" /} + + + + + \ No newline at end of file diff --git a/templates/default_v2/css/animate.css b/templates/default_v2/css/animate.css new file mode 100644 index 0000000..ef649b5 --- /dev/null +++ b/templates/default_v2/css/animate.css @@ -0,0 +1,3488 @@ +@charset "UTF-8"; + + + +.animated { + -webkit-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; +} + +.animated.infinite { + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; +} + +@-webkit-keyframes bounce { + from, + 20%, + 53%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 40%, + 43% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -30px, 0); + transform: translate3d(0, -30px, 0); + } + + 70% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -15px, 0); + transform: translate3d(0, -15px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -4px, 0); + transform: translate3d(0, -4px, 0); + } +} + +@keyframes bounce { + from, + 20%, + 53%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 40%, + 43% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -30px, 0); + transform: translate3d(0, -30px, 0); + } + + 70% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -15px, 0); + transform: translate3d(0, -15px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -4px, 0); + transform: translate3d(0, -4px, 0); + } +} + +.bounce { + -webkit-animation-name: bounce; + animation-name: bounce; + -webkit-transform-origin: center bottom; + transform-origin: center bottom; +} + +@-webkit-keyframes flash { + from, + 50%, + to { + opacity: 1; + } + + 25%, + 75% { + opacity: 0; + } +} + +@keyframes flash { + from, + 50%, + to { + opacity: 1; + } + + 25%, + 75% { + opacity: 0; + } +} + +.flash { + -webkit-animation-name: flash; + animation-name: flash; +} + + + +@-webkit-keyframes pulse { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 50% { + -webkit-transform: scale3d(1.05, 1.05, 1.05); + transform: scale3d(1.05, 1.05, 1.05); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes pulse { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 50% { + -webkit-transform: scale3d(1.05, 1.05, 1.05); + transform: scale3d(1.05, 1.05, 1.05); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.pulse { + -webkit-animation-name: pulse; + animation-name: pulse; +} + +@-webkit-keyframes rubberBand { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 30% { + -webkit-transform: scale3d(1.25, 0.75, 1); + transform: scale3d(1.25, 0.75, 1); + } + + 40% { + -webkit-transform: scale3d(0.75, 1.25, 1); + transform: scale3d(0.75, 1.25, 1); + } + + 50% { + -webkit-transform: scale3d(1.15, 0.85, 1); + transform: scale3d(1.15, 0.85, 1); + } + + 65% { + -webkit-transform: scale3d(0.95, 1.05, 1); + transform: scale3d(0.95, 1.05, 1); + } + + 75% { + -webkit-transform: scale3d(1.05, 0.95, 1); + transform: scale3d(1.05, 0.95, 1); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes rubberBand { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 30% { + -webkit-transform: scale3d(1.25, 0.75, 1); + transform: scale3d(1.25, 0.75, 1); + } + + 40% { + -webkit-transform: scale3d(0.75, 1.25, 1); + transform: scale3d(0.75, 1.25, 1); + } + + 50% { + -webkit-transform: scale3d(1.15, 0.85, 1); + transform: scale3d(1.15, 0.85, 1); + } + + 65% { + -webkit-transform: scale3d(0.95, 1.05, 1); + transform: scale3d(0.95, 1.05, 1); + } + + 75% { + -webkit-transform: scale3d(1.05, 0.95, 1); + transform: scale3d(1.05, 0.95, 1); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.rubberBand { + -webkit-animation-name: rubberBand; + animation-name: rubberBand; +} + +@-webkit-keyframes shake { + from, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 10%, + 30%, + 50%, + 70%, + 90% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 20%, + 40%, + 60%, + 80% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } +} + +@keyframes shake { + from, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 10%, + 30%, + 50%, + 70%, + 90% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 20%, + 40%, + 60%, + 80% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } +} + +.shake { + -webkit-animation-name: shake; + animation-name: shake; +} + +@-webkit-keyframes headShake { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0); + } + + 6.5% { + -webkit-transform: translateX(-6px) rotateY(-9deg); + transform: translateX(-6px) rotateY(-9deg); + } + + 18.5% { + -webkit-transform: translateX(5px) rotateY(7deg); + transform: translateX(5px) rotateY(7deg); + } + + 31.5% { + -webkit-transform: translateX(-3px) rotateY(-5deg); + transform: translateX(-3px) rotateY(-5deg); + } + + 43.5% { + -webkit-transform: translateX(2px) rotateY(3deg); + transform: translateX(2px) rotateY(3deg); + } + + 50% { + -webkit-transform: translateX(0); + transform: translateX(0); + } +} + +@keyframes headShake { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0); + } + + 6.5% { + -webkit-transform: translateX(-6px) rotateY(-9deg); + transform: translateX(-6px) rotateY(-9deg); + } + + 18.5% { + -webkit-transform: translateX(5px) rotateY(7deg); + transform: translateX(5px) rotateY(7deg); + } + + 31.5% { + -webkit-transform: translateX(-3px) rotateY(-5deg); + transform: translateX(-3px) rotateY(-5deg); + } + + 43.5% { + -webkit-transform: translateX(2px) rotateY(3deg); + transform: translateX(2px) rotateY(3deg); + } + + 50% { + -webkit-transform: translateX(0); + transform: translateX(0); + } +} + +.headShake { + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + -webkit-animation-name: headShake; + animation-name: headShake; +} + +@-webkit-keyframes swing { + 20% { + -webkit-transform: rotate3d(0, 0, 1, 15deg); + transform: rotate3d(0, 0, 1, 15deg); + } + + 40% { + -webkit-transform: rotate3d(0, 0, 1, -10deg); + transform: rotate3d(0, 0, 1, -10deg); + } + + 60% { + -webkit-transform: rotate3d(0, 0, 1, 5deg); + transform: rotate3d(0, 0, 1, 5deg); + } + + 80% { + -webkit-transform: rotate3d(0, 0, 1, -5deg); + transform: rotate3d(0, 0, 1, -5deg); + } + + to { + -webkit-transform: rotate3d(0, 0, 1, 0deg); + transform: rotate3d(0, 0, 1, 0deg); + } +} + +@keyframes swing { + 20% { + -webkit-transform: rotate3d(0, 0, 1, 15deg); + transform: rotate3d(0, 0, 1, 15deg); + } + + 40% { + -webkit-transform: rotate3d(0, 0, 1, -10deg); + transform: rotate3d(0, 0, 1, -10deg); + } + + 60% { + -webkit-transform: rotate3d(0, 0, 1, 5deg); + transform: rotate3d(0, 0, 1, 5deg); + } + + 80% { + -webkit-transform: rotate3d(0, 0, 1, -5deg); + transform: rotate3d(0, 0, 1, -5deg); + } + + to { + -webkit-transform: rotate3d(0, 0, 1, 0deg); + transform: rotate3d(0, 0, 1, 0deg); + } +} + +.swing { + -webkit-transform-origin: top center; + transform-origin: top center; + -webkit-animation-name: swing; + animation-name: swing; +} + +@-webkit-keyframes tada { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 10%, + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + } + + 30%, + 50%, + 70%, + 90% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + } + + 40%, + 60%, + 80% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes tada { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 10%, + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + } + + 30%, + 50%, + 70%, + 90% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + } + + 40%, + 60%, + 80% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.tada { + -webkit-animation-name: tada; + animation-name: tada; +} + + + +@-webkit-keyframes wobble { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 15% { + -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + } + + 30% { + -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + } + + 45% { + -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + } + + 60% { + -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + } + + 75% { + -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes wobble { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 15% { + -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + } + + 30% { + -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + } + + 45% { + -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + } + + 60% { + -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + } + + 75% { + -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.wobble { + -webkit-animation-name: wobble; + animation-name: wobble; +} + +@-webkit-keyframes jello { + from, + 11.1%, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 22.2% { + -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); + transform: skewX(-12.5deg) skewY(-12.5deg); + } + + 33.3% { + -webkit-transform: skewX(6.25deg) skewY(6.25deg); + transform: skewX(6.25deg) skewY(6.25deg); + } + + 44.4% { + -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); + transform: skewX(-3.125deg) skewY(-3.125deg); + } + + 55.5% { + -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); + transform: skewX(1.5625deg) skewY(1.5625deg); + } + + 66.6% { + -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); + transform: skewX(-0.78125deg) skewY(-0.78125deg); + } + + 77.7% { + -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); + transform: skewX(0.390625deg) skewY(0.390625deg); + } + + 88.8% { + -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + } +} + +@keyframes jello { + from, + 11.1%, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 22.2% { + -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); + transform: skewX(-12.5deg) skewY(-12.5deg); + } + + 33.3% { + -webkit-transform: skewX(6.25deg) skewY(6.25deg); + transform: skewX(6.25deg) skewY(6.25deg); + } + + 44.4% { + -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); + transform: skewX(-3.125deg) skewY(-3.125deg); + } + + 55.5% { + -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); + transform: skewX(1.5625deg) skewY(1.5625deg); + } + + 66.6% { + -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); + transform: skewX(-0.78125deg) skewY(-0.78125deg); + } + + 77.7% { + -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); + transform: skewX(0.390625deg) skewY(0.390625deg); + } + + 88.8% { + -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + } +} + +.jello { + -webkit-animation-name: jello; + animation-name: jello; + -webkit-transform-origin: center; + transform-origin: center; +} + +@-webkit-keyframes bounceIn { + from, + 20%, + 40%, + 60%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 20% { + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + 40% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(1.03, 1.03, 1.03); + transform: scale3d(1.03, 1.03, 1.03); + } + + 80% { + -webkit-transform: scale3d(0.97, 0.97, 0.97); + transform: scale3d(0.97, 0.97, 0.97); + } + + to { + opacity: 1; + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes bounceIn { + from, + 20%, + 40%, + 60%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 20% { + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + 40% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(1.03, 1.03, 1.03); + transform: scale3d(1.03, 1.03, 1.03); + } + + 80% { + -webkit-transform: scale3d(0.97, 0.97, 0.97); + transform: scale3d(0.97, 0.97, 0.97); + } + + to { + opacity: 1; + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.bounceIn { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-animation-name: bounceIn; + animation-name: bounceIn; +} + +@-webkit-keyframes bounceInDown { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(0, -3000px, 0); + transform: translate3d(0, -3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, 25px, 0); + transform: translate3d(0, 25px, 0); + } + + 75% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, 5px, 0); + transform: translate3d(0, 5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInDown { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(0, -3000px, 0); + transform: translate3d(0, -3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, 25px, 0); + transform: translate3d(0, 25px, 0); + } + + 75% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, 5px, 0); + transform: translate3d(0, 5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.bounceInDown { + -webkit-animation-name: bounceInDown; + animation-name: bounceInDown; +} + +@-webkit-keyframes bounceInLeft { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(-3000px, 0, 0); + transform: translate3d(-3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(25px, 0, 0); + transform: translate3d(25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(5px, 0, 0); + transform: translate3d(5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInLeft { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(-3000px, 0, 0); + transform: translate3d(-3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(25px, 0, 0); + transform: translate3d(25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(5px, 0, 0); + transform: translate3d(5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.bounceInLeft { + -webkit-animation-name: bounceInLeft; + animation-name: bounceInLeft; +} + +@-webkit-keyframes bounceInRight { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(3000px, 0, 0); + transform: translate3d(3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(-5px, 0, 0); + transform: translate3d(-5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInRight { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(3000px, 0, 0); + transform: translate3d(3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(-5px, 0, 0); + transform: translate3d(-5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.bounceInRight { + -webkit-animation-name: bounceInRight; + animation-name: bounceInRight; +} + +@-webkit-keyframes bounceInUp { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(0, 3000px, 0); + transform: translate3d(0, 3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 75% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -5px, 0); + transform: translate3d(0, -5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInUp { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(0, 3000px, 0); + transform: translate3d(0, 3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 75% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -5px, 0); + transform: translate3d(0, -5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.bounceInUp { + -webkit-animation-name: bounceInUp; + animation-name: bounceInUp; +} + +@-webkit-keyframes bounceOut { + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 50%, + 55% { + opacity: 1; + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } +} + +@keyframes bounceOut { + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 50%, + 55% { + opacity: 1; + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } +} + +.bounceOut { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-animation-name: bounceOut; + animation-name: bounceOut; +} + +@-webkit-keyframes bounceOutDown { + 20% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +@keyframes bounceOutDown { + 20% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +.bounceOutDown { + -webkit-animation-name: bounceOutDown; + animation-name: bounceOutDown; +} + +@-webkit-keyframes bounceOutLeft { + 20% { + opacity: 1; + -webkit-transform: translate3d(20px, 0, 0); + transform: translate3d(20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +@keyframes bounceOutLeft { + 20% { + opacity: 1; + -webkit-transform: translate3d(20px, 0, 0); + transform: translate3d(20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +.bounceOutLeft { + -webkit-animation-name: bounceOutLeft; + animation-name: bounceOutLeft; +} + +@-webkit-keyframes bounceOutRight { + 20% { + opacity: 1; + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +@keyframes bounceOutRight { + 20% { + opacity: 1; + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +.bounceOutRight { + -webkit-animation-name: bounceOutRight; + animation-name: bounceOutRight; +} + +@-webkit-keyframes bounceOutUp { + 20% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, 20px, 0); + transform: translate3d(0, 20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +@keyframes bounceOutUp { + 20% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, 20px, 0); + transform: translate3d(0, 20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +.bounceOutUp { + -webkit-animation-name: bounceOutUp; + animation-name: bounceOutUp; +} + +@-webkit-keyframes fadeIn { + from { + opacity: 0; + } + + to { + opacity: 1; + } +} + +@keyframes fadeIn { + from { + opacity: 0; + } + + to { + opacity: 1; + } +} + +.fadeIn { + -webkit-animation-name: fadeIn; + animation-name: fadeIn; +} + +@-webkit-keyframes fadeInDown { + from { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInDown { + from { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInDown { + -webkit-animation-name: fadeInDown; + animation-name: fadeInDown; +} + +@-webkit-keyframes fadeInDownBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInDownBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInDownBig { + -webkit-animation-name: fadeInDownBig; + animation-name: fadeInDownBig; +} + +@-webkit-keyframes fadeInLeft { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInLeft { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInLeft { + -webkit-animation-name: fadeInLeft; + animation-name: fadeInLeft; +} + +@-webkit-keyframes fadeInLeftBig { + from { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInLeftBig { + from { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInLeftBig { + -webkit-animation-name: fadeInLeftBig; + animation-name: fadeInLeftBig; +} + +@-webkit-keyframes fadeInRight { + from { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInRight { + from { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInRight { + -webkit-animation-name: fadeInRight; + animation-name: fadeInRight; +} + +@-webkit-keyframes fadeInRightBig { + from { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInRightBig { + from { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInRightBig { + -webkit-animation-name: fadeInRightBig; + animation-name: fadeInRightBig; +} + +@-webkit-keyframes fadeInUp { + from { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInUp { + from { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInUp { + -webkit-animation-name: fadeInUp; + animation-name: fadeInUp; +} + +@-webkit-keyframes fadeInUpBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInUpBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInUpBig { + -webkit-animation-name: fadeInUpBig; + animation-name: fadeInUpBig; +} + +@-webkit-keyframes fadeOut { + from { + opacity: 1; + } + + to { + opacity: 0; + } +} + +@keyframes fadeOut { + from { + opacity: 1; + } + + to { + opacity: 0; + } +} + +.fadeOut { + -webkit-animation-name: fadeOut; + animation-name: fadeOut; +} + +@-webkit-keyframes fadeOutDown { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +@keyframes fadeOutDown { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +.fadeOutDown { + -webkit-animation-name: fadeOutDown; + animation-name: fadeOutDown; +} + +@-webkit-keyframes fadeOutDownBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +@keyframes fadeOutDownBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +.fadeOutDownBig { + -webkit-animation-name: fadeOutDownBig; + animation-name: fadeOutDownBig; +} + +@-webkit-keyframes fadeOutLeft { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +@keyframes fadeOutLeft { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +.fadeOutLeft { + -webkit-animation-name: fadeOutLeft; + animation-name: fadeOutLeft; +} + +@-webkit-keyframes fadeOutLeftBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +@keyframes fadeOutLeftBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +.fadeOutLeftBig { + -webkit-animation-name: fadeOutLeftBig; + animation-name: fadeOutLeftBig; +} + +@-webkit-keyframes fadeOutRight { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +@keyframes fadeOutRight { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +.fadeOutRight { + -webkit-animation-name: fadeOutRight; + animation-name: fadeOutRight; +} + +@-webkit-keyframes fadeOutRightBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +@keyframes fadeOutRightBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +.fadeOutRightBig { + -webkit-animation-name: fadeOutRightBig; + animation-name: fadeOutRightBig; +} + +@-webkit-keyframes fadeOutUp { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +@keyframes fadeOutUp { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +.fadeOutUp { + -webkit-animation-name: fadeOutUp; + animation-name: fadeOutUp; +} + +@-webkit-keyframes fadeOutUpBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +@keyframes fadeOutUpBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +.fadeOutUpBig { + -webkit-animation-name: fadeOutUpBig; + animation-name: fadeOutUpBig; +} + +@-webkit-keyframes flip { + from { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); + transform: perspective(400px) rotate3d(0, 1, 0, -360deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 40% { + -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); + transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 50% { + -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); + transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 80% { + -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95); + transform: perspective(400px) scale3d(0.95, 0.95, 0.95); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } +} + +@keyframes flip { + from { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); + transform: perspective(400px) rotate3d(0, 1, 0, -360deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 40% { + -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); + transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 50% { + -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); + transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 80% { + -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95); + transform: perspective(400px) scale3d(0.95, 0.95, 0.95); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } +} + +.animated.flip { + -webkit-backface-visibility: visible; + backface-visibility: visible; + -webkit-animation-name: flip; + animation-name: flip; +} + +@-webkit-keyframes flipInX { + from { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +@keyframes flipInX { + from { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +.flipInX { + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; + -webkit-animation-name: flipInX; + animation-name: flipInX; +} + +@-webkit-keyframes flipInY { + from { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +@keyframes flipInY { + from { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +.flipInY { + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; + -webkit-animation-name: flipInY; + animation-name: flipInY; +} + +@-webkit-keyframes flipOutX { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + opacity: 0; + } +} + +@keyframes flipOutX { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + opacity: 0; + } +} + +.flipOutX { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-animation-name: flipOutX; + animation-name: flipOutX; + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; +} + +@-webkit-keyframes flipOutY { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + opacity: 0; + } +} + +@keyframes flipOutY { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + opacity: 0; + } +} + +.flipOutY { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; + -webkit-animation-name: flipOutY; + animation-name: flipOutY; +} + +@-webkit-keyframes lightSpeedIn { + from { + -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); + transform: translate3d(100%, 0, 0) skewX(-30deg); + opacity: 0; + } + + 60% { + -webkit-transform: skewX(20deg); + transform: skewX(20deg); + opacity: 1; + } + + 80% { + -webkit-transform: skewX(-5deg); + transform: skewX(-5deg); + opacity: 1; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes lightSpeedIn { + from { + -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); + transform: translate3d(100%, 0, 0) skewX(-30deg); + opacity: 0; + } + + 60% { + -webkit-transform: skewX(20deg); + transform: skewX(20deg); + opacity: 1; + } + + 80% { + -webkit-transform: skewX(-5deg); + transform: skewX(-5deg); + opacity: 1; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.lightSpeedIn { + -webkit-animation-name: lightSpeedIn; + animation-name: lightSpeedIn; + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; +} + +@-webkit-keyframes lightSpeedOut { + from { + opacity: 1; + } + + to { + -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); + transform: translate3d(100%, 0, 0) skewX(30deg); + opacity: 0; + } +} + +@keyframes lightSpeedOut { + from { + opacity: 1; + } + + to { + -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); + transform: translate3d(100%, 0, 0) skewX(30deg); + opacity: 0; + } +} + +.lightSpeedOut { + -webkit-animation-name: lightSpeedOut; + animation-name: lightSpeedOut; + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; +} + +@-webkit-keyframes rotateIn { + from { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, -200deg); + transform: rotate3d(0, 0, 1, -200deg); + opacity: 0; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateIn { + from { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, -200deg); + transform: rotate3d(0, 0, 1, -200deg); + opacity: 0; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.rotateIn { + -webkit-animation-name: rotateIn; + animation-name: rotateIn; +} + +@-webkit-keyframes rotateInDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.rotateInDownLeft { + -webkit-animation-name: rotateInDownLeft; + animation-name: rotateInDownLeft; +} + +@-webkit-keyframes rotateInDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.rotateInDownRight { + -webkit-animation-name: rotateInDownRight; + animation-name: rotateInDownRight; +} + +@-webkit-keyframes rotateInUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.rotateInUpLeft { + -webkit-animation-name: rotateInUpLeft; + animation-name: rotateInUpLeft; +} + +@-webkit-keyframes rotateInUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -90deg); + transform: rotate3d(0, 0, 1, -90deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -90deg); + transform: rotate3d(0, 0, 1, -90deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.rotateInUpRight { + -webkit-animation-name: rotateInUpRight; + animation-name: rotateInUpRight; +} + +@-webkit-keyframes rotateOut { + from { + -webkit-transform-origin: center; + transform-origin: center; + opacity: 1; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, 200deg); + transform: rotate3d(0, 0, 1, 200deg); + opacity: 0; + } +} + +@keyframes rotateOut { + from { + -webkit-transform-origin: center; + transform-origin: center; + opacity: 1; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, 200deg); + transform: rotate3d(0, 0, 1, 200deg); + opacity: 0; + } +} + +.rotateOut { + -webkit-animation-name: rotateOut; + animation-name: rotateOut; +} + +@-webkit-keyframes rotateOutDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } +} + +@keyframes rotateOutDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } +} + +.rotateOutDownLeft { + -webkit-animation-name: rotateOutDownLeft; + animation-name: rotateOutDownLeft; +} + +@-webkit-keyframes rotateOutDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +@keyframes rotateOutDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +.rotateOutDownRight { + -webkit-animation-name: rotateOutDownRight; + animation-name: rotateOutDownRight; +} + +@-webkit-keyframes rotateOutUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +@keyframes rotateOutUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +.rotateOutUpLeft { + -webkit-animation-name: rotateOutUpLeft; + animation-name: rotateOutUpLeft; +} + +@-webkit-keyframes rotateOutUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 90deg); + transform: rotate3d(0, 0, 1, 90deg); + opacity: 0; + } +} + +@keyframes rotateOutUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 90deg); + transform: rotate3d(0, 0, 1, 90deg); + opacity: 0; + } +} + +.rotateOutUpRight { + -webkit-animation-name: rotateOutUpRight; + animation-name: rotateOutUpRight; +} + +@-webkit-keyframes hinge { + 0% { + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 20%, + 60% { + -webkit-transform: rotate3d(0, 0, 1, 80deg); + transform: rotate3d(0, 0, 1, 80deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 40%, + 80% { + -webkit-transform: rotate3d(0, 0, 1, 60deg); + transform: rotate3d(0, 0, 1, 60deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + opacity: 1; + } + + to { + -webkit-transform: translate3d(0, 700px, 0); + transform: translate3d(0, 700px, 0); + opacity: 0; + } +} + +@keyframes hinge { + 0% { + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 20%, + 60% { + -webkit-transform: rotate3d(0, 0, 1, 80deg); + transform: rotate3d(0, 0, 1, 80deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 40%, + 80% { + -webkit-transform: rotate3d(0, 0, 1, 60deg); + transform: rotate3d(0, 0, 1, 60deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + opacity: 1; + } + + to { + -webkit-transform: translate3d(0, 700px, 0); + transform: translate3d(0, 700px, 0); + opacity: 0; + } +} + +.hinge { + -webkit-animation-duration: 2s; + animation-duration: 2s; + -webkit-animation-name: hinge; + animation-name: hinge; +} + +@-webkit-keyframes jackInTheBox { + from { + opacity: 0; + -webkit-transform: scale(0.1) rotate(30deg); + transform: scale(0.1) rotate(30deg); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + } + + 50% { + -webkit-transform: rotate(-10deg); + transform: rotate(-10deg); + } + + 70% { + -webkit-transform: rotate(3deg); + transform: rotate(3deg); + } + + to { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@keyframes jackInTheBox { + from { + opacity: 0; + -webkit-transform: scale(0.1) rotate(30deg); + transform: scale(0.1) rotate(30deg); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + } + + 50% { + -webkit-transform: rotate(-10deg); + transform: rotate(-10deg); + } + + 70% { + -webkit-transform: rotate(3deg); + transform: rotate(3deg); + } + + to { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); + } +} + +.jackInTheBox { + -webkit-animation-name: jackInTheBox; + animation-name: jackInTheBox; +} + + + +@-webkit-keyframes rollIn { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes rollIn { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.rollIn { + -webkit-animation-name: rollIn; + animation-name: rollIn; +} + + + +@-webkit-keyframes rollOut { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + } +} + +@keyframes rollOut { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + } +} + +.rollOut { + -webkit-animation-name: rollOut; + animation-name: rollOut; +} + +@-webkit-keyframes zoomIn { + from { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 50% { + opacity: 1; + } +} + +@keyframes zoomIn { + from { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 50% { + opacity: 1; + } +} + +.zoomIn { + -webkit-animation-name: zoomIn; + animation-name: zoomIn; +} + +@-webkit-keyframes zoomInDown { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInDown { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.zoomInDown { + -webkit-animation-name: zoomInDown; + animation-name: zoomInDown; +} + +@-webkit-keyframes zoomInLeft { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInLeft { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.zoomInLeft { + -webkit-animation-name: zoomInLeft; + animation-name: zoomInLeft; +} + +@-webkit-keyframes zoomInRight { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInRight { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.zoomInRight { + -webkit-animation-name: zoomInRight; + animation-name: zoomInRight; +} + +@-webkit-keyframes zoomInUp { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInUp { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.zoomInUp { + -webkit-animation-name: zoomInUp; + animation-name: zoomInUp; +} + +@-webkit-keyframes zoomOut { + from { + opacity: 1; + } + + 50% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + to { + opacity: 0; + } +} + +@keyframes zoomOut { + from { + opacity: 1; + } + + 50% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + to { + opacity: 0; + } +} + +.zoomOut { + -webkit-animation-name: zoomOut; + animation-name: zoomOut; +} + +@-webkit-keyframes zoomOutDown { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomOutDown { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.zoomOutDown { + -webkit-animation-name: zoomOutDown; + animation-name: zoomOutDown; +} + +@-webkit-keyframes zoomOutLeft { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0); + transform: scale(0.1) translate3d(-2000px, 0, 0); + -webkit-transform-origin: left center; + transform-origin: left center; + } +} + +@keyframes zoomOutLeft { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0); + transform: scale(0.1) translate3d(-2000px, 0, 0); + -webkit-transform-origin: left center; + transform-origin: left center; + } +} + +.zoomOutLeft { + -webkit-animation-name: zoomOutLeft; + animation-name: zoomOutLeft; +} + +@-webkit-keyframes zoomOutRight { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(2000px, 0, 0); + transform: scale(0.1) translate3d(2000px, 0, 0); + -webkit-transform-origin: right center; + transform-origin: right center; + } +} + +@keyframes zoomOutRight { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(2000px, 0, 0); + transform: scale(0.1) translate3d(2000px, 0, 0); + -webkit-transform-origin: right center; + transform-origin: right center; + } +} + +.zoomOutRight { + -webkit-animation-name: zoomOutRight; + animation-name: zoomOutRight; +} + +@-webkit-keyframes zoomOutUp { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomOutUp { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.zoomOutUp { + -webkit-animation-name: zoomOutUp; + animation-name: zoomOutUp; +} + +@-webkit-keyframes slideInDown { + from { + -webkit-transform: translate3d(0, -30%, 0); + transform: translate3d(0, -30%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInDown { + from { + -webkit-transform: translate3d(0, -30%, 0); + transform: translate3d(0, -30%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.slideInDown { + -webkit-animation-name: slideInDown; + animation-name: slideInDown; +} + +@-webkit-keyframes slideInLeft { + from { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInLeft { + from { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.slideInLeft { + -webkit-animation-name: slideInLeft; + animation-name: slideInLeft; +} + +@-webkit-keyframes slideInRight { + from { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInRight { + from { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.slideInRight { + -webkit-animation-name: slideInRight; + animation-name: slideInRight; +} + +@-webkit-keyframes slideInUp { + from { + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInUp { + from { + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.slideInUp { + -webkit-animation-name: slideInUp; + animation-name: slideInUp; +} + +@-webkit-keyframes slideOutDown { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +@keyframes slideOutDown { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +.slideOutDown { + -webkit-animation-name: slideOutDown; + animation-name: slideOutDown; +} + +@-webkit-keyframes slideOutLeft { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +@keyframes slideOutLeft { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +.slideOutLeft { + -webkit-animation-name: slideOutLeft; + animation-name: slideOutLeft; +} + +@-webkit-keyframes slideOutRight { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +@keyframes slideOutRight { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +.slideOutRight { + -webkit-animation-name: slideOutRight; + animation-name: slideOutRight; +} + +@-webkit-keyframes slideOutUp { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +@keyframes slideOutUp { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +.slideOutUp { + -webkit-animation-name: slideOutUp; + animation-name: slideOutUp; +} \ No newline at end of file diff --git a/templates/default_v2/css/fonts/iconfont.eot b/templates/default_v2/css/fonts/iconfont.eot new file mode 100644 index 0000000..cfa57e1 Binary files /dev/null and b/templates/default_v2/css/fonts/iconfont.eot differ diff --git a/templates/default_v2/css/fonts/iconfont.svg b/templates/default_v2/css/fonts/iconfont.svg new file mode 100644 index 0000000..0c1b8ac --- /dev/null +++ b/templates/default_v2/css/fonts/iconfont.svg @@ -0,0 +1,88 @@ + + + + +Created by FontForge 20120731 at Sat Nov 28 22:48:50 2015 + By Ads + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/default_v2/css/fonts/iconfont.ttf b/templates/default_v2/css/fonts/iconfont.ttf new file mode 100644 index 0000000..515b493 Binary files /dev/null and b/templates/default_v2/css/fonts/iconfont.ttf differ diff --git a/templates/default_v2/css/fonts/iconfont.woff b/templates/default_v2/css/fonts/iconfont.woff new file mode 100644 index 0000000..ed12916 Binary files /dev/null and b/templates/default_v2/css/fonts/iconfont.woff differ diff --git a/templates/default_v2/css/iconfont/iconfont-1573089550858.eot b/templates/default_v2/css/iconfont/iconfont-1573089550858.eot new file mode 100644 index 0000000..d5d52ba Binary files /dev/null and b/templates/default_v2/css/iconfont/iconfont-1573089550858.eot differ diff --git a/templates/default_v2/css/iconfont/iconfont-1573089550858.svg b/templates/default_v2/css/iconfont/iconfont-1573089550858.svg new file mode 100644 index 0000000..4bdca00 --- /dev/null +++ b/templates/default_v2/css/iconfont/iconfont-1573089550858.svg @@ -0,0 +1,692 @@ + + + + + +Created by iconfont + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/default_v2/css/iconfont/iconfont-1573089550858.ttf b/templates/default_v2/css/iconfont/iconfont-1573089550858.ttf new file mode 100644 index 0000000..5f4b661 Binary files /dev/null and b/templates/default_v2/css/iconfont/iconfont-1573089550858.ttf differ diff --git a/templates/default_v2/css/iconfont/iconfont-1573089550858.woff b/templates/default_v2/css/iconfont/iconfont-1573089550858.woff new file mode 100644 index 0000000..f077e8b Binary files /dev/null and b/templates/default_v2/css/iconfont/iconfont-1573089550858.woff differ diff --git a/templates/default_v2/css/iconfont/iconfont.css b/templates/default_v2/css/iconfont/iconfont.css new file mode 100644 index 0000000..5b11aa3 --- /dev/null +++ b/templates/default_v2/css/iconfont/iconfont.css @@ -0,0 +1,904 @@ +@font-face {font-family: "iconfont"; + src: url('iconfont-1573089550858.eot'); + src: url('iconfont-1573089550858.eot#iefix') format('embedded-opentype'), + url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAI3YAAsAAAABBYwAAI2EAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCcRgqDxwCC5CkBNgIkA4Z0C4M8AAQgBYRtB5RPG7DRF2Selc5BdyCgn95QDWYjItg4IAY/TybcGG7YOGDYwm1l//+flVRkzCQbabuhTECvh8NZVFXGGCiaooLMkdjxQHCi2LtKflIdthhYSS86xElDmCxMdVXc1tUyZlpF/7vfQuR6JObwbRHN+ZZ283GoarkxlbVh9ex+tn98udEcpuTVZ8rw5mwxjPUnDZc4ESq9mWr44nuJ3xYnfrSLm/91wK3VbYFtw140Oh554Fv7/Z3deag0QrFGqOpNTEqEUkmcDqGQ1KpYpMH//sPl3h/zrjkpK8xLKDCN8Ybn59b7/6+DGLCgciOllsSoMRgZA0SEHiAooBImmIBx2IR3ciYCKtYZoIdxJiiYVyLW6Xme8AQ/ubd/U9CLrkjJ1DJsqetCIx0IMLfdDFH9j2ujR1KBUiA1QuV4O/uk3bQbAJtj6IP/zLzwwE+f2039UakXFATAwHZ7R8JqZlkcs7ADPTCwe+ffGznjIp9JoWJFMvqxX59KtmpuTxial0yGu1YsdLMVVCAIOfRD6YQSAdWoOHHcu0zdf75vqv8zu1JyzoxWcs4RJGkvh+wiOSlc4mRmR7aaWuISJ61+Zn9nfwcEhoJW5CQumMKFQAmk1SPgeeJYPboEjxS88fUrPuIDquypsvS/s22Ofv5/6Deth/uE93wkbe482qxZT0QjZyLwm/yOEKisxIC0a9VoXWB4oiPr2j7kBB0fkJLMdIv5fsrp28x1puUHgpZNP26X+bQnEiTsuIz5umiu8lVgWYGSYln+wAXA0+7iVIdDkNFYLxzbR+dzVZFt5clPTWxF8EwzkRciwC+d9lGB6PvdbxpmLC53lWcBIS22nxy0Tv7X3p+WZRX0FXKhG4lEun2Fsv/Q+oGu3lxal62olj7+G5X5S1O4VB3hEDpOR/g4G+V0qNJDqg2A1T4r93+qWi0pWU57gb4YHC7EDUVzIVWxu/aain8GoDADgNIApOwhJVkg5ABItjSgE0jJkQXtTVrv5upCDBzS9iMp61YQtSlQF0KoQu5SKpvb/9OZtfKi3Hn3iAJYHRXV1Vde1/xZOM/Y2ZguXkA5RNL6QApXe0BQYpkybxQcBUfBsY+koOQc2Mf0esCaoa+9Bwgh4li5FJNoNwf+jzE1DzS2Wx4RCSLgCOJI9zDp/kN29aAnXlP9IXP+P6h0LRcWqVABGVMBk5CEXEjw/zf/zafd42baWyIiIYgVSf/W/joB5LlzBDU0dQxIKnkugLA0PzsulUFaY4LsccuLkQq1O8ikbUzAHv/94ZMfEiBhKUi+qUffOOX76rfbhp64Io0Wf+NYvAQpqANESE+sC8kxSfg6jra9Djkx/CI0yxfMetnRBASj4RNzcAsIy726/eq3V1OvPkyxqP2XWy1tr/QnXGr+AgcFKKoWtfRrSLuqYvHYySZZgHvgEyVUltq6pa0+rH8qGvwfyIOImHSNxhLUebdyVGE400jQsqUW4y9TZMnT46rGn8P+gcGhtY3p+YudTwUCwmNie51UqHLaaWn559bfwLzjMJGJmQwfisW5+bidLLh0N5KjyYsyC1/zNTvvELtx8vf3StX6cly3ajd6+7Zbmni19r58+7H++PP7bP9Al8s29w/+g7mH5e5GM53dPKg3Fa4pMRtSmOgJqd6+/oHBoeGR0bGJyanpmdm5+YXFpeWV1bX1jc7Nre2d3b39g8Oj49OzsjMXl1dcc8Mtd9zzwCNPPPPCK2+888EnX3zzQ03rL/8UGlraqlePd3epnPy7vLq+uTVhwNYzwLEaL34KDYCA6gwRQAieIgzpEIFGiIIxREMCxEAdxMI7xMEK4uEICVABiTCMJMiEZBhBCgQBqfAGabCEdGiBDBhHJrxE1iMFQhbkQB7kQg80gis0hhpoAn/QFA6RB/1oBgNoDoNoAUPIhzUUwAYKYRpFMI+WcIFWsIPW8AltoADaQgDQDu6hPcQAHeAZOkIvdIITdP4XVS5wuOQKcIpu0AnF/yJJArCM7vATPWALPeEvekEg0BtW0QeOcRGEAX2hCPrBBPrDDAZABgyEDyiFYiiDOKAcGqACPqIStlEFyTAIgoHBsI8hsIuhEAlUQyoMgyYYDi8wAspgJCxgFHxFDeTDaGiGWjjHGOiAsRAL1MEvjINJjIffmADfMREqYRJUw2TowxTIgalwjWnQCtOhHWbAKGbCLWbBW8yGbpgDaTAX4qEeamEe7GE+fMEC+IaL4QcWHnUtAXiMRfAZl8J7LIZsWAL/AJZCFyyDSyyHNlgB97HyaFcVwH+ATTCHrfAQ26AcroW7uAGigRshCXbCGe6AG9wJD/BnqIfHYQqHIBx4Gh7hKJTAKzCLtyEE+Bts4hQkwg/wRLAioFdE9ImEfpExIAoGRcWQaBgWHSNiYFRMjImFCbExKQ6mJIBpCWJGQpiVMOYkgnmJYkFiWJQ4liSBZUliRVJYlTTWJIN1yWJDcuiUPDalgC0pYltK2JEydqWCPaliX2o4kDoOpYEjaeJYWjiVNs6kgzKQLs6lhwvp41IGuEKGuEZc3CAebhEfd8gI98gYD8gEj8gUT8gMz8gcL8gCr8gSb8gK78gaH8gGn8gWX8gO38geP8gBNXI8Lp0Av8gD/8gfBUUXDYoeWhTvaFN8TjXuA9MDfQHjSiK6lV7oUnojwoc+1rmAnjCX0AvmCnrDXEMbzA20A5qwW+AZBPtDcZ+WMhjy2JnK+s2DjGIpLJh3IoKp5eFCHBuYbtHNCAoOmmiXOaJIzTlHFhaq8wIq42G8EE8HvTakmFE5Qw4x85jWgHAs0TaIJwd0Euk0vSK20xRRKJ0MemhfcTedEN8odumWWBligF6hMgp1RjimSrvJkgmMuw9ATQl6tkBPDnoo9FnXbSS1OqSEleh2dzJiyJPQTROM7XThHemMVsGDfAkHhPhFaRIBjT4kqDqilHrj+2Htiw9yANu1xHQMiyStFSgFRBG6YMbMJQTNEbiwDPzCE7eNu2B689H0ocqwzYg0mU/qsG5v+/bsxfW2nYjS3l/tEmMIQq03ntTkpOMy1Xwbog2fCZs0of1ogE1gBbwKRCWm/3Wss9l8DLU0hAWQ0ikTA4SJo2xixqplNBkt0lcn5l0uh8zzTGR6UqKuY5yy3CGz+ELhr0fboQe3YAgC5mBVoIhqpzCGaTWwYIF8MDF7LPslADn3Ii1BpI+CZef2V7krkZn21nUREW+WqY/wjU+cMWUkq0lECKafY5JlYHG1PIkxtZ7+oY3EPYVoOn2NdTxT4+GSUR5SSaMzE9KqbT/KKb/SLcS7E/AB16eZQckdPXt0c20NkEMRlJIekEyQjyFou1E0x+aMkaj2tYoYnHic9o5mRazWoEGM64ObZdi525mBgYbUGWdMO7BOKHjU6RZGk9AyI6Gm0RF2ApifYSHGIXTjWWpsD0FzfZeXpkvWXL8SV4AxmsTJzsBIqQwnsXTjFu5ok/mvI4KuN9rtOHOPu46WatUxDYeWDepxiN9cmBcHrk7mdz74q55IxFFoHZGDPefIJcKHUwjKEUEKbyz20zM7N0phJcVlif2EpMUyNj6TQvD0ECORiNzNTDZFjq0NQFgftbdCHBxiLZMyeYJowpCqGnqhvg7nKJ12AfobX4mnqVkMX1VV5hsnTWER3zQZjyKfgaQIEo0pAYsdIFANrENFGtuRo58ov8iZZ5IDgKPWfcKHNvFPyAme+2cSAdax4xqwlytwDGD2Aet8miXAyldJWWIa8cXbaVgr+IJ3KwOfAzUB9oSrmEcEcZZ0cYVWVDAKLaJaM4aDo/y2xcJEA+iWP6SQulT5DzIhAJ6oORaU1aokl5LHAAkDrhPXpOeT4GAzwPwYI1ozaI0hLTuZkCnbpJG6uwPgFZOmXTu3vZVlVnWz5K0iK1C3RN+sSOGmnRz3N7OwTUugPiUcJ9p2+7vKtojw2klBIKKo3uVzGfWYKldvqtSmT85olFLlULUQiiZmY+IIAHfu4QpP8O7Owse1xcw2fJIJK6kAkRWCsLA1b0RLs0vwp9DqJO9YgOB7FxCQgCegX0ZFy/1Bf4UTCOrA22uGYsX1FRKD034QuxwkhwrM+9Pdgc8niSLWPMOhqmBTDUXigp8467e9l8XEcI2DL3mOillOPoK+K2HRLgr5swLQbHcduz56hvCVJm9s/LKo7VeszGtJa5aTxTq20BMYoMI/Zo5R92H6woY6sRZ6qOFx4hS7xeCGYCP3ERZxP9W9sBAaLoGNVXlW9TEIvYnJOU3/Keuphu/QEnsDlfGHFIMABCdnRyuRi3GJ/SRQ0Y2ocsfj9IbLQijkxOVxn1JoQFK74LD4c7E7nSfIfNb1f8dcIkdo3KWM5uYYZW9ye7I0bdIIWLs+uNIULAhP+BBO7Mra44QFi3YfL8sTkyguNTy/jsbNUygS9Jed1P3Wi/oj1YMB/yLbcXpdCb1OL9YBzWu2d9due3i4ignWpXtHO5O8yPidyTs5Z4Slpmgu5G3yaZwqBGQpOZYQCWYKjbcLutoqJkiZKWQlEIADRqrHr8Bkve0X8KLHyyIq1ceNOo9z3Vb7HXEQ++X4NXX6F9yNCdNU2vGL8TQaCkOJ5hOaNgJOJ3MJvSs/+uDKICBGWDj+bX9tNJVMthqdv63J74iiXcxvQNMXbilCuTKYlJQx6C8oEEhlFA1nqJZj5wMF7AVac+VH+cVW8p55f/Ju1NSo/mtJyLgHFx4nEsTMPM0wzFyStDWD8+n4xGX6ugsIX2Uz2dLMQqbtvl6XU0hmFM51r291L9uDgQFVlFl3aPn6m3ZKWjyRfF4SFReM5tf7NIKwciGaHTQglZiozKq5nkRoreoeU1OCCMChggFcuY1aR7pJcNlYR1ajf5cBHG94MK1R99yS/o/p3e3kBI2PgPIAAbzciCCC+PvSxeNWbA4zTOrdRq9bAZFohHYToBvf/Xo19+4KMvhgNb4a9kynNero0ZVLkfUdVcPTLfnC+/709PccP+sHtgJnb9/YvnPY8PuJbaSiCePJmc766yX1rv54NdXDqn336YPNYgwSdCL9Hjn418GsO2Vvur/+jLGfaofb2PC6e7b/bBtlqFpb27Z8PUzjojut0bc+K/cUsi2/7UGWY9byQCBWCD91+CGTP/vQe6GqGXgFscIhVYVLRU4YIVfnoe6hVocvFqDTEoC3asGPn7/FS9evgLq9WoY1JeDAtvnboVZtxSz5bmCct+YNv+MRqSDsHYdh7PcoqXrxDhX7CshIyB5euWHtttXTvbiPoadIMAIsSjyGBHjj0p2F+XmWsC/x0Ghl+0QngoQEODbq1m1fjk+yxxF7n81jG1uYIhCHCOyKxJmvvoi3flGnETZq4NuV2uu6rc6v3M1TIjICn8wcNJOv6w0fJ+ts9aJpvQseXFNRLPCuafbPB6GeGpykgZ2mnS4QEEFdAtmhaq1Gzhb+P7p3TzOqjE0fLuIvCs/c90EWN3vuM2UMMMSjinuCjEfhgbVAGmoZTZwa9I/S5cf6B2Som0GT/PksgNeWDF6bd9J+pIXO9H2egllBwc9mALy+PI6Ihul86qKPNQwciI3rtmL1fxYijbL2HRADS4FigOrxOiaRc0ES5SPR87P8ZxN+UYAp6Vn6tbgwpb3L4oZ6ve0iu9M4eJezYeNhMXDuHobyAFDoMlgAlACG7Jkym8M2fTkB4gOvVxMRbvcX7spobSFMVfCpAKjpTQkmXfee4/FoAjom9J/vRaqqDFvIZSYMNaqMFwLNjHoLc84Zk5AgvbyQa0LqayvY/mg4ODxHkeAVUaGq1pcTrCgNZOlet6d1rpnSFKAsfyLbyvCu4FoCNtLOjG5pN7C1b1zeC/pvBetuPheEx+es7xjmG/WXqs9APRLK8G5s63kdwbzoQbS+fOelB7sxOJkKBbF/f0hltHHBM48nv49X5zFEo/RJnqyff0BxuXJ4kq8zMQ6Ssj/evUrTW17+yhwCTOHr45eDxX7iL5LIVtiU8RkhVQBwsgcN+/5m1ZtddxHPtGdddoTQfOoCOcwoeXE98srEyMhEyKmVowg0PF8IfsTA2Cn4X0cKNwu4gOcLTU6IDeWVssy39UXub8BMkzRm9OgTM3dbCUWIH/gIRM4e/Bhj9PxDL58Ye4c/NbJzr7NT3771Vqy7FP7D9pnth52saDitXm9fhqG3x8XFjt7ig4vLOuFPLisJn70my7tB6SrNb3lLkkB/EUZd1I77El4+BRFYv5af3JAaka6Mlk4CDLduWP7Oo80ynHQr5R45mw2vM1ypZ2LrG7rI0mbA2do2Rpe35jFAx0XDvD15M34jjEWdOtIV2svouUano11td4kOMId5PEchUQPADdhHKm3L+ofEd0IRdpMS+MdE2NZYlXEPNU5Jov+zJU5WcT+1DTTIFRmLD945hrcHdwNb2/TLJPzaw2Fe5WMRPcfTjD8UE2Fowgds/0/nnz95tj20zaaMF5+hg/Hh6oWVS89Sso2HebLwKOUj9sRsuLawui6rs3q8boUqE6kIVA3UVgxYHywYLKi1gxuzQEjWCnQSoHOdklL9XtWI5SmgrIQqx0tA9dKie5/I11VhHw4V5MLxlfjVQCIWSVhCdHnvYMLC7uePdx25kPBtG8Sh594DUDtA35yIK6y17M9JCOJq+ZnRPYwfcPLEwsd6a8lUUa50bLUqo809w8p+CG/s6hd3aodtTWHOB9c9ftHrPe3D6DGcc9U9OMnw5prjK8x84oEg0zwuPxt5gU7HPmfmtvbHTni/d+zJb0SLnjnn2OhwsGats7MI4mcxRI8feicQwE+6PQYwpI7Sb0jsjZTN+WuhvJcDChH/6ALHD5Pf/utgW1BNoKI2qzkWVBEkqn2rZBiVG+flW/43+lQw69I+iNTLOJEfBctC053Jgxa1L+QstCQZa0ZcCeVJ97o9dBlvdJGuJK+laU7oQaRNNi3YYoT+8hlutUbuMZkKzzyGT3eyejJ/LyB+AL97ErcRv3y/pKgGSUIUkjXBqVAGJB9GMusnU3Emt7t9I+/tdm7x8AEC+vkVjfZR2Gh1pAT21G1bgv0c9w6Lzv+YvUT8ThAqF/XStBFErWG0Jv6JOy0BdZ4wOO//3dlpRcErcaylwrPB/929zgFenFRmlkxDUbMU5WoS2H4z26Y/EcAQOIJaLXubl7GzoX/fd06+O2GwikEwsLLlMFfdwaKyLaqLl5IL5uLkfBBcjp+64UN4lWo5RW0svTyE6JoUqkc2qB00IAzFxkzibyZgY6wbnWBVjzUxVspSW1zmWv437jW9bDaR9IUpScQOVvGMOz324lR0F5yCu54MgfqSRkBGjozpoWVYf4KoYOS0Db9nkdRM2auvWt4ztWPuP8rVo6RS/getVdjReqjoQKNtRwcjWb0gNnmSm//jWV/ytneYuRBBBSzuDMZ7zxvCGjw+1LHaRn3vFfd290O2W1vZbz6wQ1sNPyHu7OzimSmT4C8SHWHogqFfIqeIDZdxi399QBX4oad26iEct6pv8XhF/QVuNfwFMRwdc57RHwjtPo0Y8OUVUV4SaPx9Af//1d7wkpUK4/NVfFOmsCf7OPPe/Scq13wbM48mf0WCzT1ujO8360jnneaM25//I90dqd0SLbfjMYB9206+JVbuaOe/lEUVKzNTzXVgkCcTbpBDokJZNJ+T9v/KXNt9JJ8MbAFKc6ZQl/H0NSVQNq+kRqSUe7EIftzsTQlyQdxzD1FcXguS5lMtzvByRCP4StlPPPktMx+Dzojwtiec9vkjQjH5zbKQHSxXc6OYUhZwQyFh4sDTPthnIdtYjFVRWJ5W1LuG36uiiHADk734x+P5BXLK1g42ltQBy6Q/H/47lBQ8qHOOqpCtYiPfox3nMTAlmZ64tcRd1a60vc5qo6XioiNhggln2Q9m75gmgPDQINX3nGjt2Q01W1iLXj52TQZXSz6tHb95v7LRkrWklV5WqCzYg4pz95nYeKMboCwlSTNm43OYPNWo4mwQqPOB5lInLiZIO4eR7knKVHXCL+NAAqhbgr7U7GlGVVnjosfMruxGrLftPH/b388v2oOeelcouBcPVlUdUbwCR2vdeUlIpWcTgq0cZmEHDgI9fd0YC0h2fp1PrBZO0MHZwasyS08YiyL41U8KlhfMDC1TIM4GRbMEr7ObkEQ96S/EhsbwntLSVZEsY+YFvE/K7o1nRJ/7cDjSgTYg/Swlzad4PsyxdxLkDvUhW1U9uaj40H5RMCcSylz9UzzCRxY1HqjZ7+zt5fc6vAg59l0Bz8u1ydB77nI4TGFUzFZNU3qZcVzKkCRhdkuPpmczD7/ydzXeZ71hx21NdEhnwCbbDG36CX+vDBa9B1mW4NPMUKQKPxJW2Sxf3Zrs54cuo3OsFa+ySrbZekNMkB1xe+W35/D8C2rQyjamOrE9ykbHt+PXVLzbcea1o5A2TcW4V7Z/8cdg/BEwJuOwGNi7+sp7n7w4e7oLRhAFwd7F67rPnoTmE4FtH2/WuqvccRfabiRQ+x80jNBTd3KEC0RBjZb/ybb6xxcqfkQITTto+uqGR1fXVv7aL2t0xKMXNwPjsqj+QNv7YHSOI4hkAie2vkPNlPnwrI9XvqgAqvotUZwoqWMTlyariVLI9Ev/UZYr4prCTP4acHc0uLEIix6EMqwEbKlnj6Qg9L0C3g1jUsgt+jhgOaOjKPZ+9s2L2XM2/mGgukp+3iZkOXtDrQswv2+uP3D6zbfPvvIWNjxkQ9Qsdzdt/Oa//vbR4Vs4MHq1nNelaNTGpBtxexcuvPXFjctv9mmnTpsf8PrZQ4flOcFqP+Sf/wEWrN+/8tWXN9eTJOe5r19eHOw3qttZpeL16lrPH1SP0pu7D+AIWohQlKEIrlkYa4k2LuMomvbjeWxvLQtBnBvGL9hB+FrhXvr1by0b86wX5F77qvINn5lwekyTrMOzcnQnLqyuh/uZt8dX7ciMS9rprAsKZTRIwurmxGQ5WWppc2PXsY5nlu7T7VAqMHvKvb+J/X4uFobMIdaAVo/BSvs+UMvSci4HHnsiywL1MebRFyFE5RxJrs6S9AjrNyuIMmTbJ0Zps09XoD9VsDsU7PYNLwwNvhWQ0pXWeSdIGdS64Bo8yZdbySDR6ynYvO4nFH4f375RRLW7QrdSyNICbPC7xz64U+OVQ63eMH0jGG20wcU1ztoKXPBMsoiDuMGZy3dIsC9aykEcRMe51xwatRdV8B+4up4yFrViB7pfMURcghlGBLsAswJEJPuF/LpCeyg87aNPNf7S3oevW39jTTtv9aDHSIjosENaEeCQkRglSQQQJdUpQadmNQ4OHvFhqp8WUZVxL0NiLO3quFAj4Ze1wWbx+Hq/jw3WKA0IWL8frQVaGEyjotLMBk5EKoNGXvn0iyZtUrmS86saSKg/41xri3RN0ZYMt4LY+dSgP9Za+Ss9EnCKveWQPCNRMMXYnjdTWXPsjg8ssBgV1+22uzsxXxsmKMWFN2Nf/NN6XKZrSUkWu4NHHgiiKkLjuOEHFMS5+2vpueyZJ5/zXUPVmtHbBMoVVb7abdOdESAqcpHgRpoqELGZ3af2c6ZamRlpVhUWyHMVB87kQB0DpBGXdZamNsrXYJwOMjXXFQGLOJqanLp631izWZ6boqhwj/Pq8bGmiAumWuR5nHphJolZGqdA2qwalcyixYZhCy34DIEEBPuaQmBdzPMSIqGDyGDkXc34Q2QmTap9Gkflfn6lqnGnbsOOgZWBFlRjVkUVmDB3JCsteYktWHGTakSPBtFyNzRtdG3TZULHTHakhsYpjLACpIJSNrToeSdjHwuyLZ8TAtiqMCLsEGkcohrQdrmKlVksMpJJL84DkjLGYzJbWymHNNKYuYIVk8Do0ami0SURRKhTA1kiuUVHwg/YWFytkoy8LPp1ReF7RkQhbTB13ca2uZEgEh6mFV0KVTWYJZDGJQDqOxCDpRgMgBimhO/yVmdz6E4NuNmP4qKv7iV8i6Pa3IxHMXQAro/iGPA/+yL377uh2f/vTcIohPndvfyh4OG/7oz+WjPH7rB5TiAOg8UToSwHSDMZ3b8QVtKTMk9HIGekULwcqCvSqQEDklgXaYdajeQNK0mAAaGQcY0Z8nFkDdDwSeHlZFzDdkLLIlICMH84k5rc1ppCiZ8G/X58gTMcVpfV8nWwuRmICjU5u9dtdV6MiznDOHV/RTFhOPOw+cWZ9WoabLGEjWxJKqGANZMX+3OCxNkVkPUN/1Mn7HXNe8k78bthi0Ct5icp1Ir4H5CvGq4gbnxc9CODVZkfH5O/HFhX72OTq72jieVDrZgAUhF3Dq+4xqRzp77NGcpkYraWcFdTbGIZ9yAFIZrqhHY0GVonvLP1PddmwuVTX0UAu/EXLsvLzvTnIApFRyFs2GsQlPF9Xw+Sae277LJ/ePxTqaqtbh5Y9hOqaC1659c93VtPiQLeqmF0uiQcMiSnqoWgNJ4JpWy73MOtViqyFy4J0Yvj9GjcFwabASKL9ZzZgTANhdQLBIT1u+3ERV/CPdco3E1p3TtuLOlu7XvXAosnjraGpDcfMxbpCowK/LI9mO6e7iD2+UOkbmOvfVV6IqpL0xIHsxI+YHUnYx/UX98it+0+EZMkzrRzRqoDJz22CXnknkHCk2Of9gA8BaN0WnTsNAoJn/cd+RZDbYJnxtUCMGUvH2ATFl+MDh7MyzwV7+9o3UIQL/X04E+/1vyBjYpIMrmAy9c6+c53EBhNCCFoBcOEFN5KteXlLVF+uFO3AJ8JbytsiOUdFl5IVZ/GUyXAeqIhAYO+H+9dlA00dP5zhuOT0Oj5XChKC4rZvqQ1BXZJ/u2UcYRQK7LW6Tq0cgvLKLjkz3tbGfO1fHnr9KJnklC1f6swzmSaXWnkd4QhIL8kFblb8Vqj9cmzKxe//uge9Liicebo/dffPC2WZrgSr79x5b1Dt9389OX78bWj/H/0yiQzY+YJ9D1JRBn98vdAPhQrBtEXMM4te3SBwfKR9z147/aJ6VQC1EUsO/AlLONB3tWh21HYM5CflZ1/aKM/N7wiY3DbLXiFdlYq64AxF5CiBZc5o3fWgSX/oCsSdOoC8JHu1VnoBV4kfgiLUSZ5cH2+JiOMjsN36W3PBJZm7eP3ud68seTy9bwkIsuTlUFhWOMNeHX4jhSPl/uV3UrJ8x7nkp8kV9C3dPJzW72h9oq3OWc0eGtTD3hNzWWYgZh9pkRpltNoHlG1DQQHyUwurU0pq5jJDUi+wNIaMa3lCmUliP8skRONWvPZ9Yh7XOAdIU7VC74KDC/HMFBT/5DKZkNqgs3VNaHUgSqhjeRXeczhjClgV9DyvJNd7zb5iqZgxvZxjCkgNUypmS89MIiekGs1FLoKdntNd2LWGMOtjhdbRqO248u3ofcalCZxYCEPYxZ6A3Tc+yMGiiXg2PiEB9O6BD055SGVzrBTLbURdDtRdXY1vrSD/pQaBO87NS2nL3lATnl6BZtJVcYg0MjRnxvMLle7vcDovQ9feTuc+/qmrX2LhK186Tqw6FzE5ESvKzR6eDhDQtKYltic7garAUq2rC3XyjI/MySnpKK0aUJVZfNGwYfUJIGrlmsVgJhVtZ8Fytj7CnkgTK+v3vcc8RSE37B5NymN6LPBwxFUBhjrRXCsAwWVKj7zPjb4OR9LxXuNj+u4WfZHeftFCRAv4mkPWJKSm9gGFtXEouJkgREMzbaRANhuuwvbwtAL9rEZtLCyy2Z7rGCQdG1CEag7RDApJL+/AmbHTFRBZQx0SU6iccPR0xLVUcdg9A1uheYc5IvGHaT2nI/hH3Ve/ezx6oTDFirPVmNMKhPk1cm9cn+saYV24YTS9ghW+nXaCkJXa2eOD7OuFoY5psoGVFjFvCxeEhP3w0REVqU4FkHPOBFungWVGCS3Mpe8tI3fSe90IwlKgsj8sJC5LdGmhJ7LDLZXGB77xBSVBKgqRtBauOa2nB6CnnM+SW3wGLY1xlqGs5Fj33Xh8pURxD5MnTZXnLS0pYPv7DYFmv02Y+4VCXHlGMUHsDRSmArZshzlWh1T/eFRzS61wRw5eTM9KPB4HSkK0g7s7h75IuJk63JxCfCcQ2j9I1jEzkoYrB3N02DSzUmQdTXBOW2QO+133ZxhkJ/X3/mTyyPpjfaU1Ky/kbRnXA/L+lSZLOx1pee0SdMItNKdJ+nyPzSvsfwzpKl98EPceif1MBlfqF8ILw3l0p48/WnpJ8XlYfl6KI8RfpS+pFOevO9BYxBV98fNy3dfgbq5qqgT0RSw6ePWunZVFNeuuqfbbIadZxhkYenyie3EBYRvKcghqQSdQcG/IjRGrws80jAekM1LRTAKi7zcxB93aW1kMhgV+FFlPKaK4NBTHoxY59wbx/FZLkS+usHhsUORNvlD2cuGpkg1tDGjOD4G7uiDvYPM46PR2B3t2JhGTE61RcFB4pmrg3zYHLokSgf08++ZoRle1JnoiURZDgielC//WVYXX2oDWUSqxievMzsjTzw/4QmvRzlvMOeu3aDyY9wmuB+WvezEFF5I1ncU8ztztYfdob5PrAbJp+fz28lj7iwop2czg8KQreov/vNEHXVAoL8pgdRNawotZlcvI4/0mjJX9agzu+cEenNaW3xDFafpdaJxbK6/9pwcFD1bu+OvbQYtd8VeISYmWcFeKlWO+nbS/RH2+7D9cLR6WwbChTN6rLGyK8nqncv3fb14pekdJcdvJOo+j546EHrzjf58LYZbotEzCt3GStE83nPhDdxRaYviWeL3RH7WWj9xTiTXjs+vR7Rs1ODl4S1pzc1e75ZxGlWEafCD6Bv2HQ2pZrAukmG+gQ6ip4+ZlbQDicvzQn6vpEgHSYCkpJP14SBJB8KJlkey2uQV0Rk8bGs/cGgzgYPS3ur32UyEpm/hFRqE5AhzNW7rjiaRRKLhKY1cQiSFR6QdoAo0NJsv5MyoiZOTWS3MmMGH07KmkHDI7fYRwL7AtM6ZIkmuQFfjrO0uJm2kQRJPbTSANEPEItYI+LZsNIR7mLWGl9SbbL/pEMftOodn3xaKyS2K/bYNXlYFNtarkE7Le3SF0Z6s54XZkhHn2dayZibK7hhMSNuLQxNvTcvv8uTMonq+Un3rboHn7g9Etzsau/FzCvggI4wYiCgVfln41PSKstMUYctJGl+MAVHei2Cro+JCtM904uKuGJx3W0u2/AKyHYDeQBBB52TMxgA/F4MY4mfFkkKjln5nb2+j8VqghKFxvPk9Lw8FxMg77lMKgUDOuLAPlfSWpw58p6FZml7aQHogYU84V1Ck+Mo+c0AsR1yWLR+tFchRVl3yuq7kZ6IEJMKtgIySrAQkENKF86MvR98zy4v4cfYCZa4EJoj9JJ11NeY+GNKK6HMfBsyNh0Xouz4+Wn9R+e94YgSIM4Fv4lQZJdP0uw+eHAruupJI+D3NnhRMp7v7Uf60dvy/7Wbwv7srPOlc6qzf/RzyPwl2ApnYzdZF9NwBSTbwo6lxXxijoSdnKWA5+qcHLJ/t6cn2MtkLQ8M17lnrUJr+uYsik7LN/ggMsGjzqkFGQeIhYMU7sJ+E/uGeK/hQItJuv80oXelIgx8042OPuZ9Ki6QRLEns5tgD+dXjXfE6NvT9hijxtUPQTHbxI2757VSZc6uL6oisQbW75YAtxdsfaZTI7XZyp0uZCQCbu/g3bfVZbxDIKEgCIufWKqT6Alu94KTNC8MeU/y+N1X+DtSnaqwu21Pl5Rq5BnuMmYTmjIROL5asl6vHKrWaLZzxwCtoByYufvQdsRwDJixc154gOwFDnBAz7NHmyOXhMHBLcRPWDjM6n6fEVWzWUqcGu41L1u1HDsy9RAaf+pMbSmkv5roY2FYHrq+kRUChBF3bhdSiIF+EzKawMp0v3lTYjQF64iZquRADajN36d30V4ZB+AxV8Ffo0iDTrCjwgcvzNaHZQ1n9qXzx94VSdW4678TZNGF0/u1vJNhfKwoekk5PYnDBylp2MV8qWPlirXRL3extBWyh2m20XGW3kELJFYsuMkogc8kxDNCCRe1iIVJcAAhO6Gyr7SKSH4Tk6ONc8EcYyLmlAqHksfkic7FE3eLDWBE6BAM8dbhR8SbKWj/DCsQi0I0WXBKhzC5PgSxQcmBE2yKIVfubyc3F0i2kdBslt7J6Kl/ka/Bf5pwYV44h98LNFu+7jMpACgan9/7GDhVKoTBF0vjJvvcmQDiI3au3wozR+hB5vXPW17tjp660Oj20eGmgovszyyJ4IELAWV8oTt+9gt5kNrMSxLqjkhg7PkxJrIosBQhQ2R4eXrll7AYjVGd/MhYRuNyRP64FMf3R9o1WcrTSiRQ2AmaH3e14MQwZ2Wwo4oLbPXAqc0SOYPrNmz43cwGF7kXXSxezl14W4iySeko65YXkeuxnNP5ltf1u6k830JT9spRAUunWbrLQ0yGt+pAZ+eoZi5oz1/C2xrDd1dhvC4D9rrTV5PKQcrMyT0e1zg+P3qwix989fOSAHoMAh5oPKc054Orgw+bB/1QazI7cpGI3/NaBw+OISToydT9Y1JPwWvabZ82ZtxRVvJSVQxLNMHyT2Ys0ggbjdnh/I4fT1fhGBUEQ3UjBoWLPRglQIwSRxkoRwJnUMuzmMGkhXkRTOXKdAD7KTjsCPD6VIugX7pTGdlywGQJFJNFjWAWQkZ1dO6Z24h2ovqx7AEpFzC9ADOEnInzWvrMzs48gELhMF3UU0pNM1cwnMEBFcO89UFjEBCBRzHI9tudoDCRsswp+dx+4dy8uHLnTq6YbAXfI0snEjvgCp5O5OU5SP3g1W16OvOdrbZOpH+UEYrUawdkfA5yiY7iExw/k9mdnzDvyq/3JM8djN4ZDqUQKvaRLcKg/xc2dRCR+gtBmxQ6itnOn13lRlYDcoxYZykIEEGX5av9JdYhcggChAFOGIdOwC6NLoDNPKbHvJnNZHYVSziSoBwesETGVCUz2k/OU1aX8GnWZWVRpIBOk/HtVzX/0KJshy/TMZHM9Ip5PpnHun3+YYZqEyiTySJ5mwrQ8anI5/LkH2sPOpWMhoM/dbqQ+a9QHSTBwMDXSDz53tzPSzXfk85+IR9pLJ+3m1d1oBBWWI7901LrRE6taaM4Ix84EecqYEl5roSZdT5z1Aoa6nu9U6FudbI4z1k4UjIgdjXpnqjLq7Gxf7D/H+qWVvfUqAU6OqHxE6EyjkpLWgjyFBNrLcIajAwwkyRr1KLXrhDiBfQSlmTkDpiiF3QT4iVRjH+6hgTncTyPCnUm9CI/K8UEeFu7gNBffwLFPWuuF2G+sKyI6CkmSGNaroocyQJaSooFyADmhpDio7lmG59FidDXqXmyQJNbgojelgyyDIwKULKFFoTxPZNpkSVLIHVSTLbicRhzRBHK1UpZ3jtWeU8YyQZ5SrY2Zvn7lGnPY2ugv7i5NOMsTgyQZo7QzZjXGegcm6ne/1BJ+N3bzR+FUaBS4z5yxpeG+hM3pvjhuUoHF1i9gjDDc7Nxi+CRDxiRsOKaqruuhmQKzxJZGyyvdX8MM+Y32zUFhRK+ewju1aKdPb0qwjmfV+f1azTWGCGCf1qXwB6oHz5I46vcxwRjAumn4RDuLwAfQDOWqxxuQ9PhW13kCXYxWxVW2dR85Oy4FHPQSR0FSOvBJY8jOFZxcViDLGMxMuUtSGQ4VpH67+WIp8oCrS5B0IgIkz985XBNX3rQk2Lv6/tfN6XfPCwxN3I/uHn1Kq3ybZQZKS0zkyd5yE6ooHE2ozVTmy74CRCa+r59ay/reDPd6J9Ox/TfSlApzjLgli0bus4yWDjPyT+Iqgkd/akqSuNQJn1d5+ND50xqndV4YNp9EfndveN6BGmd0Ln96ADUWbB3PrIhQg+hT+RNFMUkM2JeW1JIs/0kYZtrrTvNDi/XcA9qkRIIWpZmsw1IWzRtKPGIIKNjUrJMdCVQxMcJr9CYHGQWDVXVKwu1eV07r38tG6YCcM8+GS+hQQs+J9AXZHnKIR7jRmKu4eQ4VTN2Uq911uLu0YudS/XxA2mWu/+XQ2jocf6xyxI5QjdiwaThDYjZIKqCsyoSDvnjX/d1+2+J1QEFkWZ8+v/DPTk0oirJilv2AgkwPm74Mm9PeBgvHDMnDQvbbe6QkS5HUjb2LIP5VcT5mtjoFvIIWJ8rViCdGSPXQv2m9mOMDOWPjSNmMhsxHDMhoRJJ4s2UAJlkQCdPymGnhSBCkcju+UwtYlpcJDihWtgBFhY2ep2kcakTp5mucYhFwZwRxerSO39YDZTDjRfLKCkP8nt+lmALNqdbVWA4sfm5c9liegJSkvUpbWbfCSI4orRnAnVZqHK2pvHRGAEsRupftEWk33RXF7S9jn/O1p+LlG/gmjr1zVP9kxbGXcpv+0yQeXo9KtzApYqqUWA9jn+POrfoljmiO0ylOYXZeVSX5qAYnNy8J/yuEDBUSdFMb8K6S9ZQkB/xM8I0ymKpSb52xsZrufkFUdkQbnDwM+yR5izI45RXBrhwQfY3sk1p8p9eDgwFPhwwP4JWdOQqn6Z4KSsjCMdvykOTjmmGYraJb3AA/zHWaYXmYHdbwULYWSRvw4Ywc8c3dT7RJa6xUrFwUVdGYgUO+I9O0QNiOHlSXzznTV1K6jffOmLPvv/350/ZpwUPTmPNjUsM8zbh9ZeXcieY8r0ZXaIYojcETFx8zXOuU0Wm4JySqrLIpoNa8WX3TwnD2pTIVydExH58xxB7TFSC4PVrQRAlSAhFAhd74kUPAZQDD0Hb5GHrTLX29uuKO0nORvhf8k8bUWfMqpmg1vLG78qJu3z0U/O8eiEvO6e8+L+mtDMEFzogi3OrOYEHiwpntLrgCn6wJEYfXWwtKAJZELgDtinrwKoWO4gZxrYoK6AhEBtAmHYQ5x1N/kwAq8AQHf+2RLocNr2/vj9/caD1D2m8oST4PA5w5jxlZB8uhtG2rKeqCVvX3xPEwQHPCMfNJHTdhzHbcAlTW4GrfzisKLayfTdsGC8bWmhw2fkEeA/3fQykqDSSJM4Vw6EvXlNyHU5X0INxWQe281hm9JC1gCvZxZoemR/YnAmBq1Jhtzmj1xGPK35b0/DfkOSkve6Qrwc36Nz2qR/XpZ2R8q5bT5jOHqYOHMS5Q0UIXqgdRf1kJDZILnIjd58THciA4/ID9+s11g90zHRdLChCUBQjU18OSm0uKpKQWTxwNxML+lF4qKzXxMYkgYGDro99ALxa6KclxDgNYnCTHJjEHRArMQyleVUy40xQIIhynokdp+51ur5yBUlGg9PKMFIziIGz1Ccr/sniOsTFfiNoTQGtBpNchMUUYEhWA3rpE0N5zP9XEN0h/xPGLhT9T5Y7VGUGs18GJ32mUPsyHaIZNwCyL/dIU2hasn0fu5OsEMoC3EECVKDcGLfDbJryZDOI0HeeHoze1/OCvqvgwneQpiTMe4TjzUM+VsO2MpCeHtv+cOKDRDVZv75OHQwztHeQGYU8g1EqTaNIlBPa19A6KeFCjeMjoSdEy30Qp7kGoaKTg4+lyPIOPTc6NBAzzus4rltCs3atRevwJxS+pwCHElJ9qq1CCG0kG6E0zeDZApLsTY909lJHiC7z4kKo/UW9WlTUr+TStvlzYop9iLt/nW8RLRYUUQaFGldlxUnIq3Tbacu4N7PhUcsYsvbb76Y/V7j6BMdQ8cIPernxr7pvB16RJfGRjkIDYetOx64M55VytUq5jvXaybzGhbNGYUqJBSG5aOsblYW8f6WG37TL0vjM6n8PdCgAl8Ua23RxM4Px1l31bbpgilHxVIikybjrAKCW1K9q+Pd1Oob/g0SbroHSdJKGiRUGa/UIh5p0Mr/KdxO7ae17xmkhf+LEJRrdGLKmxWXc3jTTFoB1QAucziyZO8pzMkC8JiTk6xc6ZJV4qSczzDAer0Q3/hDptN8yJomL2UVTwEvUGz+CJMUVXwTF1kV1HtuNMzpyjeLq4+mrHDNgecmiNJjjAGyuhH/gaFQQa/kOw4J675KsgHdJp3h6qrPIH9AHShkCzZfW1Ce0/CpcMzUSEg7x8LcKiJz10uNI8giTCXIUUyHOcCwbAjGge/qsIGq59WFAwIskzVVgpwxdAtQbKJyDQe3hhPuxJ3yxeJ0VtzGcuc6P6nftXRNNz7WQnJiY+WyBSsMOY4h6zJy6EjVz3y7Ibmp1Ho8y/8nmSJ9aqDarjOA55S0Ji59rCe58nXR882EvLOqF+OjkKVMsNztA1O5ZsEwWFwj5rP9s4q0jL3UeyNJCO7KeoULIUEOjmj8smBsPBjLHuZ9gEyScURYXb81qNtFvjIDGdUZR7zb7PtUYen2fIIWgoEix6Pb6FiglG7k8F0oz8TPx62UpInlVl2SjClf1igqTZ3zW8EH7Vdyc/9WZ1qDuzcQoBThSVHedefY4HtYuH7+I2zN5jdYPK2BCEYC0QE+/uxP540A73IAbIFcFVFI3uxRhJ0N/5HLaCXWYY1l1mN7mMa0xMQuphl3osT/Jd9xA5RJXSnGbsLctH07W8AhPG4DL44t0EFtu+KARPsqFayY56um77WKBh/0si15aqjLA9zGJs95yiBgXoXmgcVt7Kdpc48bCss6EkGDQ/gk5jMVzmBP8YxuZ/OH36u5NnKIN//FRYuLJqFhGaZ+zzI4KY6B1T+Gn2sojml/zI7VsTV2/ZI2iE7MZd3VA3wqZHOA061slCN1YxX7+6nCJEUVTghjzTWDpmxLalObMSSOdpmQHvf4tCj94wE0G5FNEo9VxqNgkyM8lCy+Cdzx12b9j3RjouVYBMTFXWAOm9GslpbefDx1o6H0MqpqCoGCdL17H+RJmIsTXtNR6LsCws9GW7I8tSDGcIxfAvf2L76z6WP0aZxtM5Mo1gGAbVdXEUA0IjtR27PTlHPdAfO1lbnSR7527kV7S+ITWEFTWpZh67ciml34F6nBl0ZFYU0WKAsVcE5CYMhvqllyC2EXzKRtbWseovA8sGT+81wHbhGQRjAL0y+XVG4NSPxxdeiD++63U4LEKRVQWRPQu7wJRYVkc3cWSx05zjnr/qnnmct9B8V85ZyN6uFdnJdwMoAq0FHTQRX0FQkTHppXjtsd4kAlG6JUEDcc5Q3fcFolS/6eLmdIDp2GlTzfcwAbPyp9YTcEut9TqvFOzydv53f8svSf5ApxR6i3Q1XHzeKtHDQaFf+08cAvH1llVHahboqntnQJ0pSwU15pnB/+1Ct6B7Q8OsaLIiAzk2TCE21akshs2hrdN3dl7ueKoCAMVh38Np+4P2uQ7uN6zJPla6IfdI+pHKDckn3S8AcHDRTvcWX7KvS0vAjoPAR2rrSNeDAqAHjjQ9veCgSp7tQutRBSg92hGTuAAdZuvaoUT0oTCnsz2aMhR8voLNEggkQQMLzidQ798hJ5ETDVtjXH8COUkF9nuQe/eQHmTPvXs0AlSkB7jBNTg0a8twAI4wzX5D5MDU36/JN1t7AxNYsHedR/qRee/vf0HZFR2pXDOCxFNCMEvlvj+toOy/dLEO9xzAL98BBq6EEtGztIqvplQAwjiyOUoGU27xpZcsqrWsyLCLE5H/IuslX51AspyVQZnjytSufILp1wraLDoRqoTRcqevErL+L3KcKApUWIpqyb1fLADR3bTY1NExLdVtTDPVm37duHCaoM2UxHdeL4nKMVNH4N+RiLpKIFyl4Wu5znFVau7MnkDm50+0fHyeIND2Djk+hefnlx/kvnV96zLnOqd2sr1jiz/ml+03kLRv1z5nbU5+VWwZOHMm1zUc5BoxHFHMwUyWyjU3jqgOcUIY7VmnB665PrkuYbsyDLPZwa45XrkuoRG5xgxnWQ437G0L3HJcDKHZnFIYNt4qIrFyXCMabhzKzOaEqIOy2D0w4sTINer22MFWdTrGHRnV0s0n/7TptqBPNIZVMJVAcNuFB90CehLuGQfQKzFFt4lA01i38AKMBCjDcrhyF3Kfh6HZveL2XeQ5XLX/xeJ6VZmscwwU6odinMtkKScnHQkfAtIP6a8BDZr5owQwHN8FbV4t0A8//IgyW/lHY1h9aM1rnnFf2QrLneWOB+oZTRke9XlB7MmsUcOiGu/iX8ye50a4j52ntwgNIoOwhQGOI3RhqBZV08EYAnQisschYM4PMGnvuDkn6pdBrfBQN1IFFIqiR/zMUp97+WO02XYRXNTd7pXE0FnprC9b/XZLw+zEZWvF/X4Ukv3D6hLIAHWvhrPhnO5VBtgIvzrBlRvNCkgrSh8TmgjJDK2JtgcMik3EJOYODZzdfqVdYOpiImhf7NLxrnj6pukXNc4mQpMrJgy8C57RjinGyzWxgVId1DoThvFQu4lNb99x20ZXEqWthffsRWqQWuK1sCf27k1xja4XG04YZ4wTol2IVGMLkku0krGIJkzwzTKKjqxCvrMN6qDQIAP7O1IVHWlUHZigAfEd++Rb2mjyKnJtzy12Kk++NhjJ66ZgtLHWKTl/rzFvme2TkySqMZV0krxgvFD9cgl53miezP4RA+/MG1Rh0AWz1J2bDiPDuN9+h6vgzICOt5couNP4/4zwxNP0DNoFzyYoGFXzS6+B8N3YX4MlhIcNOnpfR99wGGcTCqsMMltoURgJ6LHNel7qGruouB9OcILqyLIqsJ7pVs2X7YdYE4Mz0+jFM9eZRxhKVpRHkHU9uWtFdDD8NuRt8FzIHJDsXcsatu23HbAdYYGlG+rUx+ITDBvwo9jsM8VuhNiFOCP71rVrWu2kWPeF6sSlZ4NKRvCf81JTeoMasV0YAK6fXv6T8mNExEclCLS10Wym/zoX+KOqL+/+kvXwdyHObfY9++zRtf+r9x44kEvlbTxklcNmjczYpQTYbyMYEbfZp4fwKZ62THDmzn/0bFfbD1LUJ2rkmuoV1GXAGxJhP/FpTAtWj23BOCKQTWPFk6BlFGQ0R5OPCSBezD5ju88+SpARjoYTENuGls6IVWPOqO1E7AWijHghdgKyM/LR/uj8jFh3myh7Y58XlZdjprinFNoXRjmbvPSsX/h6NJS2MbDCu/gscB/8PbLV+OaDDJ7fxeaSUMsMELOoa7NqHqNYyU24D3okzIa/O1rvHrkHBbUz35z/4BDrzLPP2v5RtwRS8Qt10uosh8HZGMco06cCfA5tqXGr1WXsNSMTjUWWX572u/JtdJ5floXGlLurJEUbKC3b8f8WsDkLOXjlUwh+D571N3C4Egdy64+CG1LImNBTnrGkgG/tA4U+PW2D+lDzE3eo9JcQl3xOJxZVupYb/mahfql0HZa9dHsUTeloL9VztxtzW4ZdLomM9khl4ErWuQyV/NxKVkcva9RtNYskl9QdWASRWk3Lw0OXEuWYXiziKg4W9Wa1KScV+lQlSanfgJFok+PoyrxUMepZp5Ks1KZUEcQA32e3sZjILzNYbOmrIv5xDDbt33mEY3eFkewbDmLBH+0HbfCdjFzaa5ADIjd04vFp2EkcNvNVGuWYJURbDfwx4voRGTFdW45/xdBDnXAOeGl0YTE51XNqQsxITKAh3gw6AS+ZsTN7FPn4HQqxR5D592HkEj07tMGSJbWH+R509tSUsN1g7MVkmq1lyAv9xlkCFIw4IPwS3KVVtekeKjiO2jZvDwN4xwftatY0q3njv7q92XvjvlCAuOSMRRvtrXtJc/IBBkTHZyhYh46SJhsJeJ1tEtcng7UykbmvTD9eeTKvCbOaU5pjpYLjkf5MVfuQ05xd1lhhWAj8c6aV3HLkY/SKXvXSBK2tZTZjxijJ6BCDOEfLKKlSsaGxkWIbHL1vgrPnqDrYitrRbgk6lOR/SY/v0f+0niK9OotQlxpYupbEy7EzbZdaSzugkDcJFDkUvg6lESmYSdw0CdJ772lh+VpEIa4c/So20pJ2vNpSCC/VnO2da4dT2eqqZxtOlrHSi7znm1+py89qljKSt3SImue9lqYzy09tfFbFVsMp7ScBrDfSir+OSioRBcB8itOoNAnzOoAifvjUL+j/8l+1aptjZolKrpLRjXsG3fe8D7zKvs4NJlCyKAmDPJc3DnPEd5Rey17KO+KbH+aI86S1lmtJ88R9i6AHiAZyGaBMiEIAqhJVQYA1qQmetZKV0+ibvPmptqmWAiUkSLUSNn+Tj2CTO/jeoVROAlD+uqIt2u6tiVkDvDezGZw5zhht5qanEvH9eCZ+AMfBDQQT+/HJ7BJoCweZvq/55vAtCt+PY+FGWpARYA/g6jZulP22kQKBzwl2CbafxTb1VDZVtlH+GsDQlY21FAj/p02qpf+nyQiNqnB+Wx5CnxNsE+w+A4gylE3RbpS9hmDweqNcRs0eooBfo3Ec3d6eGzYDNtM9PdPWT3Sc3j14jm66KDplM2B9Y2/P38BLs90qfai2DpsqI8SkQQooNDtLDTm0O1AoUMSmSQmpy7Cna63Sv66Cef1jY/0knPcqq4ienALMqO1JVHntg8Mk1Enb0QLMnhzLiApvHKnFBnnwKgLwHJNMGsgPyIbJB5zLKdvsZpT/gH9RpEKLaiI271p04EACcPQptJFFf/3JRvnfBL7vgnbT8xMgOgYKMrNXbwrWEXUUQxVZh0KHQlo5L9YNI5/3CEPNzKCslsQBsaqLqqJIy99UdCgJjl6LyleQ9mfaR0gjKLlc9wY6QJG9Y7RNITLBzCTDeg0Y7GneLmbHzORXZDkI2jEwhJLU5ldVVedV4nkwC0jlMtkKLVaMNccIMcBP82DFYt+x1LEAR8ft23/9Vfnp47NnHz8pDwnff4qd+LX8DPFAP5tVq2dnQZ3QMd56BTIZ9VnwuaqkakYwE3VOsBJhSsgWasat8D6Tc8sLC4bl28zGU2Ta5tKZtfIdob2ZY/5zjKX1v8A9bpT62/nmxxwUlu0Q+JZ7fnjYIs985PzpEYtgi/EXOGNusBgIrfQWwGvWLtCySWqV3Nnsek7ZzYBCTjobilqFcmFSZ2VrgOXKT8mducAqpQ855VxV1EIVJG1v3uYVBS3WQ+EOHY+CiBZI0FyAywf2jA9HRDuXU37FuF/zwDIsYzPOWmH9vDnlfmAdg37DnNluxnzIIFf/yjy2yqUnMtLYJOWeQZmA5wzvnbYetdlh22/dbvE3hasxMTcx9WCa7XITi5tmTPz5HjNjyiYWk93kxweBCuKbZwX3hESYY88RdAPEac4b4mHiG840MSWT8EZ6A59V51c0crYkDbkNp5ecbUiH78BpzTYLvIUV/5lGuQR4RrpEvTj43eE7WCS7mjZY7HsjWV0tl7catY5ghlzeue/4xDE0OZ0MyLEyLymd/On44/3HWg+DnQMrkclbF4XdCEsfSw1WRU4dS/e9GbaoTSp1H1Ma2Lr/xLfjLckQTyZBzb+RYueWYKlSWSZkBcxMgmV2vLKSeLHt8ekW3+KxlIb753N/VYRvuKjYXeas4cwuxBfA7HAQND2T3cDVKSLVecKLqNbq1Zlpwj38bJqudbVkH2nBiPCRwJf3PZEakqn5M75MnyM1EyKbrfOcprp3f19qjJZjiflBrtkrNMpZVdYj/DhjBH/PcO7dyEcmI5rMMGGMzY7BphBZ69tOHZ1EtiM//Hp3J6LQsMHFt9Ff26ngalEmGh+8ONcq4JfPdKggJ8SWeV+D66epVuQp6bp6vY7WT9UVJ5UkKyNZOuowLbY4ebEt1H5a7PI8FdBlvNU16HE6nL6Bl8jPY2c/om9o4jTTHElrHOc6yuesD/sROHFy98V8TMtGKB/Ob92Qj6YkN1QnY1OQ9lzjBKwa1IWENMEdEcsblGp41e4foUQPFqaHsPA02uAEFkvG6oa92D8vo1IUGsYSWP/DOYwMSkiAZOOW8QlyaH9BGQZ3ftzMbPx89rQDBy9ZNv50YCul3STneK3XfrOtV6CNU0uNarEhrYgIWglQqshUGe5Fgue1e3a1t7r24+TP/j56wjIYMNctti1pvRYmhQXw7vHt7bjwdsKFqymRblQD/XWsyR4zPIfLUG7ESn6OLjSTfuBnaEDAjkMWKii4kyz1EwG/tppdBaR3PzfqamsWFyzG1S5GV3D7zuI7+bcLKnlnMRB/SBzENvQOjEpl0tjaDZdNY5Sxyqgc33W3cvi9Rw4f5OcE4nz0muAEhdbEyXRZjEwOrtRhxRV3V8na2RUVv838vJPHyHXB0ZWN91eyOqJXNdyPqX2A0dafWxXdyF4ZWHlHfAfYk+yQ6C3FZ1eyNwVbNSJf3IXJKpldJe6QVJTOVMpDlmncq4I5gmPKrQg38EvxN1jThKWE6SbLlAkjK2TdwI/gb7S+bJ/A77VLe502qsNoj+VVyDusth7NWyVPrO17B7pziWSHHS9nsqCv8La8ZBGBpqRBxAWeI4+HYjpPhFR3EBtEnX8QMoHKKC/7TciE4ZeULPgr3FKVLCLSJPMwcc7RzLTt08BpjgjPS2goGzgs7xCNAGfJIo1KTv9qR6Yu+c2YyPytCJDtflXmNDiWVCifGpOoRa9QGDzq5RIqyfhHZfkPMcIJoLihnFJN8YsoEA400Ixh4Dpb1UtZmOk9D8f8H/t/Uc8fml+g9PJi4KexT2U1vEPUhZn5mYXEIc0AekuozznPzanIbgoJQ8cMYnC1pCV49CAavvb2Fer3yWMGBARM2Pn9IoSHn/2dNt0t7U/AV/KLjDs00MIesGcB3PF5j/iV+IR+afd02t/PhIc/c9HzLvPh71zePRCXvAsPnc+7DgC/zjrB4srkmEtNqGsWADgPlXO+y9jkFYuEOmsxDoAduJrXViU65SojBVBUn05pVXJjAx96qY4RBzr2TruOWj1JW+qb9cRqxHWqY58X0DNyQfu+KemA1U2bzZtWh6XT7XvBtm43FM5z6ydL+wNHLbdk5tbLy0q6cBxcN64M1x9x9sESsp+tn7PfGr9Fdp54xHVLeDm9vHaZdl+ivbYusE6qte+SbQ3no3BBlovkddK6QPmixGPyreHZ9NImwgSTRDbnAdZ4gkYDxQ1GRoaS4mausU5rLi7WaBYlv7hEk3CUlFSDADEnwpymO5QsbCYLXNOpJMEhui7cPNk0JQBv7RQ2vlK+yOz2bR+zlfJxJ7W1SUrASnWKy5CL0Jiho1j3jJkSd+zobnAZkkRAeQXQAx90OgKSRn1BJDfDXeMeScfKzPCI8ojMAhOrcLpo0o32LBF7VMvXjQ2Q/PBVgpiY2Sq8H2lgTDc2QlpDfNMD9bwhxp6rdV+zzWTbGvfac7H6rlhDGonrda6LSQNMQe93hOzAXCTDm9drU6E0qE7LDiDTTVE6jYyGppNJdBNIPuDzrAOTiG3dQWvdLq5FT9R9tTpMC5iU/uVfNjYeRYdVbPaSQasbB3tMdLRxWtyO7lgNACg3mbG1jjZKi6OwwewBakNKomNC2Mw0hTI9Mzltbj7ttJsz4jDqMEEYuXWAX0kf8o9aCf4aqpTI0DoyZdp5t3TcQaWRLYyL8SFizTZDaPYoCrus0Zx3x+cOz7wZh/NuSt190/t1FNmA3cA2Lq0xdfkywVA3pPZZo86GDgVEY8hLFl+OvV9JM/zx/hVguI2w0VvBaelJ06J7pveKKLRrp/yWAx8CzvwI9HH/RdrUgqP2ZvYTYFE7JpFMJ7NpM6IQ+levViakrElwF+vVioSUtQmSdSdONBm3JRs3dQbSGlqj88G/MpkTPzEzRyXEGD/r9DL/HgPezpxu5+poPj1J06hKfC2bybPEeOIs+TlYG+J8/WAC6RZpgjw5mNAzQ5Hk7O/mlthqhOigorOivCIlZfj0sIr92F6ewo7anNakWmbtmooKI5BwcipGXqdDUk4Ppw5LqcnhVES4ECx/7Tr4cJVMp1zGXLhN4uP32BzEYNiWlgp5dMZVVLRcIbFiWXWTe0UtIqsxmimNbEWOEtg9haAJ3Qe6Cc12pQwvG3QnNhGVg5jBWF4TT5lcRlCZYkx0ptIWaiPDxYU2SefRgXInCaJ4Xp4Q0lIg0wG/Scg97kcBnLWZ/S+FZkon/4sL8tDUaaoFp7KJLLM6M1byi0mI5EcGpjTKyNCvgzGXNpopwHcSBMZWNJnqTAoud/EKxChM6Sq30VDiTQM0XnPaiP0XTzUaEp0lLCiAgR+wYY5Vk11PEiw3/dM5w3xn1T3+z7Wc+5/xbqv1M/wvE11W+M0lZs1djBliKrPV+uxMt/WaVeVjP9Lrt1TNCOWe6nfAi5Yu8tZaOTik39/+tiJyHKqsTPHIirfb7zukO1h5a0U4KMYk6RrBJge1u+XeNmQL0noX6XkTIFwzSYJiQBSCyz17VkfXBQaKPcDKlXQWY/vQcvvv7Nvn5paH6Fau1DFbbBQO2F6LtaUvrBqu0taV/G4Fy31tBcOla3FWL7BX4ew6Mb3YY+UmB6fz30UboaH2n2Zxy1R+voaQEhmMG867CmJpwNi91YT+5ImOprt8WUXXbXS6hNHWJvj3++RkLiNXQnGMuMsQ7nbXBgThBmiqArUJ90bocE7XMAags57AQbx7oq9v3w5wee468DfXaKGBa7JxSxz47rr46tNJJ+PYk9F6fLUtB7TPz7QDvkv/2QhILsNkoaA80ATAJmjnRrgOhdSSjn/+YbeQlZ/P2rPHJ3K6/01MzBuwouvm05W8eKVZ6PnehzOreAlKcvzPH8/OlOvByS05kBLO1xITrfWNpKw8bsKmeGXsLVXvQw9yTIKQPfq6zVa93Q+qzDpiJj2AA6VoOPDpzIoDF/7iDR1bQ0wI8c4tWeZwGoj5RALdU+Ap9GSUm5gKQCXU6209AuJp422zTCBOFNXsnPyyhOw2/z+ZYWZKxs7fCg//7GTJtJ55x9w/GTy/4LuzQ1MARDgGKnN9bmwKWF0Ip6P7eoYGN1UmfjsFo6LqQxcvj0CH4Q/+EazM3n15+Zp86x+k11iOC+innK+cp+jVC9ZpICk5QsCzXZIjU4feeXgWHyEFowqxehRox0tdVMW8DueYTLc0J4JalmBvbp5g1wTKqPbS1pkoaw43ymr2XcaxmEP9TxBIdWEywRsijiDkc+Hrtgi0Ep2ZbRHevlJjyzal1sbhSlQQpzn0F1yFVodaW68MyYZQyaK/rPPoDzHCDlAMfYGQYONC9RCBZMZ8EG3+86uvAjNFXNwJBcplcYNtXyihXRqHirEfuJcTJ02WBqmelOKxWw9g8e3UyNe8Zf5JwP2p9Xc0yl0UiZF4RRDw7QClR5mZmiVCNf6vc8grOP/K+JBljmAKjFxpbiZsvXlpO7wTmZx8NkHbfvFGH/8A8ngKdQDozgPIQelfS0uwfwtxH/z4N+w+QkvdbuS3Seyu+lb2zl4U7uDsY+AqDSEdH1WajCpcN6wdm69uDDAu5ffZ9tlQXega5oeGKVV2eGbJjl1JPPQ7l11GKR5Okpzo/oeKdB3VDZxbcVkQUzRb8k6UhgztF8TYowumt6XH2o0dPpdtjHTbutTleMOflOLTyZITO/6hIF0+q4u/fO38MezsmN2TvcVfMwJY/gGewznPXjDbxWUPJqO1PDMlk1w246n9uY3hYXgcpBFkHF7fLIMS4oEcyBo9p2iQHTIg1yynN41uah48VH+og3Vo8pDPti/B0rMa64vqGxsPuTvncsLyb6xDsYeU9fb1wOJD1CUUGo26JNAoDcvtmrwe7t78cpFvZLMkYgB5+ULc8GNEqS8cDKAeixkZAGX7Q5CDmXRdguLI/KIT/1S8vHOw6yzP+nVloOD0OZK6zbdsnj1QocXdAuZouqplQ7RKJQt2Xb8FFcy2GCa2H96715gR43811pmhNXZApFXsfHWiQUZhzbwSqmU3LyQqV2cGbnU/KmnODFgdI/5mt2lz+l7jnJBiZwcWZGdR//+PKnwWBGE58+0j1LQ9oYifTEoonlShuXAUmCwB0m2147G5m3L/GL/Y+e+uvEXLxsEK1Jn/vp1BYkJM9embTdfAQ0PwmuiQNVJnFAFEB7e+cS9K8V9yHlQ1cfQsSmOaUDizBhkaAu7tW6//O94Xca/2HzVJzfC+J8/Qur7bvDoarvt3dafvKStn17WPfqOS4Cj7wgkdlrDq/hIyPlelZka74hJona7+ClkoIZNav8AE2FglK/h2mWW38Oe45vSC2GufMWd3OOtFix/FYtN9DtlTC2NUDlVmMnwU6YouDFeO9fx9qwNWJ3fQMcmmhYQzV0eqBTmbtb5bW6bhm+LeEG44qWnWlY7Q+Hy31IP7UixSTT9XnbHY9T4hJAcUrHNIl0ZqZUoWSpI6HvoyPUOS1KWE5b1OezoufPzj47u/JLcdykoM48NyBJ+nDbg51jF24oGG0HdBZTdJGG931ZnEX4TZIVR8p9fMxXBJOmgYJ6QSGFjB73cTVrsmD474wXTa5jMjYXcHPj5KiWhIMf66bDHl3SsxaS9pdzezhmWPGOE97lQzRXkns7KMPUws2UFkZqjVQ0GOYNyXAlvCeSJmJ6HxgVP4sjV1PHSHloBlENaQ/X+ncIy5wdU5KAM3LNPs6FrWq3cJvMU7jWx3Ll5yfbew7q7Z805YZ4mvE9NwdUxI1Maqcps8zBK6U8xvfvTBkb9jxSFVIi8eWi43LqMBQckxDTqJGccI573ru2e23B6RwJbprii4i+B0jjzql+VTfXcKpeAGk9s0hNjzYyZxdyMSK8xwseKSLoC4M6oFo0XJWKOCVsF4b7sOPaBXTIQmBJ3xQ71ejnM/gWKJOdskl9C557yBQ135+DJqTwFhjUlMxzIwdcQryLOHte9AeRRYfjXSsQsjCr9Nodj5On2uaGA2GhdR6rWrM5kbsrWpjOWXUkFx+cFN4cxYdwjjga+lFoudeA4xGrjhxVJq4fsGuMl+I4g62cx4yjQ+OXk9T1VP3b3y2AaLXazl1LU4aOobdq15cfmJdujm3qZ66MhKW1pt+XL6hqAO0EFmeTqpWRxzjiXXkmPWJmS+A58s4ppxRVBM5lyWS2iCNRrXResqEGvEsZZB5RhcJxksgviBAXp51e7dOy3KqXHza2eG1uzOD4zyXdxck92yYlgwLBSOWkTdbS2hGbXeudNqRJ8ze/I1wnAYblVFBiZ6YBETcAb17Ruq6s5++w+jHt1BziJnvn17K7LchiEdC7ONbi9KobV/Y/SXaikNmZJsFZ7gRSQE4kpcP72vREnA20Th+mn9OGtsqGXmoGUiWoqxitxhSWLRw8YEGKJ29R8PomwIBFVJH70fpyI4fu34SqAj0Yxl+fzQFONbYdYxa8sBH5HfshQdvU/gI0fTaOXWQc8HOBi1zsMzTheNUz3fxtTYAW9a8+WKEByMwNE1h8Nm3RZLw1OlUd+F1PnPBzLTIITmuvwoN4rjWhl+lRiZ9TR3mWmIXFsXjXLNTkv8u3YYRCQ+GT5WXa1saaFjJQRJwYqVZ1tDP0/1ED0IYP1ffB7fxU1JAqQQ2szX+iSAoG9pMbDmWFWVVZOTVXj67DN9Bve0Ra9r2wbkKvI86QFpnj8bOZgnbhDnAUVmM+ghy40Kj9WAEBAK+uGBV6WmA014THRJCukP4MNQj9v+JorFjXmfC9kNlb8MUiASRAwpF5RADIsRNZAq0ZtAyEoHRMIvysDa1ZAiaiz8is1w5EuQZdJ/xwzMtTY6RqCkowWjl+gYeqy7O/DetJM/YWfXxwZstA0lkzjfvvRAm5vhBMSOixVuu6PBae7EVKpUVtAJg6tFtgoKHrwo39UGdeyfym5tB5a2z5MaBXgcAtv12U8gbnwfhnFznX2vKRGBlQoB3xVEv1kh+nuNqOpRxUq3rJLoDlZHdEmW28qKRwZG99/Cv7sZBmseohVvogGfPy/1S9Wo7HvrmlF3zPut5hE08Q1QxLSD/YMLRDRJAZaDzEOKCtLC4IvBilxfkBbAvXrX2rW7egipcOO6iOehQ38Fo7b2HcQPM4bplOWeWzJMH6EP0PvPrW+nu7skIMYzLVEGvChmL1UZh6BSMhNDg8mhRQ0+j+jxNKnNak4Yta3TnI5Yy2hx9MM+jfe2zASFFhoSPJaJOVrSpf6fNWjpUZJzbjVnieP2g/3hY1oO/6+/OneP5j3t4r9+DffFaBK1H+IVPjH/Tq0behuBzz5nDxrsAdE8+JAHDGdLyH+SbWhfaLFtpK4pwibSJtVnp81OSlgxtGin7bnDa/5hgmdSgIpC/bI+exkpuy5zhqi5Wh5O10Rx97quoCHw0ugDrwGV8T1AEykNV7vO+h1ui37Pp30uU1/O7l/8LSXJ/E5maZa0uzNysmgtqbTtdHUjsiky/IQNRfhFL225MPYj5+ig1D1ItwNiKeMt1faOE5/tkuzsyn6x3AMenhspdahZ7DBS6FxAcuQlx6XXp9v/EPZsMYXocztOynaQJbODrd2E8TqQbJ0F4oS5wDpZbM0KTnaQydj+PrcJBCLuwF6iQw/1fPIBo3ggcymqSO3p5dhQ0Ae4uoH4/XHSpaZ+/6Eco8Sd6qYDWOJ1dcj4L4n2rj3U//xMxS6JhfvdDjAOfKLYcK5/6glDx8m61NeJ2ANNanFnz1Nw/eS2K0Vk22XFRHrYZ/Ct0VuSD4l1t24kmchg9YYtaN6ECdYNgje2DXcD14Yt41GFZUFFA0K8QUQaymCd/+WS54lpxHljQEojgRxS2FRQvnodb3/dqp1wnMAoYFE09Xhizyv+q9Id3+m+a9Mwl5vaXRLjvdyYXRbQc3Chw30yk8E5cDp1epdtLWBZw3xsJMHK5d7gqbuacW4WzS2JtIcNBWSY1vnGoOatwpkS++qgJT9xh7AuQvMkWBpG3MOG/UtMl/hms99apcLuJgB1HoLOVx0KgsKSE3g3OEFN7Rer7PeFmCU0gBh46ebNSwnBHVv5QWR0ndwiZ1+VfftlqIHNYCNxBXDa8uVpguHHDigNQigD/i9hylTlfoSKoNQX3HgHtFWj6eLOo6hMfbfW/sDK/b/ddoUKy/aY12ZiVZDASqBBaegeELDCRZtX7t/TywdDm7aeiLbP3YHJuAa2O5Dsu7/qUNQqdz3VdodxtV898+Gtg8bQvNBvj3Hzhfv0Xc19/9ba3ltbDdz3LiEFL9qPkqYsteWKo2M3pO724j9m5Lh+uqcMrDJSkWWyRa8/3np7OkXr+9qu0rH8YlsdXAa3xbpIF5lL+xJr1kKzHb7LvZeLCAmFO7MpKV0ZUUoGEtTD+uFoaFHGQwSILzCMqvaZ95orbKEIvf7tQKwvqqgwODd1LY8ml0NQRmicB7ckN7lL0yPvMVn92BJIdbFSyKfHxkKNsWJtoPYgKhzKzYZCfSG1PqsLaBak9oVCc7OPmNJk/hQrSiEfDTloYiMo15tbmTcjVwwlhb9aOHEzrZbv13iKEp5ACX5SUbQwAZoWJXpqtmxgl3Kd3kvro9V4scINoUMYFIKyOt1iabLa8rQVKgSyDwNmTPlSTs8TIrrUhLGr506vhNJTIJh+sC92+aVYkcJKpJzRFSxRmkNehIEGL6JZbE9xR0BiysfAy0n+xpx/nhRzDgGr58s/O2shPHuafTjOcP1aa/WcwTB+3ZBRwfmQmcjcIZJrv92w58om+BQ9zDzKHtq2n4QM2PejSPu3nfqB83dWkR0ONWD/auBOYJP1pwPma74kxVffieejifnb0b3ofAKaPxZnTSPeYN0gzhuUxWkCQJZgsZbqPagtlmCJ9yxVyofEzZb/pnafgCB+6+0f26Gt8G8nzDZsMSJupXbN05/sNJKl5/znwUDRTEP15ChJ9afzVtdb64LQGa4MWrhnEUaGDTEqzoJoGAENEfwQkxOFe2Vc9FNjLSELzeYpvRSDGdjs9aRfuo2bgrcabaP259pZ5QzUlkDFUH+NdbZEwqk5vmM5XA8f6+ZWe/w6DOytkKgNIlWPvQkyWme0Nuig8Xr3sfWliaB/P/ilW9CdY4yB4YMz7tvr6ZWws4LLV3IVdMhzqhF6kV4/Bb8MJkwRgk//fPFuf75c6Bbe/d9NbtYpjlV/e3PChU1ZrR/crt0MTfKJo1I7s3yr3DGnqqDxQvKJf+dOIY/cStSOHHw34wGDuCdUGAJ0YP/9x/tR66GJQ+arKrEoZO+DB/tQLPGkPHeL0qyOBaFaDe2eWy3yPMafLrb7cMyNdRj58JvJwQA++HI6v97AneFU17ZXc1tTHWeeY8i7Otm1u9PNc6cAaleWIdvQZWbJW7OsvZtSdHFpU1GTjnaYrqttV+EBPltqdfRRWsW11nhyAFsyKqwWjaSWpZWNiKqhw7XtE3TyD8aLQJcBHYC7M0m/lreWtYoJeURJbbsEDTCiZZNCMhBcGyxAPBwfHohnKFC9jsuJyyOR5rHgN5hGf4ElVFURgG0h8w/uE+4f1n9kPMn4AzCfo1oaW+CGRmu/0NhEgQTcoNEvtzS1gEU0tpwiorxSuzwG5dLOCxQGT0i9kOuOvH+PuOdeoApNcE4spXCPyUsjJxkk4VDa6hYd3iNo2XIRXrLvUCsZcUWVjp4aaf2EATN9VbXNVYYaeMHyjj87D4DvqsPIy5eoH1GHmxyOgEORw8iP6h/dtiG//ILU8bf+cmUbvBW+cgVvZRtqxcTv3DmiljTH/U76SlzgvpWGtHHSW+4cqbXKfIE4ntWsvcVu7qnfKss0WQoDZ4Fz7czizLOrPRbaVGqjXyWJXnk/viWB/pjq6jmHuTtHp+vrnzg8oQ26ZiRXV9POTzjM1dUPOtCeOAA/GnWl/SqDi44wwhgh6PDjjPGfWB1eRzjRualI/DhzHH/O6yjZ8H/rkcPtuobryvUGXTtckbGRbvpt+xZA/g8Xz3fr56fOX5ScRZEF7Q8Q5L8rZu2u4J8Oqg9ujJwqoCltuw+pn9oOhrE3XBkdPSe0hG3wOEn987ehrAMmW4cyUDDkurdtMdlfHPf+oJ2im9w/pjkCCK+HYjdL94oX2UNe6+lHjmk+PwL+JYfHBni8/vPnh0mkkR8omT/eGsrobmK2Ms4wWuENUCsjvjNGPTiY6VZxvq2OjFboEf8yI+5RIUYZm9yfvwnvOjY0+14FYgaQebdEGaXU4PSPQBhXrw+pvtRrtP7Ye0Bsfc80Z7rnM66V2oYb0eGJTy7CxIaMTmon1qCKIE5znhBNsG2UNuyNvcQnxAh5kNzNbaTl93IitFhuNxEzDOuJ9gmLsoBAZG12yUCPFCATd78so0ZktoeGxCPtL9CZyAnjcCAOK8+e69RzWYHc62lZWQGltEZaaUBG2pEEo4iM1NQGrxrFXE35dW7Z3nUvLBr5L+oq93Kvl2Nr9HI7wNKxA0dfsLh2FDsiDBDrDzQYz53D2N+dCKQ1jQXxGGazohlzBi9o7HbOD4Ejbvk2DoGEnXmW1/740fh7kOkd1R1TEdXpHp/4k7YvZleFjTL9nevnIJ7dCp69+83NqW77KjzOX/C/c9EX+DTMYhSBBT+qIfUzFLy6+0AlrI/NrgPwatQzWJ10JrAAo4CSlp0ZS1bcvELmhX47VjCmgaIt5uOM9DNaiyhosmAfySyUfOWJImzyx2VJEFjYM6nVmsHXV2Z8B4JoMgofJ6o/JGdUYU95C2CdhK7OXYkOyk4JgW41wmaZ8J9/h69C5c34uCsK95DLUaljeJEm6ty61pgI2h6CsmevilKjTirmyo1UarmzXeM/yw1InjwkwSbFbiJgwk7NQ75L83ylkSKt5UkFBS3iPOlqlpqj4j7EoVw3N9o5y9VGKq48qbhGraLs7VER9kbQWmNy60zUvMhvRRSRuchMaC6MPvLLtgcFG7b9UeDaji7ctqvgj20bCiJGo3ZH7g71sMsK1U8ssVhSuflofazASw1/c3zsxIzl2IRCNUoTtCg8DR6iEXBsf4JMs+k9dWx0hmG5XqkYHXvoJo33EI1Td5nFza1IE+pgO2c4paoyjDHKrxZcQ5ARoV5wuGbNqCBfcB1pmM7/8f3deLWeCgVnZAQPDD12gmAg+bx+TQzrpNDWtdHInxSD/UTiwODYALp+4C2Sr2qccY5V4D3ZnqNdv7Jinpgxjvxrnrv7zfdgP3Z8bH/d6dEfE1dOyyEWTJNfGaoMrJx/mhPgPviH6+ZzwBNuWGapvj/Bu8WbOmWprm+I444Z6RrGGnRGXNv6RA1lZUFXkWjWVmqnyjQ2a+Z0Pq12fo5KnZtnIsA7w5rS5nqR2GYsMulyPUbUi0v/ZBO+lrnlnaYTuowlxgYaqRVI3p+TBuxVnIwhK1Yo9p5cYHnDPvnJfYrlSjmsX6+sd0iqMspRnJwfi2uYnUlJZ2uz9h/3Sj5e4MBFNIMKM7Ld/yY0XdQuP4Uj5c+Sj6U1ZumLjDJ84gDEo5W4BHYFUGfGyNuf+A/r9nBNLXhdXtKgTlKMyjaUNeddFnqPNijhwbd9Y03SCREK+upjo81GPIcPwU9hMwkJMvv9B/rvii6g41UWUqzL1R6gu68vkPSdQivFtSeE6qX1bGAWOFOy194i/53JpCCcU8yWMf4CT42fUYz+Td9UnDIz862O4aaQsXMSQiNzGyBuizjvu9jqiUco+/E7fr4NiyUxVHRK4tDlLh8e0J7opmbhd8qqv8lPpgwVVeWRCyZxWt/PsW9DWoSQdFoIC9AK8vUok013dz0DaiClsx3bRm2ldFK7ZFdc44FdZKx0O0loLSRtj1Nq12fZHz/0mnycR1m6ByYWOhwwe739Uq5dxEadrIUksBGSWuKU0euy7NzQ2Jz7TZyhFu2GKIVoZi4xwaWCto9WYUHOGmhMtHz5qF7bXp92PdzP3MK8+K5HLo/eWP/oZZKo4TApk19O20+vcFnJ4VZtn66v/x0vpy/Mz8w8rYcjgXfm7u2U1pla837z7X6FgpUXuqmHezZPjhgeynwNu6IwsmstTHneTzY9IZvyLLrJhUu0rUatuYKMPxh/ZAhSRAYZL2alsfIp1+wMGZAgEiA5EiESOeKpAxlkHEl0Eooe5x0QydFy50k0ssGh1LDnsPwCPtvn/9HgkwNuLspN4f0d4a7Kd4wyXqkqxS/F9QY2w44drfibHhsaR67wBcHYm1gaHtrvt/LPbe2gAzRsTCpzPSkI/KymqgQqKgBK7OKzeSqiPVE5ON9KVPHumOqIc0Sd6R2D6FDNHlX9ffN1jO2gRCyh0iVPfEumJFOPJRSnzavoVC3VJw/EFMnjKUlWo/BLrxAuKQ5UYQ6iw6ovOCvsYbh0RX0NNh21nEJbLrhOP4xnkZeuPB8B56Fy0qB0DNV7gws+Xkm0gwut3GMgcfaHDeZD2oeu/7ZPPdE3/IefZk0BR+6rk2o0Dy20Ssp39tTk2TPf/z97lhJRX/e9vn5n4I4XImVjk9kA7h8s1p2ledLO1i3eU2MqMf1CPap5+udrFETvokG0PjrU0dBFzDLrrV1y6+3wpJyXMZNcLwVJy8HHh82rVRbf2CPsbxa61auFqjIQvn0j6v9Q15LNc0dGhMxXxax69szAqiqEdH5xK8wNcARez8P+sEWN2BMaCvCRwDOo//5DnRFolIalh1KL2MicnO4eIStVKKhPr6jwQgRuSgn43LME+28Yz94lRiiTC2NclN5HZ6orAxfvu2pmreTpeMqIOFSn4EUkc01BaKAzIF9wLBmJ58v9bWKQJGKJMSEqas/PUZFEYjZwH269LorAwAanKAgKy8kNg+iIpl/mTeQG+zV0IDPdcZH0yLhuCk7OA826RdYoDKvtQfoRmjalmZLp3pDpDQJMa2OhUTaLdM1pciy1O86fEaDqouJkTlBzrprDwiA1fBh/w8GCR6G19RmDcNW6rQHZ8jBueUusuw9duOKjJQVL/rhCSLV3V24vaS/bplItosFLP1pSsWYfiyGqvUhfWSabP6M6I8NPG76BGgTFWQQJg0C91YwH9SmFRMiT9V7YlV+3Ez5Rr+3r+PGDmGVwIVE9JvM2pP/nVNmwY8nSfTPtp2sSqRxfS6dI/+XtbUOyCtMK7b5LmLfTzGvex2aOrOoxbAxLkFxrZ4D6I7LAM2MOXfLLakDojcWL43ZMJU/t1K1a1Vqe5L54jr0KEgp1G/jBnErr4wltKxpyr904ceaa+hw+PTbXMjzcMicoHYcJF68rXLLeLXUYl5GFOy5bs0Z2HJeZgcMboqb6+qcjgR+sOpe06VtbdB1gsq/u9/NRUbw3o8t+DxdxZ14pTY8MMxnj/O/AIludui+opiZo30gABd2nSo3p8Bpc8nvy/fE477XvxKgjohVOqVNP1LtyPW1tUT+U2lR/jttgk/ReiOdYpa4qaXzy5/BSg/2qkDTVqiToikfLWe/dX3a1rL+Ud1WFX1z1uQoETKQo3bMgRcw5XRKfOamfjBvOdz9ttXRqhWQtvRVtL1a9WHG6xD9FvPjxM/PGpzVT5IJbF0UFovx+SqXs1sOmVcLSLfHLMxyKpGb16ksVCrOPaYdFw/VhjsEOTWYhP4emJTcGdzeqt4hi/JZczHrAbsgd7Z1jNDWDNNhVcUJ+wuym6HIX++GftRbQlv82WPyxanjKZbLyeqXF6cWEIasjVtGSgBiJVuL8udr3VKnztbqVu/6HK7xywc4X5xMNt6tvg+cpZ0x7zA8M8fbLN8iHZcMvFCPSkwEhLnvo8n77ARpu2PqetWIdvyTkGOzMhhB+sG3eb0X3/Dv5JcHHEFE3BPODbfLu/XDo28E18e3x66MdFdZB9jI7Y+t8a/Ct7PX8hn+YQx77gj1OHferEP48TT2O55Abgl8VT9ULT+OduSOFp/d7udlXyBaGfBQaCX+YV/uFSJJt/WzA3T91bo2PV0zHusa6pbinePDshqmGJzpX3WFClimwq8JnXOeGEjAUcKpW7Zrskewe64bG/9SmM+0xRNbelqtvraUGlfIfvYe6i/h9M+T+TQwhfd8COVXuEQe73ucHKEfv1/xV6AsWS/5OXf5hvcx6RGqhsv7L7LhBLY0hZ5oSxWIve1Mk4pLAW7a6HZqlwdJvZiiTNtQP8suGYoP4383/twjP5QL3mQFH7Y2YG46c+JqGWN4j9xRvKK68PL4w9AjwerunPNaZVjd475guViQQoOD09GAoBIIDCiYoEorThJ+xSZRVFcZx9ic8bhK3DXr/x/gVyTbu0YUpeM8efLpeX9jWchii3N5LHBshc20pPb6KH/ev118yohgmYcFA8K8qy02r/pB5ntDKZy8eCJa3bu14xsvWhR7dmB/oOLpI0UOx5ZJHxnCls1Tk5vauumW9L2U0yxv5h93G4slGl/SWKVr5Sbnnw4DWYNmBY2Db243T4RAz8ZKJCLslKYSQFRkMoga/poDtKnajAaKpbWcnvYT1vwXB78R6EJyQuzQpjfQGpF+iDiR50NSyD8N9aadu9LxbS3jXIlRkm9fdytYrc5zW3c7R22Sb1d2+BFXZUnZ1Tok6r7uVfZkF4MGL5MhoE5pX6893Dxzbvij0n10LaS6rxWwExY4nauv4/vAyx2z/+jvZfzXF+C+5kwVE+wpX+VecOTROLXj3SD8sXBC+/Yylc0uN6EafPwUWJ/4GBfRh8I3eqaQq6fR4bcN7FmH7scGTF+093WY5pHPA5HLtd7Q72T3DTpjo9xhX1bjUVBlL6WF03U5dbm5fUJDuldqiAWuNa7AIfaU7j9mfk6NbusViTOsSnMX+pTpmd1yc7p9QiwacNbbBQv2PTrakKzdXV7zfAt9g3YC32O8Zx+q3JRqw6Khx3MWnExaeYL1bPWN7zxyxnEcRlhz4lPje5J0V5W870hzxKHGOZGfSrp3csSavxD2WaQ2O3DXmq3SAgdnn5v817bHjOWqgFIDcYurzs+eE1nMt08IVl/ez9oP9pP3lWLwhFuz30Q3CPKFeWHXZyszEbCeX5eNV3oWtxtaAdVc1aAHv1qasS3EeuTTSdiFjnmcnDTBGGNd/uszf7ctKBBLX4DoSIMWTqKQ60gIxyYRivTleipYGPlcmVGxYKDDyonhlkNN0Gllccs3JGolMSCidRkKpNSfQKfKNJp2tg0WuobAEyYyLbsokLQyGDy6QMkUxs2eC6g7EEU761r8viJgl/PtiNsjGeY+x9r3evF+VSPzGC9OBcwsNol1xrsFMaAZoM89i35FSgTlJuK6o1C1Y9DT06H84YPT0pw3SBiCBaccGV9QJNErjywbB4Q4wly078F4PN7dAOXBOS2sOBEDgSNXc4vtyb6LSzwTtveCxpIaq0zIql6zF58Oo0mlrqMAj6yW3C71Ri9J5YrriDoJbhzG61Q/+yGhs+jNj1X1M/OHSkE99n/Z83gM833uPMAa2bB9mDk+NmI+3tI5YjCj6I6OOnVTSYvfuLw+Djp5Q0VT79sXRnEpGSsumS0r1peXTZRXT/aKJjR1Twonx8evj0LHLHyVpbFnncYFpdOCps2MnA5yW/soxIbzRvnFUNLqQv3iioCC3YPG06npvJCaCa97IqRiFl/YXxx+zVtu1qVFx8MMmuFPzNn8ukwuSOfyQSrigUOixRFiYPKeY43NxO4op8nRBMmOfEE6ATkGmSuufIZgSLT3r1u5LcPpteA2kLSrSDgw9IgjLAjd8faQluCkE4fx+rHHr85/4O5xxFjvFPV1YQb8gXN6k4pQetFgZCeFcdvJ/utMJfJhy6VETHP6oxlxzFM/Tx2QbN2vqCaPMURY1vif+zfybmEGaYo4dbSokzg1ODc4RC4lvSVOktzfaKUR1qXd+V3w8paq5a/VKTzc9moJC4riCoqDjNdYrV3dVNVPi47uExiyF114KOg7FRcWhKcRFjd4F21c5NHdrV3NE3JTozQH9tL2eK5u7XhociL4JYy8FlYvmJG4KN15wXRAnL7XJfJ7Kx7bhWBmHrPtTdkzHkmP0p05NoWcxw5lrcCxMW4kgoxPLwq3JHI55Fjt96pQ+hiwiO1L6rQ+VsJ+R+Zi2DBaul91f1D+tJKkqh4aEPps1HL0Wy8J2YYXzVKGujR7OmlVODw1VKsmCGtHYQ9hjpa7TqjdBb/TtB9gIPUFEEsdDkM9B7xN5YqIoQbQdHKEZyhj7nknGQMAm8aclvp5Fe2Y9u29MR3/73ubxdE+41x+LX2kL1rwVSGneWUdiIgUywRPvbGpZfHRYFPgnEmjD4qnlk00oVkWQhp/bY4QTvVUQcJ3UNRiC5U0JppPchWYNiD1ns5WyCUs0q9wzQ6Q7YowX/irh4DrJfViOcEGC66W0YS2H5RCuk9KFhUT9wLfhdidh4z4Rseu++EjkjZtfJfu0L2mOhC+LxEQ7kuMcIaySbmhxcwFmcYY1XxKOozvL4zu7aKya+EXTj3bMLRCIBfOlwafuUzD9NMcoBT2wbr6VlhL41gE/wSDd9FFe7uFhqakskM5BYGoiBuuZS46JdqTBKBoU5aAdyw3CYKiJMMKhKwJzUEOaRGK0ELaJtlJkYjLp8bLfEDGNlkzExAg8Ue42JuJduQ/u7fqhQYqPvtjFXXw26OxvRiobvijRH+P5e3KiiM9qBtSIY+uLHjZSP21Y+qtizMTuIVgky2B71le+iWKlQtR4hyctLaj5ywIv5jILgasSqyUPWk16Z59XgtWeKW0mFeWq/HyWMIH1vNUYrAp6mvz7niZ6MXXF6tpiXbkPVbnq6fI0w4pthqxXrYzvE+prt6TgzZNXTdtqt2HvZD5fAcbezpPGF0id2wL4dv+5q6MQfk8cTmd6S/bnOaFhFop+AIPH2zyX+txCek4v/NVuyCT0NL4WRY7vg1fCEVatPj/bnsrVx4k+k+WuDFirEp0jtWyVaAK1Ztg4kT73pG1Xg5YJOrSAjsUDI4qJM5SRQ+9l/GkXfJ8mZJc5uOGqkiyzefHlSDlEZBM9Wu32cCrdNl02kG6ylDqAuxkx9WjC6BAtXE59k09I8ngVa6XlmJmnqkVYsgyPWImhQ9tWffsznjqxxEpPjea1o5H8xwJNZrH3Y+cPKfTtRo8fN7sPYBETtCmCKfEEfITWh8zOIn1I3+xsuoRUMQeRP/9EqBv8888wiFlnDGI6sURsK3YQsx1HxHai4xTyDpazytJYLF8tRE5B7sZBybdlpEKi7ArznyQzin1hPNExZTzdviAdYZOacSwL57clwBbILDYpsPloRxKtdH+wPsaJRPsdky91GqP+jq2udCBRHTA1aIex6CKuHuOviytLsd24UtynlTLFrC4wriTmS+xYUO3O7v0UEnYH9ti1Q1/3iseC3GV5lJgbLayf6M0rAkPdY3vEShdtTpmhuFFvemtFvELjH5oijO3pW4tsOEGmk01o2wlT1y6FSWcLaaLSQXFMsk2B2z+0v+cJZi7jLQmrspA6T9LJroytzdskpKoePWEnWUKsIulJBgLJC1PVE4dejdET89B3VxUkfQW6XYOpArSHtNPcV+HGqogHROKbIxjgEf/K+YCEvQvhUFkoRPQBQZhv8Gecxhhk/Prf6Tn/0kmMu3aRZrGkeFIWiYuE/0ifzoshFYmIY8JJIh3LyaOiYu1u2iq9BM7zn9a3sqLaWMY5sj6ujBhKSLcqfmwePZXpqYIrxLlrQHxucJG/kzQLP6Y/JTAf9qKXix1vSU7pQg12LlsI/5Oidatj5xI7hFulwUFoVFBwtIxLrG2FOxAdLhaxZKPzCFUYtggVi9OhRORARRQYvld9j1lzeW5Ey0YXMXmilMFjmVBTE5wFZzbJjIBDoUwoixtstxxLYqnV3l+kVWhs+UG5ePeQCI3mBQJFhNJhBxdAo5n2KBVOiWK6siBxMmTJF/AZdlEQFqodgV35fEtIkgy509goJU6Fsme6vAfO4DRJc1G4TX2f/rEiF7DVIYumrDOaCd0fnkXN0uP6nDQ6eS5RQHDTHjQiptbuUZuG7FXXnjTuSxATxMCWnDZjS6gIXcRbhlvu1eazlTMGSlX6mcqDuZpDMZz/e6Skb+KZyiFP5vwqF8whdlp4LVCSFI8obLuDvl9eamswrhhDhp3GgHbF1Eb/dnc7zUrItVTQvSTNajvGBWPA2gnWLJpT6PTw2gWE36S55ULfL5+yarCOWAPGHufniK3N3KfncErO03muPPp5cIHOM2Jq49ScQxjneFda1dTGSTion7h7sXUz3+EJ/ve3NCjkOi3XdX9NZnqntHXIeECy2nMJxkAiA30dyJzHdVFB01lMoVNYNFEqTUkckL9uV0jcrcebcUKp1yVeUvPxpuBJ32+BJomIIqF+tFwbtFYlurU2eJ9SHWBvvx5u/0fZ75dqVZTaL5VKCO7wljd4aevG9f0Kim/TJhNEMN1/9zftqzuWj6P20nVUkw+WRkqlysgpKQqJN1coLBJcPvpYFbadXmLdLy+e5pLid9cZvQFC0aUaCAXv+uR8N8UPG6EMzLTjtMMOsbVGLE5HJcHooikaSkalK6NcrcU7HIKbGMMIHWxXm0STjmo29nMw4owMERqODzgxU0J3g8R0I9Y5p7Aetp1m3VYUdUDeD5xPA4tnt9XR1rvtlH08VCZkP0PrCQa0W9WnhQOoF66H4KXQEPMFqxcqAacuMZuoTYFNFJqRBc/CiFYeizJBNb6c4gCfqCJZJqW2UiVoHbrkDAGrFmcLYLQVWkXpogR+SOGx9oQQQrdwsSEKLzpKKeVYv8FWMTm0TW7eBO+VniisiCZmMQiebsp6mnmh3dl4zy3eHAQR0mFzlAfGB2qhrBYwceiQlR54dzc0yxbts5XDdUhV4d8SKKl/5YqwWhY+YWUwVhQr88QqUcg7CM2wQnnvW4Sgg7ByD1y8YAvlpJsXPn5zAhJMgiwrCSQaiUFkDFIfTdBULg3D6KESGdp7YmoPoVIEs1ASPD2v5a1QilKiOKfDBjVoQYm1H54D0eIJIiPhISl/tWwzE1U+KzgTb2ObfVNUhbUv3ojroCkRGlnWWRFtKPI2DEFoVGtu5G2i4ONDmBy8Q4Svo0RPiMJaWnBxjhF+OC7e97eQWbq1WDWgJ+BF8++MKLN0jW8fXbR3xkVrYy8TEX12wsrBi4N9Dl+MbpiExsieZxVm00zBO0b6sfl8+++I8AkwtxeJqw0xZlt+jYerAhFZMC2YUG+x06RRAB9xPYV8+ICccmiULiFVJmMoAFDUjQEQBgarUknaTrI8ezaWpD17Tu7mWqLi2LEubpt//tixeDq4s/wW/vlvEn/rmXBne7O6UKE+Cb7jW1VxpiUUkycTJsmkuahroOMmcfSGhCUvrIKYmFhKrMJzqgjtWYQq3J78PYmJvcKIC7Dia+smKGAoBCh4zLS1Tv131P3MyLjr1Y4DaDdRLsueuRVx+6/j4buRM6Oo9f9a2aTfYlQzrFmJLGZ0cruKM5GRsMKyH/pAx7hkHALGFcxHEQgVHB5ck9Id1w2S14RvOmYb9O/RoxYGlmFzUI8/fmHQCP/d3n9T7LFKVuWCgWPwERoL7+DfUkzws03HkFChz9GjC1WulVuFHcK4itVTaWoaBngmRhFHBnIbFqAF9xfmBTrSKbFCfP3bvJs9qjMPHtvqhvEgCkg8EtXJoC3Vnugsr/ZoZS/2D7XExpA+UMxJ74/GWHGtjo8tadUcOLFFXO0RkATeVUr6LVysHKtZRHxoAz4SR1t+GxQBtzFn5T+Rf1rObIMj6F0HsCULzvOu884Lc57Yt+Ct84zb3C1zoxkXeedd5wDc9U0lFmdljaCxcVXjCuAqRsD2V9lAKgWOK24nDXMHzR9JwGcapWHpNMrpuV/Hyrs0AjjON2sIwKc1mPKPAzy4ezXF7/kWvzNbU7dgGbsQNMbSPij85/P5urT3wCPrGdjNKdt3OHXpkIK1mSRzav0rPhh6D58wCrJ78X9iGJiisls3Rm0K5+2tKtvLCd3k0H1VlWDi8WtBuDuXE+5aiQr3xeDC7bEr2U/effUElhRZfjYvWMFclUQvDbJhCTPXt39nfSF0vGH8FYoMWtwi7p5lzhc3L3YlyEDMIaY8lDU9xnQifxTOZ8z+wLe77fafpgVtIFShFd946Ip2PUqQkhJs3CzFnqKi2VBgf+mP2TK0JmOYWi3voEvypeHg053Gv/GE2Nql8dCAQSHE4ufwDzVJVGo+JA8b3xApzre0pMXVUCxQx5QGcX8LsCg8WlZCjaZVFjGiIi/H8mI2MeJpiqxEOf4Wn4TJXs3oGJhNmjO6SdSj+rkd2RWkiU+K9p8pMM5MN7Om2c1qdSsevdly4vx3G9H5oMIdH4/qYxAz4CRDdQL04cG2aiiJ+9XLYAVhZWqQkwup02vuuYWIQwz30qHw7Gw1/In6vGy72xlcvKDUhGFEoH97iO3Cnic1cVdlHQ9BnctfBoN8uft9ebdE4ms2JiAItpPSinm9iO+NvJomh8vPJFtBKLeh+LJX3x2L6Qnf+aH8LraL0oaZx7RhUW6cVatx5zA7wLIVKZkZ58fOX0gGM0bJE3accdvJoH8fDHMxdObBp4ptK+iVsIuKy1caqWiIx3QTeJm+/G/4UzBhGh88dB9B0FttBro+MtlD4cmcB9ts7nZktXyQXbuREO6pVVAXWsp8Kz2xDDxxId2pnx9sJ3FfcTrt8T5kPcAps9VbcTCy78H9vYirnKQ1UfLqWYDVVuMR6tHi7CubelJr93yf3FWeXu/vmh50oaIxwD0LxZgrLBEE+LWONWTi+nFd2O6MfzjOazBBNuH/HR9rJ4cjRhqWnFbzb1JlpGmDOtBfUMcfx40aMRsDsXSIdCsTfcUCo0Q8fvhumhGM66d1Y18Q7e2JLwAfofciz2eRfleez/YikjxP70Tv8+e9jPtPrdV9DkVIkdNxLG4IjdwrjcPoXRlGO4nK2nC5KO2nQxkno2ItE5AUPsA9/Xp5XQjT+/T8A6uSUfpd7SlhtsdC4MLnNqIws8b6dqA42So6xsHgB0FwqzHxrPxPW0RAqGTB4Ao74hRLjkFhtCjRij3MpRCKjjyarSu5BnbivuF6/XxPNIyDy5NLxcQT9WgqNt6kivsIk0c0oFsTR0ikaPzuOv14jdrGWMRsg14y1pY/cHJArUZh9IiDIzoBr3d1NHWUJmDzUcKNbcK2i4faxF2NIowXoW4p5jlo4vEFI/nUGH1axb6B0oNwUm/PBMtsh/VgW0JrQltcW0yeid5EHGYcbpwbZhJu4tWiIr3VtLjYdI3nN+9L3rrHKG/KXtpenz6vPq239zPvrtp9Zrvm4b8FVlybaev5n9hA6wpRwGJWN+E793/O/0Zzy/L1qWDdKmlu6kMK9pNiWXmsPy+1t+50ZP4gJoPr+H9BPDChesxoo2eImhGEjr7uOCqmqOsWIGOERedcd5hQvkX+s3T/CSIH31N2seyWJebLBCtuBMu3mfrHWFh+/nbZTyR2TDN1504Lf5/PNK45DXPpygP/B1cu/UM1PzyiXJMfPgxJWUrp1bg1C5BViGFv5OKijQx81Z6KmRbflgA6wP6cpGy/+t5xNNwDep93v/HRUlkhUMDZq1dnQxyDleL2ZCjIyIRCCFahXNq6njeEexp451LgnMpl2OzAH3g1lJkxnIlgsPfQRAMjh9FKi9l45FDvlGhi2bIJkUwPLC0UM+4WYqE0S9eJ5G+3xuUKaTKNEsOAL9BiJVlkbW4nK67fCm0ohTNg5GiKCJ0jzBbzX2TEYvuCLPpMg2iSbrhvzfaWeGhoYPA1z42s1oliW0Ku7hBRDh2aKmE+fNz2n2V42y/7huvqR6BxrwpBsa7bjdoNO/RP5abDyhD/eyahKWgDOuBVpDJkeejlKOXLkizDHiWtetmGS8r4mND6XtlR0oEURgpiUHloG2Oxp9a4qOe8xcb0FT/nCOwuYkDoYMHtEf3hlVgXH7+rCWptXPpz2MY2wZWiy2/9NYMlytYVgK+3zl8sbIUrlpYowgN713J+Lj6/HGsgV2MbsNXk7cBDc3iT7je5dMO3/3yyr+DgpyMXTFd4r98WpZJX+uEAWYN+/UL2JitB1/cR4sCdksDq0LOBP8BY0L4LkssgukxG71Lvs9GFhdHVCT06Al0g9m6cLu63uDjqlt1AIr/RqFZjcTRpKAlT47DNvaI0Ew4TjvsqHphCfD5k+tn9gnAegJgtli0wrIf1Z6xamADSw87a6Nj2nE36nmo8oaVdr4NKS6GajS0tI/38pRdAQd3R9h9fSQwqVz3hD9LpJQk2tg7URWOPPRPEp8evf2KYfx9aQlUVxoeClYKwDujKynC/L1/+gubrEWhZnR4aPm5X2dDx4uDNGifrNs5dv24dFAOVLkViwNB66OaufH59RlGy+JOm8vRvGP61Evt7/ZZ+bh8jPu6CbhagB9M90luc6j6CMfBxCZA8+9SmM+EqMi6ILqSrMhyUbT0i4mmCZU/joJJwmqdIMtOseZ/jlD7wiEuYak9un8BzePUU4fI7hGSC+mlbQnBvEvhdG34lFizkbM9g/CeO2HYUxmsjqpMTrEcajqUMjMepbXnFCve2suiSkwXbNcZe3IaES+T6cQM5CxmFLnflNOGiwIHpb5XOes6xA/lpgVqHTimJE0TKMcP9NzGk0mzWo3M41gbKRZWUu5QdJ6Gaa/01dfdLaS70cq8MPjcaBSV9OO8aX00KjH+ruKj5bQWbeelNO1JvhsdfAk9aM+eF+hgVSq45w09CLgiWxsWWJGo/FcV0ksnCBLMS5zXEuZ2yEAXIsoEaLN93GfbtGsKXPKxDpimXBWjGSM0SlZVi6zhfK8PqJBh1QVuKDnMtsWsZK65RJG+USw24w62tOcUt11duIOf7w1rzK82S310hkpC3aI7L9t4RwrfY10ct3uFZcqzDFvKURZbiZM3t3KWELQIjp7rsUmIMqyTzTVXPuQ7RYsytiMSRhDO3eP0GMs5oHSo8tH/nIPS57okD3bYEeCXGi7icimzUGpzxzPZ95CkqN6RGiwdZS4YukEF+6OYgX79AR05fCAd0UkMGyx78aZmi8emiV1Pl/VIjP3avFv2aChc8tX7dksTksYJlfCB2SzctPlzolQeDQE36ULt1TOmNSFwqlbdpITk7+NGqqejsWsTbEdNGo9mXcIFA1OeYckni4aF+dshQP0cjd0cyicDZeksezjpNTcU2yrEIzdZzZ3e02XTSo6k4S+tyTZlp1pbF6Ze6tSysmq1NqOd5y6A8WtpAjvQ5W7ieafqd02Jcg4aPWxCj13LPViOen51nPDxmtmPZGMoUvYcS9vNHTvcQRp2gfEnDASJd2ckM+az9r8/14I/odzUD7SA9t1j2DBhlkl0XevWUDLanpdGgxZ3Id8d73EGjpDfi36zieM+cjDYblbZRHP2Ugu1R/5tbTDKE1ZrdLZFJe0L+2QvUUXvkvixpm2DIQPcO8cr+Gj/xqaPxAP+3rEjD/tvA92F7A7fSo/r95AkFgPvvJtmK4+d4MWySg4Gc/m+BMRyYzju/r+n45wLtOPQ8Hx3z6ooHy99E5pt/ctB66o0ua4D/u0ftE8FLU/6R3yWGhda5GcTKV3Km6sGZ4iuymtNX+vp2INa/JOHKiD6d8OqBsO7PceGBOKh5PKjOgUgCeJ56mQBIQN7FHPi/DtvLPMmpWUn2CLJQdrckwm1LKj3ise+1JWPw3pIlfbbkeQpeON9GGRAU8QBqrB62kKUjW9jcn8iyvhtEoW96i9l7ozk8OMiW9oOYixy87W3gbjoRFOrNpRpGWezlUOnGB36T0wkSprbP9U8psyzmtD+e7X2lhZJEi3x151KssUlm8zI0oWkSE5IMhGXvYU+4Oxzs/hdpjzLfdI+JoFBvXKrBKIu9uenS3fv1f5PTCdKa4x5f8p9S5g/dONk7EuKv+kI6bi3hfHVnBbk1V7OTzMYLcpouJsQIyxsNhGXPM7xw54CnslR9r2/OjxP6g++E5/OLaBoDAiQo0GDAgvvTg8UiJMhQ/tDVhG6Yf0r7B95xPT8IozhJs7woq7ppu34Yp3lZt/04L9fb/fF8vT/f3x8AIRhBX8/fgiApmmG5d87WFyVZUbWn6gOmZX8m7c+Z5wdhFCdplhdlVTdt1w/jNC/rth/ndT/v9+PwBCKJTAFACEZQKo3OYLLYnN9n4vEFv5np51MskcrkCqVKrdHq9AajyWyx2uwOp8vt8fr8gWAoHInG4olkKp3J5vKFYqlcqdbqjWar3flTGF3rD4aj8QSgPl2UoxCiJFtFbkwIJntexnJTBOERuaiMsNRJzsw3wXMkYwl3xGLe7Wk/5O5C1Up8Y3RLPNxfq/pXrB9mpFnW6954TVJy65XvQnC26LA9tv4repAhCnXutVeuhkLocopyjn5hvTE9iM2bgHM6GQ3hRJNXFTCTaZ4nRvifu/CO7fe3+TcbT+c7jwnw2VQRaaqO53JtFYQoUcg60SMs3E4P4sL+KI/4lVie7iwDuQHREtcpkhsjqI9+MbHsuswpU3NRSkZLOkcOSVQPvCddFQeCxnEIdp2Ij0gwlHBH9mRNbf+tRh0FNjCyEPpC5U66TOdsHCFMkpoReCaFZt0Yr6jJ0MGSeh9Z6uIns8ahnlpXlppWEOubJUuH3V2Z6M5Y9bTz2XcTn2nY+anMnhB88BRtdStfnNcYe4MTnc/dp7aArbBBL/zgjXUiVxmjLygCB4YrLNhFhCx2dqA8i3ZKuHHVvGw5ITxHHhiPyP9w7Wbe7bo9nLY+MwLCWXiWc+SB2EZUG/cSYwPLUQhXD3BLXpumpopogLjljlIEDTmOD+zVwLMHXfrDr/QjghZETuK6tdNR/cnDOFmxt2c0bTyS3vCdVzkyaboHhLtye3eQ3Bg3tpj11VhPxPrNLjfsWIGhRtn+CNUqk6fvVzTrTNjTt3TQ2zq1ZmE4OhDE5lxtTziqA4PYiT0pcbxHZREbE73acjsydO7ddzqIUIjKk0RJ9ao7lk0eu2evmzhqeOkTtNmPlQqpHODa02koWR0FMwIWBsE+OyBHB67zHrlI1xE/5KwrcKSS2wnRvYmB0irD1rqWzFeOsMxGRm81zDgtAnyQ51k8OR4SAueh3iZYhxbSKV07CdU9Zr74boTdznKFfUjPMhC64mok1FSdFynGhK+Dcuv97v1c//OG+3rfjX2UL5O/1RvnlAvjj8jNHQrAGNHaefABpxlt9T/fUQhjpJugmZmQBf6D2DY7dpyjmNg9qSHz3Sp79s6sIIQwE+QV7kIoG0SayYTTDY55YwmtvIk6UcrC+FXvsauQpduaUe71MkxwFPrlSFEIRnZcA44/pRvPKg+pWsQd3PTad577RVU/5jD6gF+wrBSuytUYTMMwGM2dLYCwrI5MCBPB69foCRICEpK0TlVG6YrYOU0ibNUinV6lkD3TyWjblJTCajOg70PnqnjXfD5CUIlDzG8Tzbl54nuZD8MErXpONa6vVGHHLZVhYMs7O7mRIeTIPq78+tqmkEWN/NCQGg0iT3t7fkT+O4z0prVsagazr+ZHYIx8Z6Af2HrggZJ2ZlMP+tT2FJUIfBXAUgDhOxUEPFXTsb9Jyn60LZ/qrVRRSH+yLX5Ev01SNQJqgKYiBDPTy+KB7TbrPw2+O7rJ3No3U+THgXaBfXvUl72TXFG0C+2cRuCJoDDt/VC4bD+mlLlpepRwsZ4AAAAA') format('woff2'), + url('iconfont-1573089550858.woff') format('woff'), + url('iconfont-1573089550858.ttf') format('truetype'), + url('iconfont-1573089550858.svg#iconfont') format('svg'); +} + +.iconfont { + font-family: "iconfont" !important; + font-size: 16px; + font-style: normal; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.icontuihuanhuo:before { + content: "\e628"; +} + +.iconyouxiang:before { + content: "\e637"; +} + +.iconshijian:before { + content: "\e60e"; +} + +.icontongzhi:before { + content: "\e646"; +} + +.iconyingxiao1:before { + content: "\e6d2"; +} + +.iconmiaosha:before { + content: "\e72a"; +} + +.iconfenxiao:before { + content: "\e63a"; +} + +.iconm-members:before { + content: "\e6b8"; +} + +.iconweixin-copy:before { + content: "\e600"; +} + +.iconyue:before { + content: "\e649"; +} + +.iconcy3:before { + content: "\e897"; +} + +.iconkefu002:before { + content: "\e68e"; +} + +.iconhuojian:before { + content: "\e62a"; +} + +.iconhuiyuan1:before { + content: "\e654"; +} + +.icontubiao09:before { + content: "\e641"; +} + +.icondianhua-1:before { + content: "\e665"; +} + +.icondui:before { + content: "\e605"; +} + +.iconjiaohusheji:before { + content: "\e6dc"; +} + +.iconxiazai:before { + content: "\e68f"; +} + +.iconMonitor:before { + content: "\e645"; +} + +.iconupgrade:before { + content: "\e614"; +} + +.iconyanfa:before { + content: "\e64a"; +} + +.iconzhiding:before { + content: "\e664"; +} + +.iconprogramming__easyiconnet:before { + content: "\e602"; +} + +.iconyoujian:before { + content: "\e63e"; +} + +.iconfenxiao1:before { + content: "\e60c"; +} + +.iconyonghuhuaxiang:before { + content: "\e615"; +} + +.iconshengji:before { + content: "\e66f"; +} + +.iconlianjiequzhong:before { + content: "\e65c"; +} + +.iconzhifubao:before { + content: "\e741"; +} + +.iconyoujian1:before { + content: "\e616"; +} + +.iconshuxing:before { + content: "\e650"; +} + +.iconzhifu:before { + content: "\e627"; +} + +.iconliuliang1:before { + content: "\e830"; +} + +.iconweihu:before { + content: "\e63b"; +} + +.iconxianshigou:before { + content: "\e640"; +} + +.icondaima:before { + content: "\e6bc"; +} + +.iconyunpan:before { + content: "\e831"; +} + +.iconliulan:before { + content: "\e64d"; +} + +.iconwangzhan:before { + content: "\e689"; +} + +.iconerweima:before { + content: "\e62e"; +} + +.icondianhua6:before { + content: "\e659"; +} + +.iconkucun:before { + content: "\e62f"; +} + +.iconpintuan2:before { + content: "\e65a"; +} + +.iconicon-test:before { + content: "\e619"; +} + +.icongengduo:before { + content: "\e666"; +} + +.iconkaifazhongxin:before { + content: "\e606"; +} + +.iconcuo:before { + content: "\e6b1"; +} + +.icondianhua:before { + content: "\e642"; +} + +.iconshejiao:before { + content: "\e603"; +} + +.iconbaohu:before { + content: "\e64b"; +} + +.iconkaifazheicon:before { + content: "\e651"; +} + +.iconfenxi:before { + content: "\e611"; +} + +.iconerweima2:before { + content: "\e65e"; +} + +.iconerweima1:before { + content: "\e60a"; +} + +.iconxiaopiaodayin:before { + content: "\e673"; +} + +.icondelete-disabled:before { + content: "\e65f"; +} + +.iconshangsheng:before { + content: "\e653"; +} + +.iconfukuan:before { + content: "\e631"; +} + +.iconqq2:before { + content: "\e671"; +} + +.iconclass-4:before { + content: "\e663"; +} + +.iconfankui:before { + content: "\e617"; +} + +.iconchuizi_:before { + content: "\e742"; +} + +.icongouwuche:before { + content: "\e62c"; +} + +.iconshangpin1:before { + content: "\e65b"; +} + +.iconfeixiantu:before { + content: "\e61c"; +} + +.iconmianjitu:before { + content: "\e61d"; +} + +.iconguanxi:before { + content: "\e61e"; +} + +.iconzhuzhuangtu:before { + content: "\e61f"; +} + +.iconjinzhi:before { + content: "\e60b"; +} + +.iconnv-fill-marketing:before { + content: "\e60d"; +} + +.iconzhifushibai:before { + content: "\e660"; +} + +.iconmiaosha1:before { + content: "\e604"; +} + +.iconqq:before { + content: "\e612"; +} + +.iconanquanwending:before { + content: "\e7fb"; +} + +.iconzuo:before { + content: "\e68b"; +} + +.iconyouhuizhuanqu:before { + content: "\e629"; +} + +.iconbiaoqian2:before { + content: "\e674"; +} + +.iconjifen:before { + content: "\e69c"; +} + +.iconmiaosha3:before { + content: "\e688"; +} + +.icondianhua3:before { + content: "\e6b9"; +} + +.iconjiantou1-01:before { + content: "\e66c"; +} + +.iconqueren:before { + content: "\e6f3"; +} + +.iconpintuan:before { + content: "\e601"; +} + +.iconshangcheng:before { + content: "\e62b"; +} + +.iconhuojian2:before { + content: "\e848"; +} + +.iconfuwuqi:before { + content: "\e64c"; +} + +.icondianhua2:before { + content: "\e613"; +} + +.iconpintuan1:before { + content: "\e71c"; +} + +.iconxuqiuxinxi:before { + content: "\eab4"; +} + +.iconshangpin2:before { + content: "\e63c"; +} + +.iconxiaochengxu:before { + content: "\e656"; +} + +.iconjingli:before { + content: "\e6b4"; +} + +.iconsheji:before { + content: "\e622"; +} + +.iconfenxiang:before { + content: "\e63d"; +} + +.iconwodepintuan:before { + content: "\e6c7"; +} + +.iconbiaoqian1:before { + content: "\e682"; +} + +.iconhuiyuan:before { + content: "\e623"; +} + +.iconkefu:before { + content: "\e64e"; +} + +.iconzhongfuhangban:before { + content: "\ea02"; +} + +.icondianhua1:before { + content: "\e610"; +} + +.icondianhua4:before { + content: "\e632"; +} + +.iconfanhuidingbu:before { + content: "\e633"; +} + +.iconliebiao1:before { + content: "\e608"; +} + +.iconshuju:before { + content: "\e638"; +} + +.iconmiaosha2:before { + content: "\e620"; +} + +.iconxiala:before { + content: "\e66b"; +} + +.iconhangye-:before { + content: "\e621"; +} + +.iconkucun1:before { + content: "\e6d5"; +} + +.iconshouhuo:before { + content: "\e635"; +} + +.iconwuliu_tianse:before { + content: "\e644"; +} + +.iconziyuan:before { + content: "\e625"; +} + +.icondingdan:before { + content: "\e648"; +} + +.iconqq3:before { + content: "\e667"; +} + +.iconhuiyuanhuaxiang:before { + content: "\e647"; +} + +.iconhexiao:before { + content: "\e675"; +} + +.iconbiaoqian:before { + content: "\e61b"; +} + +.iconkanjia1:before { + content: "\e609"; +} + +.icon21:before { + content: "\e639"; +} + +.iconguanbi:before { + content: "\e62d"; +} + +.iconyingxiaofuwu:before { + content: "\e630"; +} + +.iconweihu1:before { + content: "\e698"; +} + +.iconshangpin:before { + content: "\e652"; +} + +.icongengxin:before { + content: "\e624"; +} + +.iconqianbao:before { + content: "\e60f"; +} + +.iconyonghuhuaxiang1:before { + content: "\e672"; +} + +.iconhefaxingjiance:before { + content: "\e618"; +} + +.iconshouhuo1:before { + content: "\e65d"; +} + +.iconkanjia:before { + content: "\e69b"; +} + +.iconzhifuchenggong:before { + content: "\e661"; +} + +.iconweihu2:before { + content: "\e662"; +} + +.iconliuliang:before { + content: "\e607"; +} + +.iconarrow-up:before { + content: "\e66e"; +} + +.iconActive-call:before { + content: "\e63f"; +} + +.iconxiangxia:before { + content: "\e8ca"; +} + +.iconmoban-:before { + content: "\e643"; +} + +.iconxiaoliang:before { + content: "\e626"; +} + +.iconjiantou1:before { + content: "\e66d"; +} + +.iconicon5:before { + content: "\e668"; +} + +.iconicon1:before { + content: "\e64f"; +} + +.iconicon6:before { + content: "\e669"; +} + +.iconicon4:before { + content: "\e658"; +} + +.iconicon7:before { + content: "\e66a"; +} + +.iconicon:before { + content: "\e634"; +} + +.iconicon2:before { + content: "\e655"; +} + +.iconicon3:before { + content: "\e657"; +} + +.iconindex:before { + content: "\e61a"; +} + +.iconxitongshezhi:before { + content: "\e636"; +} + +.iconxitongwendang:before { + content: "\e701"; +} + +.icondingzhikaifa:before { + content: "\e702"; +} + +.iconshouquanchaxun:before { + content: "\e703"; +} + +.iconmianfeixiazai:before { + content: "\e704"; +} + +.iconzhengshu:before { + content: "\e705"; +} + +.iconwending:before { + content: "\e706"; +} + +.icondingzhikaifa1:before { + content: "\e707"; +} + +.iconshiyongguangfan:before { + content: "\e708"; +} + +.iconxitongyuanma:before { + content: "\e709"; +} + +.iconyou001:before { + content: "\e70a"; +} + +.iconzuo001:before { + content: "\e8cb"; +} + +.iconfeiyong:before { + content: "\e70b"; +} + +.iconqudaotuiguang:before { + content: "\e70c"; +} + +.iconshangchengxitong:before { + content: "\e70d"; +} + +.iconyingxiaoxitong:before { + content: "\e70e"; +} + +.iconshujufenxi:before { + content: "\e70f"; +} + +.iconkehuguanli:before { + content: "\e710"; +} + +.iconhuiyuanfenxi:before { + content: "\e711"; +} + +.iconliuliangfenxi:before { + content: "\e712"; +} + +.iconshangpinfenxi:before { + content: "\e713"; +} + +.iconjiaoyifenxi:before { + content: "\e714"; +} + +.iconyuechuzhi:before { + content: "\e715"; +} + +.iconjifenxitong:before { + content: "\e716"; +} + +.iconshangpinguanli:before { + content: "\e717"; +} + +.iconjingzhimoban:before { + content: "\e718"; +} + +.iconjingzhunweihu:before { + content: "\e719"; +} + +.iconqiangdazhifu:before { + content: "\e71a"; +} + +.iconchanpinfugou:before { + content: "\e71b"; +} + +.icongaoxiaogoutong:before { + content: "\e71d"; +} + +.iconrenrenfenxiao:before { + content: "\e71e"; +} + +.iconfenxiangfanxian:before { + content: "\e71f"; +} + +.iconweixinliuliang:before { + content: "\e720"; +} + +.iconyouhuimanjian:before { + content: "\e721"; +} + +.iconshangpinfenxiang:before { + content: "\e722"; +} + +.iconright:before { + content: "\e723"; +} + +.iconleft:before { + content: "\e724"; +} + +.iconxiangmufangan:before { + content: "\e725"; +} + +.iconxitong:before { + content: "\e726"; +} + +.iconzixun:before { + content: "\e727"; +} + +.iconyoujian1-copy:before { + content: "\eab5"; +} + +.iconxiazai1:before { + content: "\e728"; +} + +.iconlingxing:before { + content: "\e729"; +} + +.iconqq1:before { + content: "\e72b"; +} + +.iconQQkongjian:before { + content: "\e72c"; +} + +.iconweibo:before { + content: "\e72d"; +} + +.iconshangchuan:before { + content: "\e72e"; +} + +.icondizhi:before { + content: "\e72f"; +} + +.iconyoujian2:before { + content: "\e730"; +} + +.iconzuojian:before { + content: "\e731"; +} + +.icondianhua5:before { + content: "\e732"; +} + +.iconzhichiyinhang:before { + content: "\e670"; +} + +.iconhaibaofenxiang:before { + content: "\e733"; +} + +.iconhuiyuandengji:before { + content: "\e734"; +} + +.iconcaiwushuju:before { + content: "\e735"; +} + +.iconhuiyuanshuju:before { + content: "\e736"; +} + +.iconjiaoyishuju:before { + content: "\e737"; +} + +.iconkanjia2:before { + content: "\e738"; +} + +.iconpintuan3:before { + content: "\e739"; +} + +.iconzhidingfenxiao:before { + content: "\e73a"; +} + +.iconmiaosha4:before { + content: "\e73b"; +} + +.iconhuiyuanzhekou:before { + content: "\e73c"; +} + +.iconwuliuchaxun:before { + content: "\e73d"; +} + +.iconyingxiaoshuju:before { + content: "\e73e"; +} + +.iconxiala-copy:before { + content: "\eab6"; +} + +.icongengduo-copy:before { + content: "\eab7"; +} + +.iconjiantou1-02:before { + content: "\eab8"; +} + +.iconjiantou1-left:before { + content: "\eab9"; +} + +.iconjiantou1-right:before { + content: "\eaba"; +} + +.iconjiantou1-down:before { + content: "\eabb"; +} + +.icongouwuche1:before { + content: "\e73f"; +} + +.iconcaidan:before { + content: "\e740"; +} + +.iconcrmeb:before { + content: "\e743"; +} + +.iconweibiaoti:before { + content: "\e676"; +} + +.icondingdanguanli:before { + content: "\e74f"; +} \ No newline at end of file diff --git a/templates/default_v2/css/reset.css b/templates/default_v2/css/reset.css new file mode 100644 index 0000000..695635e --- /dev/null +++ b/templates/default_v2/css/reset.css @@ -0,0 +1,872 @@ +@charset "utf-8"; + +body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box;} +body { background:#fff; color:#555; font-size:14px;font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑,Arial', 'sans-serif';} +td,th,caption { font-size:62.5%; } +h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; } +address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;} +a { color:#555; text-decoration:none; } +a:hover { text-decoration:none; } +img { border:none; } +ol,ul,li { list-style:none; } +input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; } +table { border-collapse:collapse; } +html {overflow-y: scroll;} + +.clearfix:after, .clearfix:before {content: ""; display: block; height:0; clear:both; visibility: hidden;} +.clearfix { *zoom:1; } +.pull-left{float: left;} +.pull-right{float: right;} +header, section, footer, aside, nav, main, article, figure { + display: block; +} +.icon { + width: 1em; + height: 1em; + vertical-align: -0.15em; + fill: currentColor; + overflow: hidden; +} + +.set_2_button{position: relative;transition: all 1s;overflow:hidden;} +.set_2_button:before{content: "→";position: absolute;left: -100%;transition: all 0.5s;} +.set_2_button span{display: inline-block;transition: all 0.5s;} +.set_2_button:hover:before {left: 48%;transition: all 1s;} +.set_2_button:hover > span {transform: translateX(300%);transition: all 1s;} + +.set_4_button1 { + position: relative; + overflow: hidden; + z-index: 0; +} +.set_4_button1.raised { + -moz-transition: all 0.1s; + -o-transition: all 0.1s; + -webkit-transition: all 0.1s; + transition: all 0.1s; + background: #666666; +} +.set_4_button1.raised:active { + background: #515151; + box-shadow: 0px 1px 1px #063e6b; +} +.anim { + -moz-transform: translateY(-50%) translateX(-50%); + -ms-transform: translateY(-50%) translateX(-50%); + -webkit-transform: translateY(-50%) translateX(-50%); + transform: translateY(-50%) translateX(-50%); + position: absolute; + top: 50%; + left: 50%; + z-index: -1; +} +.anim:before { + position: relative; + content: ''; + display: block; + margin-top: 100%; +} +.anim:after { + content: ''; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + border-radius: 50%; +} + +.clickable .toggle:checked + .anim { + -moz-animation: anim-in 0.75s; + -webkit-animation: anim-in 0.75s; + animation: anim-in 0.75s; +} +.clickable .toggle:checked + .anim:after { + -moz-animation: anim-in-pseudo 0.75s; + -webkit-animation: anim-in-pseudo 0.75s; + animation: anim-in-pseudo 0.75s; +} +.clickable .toggle:not(:checked) + .anim { + -moz-animation: anim-out 0.75s; + -webkit-animation: anim-out 0.75s; + animation: anim-out 0.75s; +} +.clickable .toggle:not(:checked) + .anim:after { + -moz-animation: anim-out-pseudo 0.75s; + -webkit-animation: anim-out-pseudo 0.75s; + animation: anim-out-pseudo 0.75s; +} + +.hoverable:hover > .anim { + -moz-animation: anim-out 0.75s; + -webkit-animation: anim-out 0.75s; + animation: anim-out 0.75s; +} +.hoverable:hover > .anim:after { + -moz-animation: anim-out-pseudo 0.75s; + -webkit-animation: anim-out-pseudo 0.75s; + animation: anim-out-pseudo 0.75s; +} +@-webkit-keyframes anim-in { + 0% { + width: 0%; + } + 100% { + width: 100%; + } +} +@-moz-keyframes anim-in { + 0% { + width: 0%; + } + 100% { + width: 100%; + } +} +@-ms-keyframes anim-in { + 0% { + width: 0%; + } + 100% { + width: 100%; + } +} +@keyframes anim-in { + 0% { + width: 0%; + } + 100% { + width: 100%; + } +} +@-webkit-keyframes anim-in-pseudo { + 0% { + background: rgba(0, 0, 0, 0.25); + } + 100% { + background: transparent; + } +} +@-moz-keyframes anim-in-pseudo { + 0% { + background: rgba(0, 0, 0, 0.25); + } + 100% { + background: transparent; + } +} +@-ms-keyframes anim-in-pseudo { + 0% { + background: rgba(0, 0, 0, 0.25); + } + 100% { + background: transparent; + } +} +@keyframes anim-in-pseudo { + 0% { + background: rgba(0, 0, 0, 0.25); + } + 100% { + background: transparent; + } +} +@-webkit-keyframes anim-out { + 0% { + width: 0%; + } + 100% { + width: 100%; + } +} +@-moz-keyframes anim-out { + 0% { + width: 0%; + } + 100% { + width: 100%; + } +} +@-ms-keyframes anim-out { + 0% { + width: 0%; + } + 100% { + width: 100%; + } +} +@keyframes anim-out { + 0% { + width: 0%; + } + 100% { + width: 100%; + } +} +@-webkit-keyframes anim-out-pseudo { + 0% { + background: rgba(0, 0, 0, 0.25); + } + 100% { + background: transparent; + } +} +@-moz-keyframes anim-out-pseudo { + 0% { + background: rgba(0, 0, 0, 0.25); + } + 100% { + background: transparent; + } +} +@-ms-keyframes anim-out-pseudo { + 0% { + background: rgba(0, 0, 0, 0.25); + } + 100% { + background: transparent; + } +} +@keyframes anim-out-pseudo { + 0% { + background: rgba(0, 0, 0, 0.25); + } + 100% { + background: transparent; + } +} +.anim { + -moz-transform: translateY(-50%) translateX(-50%); + -ms-transform: translateY(-50%) translateX(-50%); + -webkit-transform: translateY(-50%) translateX(-50%); + transform: translateY(-50%) translateX(-50%); + position: absolute; + top: 50%; + left: 50%; + z-index: -1; +} +.anim:before { + position: relative; + content: ''; + display: block; + margin-top: 100%; +} +.anim:after { + content: ''; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + border-radius: 50%; +} + +.clickable .toggle:checked + .anim { + -moz-animation: anim-in 0.75s; + -webkit-animation: anim-in 0.75s; + animation: anim-in 0.75s; +} +.clickable .toggle:checked + .anim:after { + -moz-animation: anim-in-pseudo 0.75s; + -webkit-animation: anim-in-pseudo 0.75s; + animation: anim-in-pseudo 0.75s; +} +.clickable .toggle:not(:checked) + .anim { + -moz-animation: anim-out 0.75s; + -webkit-animation: anim-out 0.75s; + animation: anim-out 0.75s; +} +.clickable .toggle:not(:checked) + .anim:after { + -moz-animation: anim-out-pseudo 0.75s; + -webkit-animation: anim-out-pseudo 0.75s; + animation: anim-out-pseudo 0.75s; +} + +.hoverable:hover > .anim { + -moz-animation: anim-out 0.75s; + -webkit-animation: anim-out 0.75s; + animation: anim-out 0.75s; +} +.hoverable:hover > .anim:after { + -moz-animation: anim-out-pseudo 0.75s; + -webkit-animation: anim-out-pseudo 0.75s; + animation: anim-out-pseudo 0.75s; +} +@-webkit-keyframes anim-in { + 0% { + width: 0%; + } + 100% { + width: 100%; + } +} +@-moz-keyframes anim-in { + 0% { + width: 0%; + } + 100% { + width: 100%; + } +} +@-ms-keyframes anim-in { + 0% { + width: 0%; + } + 100% { + width: 100%; + } +} +@keyframes anim-in { + 0% { + width: 0%; + } + 100% { + width: 100%; + } +} +@-webkit-keyframes anim-in-pseudo { + 0% { + background: rgba(0, 0, 0, 0.25); + } + 100% { + background: transparent; + } +} +@-moz-keyframes anim-in-pseudo { + 0% { + background: rgba(0, 0, 0, 0.25); + } + 100% { + background: transparent; + } +} +@-ms-keyframes anim-in-pseudo { + 0% { + background: rgba(0, 0, 0, 0.25); + } + 100% { + background: transparent; + } +} +@keyframes anim-in-pseudo { + 0% { + background: rgba(0, 0, 0, 0.25); + } + 100% { + background: transparent; + } +} +@-webkit-keyframes anim-out { + 0% { + width: 0%; + } + 100% { + width: 100%; + } +} +@-moz-keyframes anim-out { + 0% { + width: 0%; + } + 100% { + width: 100%; + } +} +@-ms-keyframes anim-out { + 0% { + width: 0%; + } + 100% { + width: 100%; + } +} +@keyframes anim-out { + 0% { + width: 0%; + } + 100% { + width: 100%; + } +} +@-webkit-keyframes anim-out-pseudo { + 0% { + background: rgba(0, 0, 0, 0.25); + } + 100% { + background: transparent; + } +} +@-moz-keyframes anim-out-pseudo { + 0% { + background: rgba(0, 0, 0, 0.25); + } + 100% { + background: transparent; + } +} +@-ms-keyframes anim-out-pseudo { + 0% { + background: rgba(0, 0, 0, 0.25); + } + 100% { + background: transparent; + } +} +@keyframes anim-out-pseudo { + 0% { + background: rgba(0, 0, 0, 0.25); + } + 100% { + background: transparent; + } +} +.anim { + -moz-transform: translateY(-50%) translateX(-50%); + -ms-transform: translateY(-50%) translateX(-50%); + -webkit-transform: translateY(-50%) translateX(-50%); + transform: translateY(-50%) translateX(-50%); + position: absolute; + top: 50%; + left: 50%; + z-index: -1; +} +.anim:before { + position: relative; + content: ''; + display: block; + margin-top: 100%; +} +.anim:after { + content: ''; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + border-radius: 50%; +} + +.clickable .toggle:checked + .anim { + -moz-animation: anim-in 0.75s; + -webkit-animation: anim-in 0.75s; + animation: anim-in 0.75s; +} +.clickable .toggle:checked + .anim:after { + -moz-animation: anim-in-pseudo 0.75s; + -webkit-animation: anim-in-pseudo 0.75s; + animation: anim-in-pseudo 0.75s; +} +.clickable .toggle:not(:checked) + .anim { + -moz-animation: anim-out 0.75s; + -webkit-animation: anim-out 0.75s; + animation: anim-out 0.75s; +} +.clickable .toggle:not(:checked) + .anim:after { + -moz-animation: anim-out-pseudo 0.75s; + -webkit-animation: anim-out-pseudo 0.75s; + animation: anim-out-pseudo 0.75s; +} + +.hoverable:hover > .anim { + -moz-animation: anim-out 0.75s; + -webkit-animation: anim-out 0.75s; + animation: anim-out 0.75s; +} +.hoverable:hover > .anim:after { + -moz-animation: anim-out-pseudo 0.75s; + -webkit-animation: anim-out-pseudo 0.75s; + animation: anim-out-pseudo 0.75s; +} +@-webkit-keyframes anim-in { + 0% { + width: 0%; + } + 100% { + width: 100%; + } +} +@-moz-keyframes anim-in { + 0% { + width: 0%; + } + 100% { + width: 100%; + } +} +@-ms-keyframes anim-in { + 0% { + width: 0%; + } + 100% { + width: 100%; + } +} +@keyframes anim-in { + 0% { + width: 0%; + } + 100% { + width: 100%; + } +} +@-webkit-keyframes anim-in-pseudo { + 0% { + background: rgba(0, 0, 0, 0.25); + } + 100% { + background: transparent; + } +} +@-moz-keyframes anim-in-pseudo { + 0% { + background: rgba(0, 0, 0, 0.25); + } + 100% { + background: transparent; + } +} +@-ms-keyframes anim-in-pseudo { + 0% { + background: rgba(0, 0, 0, 0.25); + } + 100% { + background: transparent; + } +} +@keyframes anim-in-pseudo { + 0% { + background: rgba(0, 0, 0, 0.25); + } + 100% { + background: transparent; + } +} +@-webkit-keyframes anim-out { + 0% { + width: 0%; + } + 100% { + width: 100%; + } +} +@-moz-keyframes anim-out { + 0% { + width: 0%; + } + 100% { + width: 100%; + } +} +@-ms-keyframes anim-out { + 0% { + width: 0%; + } + 100% { + width: 100%; + } +} +@keyframes anim-out { + 0% { + width: 0%; + } + 100% { + width: 100%; + } +} +@-webkit-keyframes anim-out-pseudo { + 0% { + background: rgba(0, 0, 0, 0.25); + } + 100% { + background: transparent; + } +} +@-moz-keyframes anim-out-pseudo { + 0% { + background: rgba(0, 0, 0, 0.25); + } + 100% { + background: transparent; + } +} +@-ms-keyframes anim-out-pseudo { + 0% { + background: rgba(0, 0, 0, 0.25); + } + 100% { + background: transparent; + } +} +@keyframes anim-out-pseudo { + 0% { + background: rgba(0, 0, 0, 0.25); + } + 100% { + background: transparent; + } +} +.anim { + -moz-transform: translateY(-50%) translateX(-50%); + -ms-transform: translateY(-50%) translateX(-50%); + -webkit-transform: translateY(-50%) translateX(-50%); + transform: translateY(-50%) translateX(-50%); + position: absolute; + top: 50%; + left: 50%; + z-index: -1; +} +.anim:before { + position: relative; + content: ''; + display: block; + margin-top: 100%; +} +.anim:after { + content: ''; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + border-radius: 50%; +} + +.clickable .toggle:checked + .anim { + -moz-animation: anim-in 0.75s; + -webkit-animation: anim-in 0.75s; + animation: anim-in 0.75s; +} +.clickable .toggle:checked + .anim:after { + -moz-animation: anim-in-pseudo 0.75s; + -webkit-animation: anim-in-pseudo 0.75s; + animation: anim-in-pseudo 0.75s; +} +.clickable .toggle:not(:checked) + .anim { + -moz-animation: anim-out 0.75s; + -webkit-animation: anim-out 0.75s; + animation: anim-out 0.75s; +} +.clickable .toggle:not(:checked) + .anim:after { + -moz-animation: anim-out-pseudo 0.75s; + -webkit-animation: anim-out-pseudo 0.75s; + animation: anim-out-pseudo 0.75s; +} + +.hoverable:hover > .anim { + -moz-animation: anim-out 0.75s; + -webkit-animation: anim-out 0.75s; + animation: anim-out 0.75s; +} +.hoverable:hover > .anim:after { + -moz-animation: anim-out-pseudo 0.75s; + -webkit-animation: anim-out-pseudo 0.75s; + animation: anim-out-pseudo 0.75s; +} +@-webkit-keyframes anim-in { + 0% { + width: 0%; + } + 100% { + width: 100%; + } +} +@-moz-keyframes anim-in { + 0% { + width: 0%; + } + 100% { + width: 100%; + } +} +@-ms-keyframes anim-in { + 0% { + width: 0%; + } + 100% { + width: 100%; + } +} +@keyframes anim-in { + 0% { + width: 0%; + } + 100% { + width: 100%; + } +} +@-webkit-keyframes anim-in-pseudo { + 0% { + background: rgba(0, 0, 0, 0.25); + } + 100% { + background: transparent; + } +} +@-moz-keyframes anim-in-pseudo { + 0% { + background: rgba(0, 0, 0, 0.25); + } + 100% { + background: transparent; + } +} +@-ms-keyframes anim-in-pseudo { + 0% { + background: rgba(0, 0, 0, 0.25); + } + 100% { + background: transparent; + } +} +@keyframes anim-in-pseudo { + 0% { + background: rgba(0, 0, 0, 0.25); + } + 100% { + background: transparent; + } +} +@-webkit-keyframes anim-out { + 0% { + width: 0%; + } + 100% { + width: 100%; + } +} +@-moz-keyframes anim-out { + 0% { + width: 0%; + } + 100% { + width: 100%; + } +} +@-ms-keyframes anim-out { + 0% { + width: 0%; + } + 100% { + width: 100%; + } +} +@keyframes anim-out { + 0% { + width: 0%; + } + 100% { + width: 100%; + } +} +@-webkit-keyframes anim-out-pseudo { + 0% { + background: rgba(0, 0, 0, 0.25); + } + 100% { + background: transparent; + } +} +@-moz-keyframes anim-out-pseudo { + 0% { + background: rgba(0, 0, 0, 0.25); + } + 100% { + background: transparent; + } +} +@-ms-keyframes anim-out-pseudo { + 0% { + background: rgba(0, 0, 0, 0.25); + } + 100% { + background: transparent; + } +} +@keyframes anim-out-pseudo { + 0% { + background: rgba(0, 0, 0, 0.25); + } + 100% { + background: transparent; + } +} + +.set_8_button { + display: inline-block; + transition: background 300ms; +} +.set_8_button.outline { + overflow: hidden; + position: relative; +} +.set_8_button.outline:before, .set_8_button.outline:after, .set_8_button.outline .lines:before, +.set_8_button.outline .lines:after { + background-color: #cccccc; + content: ""; + height: 1px; + left: 0; + position: absolute; + top: 0; + transition: transform 300ms; + width: 100%; +} +.set_8_button.outline:before { + bottom: 0; + top: auto; +} +.set_8_button.outline .lines { + display: block; + height: 100%; + left: 0; + position: absolute; + top: 0; + width: 100%; + z-index: 0; +} +.set_8_button.outline .lines:before, .set_8_button.outline .lines:after { + height: 100%; + width:1px; +} +.set_8_button.outline .lines:after { + left: auto; + right: 0; +} +.set_8_button:hover:before { + transform: translateX(-100%); +} +.set_8_button:hover:after { + transform: translateX(100%); +} +.set_8_button:hover .lines:before { + transform: translateY(-100%); +} +.set_8_button:hover .lines:after { + transform: translateY(100%); +} + +.set_5_button { + overflow: hidden; + z-index: 1; + position: relative; +} +.set_5_button:after { + content: ""; + position: absolute; + top: 0; + left: 0; + width: 500%; + height: 1000%; + background: #000; + filter:alpha(opacity=10); + opacity: 0.1; + z-index: -1; + transform-origin: 0% 0%; + transform: translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg); + transform: translateY(10%) translateX(16%) rotate(-45deg); + transition: transform .3s; +} +.set_5_button:hover::after { + transform: translateY(10%) translateX(-25px) rotate(-45deg); +} +.mask{background-color:#000;opacity:0.5;filter:alpha(opacity=50);position:fixed;top:0;right: 0;left:0;bottom:0;z-index:66;} +.line1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;} \ No newline at end of file diff --git a/templates/default_v2/css/share.min.css b/templates/default_v2/css/share.min.css new file mode 100644 index 0000000..f1b251e --- /dev/null +++ b/templates/default_v2/css/share.min.css @@ -0,0 +1 @@ +@font-face{font-family:"socialshare";src:url("./fonts/iconfont.eot");src:url("./fonts/iconfont.eot#iefix") format("embedded-opentype"),url("./fonts/iconfont.woff") format("woff"),url("./fonts/iconfont.ttf") format("truetype"),url("./fonts/iconfont.svg#iconfont") format("svg")}.social-share{font-family:"socialshare" !important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0.2px;-moz-osx-font-smoothing:grayscale}.social-share *{font-family:"socialshare" !important}.social-share .icon-tencent:before{content:"\f07a"}.social-share .icon-qq:before{content:"\f11a"}.social-share .icon-weibo:before{content:"\f12a"}.social-share .icon-wechat:before{content:"\f09a"}.social-share .icon-douban:before{content:"\f10a"}.social-share .icon-heart:before{content:"\f20a"}.social-share .icon-like:before{content:"\f00a"}.social-share .icon-qzone:before{content:"\f08a"}.social-share .icon-linkedin:before{content:"\f01a"}.social-share .icon-diandian:before{content:"\f05a"}.social-share .icon-facebook:before{content:"\f03a"}.social-share .icon-google:before{content:"\f04a"}.social-share .icon-twitter:before{content:"\f06a"}.social-share a{position:relative;text-decoration:none;margin:4px;display:inline-block;outline:none}.social-share .social-share-icon{position:relative;display:inline-block;width:32px;height:32px;font-size:20px;border-radius:50%;line-height:32px;border:1px solid #666;color:#666;text-align:center;vertical-align:middle;transition:background 0.6s ease-out 0s}.social-share .social-share-icon:hover{background:#666;color:#fff}.social-share .icon-weibo{color:#ff763b;border-color:#ff763b}.social-share .icon-weibo:hover{background:#ff763b}.social-share .icon-tencent{color:#56b6e7;border-color:#56b6e7}.social-share .icon-tencent:hover{background:#56b6e7}.social-share .icon-qq{color:#56b6e7;border-color:#56b6e7}.social-share .icon-qq:hover{background:#56b6e7}.social-share .icon-qzone{color:#FDBE3D;border-color:#FDBE3D}.social-share .icon-qzone:hover{background:#FDBE3D}.social-share .icon-douban{color:#33b045;border-color:#33b045}.social-share .icon-douban:hover{background:#33b045}.social-share .icon-linkedin{color:#0077B5;border-color:#0077B5}.social-share .icon-linkedin:hover{background:#0077B5}.social-share .icon-facebook{color:#44619D;border-color:#44619D}.social-share .icon-facebook:hover{background:#44619D}.social-share .icon-google{color:#db4437;border-color:#db4437}.social-share .icon-google:hover{background:#db4437}.social-share .icon-twitter{color:#55acee;border-color:#55acee}.social-share .icon-twitter:hover{background:#55acee}.social-share .icon-diandian{color:#307DCA;border-color:#307DCA}.social-share .icon-diandian:hover{background:#307DCA}.social-share .icon-wechat{position:relative;color:#7bc549;border-color:#7bc549}.social-share .icon-wechat:hover{background:#7bc549}.social-share .icon-wechat .wechat-qrcode{display:none;border:1px solid #eee;position:absolute;z-index:9;top:-205px;left:-84px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms}.social-share .icon-wechat .wechat-qrcode.bottom{top:40px;left:-84px}.social-share .icon-wechat .wechat-qrcode.bottom:after{display:none}.social-share .icon-wechat .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px;background-color:#f3f3f3;margin:0;padding:0;color:#777}.social-share .icon-wechat .wechat-qrcode .qrcode{width:105px;margin:10px auto}.social-share .icon-wechat .wechat-qrcode .qrcode table{margin:0 !important}.social-share .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0}.social-share .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}.social-share .icon-wechat:hover .wechat-qrcode{display:block} \ No newline at end of file diff --git a/templates/default_v2/css/style.css b/templates/default_v2/css/style.css new file mode 100644 index 0000000..36f6761 --- /dev/null +++ b/templates/default_v2/css/style.css @@ -0,0 +1 @@ +.wrapper_1200{width:1200px;margin:0 auto;}.min_wrapper_1200{min-width:1200px;width:auto !important;width:1200px;}.social-share .social-share-icon{width:26px!important;height:26px!important;font-size:16px!important;line-height:26px!important;}#header{width:100%;height:40px;background-color:#2b364a;line-height:40px;padding:0 30px;font-size:12px;}#header .pull-left .item{cursor:pointer;color:#428ff5;}#header .pull-left .item .phone{color:#fff;}#header .pull-left .item~.item{margin-left:22px;}#header .pull-left .item .iconfont{font-size:17px;margin-right:5px;vertical-align:middle;}#header .pull-left .item .iconfont.icondianhua{font-size:15px;}#header .pull-right a{color:#aaa;cursor:pointer;}#header .pull-right a:hover{color:#fff;}#header .pull-right a~a{margin-left:20px;}#nav{height:80px;width:1200px;margin:0 auto;line-height:80px;}#nav .pull-left{width:108px;height:100%;}#nav .pull-left img{width:100%;height:39px;vertical-align:middle;}#nav .pull-right .item{font-size:15px;color:#282828;margin-left:28px;cursor:pointer;position:relative;z-index:999;display:inline-block;zoom:1;}#nav .pull-right .item:hover{color:#2a7efb;}#nav .pull-right .item.on{color:#2a7efb;}#nav .pull-right .demoCenter{font-size:13px;color:#fff;width:90px;height:32px;background-color:#2a7efb;border-radius:3px;display:inline-block;*display:inline;*zoom:1;vertical-align:middle;text-align:center;line-height:32px;margin-left:42px;cursor:pointer;position:relative;}#nav .pull-right .demoCenter .demoCon{position:absolute;right:0;z-index:99;top:30px;padding-top:45px;display:none;}#nav .pull-right .demoCenter .demoCon .demo{width:450px;border-radius:10px;background-color:#fff;box-shadow:3px 3px 20px rgba(0,0,0,0.12);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr="#2abefb",endColorstr="#2a7efb",gradientType="1");padding:2px;}#nav .pull-right .demoCenter .demoCon .demo .whiteBg{background-color:#fff;border-radius:10px;text-align:center;}#nav .pull-right .demoCenter .demoCon .demo .whiteBg .name{font-size:24px;color:#454545;font-weight:bold;padding-top:20px;}#nav .pull-right .demoCenter .demoCon .demo .whiteBg .infor{font-size:18px;font-weight:bold;color:#2a7efb;margin-top:13px;}#nav .pull-right .demoCenter .demoCon .demo .whiteBg table{border:1px solid #abc5ff;font-size:14px;width:398px;margin:11px auto 0 auto;}#nav .pull-right .demoCenter .demoCon .demo .whiteBg table tr th{color:#005de7;background-color:#d9e8ff;}#nav .pull-right .demoCenter .demoCon .demo .whiteBg table tr td{color:#282828;}#nav .pull-right .demoCenter .demoCon .demo .whiteBg .showTitle{font-size:18px;color:#2a7efb;font-weight:bold;margin-top:16px;}#nav .pull-right .demoCenter .demoCon .demo .whiteBg .showHow{margin-top:10px;padding-bottom:20px;}#nav .pull-right .demoCenter .demoCon .demo .whiteBg .showHow .dis{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;}#nav .pull-right .demoCenter .demoCon .demo .whiteBg .showHow .dis~.dis{margin-left:50px;}#nav .pull-right .demoCenter .demoCon .demo .whiteBg .showHow .showCode{font-size:12px;color:#454545;margin-top:4px;}#nav .pull-right .demoCenter .demoCon .demo .whiteBg .showHow .pictrue{width:100px;height:100px;}#nav .pull-right .demoCenter .demoCon .demo .whiteBg .showHow .pictrue img{width:100%;height:100%;}#nav .pull-right .item .list{position:absolute;top:80px;left:50%;margin-left:-50px;opacity:0;filter:alpha(opacity=0);transform:scale(0);transition:all 0.3s ease-in-out 0s;-webkit-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;}#nav .pull-right .item .list.on{opacity:1;filter:alpha(opacity=100);transform:scale(1);}#nav .pull-right .item .list .itemn{height:50px;border-bottom:1px solid #f0f0f0;background-color:#fff;cursor:pointer;line-height:50px;font-size:14px;width:100px;text-align:center;color:#282828;}#nav .pull-right .item .list .itemn:hover{background-color:#f0f0f0;color:#2a7efb}#nav .pull-right .item img{width:23px;height:23px;display:inline-block;*display:inline;*zoom:0;vertical-align:-3px;}#nav .pull-right .demoCenter.download{background-color:#ffa200;margin-left:0.4rem;}#footer{background-color:#393c41;width:100%;}#footer .list{padding-top:52px;width:1285px;}#footer .list li{float:left;margin-right:80px;}#footer .list li .name{color:#fff;font-weight:bold;font-size:16px;margin-bottom:18px;}#footer .list li .item{font-size:14px;color:#ccc;margin-bottom:10px;display:block;cursor:pointer;}#footer .list li>a:hover{color:#fff;}#footer .list li .item span{color:#6aa6ff;}#footer .list li .official{float:left;margin-right:18px;}#footer .list li .official .ewm{font-size:14px;color:#ccc;text-align:center;margin-top:6px;}#footer .list li .official .ewm .iconfont{vertical-align:middle;margin-right:5px;}#footer .list li .official .ewm .iconfont.iconxiaochengxu{font-size:14px;}#footer .friendship{border:1px solid #494d53;border-left:0;border-right:0;margin-top:36px;padding:16px 0;font-size:13px;}#footer .friendship>a{color:#ccc;margin-right:18px;cursor:pointer;}#footer .copy{height:50px;line-height:50px;font-size:12px;color:#ccc;}#fullSlide{min-width:1200px;position:relative;height:560px;overflow:hidden;position:relative;}#fullSlide .bd{position:relative;z-index:0;height:100%;}#fullSlide .bd li a{display:block;height:560px;width:100%;}#fullSlide .hd{height:15px;overflow:hidden;position:absolute;left:50%;bottom:30px;z-index:1;transform:translateX(-50%);}#fullSlide .hd ul{overflow:hidden;zoom:1;width:100%!important;}#fullSlide .hd ul li{margin-right:12px;width:50px;height:2px;text-align:center;cursor:pointer;background-color:rgba(0,0,0,0.2);display:inline-block;*display:inline;*zoom:1;vertical-align:middle;}#fullSlide .hd ul li.on{background-color:rgba(0,0,0,0.5);}#fullSlide .iconfont{width:50px;height:110px;background-color:rgba(255,255,255,0.2);font-size:40px;position:absolute;top:50%;margin-top:-100px;text-align:center;line-height:110px;color:rgba(255,255,255,0.8);}#fullSlide .iconfont:hover{background-color:rgba(255,255,255,0.5);color:#fff;}#fullSlide .prev{left:70px;}#fullSlide .next{right:70px;}.TiTle{color:#282828;text-align:center;}.TiTle .name{font-size:32px;}.TiTle .infor{font-size:16px;margin-top:14px;color:#999;}.TiTle .infor_white{font-size:16px;margin-top:14px;color:#eee;}#advers{background:url(../images/adver1.jpg) center 0 no-repeat;width:100%;height:134px;text-align:center;line-height:134px;font-size:26px;color:#fff;cursor:pointer;}#advers a{font-size:16px;color:#2a7efb;background-color:#fff;border-radius:3px;padding:8px 35px;vertical-align:middle;margin-left:55px;}.publicHeader{width:100%;height:380px;overflow:hidden;color:#fff;text-align:center;position:relative;}.publicHeader .headerBg{background:url("../images/aboutBg11.jpg") center 0 no-repeat;animation:enlarge linear 8s infinite alternate;width:100%;height:380px;}.publicHeader .text{position:absolute;top:50%;margin-top:-81px;left:50%;margin-left:-600px;}@keyframes enlarge{from{transform:scale(1);}to{transform:scale(1.05);}}.publicHeader .text .title{font-size:32px;font-weight:bold;}.publicHeader .text .infor{font-size:18px;margin-top:19px;}.publicHeader .text .img{width:130px;height:38px;margin:35px auto 0 auto;background-color:#fff;border-radius:3px;color:#30a395;line-height:38px;display:block;}.publicHeader2{background:url("../images/productNews.jpg") center 0 no-repeat;width:100%;height:380px;}.publicNav{width:100%;height:50px;border-bottom:1px solid #f5f5f5;cursor:pointer;}.publicNav .container{display:flex;justify-content:space-between;align-items:center;}.publicNav .item{text-align:center;line-height:50px;font-size:16px;color:#282828;}.publicNav .item .iconfont{margin-right:10px;font-size:22px;vertical-align:middle;}.publicNav .item a.on{color:#2a7efb;font-weight:bold;position:relative;}.publicNav .item a.on:before{content:'';border-bottom:#188fff solid 4px;width:100%;position:absolute;bottom:-10px;left:0;border-radius:10px;}.publicNav .item:hover{color:#2a7efb;}.publicList .item{width:100%;border-bottom:1px solid #eee;padding-bottom:20px;margin-bottom:20px;cursor:pointer;}.publicList .item .dis{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;}.publicList .item .pictrue{width:249px;height:140px;margin-right:13px;}.publicList .item .pictrue img{width:100%;height:100%;border-radius:3px;}.publicList .item .text{width:520px;font-size:14px;color:#666666;}.publicList .item .text .name{font-size:20px;color:#282828;}.publicList .item .text .name:hover{color:#2a7efb;}.publicList .item .text .icons{margin:13px 0 16px 0;font-size:13px;color:#999999;}.publicList .item .text .icons .iconfont{vertical-align:middle;font-size:14px;margin-right:7px;}.publicList .item .text .icons .iconfont.iconliulan{font-size:16px;margin-left:14px;}.publicList .item .text .infor{line-height:1.7;max-height:47px;overflow:hidden;height:auto !important;height:47px;}.customerService{position:fixed;width:100%;height:167px;bottom:0;left:0;background:url("../images/float.png") center 0 no-repeat;z-index:99;display:none;}.customerService .pos{width:100%;height:100%;position:relative;}.customerService .pos .iconfont{position:absolute;color:#fff;font-size:16px;font-weight:bold;top:102px;left:13px;width:40px;height:40px;text-align:center;line-height:40px;}.customerClose{position:fixed;width:184px;height:166px;left:10px;bottom:0;background-size:100% 100%;background-repeat:no-repeat;background-image:url(../images/consult.png);}.customerClose .bnt{font-size:14px;color:#428bf5;width:110px;height:28px;border-radius:3px;text-align:center;line-height:28px;display:block;background-color:#fff;margin:125px 0 0 20px;cursor:pointer;}.floatWindow{position:fixed;right:35px;bottom:24%;width:65px;z-index:99;cursor:pointer;}.floatWindow .list{margin-top:-5px;}.floatWindow .list .item{margin-bottom:5px;position:relative;width:44px;height:44px;background-color:#666666;line-height:44px;text-align:center;color:#fff;}.floatWindow .list .item:hover{background-color:#2a7efb;}.floatWindow .list .item .itemCon{right:100%;position:absolute;top:0;display:none;padding-right:20px;}.floatWindow .list .item.return{background-color:#b2b2b2;}.floatWindow .list .item.return:hover{background-color:#666;}.floatWindow .list .item .iconfont{font-size:25px;}.floatWindow .list .item .itemCon .ewm{}.floatWindow .list .item .itemCon .ewm .pictrue{width:150px;height:150px;vertical-align:middle;margin:4.5px;position:relative;border:1px solid #eee;}.floatWindow .list .item .itemCon .ewm .pictrue img{width:100%;height:100%;}.floatWindow .list .item .itemCon .ewm .pictrue .arrow,.floatWindow .list .item .itemCon .qq .arrow,.floatWindow .list .item .itemCon .phone .arrow{position:absolute;right:-16px;top:10px;width:0px;height:0px;border:8px solid transparent;border-left-color:#eee;}.floatWindow .list .item .itemCon .ewm .pictrue .arrow:before,.floatWindow .list .item .itemCon .qq .arrow:before,.floatWindow .list .item .itemCon .phone .arrow:before{position:absolute;left:-8px;top:-7px;content:"";width:0px;height:0px;border:7px solid transparent;border-left-color:#fff;}.floatWindow .list .item .itemCon .qq,.floatWindow .list .item .itemCon .phone{width:220px;border:1px solid #eeeeee;padding:12px 15px;font-size:15px;color:#282828;background-color:#fff;position:relative;}.floatWindow .list .item .itemCon .qq img,.floatWindow .list .item .itemCon .phone img{vertical-align:middle;margin-right:10px;border-radius:50%;width:42px;height:42px;}.floatWindow .list .item .itemCon .phone .dis{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;}.floatWindow .list .item .itemCon .phone .items{height:25px;line-height:25px;}.floatWindow .list .item .itemCon .phone .items.num{color:#ff0200;}.index .category{width:1200px;margin:0 auto;}.index .category .item{width:300px;height:120px;display:table;float:left;cursor:pointer;}.index .category .item~.item .itemCon .line{border-left:1px solid #eee;}.index .category .item .itemCon{display:table-cell;vertical-align:middle;text-align:center;}.index .category .item .itemCon .pictrue{width:60px;height:60px;margin:0 10px;}.index .category .item .itemCon .pictrue img{width:100%;height:100%;}.index .category .item .itemCon .dis{display:inline-block;vertical-align:middle;}.index .category .item .itemCon .dis.text{width:calc(100% - 85px);padding-right:10px;}.index .category .item .itemCon .dis.text .name{font-size:18px;color:#2a7efb;text-align:left;font-weight:bold;margin-bottom:3px;}.index .category .item .itemCon .dis.text .desc{height:36px;line-height:18px;display:-webkit-box;text-align:left;font-size:14px;color:#666;word-break:break-all;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}.index .freeSystem{border-top:1px solid #eee;}.index .freeSystem .title{width:1200px;margin:0 auto;text-align:center;font-size:16px;color:#868686;padding:65px 0;}.index .freeSystem .title .name{font-size:32px;color:#282828;margin-bottom:12px;}.index .freeSystem .title .name span{color:#2a7efb;font-weight:bold;}.index .freeSystem ul{width:1200px;margin:0 auto;}.index .freeSystem ul li{float:left;cursor:pointer;margin-top:33px;}.index .freeSystem ul li .item1{border:1px solid #eee;width:209px;height:471px;text-align:center;padding:0 20px;font-size:14px;color:#999;}.index .freeSystem ul li~li .item1{border-left:0;}.index .freeSystem ul li .item1 .iconfont{font-size:50px;margin:38px auto 35px auto;color:#2e80fb;}.index .freeSystem ul li .item1 .name{font-size:18px;color:#282828;margin-bottom:10px;}.index .freeSystem ul li .item1 .list{margin-top:50px;}.index .freeSystem ul li .item1 .list .item{font-size:16px;color:#282828;margin-top:25px;}.index .freeSystem ul li .item2{width:363px;margin-top:-31px;overflow:hidden;display:none;}.index .freeSystem ul li .item2.on{display:block;}.index .freeSystem ul li .item1.on{display:none;}.index .freeSystem ul li .item2 .bgcolor{width:100%;height:100px;background:-moz-linear-gradient(to right,#2a7efb,#5498fe);background:-ms-linear-gradient(to right,#2a7efb,#5498fe);background:-webkit-linear-gradient(to right,#2a7efb,#5498fe);background:linear-gradient(to right,#2a7efb,#5498fe);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr="#2a7efb",endColorstr="#5498fe",gradientType="1");font-size:14px;color:#fff;padding:25px 37px;}.index .freeSystem ul li .item2 .bgcolor .name{font-size:18px;margin-bottom:10px;}.index .freeSystem ul li .item2 .list{width:100%;height:448px;border:1px solid #2a7efb;padding:0 20px 0 32px;padding-top:10px;}.index .freeSystem ul li .item2 .list .item{margin-top:22px;font-size:16px;color:#282828;}.index .freeSystem ul li .item2 .list .item .dis{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;}.index .freeSystem ul li .item2 .list .item .iconfont{font-size:60px;color:#2a7efb;margin-right:12px;}.index .freeSystem ul li .item2 .list .item .dis .name{margin-bottom:2px;}.index .freeSystem ul li .item2 .list .item .dis .explanation{color:#999;font-size:14px;width:230px;overflow:hidden;}.index .freeSystem ul li .item2 .more{font-size:16px;color:#2a7efb;text-align:center;margin-top:37px;cursor:pointer;}.index .freeSystem ul li .item2 .more:hover{color:#2261d9;}.index .freeSystem .freeBnt{font-size:16px;color:#fff;width:190px;height:56px;background-color:#2a7efb;border:5px solid #e9f2ff;text-align:center;line-height:46px;margin:57px auto 62px auto;cursor:pointer;}.index .unlock{width:100%;height:773px;background:url("../images/indeBg.jpg") center 0 no-repeat;}.index .unlock .title{text-align:center;font-size:16px;color:#bfd9ef;padding-top:60px;}.index .unlock .title .name{font-size:32px;color:#fff;margin-bottom:12px;}.index .unlock .pictrue{width:456px;height:314px;margin:115px auto 0 auto;position:relative;}.index .unlock .pictrue .img{width:100%;height:100%;animation:myfirst linear 10s infinite alternate;-webkit-animation:myfirst linear 10s infinite alternate;}@keyframes myfirst{from{transform:translateY(-50PX);}to{transform:translateY(50px);}}@-webkit-keyframes myfirst{from{transform:translateY(-50PX);}to{transform:translateY(50px);}}.index .unlock .pictrue .item{position:absolute;width:358px;height:120px;background-color:rgba(255,255,255,0.06);border:2px solid #71b1f5;color:#fff;font-size:14px;padding:19px 13px 14px 15px;}.index .unlock .pictrue .item .name{font-size:18px;font-weight:bold;margin-bottom:10px;}.index .unlock .pictrue .item .name img{width:27px;height:27px;vertical-align:middle;margin-right:7px;}.index .unlock .pictrue .item.item1{top:-37px;left:-368px;border-radius:16px 16px 0 16px;}.index .unlock .pictrue .item.item2{top:-60px;left:425px;border-radius:16px 16px 16px 0;}.index .unlock .pictrue .item.item3{top:226px;left:-352px;border-radius:16px 0 16px 16px;}.index .unlock .pictrue .item.item4{top:211px;left:466px;border-radius:0 16px 16px 16px;}.index .unlock .member{font-size:16px;color:#fff;width:180px;height:46px;background-color:#ffa326;text-align:center;line-height:46px;margin:94px auto 0 auto;cursor:pointer;}.index .unlock .member .iconfont{margin-right:8px;font-size:18px;}.index .system{background:url(../images/system.jpg) center 0 no-repeat;width:100%;height:988px;}.index .system .wrapper_1200{color:#282828;text-align:center;}.index .system .title{margin-top:56px;font-size:32px;}.index .system .infor{margin-top:15px;font-size:16px;color:#999;}.index .system .phone{background:url(../images/phone.png) center 0 no-repeat;width:100%;height:703px;margin-top:55px;padding-top:0.1px;}.index .system .phone .list{width:715px;margin:186px auto 0 auto;}.index .system .phone .list2{width:966px;margin-top:50px;}.index .system .phone .list li{float:left;cursor:pointer;}.index .system .phone .list li~li{margin-left:65px;}.index .system .phone .list li .pictrue{width:110px;height:112px;margin:0 auto;position:relative;line-height:112px;}.index .system .phone .list li .pictrue .img{background-repeat:no-repeat;background-size:100% 100%;width:100%;height:100%;}.index .system .phone .list li:hover .pictrue .img{transform:rotate(360deg);transition:all 0.3s;}.index .system .phone .list li .pictrue .iconfont{color:#fff;font-size:53px;position:absolute;top:0;left:50%;margin-left:-26.5px;}.index .system .phone .list li .name{font-size:18px;color:#282828;margin-top:15px;}.index .system .phone .list li .nameCon{font-size:14px;color:#666;width:190px;margin-top:6px;}.index .customized{background-image:url("../images/customized.jpg");background-repeat:no-repeat;background-position:center center;width:100%;height:260px;padding:74px 0 55px 0;}.index .customized .title{font-size:36px;font-weight:bold;color:#fff;text-align:center;}.index .customized .bnt{font-size:16px;color:#2a7efb;width:160px;height:42px;background-color:#fff;border-radius:3px;text-align:center;line-height:42px;margin:38px auto 0 auto;cursor:pointer;}.index .case{color:#282828;}.index .case .title{font-size:32px;margin-top:60px;text-align:center;}.index .case .tip{font-size:16px;margin-top:15px;text-align:center;color:#999;}.index .slideBox{width:1200px;height:258px;overflow:hidden;position:relative;margin-top:72px;}.index .slideBox .hd{overflow:hidden;position:absolute;bottom:30px;left:80px;z-index:1;}.index .slideBox .hd ul{overflow:hidden;zoom:1;}.index .slideBox .hd ul li{float:left;margin-right:8px;width:18px;height:2px;background:#eee;cursor:pointer;border-radius:1.5px;}.index .slideBox .hd ul li.on{background:#2a7efb;}.index .slideBox .bd{position:relative;z-index:0;height:258px;width:1042px;margin:0 auto;}.index .slideBox .bd li{zoom:1;vertical-align:middle;}.index .slideBox .bd li .dis{display:inline-block;vertical-align:middle;}.index .slideBox .bd li .text{width:540px;}.index .slideBox .bd li .text .name{font-size:24px;color:#282828;font-weight:bold;height:53px;}.index .slideBox .bd li .text .name span{color:#cdcdcd;font-size:50px;vertical-align:top;margin-right:10px;}.index .slideBox .bd li .text .textCon{font-size:14px;color:#666;line-height:1.8;height:100px;overflow:hidden;}.index .slideBox .bd li .text .caseBnt{font-size:14px;color:#fff;width:100px;height:36px;background-color:#2a7efb;text-align:center;line-height:36px;margin-top:40px;float:right;}.index .slideBox .bd li .pictrue{width:460px;height:258px;margin-left:35px;}.index .slideBox .bd li .pictrue img{width:100%;height:100%;display:block;}.index .slideBox .iconfont{width:32px;height:80px;background-color:#eee;border-radius:3px;text-align:center;line-height:80px;font-size:30px;color:#c0c0c0;position:absolute;top:50%;margin-top:-40px;}.index .slideBox .iconfont:hover{background-color:#999;color:#fff;}.index .slideBox .prev{left:0;}.index .slideBox .next{right:0;}.index .cooperation{width:100%;height:675px;text-align:center;color:#282828;padding-top:63px;margin-top:100px;}.index .cooperation .name{font-size:32px;}.index .cooperation .infor{font-size:16px;margin-top:18px;color:#999;}.index .function{margin-top:53px;width:1245px;}.index .function li{width:374px;color:#282828;float:left;margin:0 40px 56px 0;}.index .function li .name{font-size:22px;}.index .function li .line{width:26px;height:3px;background-color:#2a7efb;margin-top:10px;}.index .function li .pictrue{width:100%;height:210px;margin-top:16px;}.index .function li .pictrue img{width:100%;height:100%;}.index .function li .item{font-size:13px;margin-bottom:13px;padding:0 12px;cursor:pointer;}.index .function li .item span{margin-right:5px;}.index .function li .item.on{background-color:#f7f7f7;height:42px;line-height:42px;margin-bottom:17px;}.index .function li .item:hover{color:#2a7efb;}.index .function li .more{font-size:13px;color:#999;width:94px;height:30px;text-align:center;line-height:30px;margin:12px 0 0 9px;cursor:pointer;}.index .partner{margin-top:53px;width:1245px;}.index .partner li{width:208px;color:#282828;float:left;margin:0 40px 56px 0;border:#cccccc solid 1px;box-shadow:0 0 10px 1px rgba(0,0,0,.3)}.index .partner li:nth-child(5n){margin:0 0 56px 0;}.index .partner li .pictrue{width:100%;height:110px;background:#fff;padding:15px;}.index .partner li .pictrue img{width:100%;height:100%;}.index .partner li .item{font-size:13px;padding:0 12px;cursor:pointer;}.index .partner li .item span{margin-right:5px;}.index .partner li .item.on{background-color:#f7f7f7;height:30px;line-height:30px;}.index .partner li .item:hover{color:#2a7efb;}.formMember{width:100%;text-align:center;border:1px dashed #dddddd;margin:30px 0;border-radius:3px;font-size:16px;color:#ffffff;padding:30px 0;}.formMember .form .name{color:#333;font-weight:bold;font-size:30px;margin-bottom:13px;}.formMember .form .infor{color:#333;margin-bottom:30px;}.formMember .form .captcha{width:520px;margin:0 auto 23px auto;}.formMember .form .captcha .login-form-vcode{margin-right:20px;}.formMember .form .captcha .login-form-vcode,.formMember .form .captcha .login-form-vcode-input{float:left;}.formMember .form .captcha .login-form-vcode img{border:#e2e2e2 solid 1px;border-radius:3px;}.formMember .form .captcha .login-form-vcode-input{border:#e2e2e2 solid 1px;border-radius:3px;}.clearFix{clear:both;}.formMember .form .item{width:520px;border:#e2e2e2 solid 1px;border-radius:3px;margin:0 auto 23px auto;}.formMember .form .item input,.formMember .form .captcha .login-form-vcode-input input{width:100%;height:100%;height:46px;border-radius:3px;border:0;padding:0 17px;font-size:14px;outline:none;}.formMember .form .item textarea{width:100%;height:150px;border-radius:3px;border:0;padding:10px 17px;font-size:14px;outline:none;}.formMember .form .item input::placeholder{color:#999999;}.formMember .form .submission{font-size:16px;width:200px;height:46px;border-radius:3px;background-color:#ff9300;line-height:46px;margin:40px auto 0 auto;cursor:pointer;}.index .mask{display:none;}.index .ewmPay,.member-authorize .payStatus{width:336px;height:360px;background-color:#fff;border-radius:30px;position:fixed;top:50%;left:50%;margin-top:-180px;margin-left:-198px;text-align:center;transition:all 0.3s ease-in-out 0s;opacity:0;transform:scale(0);z-index:99;filter:alpha(opacity=0);}.index .ewmPay.on,.member-authorize .payStatus.on{opacity:1;transform:scale(1);filter:alpha(opacity=100);}.index .ewmPay .pictrue{width:190px;height:190px;background-color:#fff;border:1px dashed #dddddd;padding:9px;margin:47px auto 0 auto;}.index .ewmPay .pictrue img{width:172px;height:172px;display:block;}.index .ewmPay .infor{font-size:14px;color:#666666;margin-top:18px;}.index .ewmPay .iconfont{width:30px;height:30px;border:1px solid #b7b7b7;text-align:center;line-height:30px;border-radius:50%;font-size:15px;margin:25px auto 0 auto;}.product-introduction #fullSlide{height:591px;}.product-introduction #fullSlide .bd li a{height:591px;}.product-introduction #fullSlide .hd{bottom:47px;}.product-introduction #fullSlide .hd ul li{height:1px;background-color:rgba(255,255,255,0.5);}.product-introduction #fullSlide .hd ul li.on{background-color:rgba(255,255,255,1);height:3px;}.product-introduction .function .TiTle{margin-top:62px;}.product-introduction .function .list li{float:left;width:240px;text-align:center;margin-top:60px;cursor:pointer;}.product-introduction .function .list li .pictrue{background:url("../images/functionBg.png") no-repeat 100% 100%;width:83px;height:93px;text-align:center;line-height:93px;font-size:44px;color:#2a7efb;margin:0 auto;}.product-introduction .function .list li .name{font-size:18px;color:#282828;margin-top:15px;}.product-introduction .function .list li .infor{font-size:14px;color:#999;padding:0 30px;line-height:1.7;margin-top:10px;}.product-introduction .crmeb{margin-top:70px;background:url(../images/crmeb.jpg) center 0 no-repeat;width:100%;height:685px;padding:85px 0;}.product-introduction .crmeb .crmebPhone{position:relative;}.product-introduction .crmeb .crmebPhone .bd{position:relative;z-index:0;height:514px;width:257px;margin-left:165px;}.product-introduction .crmeb .crmebPhone .bd li{zoom:1;vertical-align:middle;height:514px;width:257px;}.product-introduction .crmeb .crmebPhone .hd{width:586px;margin-left:184px;color:#fff;}.product-introduction .crmeb .crmebPhone .dis{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;}.product-introduction .crmeb .crmebPhone .hd .dis{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;margin-top:25px;}.product-introduction .crmeb .crmebPhone .hd .dis~.dis{margin-left:20px;}.product-introduction .crmeb .crmebPhone .hd .dis .name{text-align:center;font-size:14px;height:40px;line-height:40px;}.product-introduction .crmeb .crmebPhone .hd .name{font-size:32px;}.product-introduction .crmeb .crmebPhone .hd ul{width:487px;overflow:hidden;margin:43px 0 20px 0;}.product-introduction .crmeb .crmebPhone .hd ul li{float:left;margin:0 20px 25px 0;width:100px;height:100px;display:table;cursor:pointer;}.product-introduction .crmeb .crmebPhone .hd ul li .item{display:table-cell;vertical-align:middle;}.product-introduction .crmeb .crmebPhone .hd ul li.on{background-color:#fff;border-radius:10px;color:#2a7efb;}.product-introduction .crmeb .crmebPhone .hd ul li .pictrue{background:url("../images/model.png") no-repeat 100% 100%;width:36px;height:41px;text-align:center;line-height:49px;color:#fff;font-size:14px;margin:0 auto;}.product-introduction .crmeb .crmebPhone .hd ul li.on .pictrue{background-image:url("../images/model2.png");}.product-introduction .crmeb .crmebPhone .hd ul li .name{font-size:14px;margin-top:10px;text-align:center;}.product-introduction .crmeb .crmebPhone .hd .ewm{width:120px;height:120px;border:1px dashed #fff;display:table-cell;vertical-align:middle;}.product-introduction .crmeb .crmebPhone .hd .ewm img{width:100px;display:block;height:100px;margin:0 auto;}.product-introduction .crmeb .prev,.product-introduction .crmeb .next{position:absolute;top:50%;color:#fff;font-size:45px;margin-top:-50px;}.product-introduction .crmeb .prev{left:65px;}.product-introduction .crmeb .next{left:475px;}.product-introduction .crmeb .prev:hover{color:#6f9ffe;}.product-introduction .crmeb .next:hover{color:#6f9ffe;}.product-introduction .marketing .TiTle{margin:60px 60px 0;}.product-introduction .marketing .list li{height:500px;}.product-introduction .marketing .list li.bgColor{background-color:#f5f9ff;}.product-introduction .marketing .list li .text{width:580px;height:500px;display:table;}.product-introduction .marketing .list li .text .tableCell{display:table-cell;vertical-align:middle;}.product-introduction .marketing .list li .text .num{width:68px;height:46px;}.product-introduction .marketing .list li .text .num img{width:100%;height:100%;}.product-introduction .marketing .list li .text .name{font-size:28px;color:#282828;margin-top:22px;}.product-introduction .marketing .list li .text .infor{font-size:16px;color:#999;margin-top:28px;line-height:1.7;}.product-introduction .marketing .list li .pictrue{width:533px;height:500px;display:table;}.product-introduction .marketing .list li .pictrue .img{display:table-cell;vertical-align:middle;}.product-introduction .marketing .list li .pictrue .img img{width:100%;height:100%;}.product-introduction .source{background:url("../images/proBg.jpg") no-repeat 100% 100%;width:100%;height:220px;color:#fff;text-align:center;padding:35px 0;}.product-introduction .source .name{font-size:30px;}.product-introduction .source .infor{font-size:18px;margin-top:15px;}.product-introduction .source .bnt{display:inline-block;*display:inline;*zoom:1;margin-top:26px;font-size:15px;width:128px;height:40px;border:1px solid #fff;border-radius:3px;text-align:center;line-height:38px;cursor:pointer;}.product-introduction .source .bnt.code{color:#3082fd;background-color:#fff;margin-right:14px;}.system-function #fullSlide{height:590px;}.system-function #fullSlide .bd li a{height:590px;}.system-function #fullSlide .hd{bottom:28px;}.system-function #fullSlide .hd ul li{height:1px;background-color:rgba(255,255,255,0.5);}.system-function #fullSlide .hd ul li.on{background-color:rgba(255,255,255,1);height:3px;}.system-function #fullSlide .iconfont{margin-top:-55px;}.system-function .relationship .TiTle{margin:58px 0;}.system-function .relationship .crm{width:646px;display:inline-block;*display:inline;*zoom:1;vertical-align:bottom;}.system-function .relationship .crm .top{width:540px;height:163px;background:-moz-linear-gradient(to right,#2a7efb,#2aaffb);background:-ms-linear-gradient(to right,#2a7efb,#2aaffb);background:-webkit-linear-gradient(to right,#2a7efb,#2aaffb);background:linear-gradient(to right,#2a7efb,#2aaffb);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr="#2a7efb",endColorstr="#2aaffb",gradientType="1");border-radius:10px 10px 0 0;color:#fff;padding:25px 23px;margin:0 auto;}.system-function .relationship .crm .top .name{font-size:28px;}.system-function .relationship .crm .top .infor{margin-top:15px;line-height:1.7;}.system-function .relationship .crm .white{background:url("../images/systemWriter1.png") no-repeat 100% 100%;width:100%;height:641px;margin-top:-35px;padding-top:0.1px;}.system-function .relationship .crm .white ul{width:520px;border:1px solid #eee;margin:70px auto 0 auto;}.system-function .relationship .crm .white ul li{height:100px;padding:20px 25px;overflow:hidden;}.system-function .relationship .crm .white ul li~li{border-top:1px solid #eee;}.system-function .relationship .crm .white ul li .iconfont{background:url("../images/blue.png") no-repeat 100% 100%;width:54px;height:62px;text-align:center;line-height:62px;color:#fff;font-size:29px;margin-right:17px;}.system-function .relationship .crm .white ul li .dis{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;}.system-function .relationship .crm .white ul li .dis .name{font-size:22px;color:#282828;}.system-function .relationship .crm .white ul li .dis .infor{font-size:14px;color:#999;margin-top:7px;}.system-function .relationship .crm.eb{width:546px;}.system-function .relationship .crm.eb .top{width:460px;height:136px;background:-moz-linear-gradient(to right,#f3f9ff,#f3f9ff);background:-ms-linear-gradient(to right,#f3f9ff,#f3f9ff);background:-webkit-linear-gradient(to right,#f3f9ff,#f3f9ff);background:linear-gradient(to right,#f3f9ff,#f3f9ff);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr="#f3f9ff",endColorstr="#f3f9ff",gradientType="1");border-radius:10px 10px 0 0;color:#fff;padding:25px 23px;margin:0 auto;}.system-function .relationship .crm.eb .top .name{font-size:24px;color:#282828;}.system-function .relationship .crm.eb .top .infor{color:#7b8187;margin-top:8px;line-height:1.5;}.system-function .relationship .crm.eb .white{background-image:url("../images/systemWriter2.png");height:596px;}.system-function .relationship .crm.eb .white ul{width:440px;}.system-function .relationship .crm.eb .white ul li{height:93px;padding:21px 20px;}.system-function .relationship .crm.eb .white ul li .iconfont{background-image:url("../images/gray.png");width:44px;height:50px;line-height:50px;font-size:24px;margin-right:17px;}.system-function .relationship .crm.eb .white ul li .dis .name{font-size:18px;}.system-function .relationship .crm.eb .white ul li .dis .infor{font-size:12px;margin-top:3px;width:323px;}.system-function .relationship .bnt{color:#fff;font-size:16px;width:190px;height:56px;background-color:#2a7efb;text-align:center;line-height:46px;border:5px solid #e9f2ff;margin:33px auto 65px auto;cursor:pointer;}.system-function .core{background:url("../images/systemBg2.jpg") center 0 no-repeat;width:100%;height:650px;}.system-function .core .TiTle{margin:56px 0 67px 0;color:#fff;}.system-function .core .list{width:100%;height:370px;background-color:#fff;}.system-function .core .list li{width:300px;padding:0.1px 40px 20px 40px;float:left;height:100%;overflow:hidden;}.system-function .core .list li~li{border-left:1px solid #e6e6e6;}.system-function .core .list li .pictrue{width:71px;height:68px;margin:60px auto 0 auto;}.system-function .core .list li .pictrue img{width:100%;height:100%;}.system-function .core .list li .name{font-size:18px;color:#333;text-align:center;margin-top:37px;}.system-function .core .list li .line{width:38px;height:2px;background-color:#71777c;margin:17px auto 0 auto;}.system-function .core .list li .infor{font-size:14px;color:#999;margin-top:25px;line-height:1.75;}.system-function .backstage .TiTle{margin:65px 0 65px 0;}.system-function .backstage .backstageSort{position:relative;}.system-function .backstage .backstageSort .hd{border-bottom:1px solid #eee;height:127px;cursor:pointer;}.system-function .backstage .backstageSort .hd li{width:300px;float:left;text-align:center;color:#282828;height:127px;}.system-function .backstage .backstageSort .hd li .border{width:60px;height:60px;border-radius:50%;border:2px solid #2a7efb;margin:0 auto;padding:3px;}.system-function .backstage .backstageSort .hd li .border .blue{width:50px;height:50px;background-color:#e7f1ff;border-radius:50%;margin:0 auto;text-align:center;line-height:50px;font-size:30px;color:#2a7efb;}.system-function .backstage .backstageSort .hd li .name{font-size:16px;margin-top:9px;}.system-function .backstage .backstageSort .hd li.on .border .blue{background-color:#fff;}.system-function .backstage .backstageSort .hd li.on{color:#2a7efb;border-bottom:2px solid #2a7efb;}.system-function .backstage .backstageSort .bd li .dis{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;}.system-function .backstage .backstageSort .bd li .pictrue{width:600px;height:491px;}.system-function .backstage .backstageSort .bd li .pictrue img{width:100%;height:100%;}.system-function .backstage .backstageSort .bd li .text{width:560px;margin-left:20px;}.system-function .backstage .backstageSort .bd li .text .title{font-size:24px;color:#282828;}.system-function .backstage .backstageSort .bd li .text .list{margin-top:30px;}.system-function .backstage .backstageSort .bd li .text .list .item{font-size:16px;color:#666;margin-bottom:20px;}.system-function .backstage .backstageSort .bd li .text .list .item .sport{width:4px;height:4px;background-color:#333333;border-radius:50%;}.system-function .backstage .backstageSort .bd li .text .list .item .infor{width:545px;margin-left:5px;}.system-function .backstage .backstageSort .bd li .text .more{font-size:14px;color:#2a7efb;width:88px;height:32px;border:1px solid #2a7efb;text-align:center;line-height:32px;cursor:pointer;margin-top:28px;}.system-function .customized{background:url("../images/processBg.jpg") center 0 no-repeat;width:100%;height:824px;}.system-function .customized .TiTle{color:#fff;padding-top:60px;}.system-function .customizedProcess{position:relative;width:1200px;height:577px;}.system-function .customizedProcess .line{height:212px;width:100%;margin-top:207px;}.system-function .customizedProcess .process{position:absolute;}.system-function .customizedProcess .process .bgPic{background:url("../images/p1.png") no-repeat;background-size:100% 100%;width:78px;height:90px;margin:0 auto;text-align:center;line-height:90px;color:#fff;font-size:35px;cursor:pointer;}.system-function .customizedProcess .process .bgPic:hover{background-image:url("../images/p2.png");}.system-function .customizedProcess .process .infor{font-size:14px;width:130px;color:rgba(255,255,255,0.8);text-align:center;margin-bottom:10px;}.system-function .customizedProcess .process .infor.infor2{margin-top:10px;}.system-function .customizedProcess .process.process1{top:62px;left:174px;}.system-function .customizedProcess .process.process2{top:91px;left:414px;}.system-function .customizedProcess .process.process3{top:62px;left:654px;}.system-function .customizedProcess .process.process4{top:91px;left:894px;}.system-function .customizedProcess .process.process5{top:426px;left:54px;}.system-function .customizedProcess .process.process6{top:394px;left:294px;}.system-function .customizedProcess .process.process7{top:426px;left:534px;}.system-function .customizedProcess .process.process8{top:394px;left:774px;}.system-function .customizedProcess .process.process9{top:426px;left:1014px;}.system-function .demo{background:url("../images/demo.png") center 0 no-repeat;width:100%;height:220px;}.system-function .demo .title{font-size:32px;color:#282828;text-align:center;margin-top:41px;}.system-function .demo .demoBnt{width:325px;margin:35px auto 0 auto;}.system-function .demo .demoBnt .bnt{width:150px;height:44px;border-radius:3px;background-color:#2a7efb;color:#fff;font-size:16px;text-align:center;line-height:44px;display:inline-block;*display:inline;*zoom:1;cursor:pointer;}.system-function .demo .demoBnt .bnt~.bnt{margin-left:17px;background-color:#ff472e;}.member-authorize .header{background:url("../images/member.jpg") center 0 no-repeat;width:100%;height:400px;color:#fff;text-align:center;padding-top:80px;}.member-authorize .header .dataNumsBg{margin-top:40px;}.member-authorize .header .dataNumsBg .dis{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;}.member-authorize .header .name{font-size:32px;font-weight:bold;}.member-authorize .header .infor{font-size:16px;margin-top:25px;}.member-authorize .header .search{width:760px;border-radius:4px;background-color:#fff;margin:0 auto;margin-top:66px;height:50px;}.member-authorize .header .search input{width:640px;height:100%;border:none;outline:none;border-radius:4px 0 0 4px;padding-left:22px;}.member-authorize .header .search input::placeholder{color:#aaaaaa;}.member-authorize .header .search .query{width:120px;height:100%;background-color:#2a7efb;text-align:center;line-height:50px;border-radius:0 4px 4px 0;cursor:pointer;}.member-authorize .certificate .TiTle{margin-top:55px;}.member-authorize .certificate .list{margin-top:82px;}.member-authorize .certificate .list .item{width:291px;padding:0 40px;float:left;height:400px;border:1px solid #ddd;cursor:pointer;}.member-authorize .certificate .list .item~.item{border-left:0;}.member-authorize .certificate .list .item .border{width:100px;height:100px;border:2px solid #2a7efb;border-radius:50%;padding:5px;margin:40px auto 0 auto;}.member-authorize .certificate .list .item .border .blue{background-color:#e9f2ff;width:86px;height:86px;border-radius:50%;text-align:center;line-height:86px;font-size:40px;color:#2a7efb;}.member-authorize .certificate .list .item .line{width:40px;height:3px;background-color:#2a7efb;margin:35px auto 0 auto;}.member-authorize .certificate .list .item .name{text-align:center;font-size:18px;color:#282828;margin-top:35px;}.member-authorize .certificate .list .item .infor{font-size:14px;color:#868686;margin-top:20px;height:99px;overflow:hidden;line-height:1.9;}.member-authorize .certificate .list .item.on{background:url("../images/picon.jpg") no-repeat;background-size:100% 100%;width:326px;height:430px;margin-top:-15px;}.member-authorize .certificate .list .item.on .border{border-color:#fff;margin-top:55px;}.member-authorize .certificate .list .item.on .border .blue{background-color:#fff;}.member-authorize .certificate .list .item.on .line{background-color:#fff;}.member-authorize .certificate .list .item.on .name{color:#fff;}.member-authorize .certificate .list .item.on .infor{color:#fff;}.member-authorize .empower{background:url("../images/menberbg.jpg") center 0 no-repeat;width:100%;height:240px;padding:60px 0 56px 0;margin-top:87px;}.member-authorize .empower .title{font-size:32px;font-weight:bold;color:#fff;text-align:center;}.member-authorize .empower .empowerBnt{width:352px;margin:32px auto 0 auto;}.member-authorize .empower .empowerBnt .bnt{width:150px;height:44px;border:1px solid #fff;border-radius:3px;color:#2a7efb;font-size:18px;text-align:center;line-height:44px;display:inline-block;*display:inline;*zoom:1;background-color:#fff;cursor:pointer;}.member-authorize .empower .empowerBnt .bnt .iconfont{font-size:17px;vertical-align:middle;margin-right:10px;}.member-authorize .empower .empowerBnt .bnt.consult{color:#fff;margin-left:15px;background-color:unset;}.member-authorize .common-problem{margin-bottom:115px;}.member-authorize .common-problem .title{font-size:32px;color:#282828;text-align:center;margin:67px 0 40px 0;}.member-authorize .common-problem .list{width:798px;margin:0 auto;}.member-authorize .common-problem .list .item{font-size:16px;color:#282828;padding:24px 26px;border-bottom:1px solid #eeeeee;cursor:pointer;}.member-authorize .common-problem .list .item .dis{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;}.member-authorize .common-problem .list .item .problem{width:686px;margin-right:36px;}.member-authorize .common-problem .list .item .iconfont{color:#515151;font-size:14px;}.member-authorize .common-problem .list .item.on{box-shadow:0 0 10px 4px #f8f8f8;-webkit-box-shadow:0 0 10px 4px #f8f8f8;-moz-box-shadow:0 0 10px 4px #f8f8f8;color:#2a7efb;}.member-authorize .common-problem .list .item.on .iconfont{color:#2a7efb;}.member-authorize .common-problem .list .item .answer{font-size:14px;color:#666666;line-height:1.7;margin-top:26px;display:none;}.goodsPrice{margin-bottom:100px;}.goodsPrice .TiTle{margin:50px 0 65px 0;}.goodsPrice .wrap{width:280px;}.goodsPrice .wrap .top{width:100%;height:340px;background-color:#f5f5f5;color:#fff;text-align:center;padding-top:38px;position:relative;}.goodsPrice .wrap .top .label{position:absolute;right:20px;top:0;width:42px;height:48px;}.goodsPrice .wrap.wrap1 .top{color:#282828;}.goodsPrice .wrap.wrap2 .top{background-color:#eb2a2a;}.goodsPrice .wrap.wrap3 .top{background-color:#333333;}.goodsPrice .wrap.wrap4 .top{background-color:#ff881c;}.goodsPrice .wrap .top .iSfree{font-size:32px;}.goodsPrice .wrap .top .infor{font-size:16px;margin-top:15px;}.goodsPrice .wrap.wrap1 .top .infor{color:#999999;}.goodsPrice .wrap .top .money{font-size:36px;font-weight:lighter;margin-top:10px;}.goodsPrice .wrap .top .money .num{font-size:60px;}.goodsPrice .wrap.wrap3 .top .money .iconfont{color:#eb2a2a;font-size:50px;}.goodsPrice .wrap .top .bnt{font-size:18px;color:#ffffff;width:180px;height:48px;background-color:#bbbbbb;margin:22px auto 0 auto;text-align:center;line-height:48px;cursor:pointer;border-radius:1px;}.goodsPrice .wrap.wrap2 .top .bnt{background-color:#f7ae00;}.goodsPrice .wrap.wrap3 .top .bnt{background-color:#fff;color:#333333;}.goodsPrice .wrap.wrap4 .top .bnt{background-color:#fff;color:#ff881c;}.goodsPrice .wrap ul{padding:25px;border:1px solid #eeeeee;height:444px;}.goodsPrice .wrap.wrap2 ul{border-color:#eb2a2a;}.goodsPrice .wrap.wrap4 ul{border-color:#eb8c36;}.goodsPrice .wrap ul li{margin-bottom:16px;position:relative;}.goodsPrice .wrap ul li .name{font-size:16px;color:#282828;width:210px;}.goodsPrice .wrap ul li .iconfont{color:#d81e06;position:absolute;right:0;top:50%;font-size:17px;margin-top:-8.5px;}.goodsPrice .wrap ul li .iconfont.icondui{color:#17b356;right:-4px;font-size:15px;}.goodsPrice .pull-left{margin-right:24px;}.member-authorize .addedService{background-color:#f7f7f7;margin-top:70px;padding-bottom:70px;}.member-authorize .addedService .TiTle{margin:50px 0 50px 0;}.member-authorize .addedService .picScroll-left{position:relative;}.member-authorize .addedService .picScroll-left .next{position:absolute;right:0;top:50%;font-size:40px;color:#bfbfbf;}.member-authorize .addedService .picScroll-left .prev{position:absolute;left:0;top:50%;font-size:40px;color:#bfbfbf;}.member-authorize .addedService .picScroll-left .bd{width:1109px;margin:0 auto;}.member-authorize .addedService .picScroll-left .bd ul{overflow:hidden;zoom:1;}.member-authorize .addedService .picScroll-left .bd ul li{margin:0 10px;float:left;_display:inline;overflow:hidden;width:350px;background-color:#fff;border-radius:6px;}.member-authorize .addedService .picScroll-left .bd ul li .pictrue{width:100%;height:180px;}.member-authorize .addedService .picScroll-left .bd ul li .pictrue img{width:100%;height:100%;border-radius:6px 6px 0 0;}.member-authorize .addedService .picScroll-left .bd ul li .text{padding:22px 28px;}.member-authorize .addedService .picScroll-left .bd ul li .text .name{font-size:18px;color:#282828;}.member-authorize .addedService .picScroll-left .bd ul li .text .infor{margin-top:8px;font-size:14px;color:#666666;line-height:1.7;height:47px;overflow:hidden;}.member-authorize .addedService .picScroll-left .bd ul li .text .money{font-size:24px;color:#eb2a2a;position:relative;margin-top:37px;}.member-authorize .addedService .picScroll-left .bd ul li .text .money .num{font-size:30px;}.member-authorize .addedService .picScroll-left .bd ul li .text .money .bnt{position:absolute;right:0;width:100px;height:36px;border-radius:3px;font-size:16px;color:#eb2a2a;border:1px solid #eb2a2a;text-align:center;line-height:36px;top:50%;margin-top:-18px;cursor:pointer;}.member-authorize .addedService .picScroll-left .bd ul li .text .money .bnt:hover{background-color:#eb2a2a;color:#fff;}.member-authorize .empowerWindow{position:fixed;background:url("../images/badgeBg.jpg") no-repeat;background-size:100% 100%;width:600px;height:400px;border-radius:30px;top:50%;margin-top:-200px;left:50%;margin-left:-300px;font-size:16px;color:#666666;text-align:center;padding:0 60px;z-index:99;transition:all 0.3s ease-in-out 0s;opacity:0;transform:scale(0);filter:alpha(opacity=0);}.member-authorize .empowerWindow.on{opacity:1;transform:scale(1);filter:alpha(opacity=100);}.member-authorize .empowerWindow .pictrue{width:98px;height:98px;margin:40px auto 22px auto;position:relative;}.member-authorize .empowerWindow .pictrue .iconfont{font-size:30px;color:#707070;position:absolute;right:-232px;top:-23px;width:40px;line-height:40px;height:40px;text-align:center;cursor:pointer;}.member-authorize .empowerWindow .pictrue img{width:100%;height:100%;border-radius:50%;}.member-authorize .empowerWindow .tip{font-size:20px;color:#000000;margin-bottom:16px;}.member-authorize .empowerWindow .tip .link{color:#e02e2e;}.member-authorize .empowerWindow .query{font-size:16px;color:#fff;background-color:#2a7efb;width:150px;height:42px;border-radius:3px;line-height:42px;cursor:pointer;margin:45px auto 0 auto;}.member-authorize .empowerWindow .query:hover{background-color:#295dc0;}.member-authorize .empowerWindow .infor{line-height:1.6;}.member-authorize .ewmPay,.member-authorize .payStatus{width:336px;height:360px;background-color:#fff;border-radius:30px;position:fixed;top:50%;left:50%;margin-top:-180px;margin-left:-198px;text-align:center;transition:all 0.3s ease-in-out 0s;opacity:0;transform:scale(0);z-index:99;filter:alpha(opacity=0);}.member-authorize .ewmPay.on,.member-authorize .payStatus.on{opacity:1;transform:scale(1);filter:alpha(opacity=100);}.member-authorize .ewmPay .pictrue{width:190px;height:190px;background-color:#fff;border:1px dashed #dddddd;padding:9px;margin:47px auto 0 auto;}.member-authorize .ewmPay .pictrue img{width:172px;height:172px;display:block;}.member-authorize .ewmPay .infor{font-size:14px;color:#666666;margin-top:18px;}.member-authorize .ewmPay .iconfont{width:30px;height:30px;border:1px solid #b7b7b7;text-align:center;line-height:30px;border-radius:50%;font-size:15px;margin:25px auto 0 auto;}.member-authorize .payStatus{padding:0 35px;}.member-authorize .payStatus .iconfont{color:#1fbe45;font-size:65px;margin-top:35px;}.member-authorize .payStatus .iconfont.iconzhifushibai{color:#ff8a01;}.member-authorize .payStatus .status{font-size:20px;font-weight:bold;color:#1fbe45;margin-top:10px;}.member-authorize .payStatus .status.fail{color:#ff8a01;}.member-authorize .payStatus .infor{text-align:left;margin-top:15px;font-size:14px;color:#666666;line-height:1.8;height:75px;overflow:hidden;}.member-authorize .payStatus .ok{font-size:16px;color:#fff;border-radius:3px;width:150px;height:42px;background-color:#2a7efb;text-align:center;line-height:42px;margin:34px auto 0 auto;}.member-authorize .payStatus .button{padding:0 5px;margin-top:34px;}.member-authorize .payStatus .button .bnt{float:left;font-size:16px;color:#fff;width:120px;height:42px;border-radius:3px;background-color:#ff8a01;line-height:42px;}.member-authorize .payStatus .button .bnt~.bnt{background-color:#2a7efb;margin-left:15px;}.member-authorize .mask{display:none;}.authorize-query .catalog{width:100%;height:42px;background-color:#f5f5f5;line-height:42px;font-size:14px;color:#282828;}.authorize-query .catalog .iconfont{font-size:12px;margin:0 6px;}.authorize-query .certificate{text-align:center;margin:55px auto 83px auto;}.authorize-query .certificate .pictrue{width:630px;height:891px;margin:0 auto;background:url("../images/certificate.jpg") no-repeat;background-size:100% 100%;color:#221307;font-family:"宋体";position:relative;}.authorize-query .certificate .pictrue .name{font-size:15px;width:289px;position:absolute;top:338px;left:217px;}.authorize-query .certificate .pictrue .address{font-size:16px;top:418px;position:absolute;left:130px;width:375px;text-align:center;}.authorize-query .certificate .pictrue .num{width:150px;text-align:left;color:#e72f26;font-size:15px;top:722px;position:absolute;left:155px;}.authorize-query .certificate .pictrue .date{width:177px;text-align:left;font-size:16px;position:absolute;top:720px;left:329px;}.authorize-query .certificate .pictrue .date .dis{width:23px;display:inline-block;*display:inline;*zoom:1;text-align:center;}.authorize-query .certificate .pictrue .date .dis.year{width:50px;margin-left:16px;}.authorize-query .certificate .pictrue .date .dis.month{margin-left:4px;}.authorize-query .certificate .pictrue .date .dis.day{margin-left:5px;}.authorize-query .certificate .pictrue .chapter{width:120px;height:120px;position:absolute;bottom:120px;right:155px;}.authorize-query .certificate .pictrue .chapter img{width:100%;height:100%;}.authorize-query .certificate .code{font-size:18px;color:#282828;margin-top:16px;text-align:center;}.authorize-query .certificate .keep{width:180px;height:44px;background-color:#2a7efb;border-radius:3px;font-size:16px;color:#fff;text-align:center;line-height:44px;margin:30px auto 0 auto;cursor:pointer;}.authorize-query .certificate .keep .iconfont{font-size:18px;margin-right:9px;vertical-align:-2px;}.aboutUs .conter .title{text-align:center;font-size:28px;color:#282828;margin-top:45px;}.aboutUs .conter .title .line{width:40px;height:2px;background:-moz-linear-gradient(to right,#2a7efb,#6fa9ff);background:-ms-linear-gradient(to right,#2a7efb,#6fa9ff);background:-webkit-linear-gradient(to right,#2a7efb,#6fa9ff);background:linear-gradient(to right,#2a7efb,#6fa9ff);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr="#2a7efb",endColorstr="#6fa9ff",gradientType="1");margin:17px auto 0 auto;}.aboutUs .conter .pictrue{width:100%;margin-top:43px;}.aboutUs .conter .picTxt{width:994px;margin:155px auto 55px auto;}.aboutUs .conter .picTxt .dis{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;}.aboutUs .conter .picTxt .list{border-left:2px solid #eeeeee;padding:10px 0 10px 60px;font-size:16px;color:#282828;width:612px;}.aboutUs .conter .picTxt .list .item~.item{margin-top:19px;}.aboutUs .conter .picTxt .pic{font-size:18px;color:#282828;width:375px;text-align:center;}.aboutUs .conter .picTxt .pic img{width:156px;height:55px;margin-bottom:15px;}.aboutUs .conter .infor{font-size:16px;color:#282828;margin-top:30px;padding:0 103px;line-height:1.9;}.aboutUs .conter .wrap{width:995px;margin:45px auto 86px auto;}.aboutUs .conter .wrap .item{width:199px;float:left;text-align:center;font-size:16px;color:#999999;}.aboutUs .conter .wrap .item .pic{width:64px;height:64px;margin:0 auto 13px auto;}.aboutUs .conter .wrap .item .pic img{width:100%;height:100%;}.aboutUs .developHistory{margin:67px 0 60px 0;}.aboutUs .developHistory .wrap{width:856px;margin:0 auto 35px auto;}.aboutUs .developHistory .wrap .year{font-size:26px;color:#282828;font-weight:bold;margin-bottom:15px;}.aboutUs .developHistory .wrap .list .item .dis{display:inline-block;*display:inline;*zoom:1;vertical-align:top;}.aboutUs .developHistory .wrap .list .item .month{font-size:16px;color:#999999;margin:-3px 12px 0 0;}.aboutUs .developHistory .wrap .list .item ul{border-left:1px solid #cccccc;padding-left:25px;position:relative;}.aboutUs .developHistory .wrap .list .item ul:after{content:' ';position:absolute;background:url("../images/sport.png") no-repeat;background-size:100% 100%;width:17px;height:17px;left:-9.5px;top:0;}.aboutUs .developHistory .wrap .list .item ul li{font-size:16px;color:#282828;width:556px;margin-bottom:25px;}.productNews .sortNav{width:1230px;margin-top:30px;height:175px;}.productNews .sortNav .item{float:left;width:380px;height:140px;background-image:url("../images/nav1.jpg");margin-right:28px;border-radius:6px;color:#fff;padding:0 30px;position:relative;overflow:hidden;cursor:pointer;}.productNews .sortNav .item.item2{background-image:url("../images/nav2.jpg");}.productNews .sortNav .item.item3{background-image:url("../images/nav3.jpg");}.productNews .sortNav .item .name{font-weight:bold;font-size:24px;margin-top:33px;color:#fff;}.productNews .sortNav .item .infor{font-size:16px;margin-top:12px;}.productNews .sortNav .item.on{box-shadow:0 7px 10px 0 #d9f2fd;-webkit-box-shadow:0 7px 10px 0 #d9f2fd;-o-box-shadow:0 7px 10px 0 #d9f2fd;}.productNews .sortNav .item .active,.productNews .sortNav .item .active1{position:absolute;right:30px;top:28px;background:url("../images/active.png") no-repeat;width:37px;height:45px;background-size:100% 100%;display:none;}.productNews .sortNav .item .active.on{display:block;}.productNews .conter .left{width:790px;float:left;}.productNews .conter .left .more{font-size:14px;color:#999999;width:120px;height:36px;text-align:center;line-height:36px;margin:36px auto 40px auto;cursor:pointer;display:block;}.productNews .conter .right{float:right;margin-bottom:60px;}.productNews .conter .right .newsHead,.productNews .conter .right .technology{width:380px;}.productNews .conter .right .newsHead .title,.productNews .conter .right .technology .title{font-size:16px;color:#fff;font-weight:bold;width:100%;height:50px;border-radius:6px 6px 0 0;background:-moz-linear-gradient(to right,#2a7efb,#69beff);background:-ms-linear-gradient(to right,#2a7efb,#69beff);background:-webkit-linear-gradient(to right,#2a7efb,#69beff);background:linear-gradient(to right,#2a7efb,#69beff);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr="#2a7efb",endColorstr="#69beff",gradientType="1");line-height:50px;padding:0 20px 0 34px;position:relative;}.productNews .conter .right .newsHead .title:after,.productNews .conter .right .technology .title:after{position:absolute;content:'';width:4px;height:14px;background-color:#fff;left:20px;top:50%;margin-top:-7px;}.productNews .conter .right .newsHead .list,.productNews .conter .right .technology .list{padding:20px 0 7px 0;border:1px solid #e2e2e2;border-radius:0 0 6px 6px;}.productNews .conter .right .newsHead .list .item{padding:0 20px;margin-bottom:15px;cursor:pointer;}.productNews .conter .right .newsHead .list .item .dis{display:inline-block;*display:inline;*zoom:1;vertical-align:top;}.productNews .conter .right .newsHead .list .item .num{width:20px;height:20px;background-color:#868686;font-size:13px;color:#ffffff;text-align:center;line-height:20px;border-radius:2px;}.productNews .conter .right .newsHead .list .item .text{width:301px;margin-left:11px;font-size:14px;color:#282828;}.productNews .conter .right .newsHead .list .item .text .infor{font-size:12px;color:#999999;margin-top:8px;display:none;height:33px;overflow:hidden;}.productNews .conter .right .newsHead .list .item.on .num{background-color:#2a7efb;color:#fff;}.productNews .conter .right .newsHead .list .item.on .text{color:#2a7efb;}.productNews .conter .right .newsHead .list .item.on .text .infor{display:block;}.productNews .conter .right .advers{width:380px;height:200px;margin-top:20px;}.productNews .conter .right .advers img{width:100%;height:100%;border-radius:6px;}.productNews .conter .right .technology{margin-top:20px;}.productNews .conter .right .technology .title{background:-moz-linear-gradient(to right,#09a7f1,#04cdc6);background:-ms-linear-gradient(to right,#09a7f1,#04cdc6);background:-webkit-linear-gradient(to right,#09a7f1,#04cdc6);background:linear-gradient(to right,#09a7f1,#04cdc6);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr="#09a7f1",endColorstr="#04cdc6",gradientType="1");}.productNews .conter .right .technology .list{padding:0 20px;}.productNews .conter .right .technology .list .item{height:50px;border-bottom:1px dashed #e2e2e2;line-height:50px;font-size:14px;cursor:pointer;}.productNews .conter .right .technology .list .item .name{float:left;color:#282828;width:210px;}.productNews .conter .right .technology .list .item .time{float:right;color:#868686;}.productNews .conter .right .technology .list .item:hover .name{color:#2a7efb;}.news-content-page .conter .asideNav{width:160px;float:left;}.news-content-page .conter .asideNav .item{width:100%;height:50px;border-bottom:1px dashed #cccccc;text-align:center;line-height:50px;font-size:16px;color:#282828;cursor:pointer;}.news-content-page .conter .asideNav .item.on{color:#fff;background:-moz-linear-gradient(to right,#0060f0,#438fff);background:-ms-linear-gradient(to right,#0060f0,#438fff);background:-webkit-linear-gradient(to right,#0060f0,#438fff);background:linear-gradient(to right,#0060f0,#438fff);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr="#0060f0",endColorstr="#438fff",gradientType="1");border:0;}.news-content-page .conter .asideNav .item:hover{background:-ms-linear-gradient(to right,#0060f0,#438fff);background:-webkit-linear-gradient(to right,#0060f0,#438fff);background:linear-gradient(to right,#0060f0,#438fff);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr="#0060f0",endColorstr="#438fff",gradientType="1");color:#fff;border:0;}.news-content-page .conter .asideCon{width:1000px;margin:0 auto;}.news-content-page .conter .asideCon .home{font-size:14px;color:#2a7efb;height:50px;line-height:50px;border-bottom:1px solid #eeeeee;display:block;cursor:pointer;}.news-content-page .conter .asideCon .home:hover{color:#0060f0;}.news-content-page .conter .asideCon .article .name{font-size:24px;color:#282828;text-align:center;margin-top:35px;}.news-content-page .conter .asideCon .article .browse{text-align:center;margin-top:13px;font-size:13px;color:#999999;}.news-content-page .conter .asideCon .article .browse .iconfont{margin-right:6px;vertical-align:middle;font-size:17px;}.news-content-page .conter .asideCon .article .browse .iconfont.iconshijian{font-size:15px;margin-left:26px;}.news-content-page .conter .asideCon .article .articleCon{font-size:15px;color:#282828;margin-top:40px;line-height:1.8;}.news-content-page .conter .asideCon .article .share{font-size:14px;color:#282828;margin:24px 0 20px 0;}.news-content-page .conter .asideCon .article .share .dis{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;}.news-content-page .conter .asideCon .recommend{border-top:1px solid #eee;margin-bottom:40px;}.news-content-page .conter .asideCon .recommend .title{font-size:18px;font-weight:bold;position:relative;padding-left:15px;height:70px;line-height:70px;}.news-content-page .conter .asideCon .recommend .title:after{width:4px;height:20px;background-color:#2a7efb;content:"";position:absolute;top:50%;left:0;margin-top:-10px;}.news-content-page .conter .asideCon .recommend .publicList .item .text{width:730px;}.case-center #fullSlide,.case-details #fullSlide{height:380px;}.case-center #fullSlide .bd li a,.case-details #fullSlide .bd li a{height:380px;}.case-center #fullSlide .iconfont,.case-details #fullSlide .iconfont{margin-top:-45px;width:40px;height:90px;line-height:90px;font-size:32px;}.case-center #fullSlide .prev,.case-details #fullSlide .prev{left:unset;}.case-center #fullSlide .next,.case-details #fullSlide .next{left:unset;margin-left:1160px;right:unset;}.case-center .nav{height:50px;line-height:50px;border-bottom:1px solid #dddddd;cursor:pointer;}.case-center .nav .item{float:left;width:20%;text-align:center;font-size:16px;color:#282828;}.case-center .nav .item .iconfont{margin-right:10px;font-size:22px;vertical-align:middle;}.case-center .nav .item a.on{color:#2a7efb;font-weight:bold;position:relative;}.case-center .nav .item a.on:before{content:'';border-bottom:#188fff solid 4px;width:100%;position:absolute;bottom:-10px;left:0;border-radius:10px;}.case-center .nav .item:hover{color:#2a7efb;}.case-center .nav .item~.item{position:relative;}.case-center .nav .item~.item:after{position:absolute;content:"";width:1px;height:21px;background-color:#eeeeee;top:50%;margin-top:-10.5px;left:0;}.case-center .caseList{width:1250px;margin-top:36px;}.case-center .caseList .item{width:280px;float:left;height:372px;margin:0 29px 25px 0;cursor:pointer;overflow:hidden;}.case-center .caseList .item.on{box-shadow:0 10px 10px #eeeeee;border:1px solid #eeeeee;}.case-center .caseList .item .one .pictrue{width:280px;height:150px;position:relative;overflow:hidden;}.case-center .caseList .item .one .pictrue .caseBg{width:100%;height:100%;-webkit-filter:blur(3px);-moz-filter:blur(3px);-ms-filter:blur(3px);filter:blur(3px);filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=false);}.case-center .caseList .item .one .pictrue .ewm{width:100px;height:100px;background-color:#fff;border-radius:50%;padding:5px;position:absolute;top:50%;margin-top:-50px;left:50%;margin-left:-50px;}.case-center .caseList .item .one .pictrue .ewm img{width:90px;height:90px;border-radius:50%;}.case-center .caseList .item .one .text{border:1px solid #eeeeee;padding:0 22px;height:220px;}.case-center .caseList .item .one .text .name{font-size:18px;color:#282828;text-align:left;margin-top:20px;}.case-center .caseList .item .one .text .infor{font-size:14px;color:#999999;margin-top:13px;line-height:1.6;height:66px;overflow:hidden;text-align:justify;}.case-center .caseList .item .one .text .industry{font-size:14px;color:#666;text-align:center;width:100px;height:30px;border:1px solid #cccccc;line-height:30px;margin:20px auto 0 auto;}.case-center .caseList .item .two{display:none;}.case-center .caseList .item .two .ewm{width:250px;height:250px;margin:65px auto 0 auto;border-radius:50%;overflow:hidden;border:1px solid #cccccc;}.case-center .caseList .item .two .ewm img{width:100%;height:100%;}.case-center .caseList .item .two .industry{font-size:14px;color:#fff;width:100px;height:30px;background-color:#2a7efb;text-align:center;line-height:30px;margin:30px auto 0 auto;}.case-center .caseList .item .two .industry a{color:#fff;}.case-center .caseList .customized .item .one .pictrue .caseBg{-webkit-filter:blur(0);-moz-filter:blur(0);-ms-filter:blur(0);filter:blur(0);filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius=0,MakeShadow=false);}.case-center .uploadCaseW{position:fixed;width:700px;height:720px;background-color:#fff;border-radius:10px;top:50%;left:50%;margin-top:-360px;margin-left:-350px;z-index:99;padding:0 50px;transition:all 0.5s ease-in-out 0s;opacity:0;transform:perspective(1200px) rotateY(180deg) scale(0);filter:alpha(opacity=0);}.case-center .uploadCaseW.on{opacity:1;transform:perspective(1200px) rotateY(0deg) scale(1);filter:alpha(opacity=100);}.case-center .uploadCaseW .title{font-size:30px;color:#2a7efb;font-weight:bold;margin-top:40px;position:relative;margin-bottom:38px;text-align:center;}.case-center .uploadCaseW .title .iconfont{width:40px;height:40px;text-align:center;line-height:40px;position:absolute;color:#8a8a8a;font-size:25px;top:-24px;right:-25px;cursor:pointer;}.case-center .uploadCaseW .list .item{margin-bottom:30px;}.case-center .uploadCaseW .list .item .dis{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;}.case-center .uploadCaseW .list .item .name{font-size:14px;color:#282828;width:105px;text-align:right;}.case-center .uploadCaseW .list .item .name span{color:#ff0200;}.case-center .uploadCaseW .list .item .input{width:475px;border:1px solid #e7e7e7;margin-left:10px;font-size:14px;}.case-center .uploadCaseW .list .item .input input{width:100%;height:40px;padding:0 13px;border:0;}.case-center .uploadCaseW .list .item .input input::placeholder{color:#cccccc;}.case-center .uploadCaseW .list .item .input textarea{width:100%;height:80px;border:0;resize:none;padding:13px 13px;}.case-center .uploadCaseW .list .item .input textarea::placeholder{color:#cccccc;}.case-center .uploadCaseW .list .item .input select{width:100%;height:40px;border:0;outline:none;}.case-center .uploadCaseW .list .item .ewm{width:475px;margin-left:10px;}.case-center .uploadCaseW .list .item .ewm .pictrue{width:80px;height:80px;border:1px dashed #dddddd;text-align:center;line-height:80px;position:relative;overflow:hidden;cursor:pointer;background-color:#fff;}.case-center .uploadCaseW .list .item .ewm .pictrue .iconfont{font-size:30px;color:#2c2c2c;}.case-center .uploadCaseW .list .item .ewm .pictrue img{width:100%;height:100%;margin:0 0 5px 0;}.case-center .uploadCaseW .list .item .fileInput{position:absolute;height:80px;width:80px;top:0;left:0;opacity:0;filter:alpha(opacity=0);}.case-center .uploadCaseW .list .item .ewm .picBg{background:center center no-repeat;width:80px;height:80px;background-size:cover;color:#fff;font-size:25px;text-align:center;line-height:80px;position:relative;overflow:hidden;}.case-center .uploadCaseW .list .item .ewm .picBg .cover{position:absolute;top:0;left:0;bottom:0;right:0;background-color:#000;opacity:0.7;filter:alpha(opacity=50);}.case-center .uploadCaseW .list .item .ewm .picBg .iconfont{color:#fff;position:relative;font-size:20px;margin:0 0 0 5px;}.case-center .uploadCaseW .list .item .size{color:#999999;font-size:12px;}.case-center .uploadCaseW .submit{font-size:14px;color:#fff;background-color:#2a7efb;height:44px;border-radius:3px;text-align:center;line-height:44px;margin-top:50px;cursor:pointer;}.case-center .uploadCaseW .submit:hover{background-color:#295dc0;}.case-center .mask{display:none;}.case-details .nav{height:45px;line-height:45px;font-size:14px;color:#282828;border-bottom:1px solid #eeeeee;}.case-details .nav .iconfont{font-size:14px;vertical-align:middle;margin:0 5px;}.case-details .caseCon{margin-bottom:83px;}.case-details .caseCon .name{font-size:24px;color:#282828;text-align:center;margin-top:33px;}.case-details .caseCon .browse{text-align:center;font-size:13px;color:#999999;margin-top:15px;}.case-details .caseCon .browse .iconfont{vertical-align:middle;font-size:17px;margin-right:8px;}.case-details .caseCon .browse .iconfont.iconshijian{font-size:15px;margin-left:26px;}.case-details .caseCon .conter{font-size:15px;color:#282828;line-height:1.8;margin-top:30px;}.case-details .caseCon .conter{font-size:15px;color:#282828;line-height:1.8;margin-top:30px;}.case-details .caseCon .share{margin:27px 0 4px 0;}.case-details .caseCon .share .dis{display:inline-block;*display:inline;zoom:1;}.contactUs .contact .title{font-size:26px;color:#282828;text-align:center;background:url("../images/001.png") center 0 no-repeat;background-size:contain;height:60px;line-height:60px;margin:50px 0 54px 0;}.contactUs .contact .title.title2{background-image:url("../images/002.png");}.contactUs .contact .list{width:1016px;margin:0 auto;cursor:pointer;}.contactUs .contact .list .item{text-align:center;width:254px;float:left;margin-bottom:10px;}.contactUs .contact .list .item .iconfont{width:100px;height:100px;background-color:#2a7efb;border-radius:50%;text-align:center;line-height:100px;color:#fff;font-size:35px;margin:0 auto;}.contactUs .contact .list .item .name{font-size:16px;color:#282828;margin-top:13px;}.contactUs .contact .list .item .num{font-size:18px;color:#999999;margin-top:13px;}.contactUs .contact .map{width:76px;height:130px;margin:0 auto;}.contactUs .contact .map img{width:100%;height:100%;}.contactUs .address{text-align:center;background-color:#393c41;font-size:16px;color:#fff;padding:35px 0 42px 0;}.contactUs .address .item{margin-bottom:7px;}.contactUs .address .ewm{width:102px;height:102px;margin:37px auto 0 auto;}.contactUs .address .ewm img{width:100%;height:100%;}.team-building .picMarquee-left{overflow:hidden;}.team-building .picMarquee-left .bd{position:relative;}.team-building .picMarquee-left .bd ul{overflow:hidden;zoom:1;}.team-building .picMarquee-left .bd ul li{float:left;_display:inline;overflow:hidden;}.team-building .picMarquee-left .bd ul li .pic{width:100%;height:380px;}.team-building .slogan{font-size:18px;color:#666666;text-align:center;padding:45px 0;}.team-building .slogan .title{font-size:32px;color:#282828;margin-bottom:20px;}.team-building .slogan .item{margin-bottom:12px;}.team-building .teamInfor{background:url("../images/team.jpg") center 0 no-repeat;width:100%;height:660px;padding:92px 0;}.team-building .teamMember{position:relative;width:100%;height:660px;}.team-building .teamMember .bigImg li .picTxt{width:380px;background-color:#2a7efb;}.team-building .teamMember .bigImg li .picTxt .pictrue{width:100%;height:380px;}.team-building .teamMember .bigImg li .picTxt .pictrue img{width:100%;height:100%;}.team-building .teamMember .bigImg li .picTxt .text{font-size:14px;color:#ffffff;width:100%;height:100px;text-align:center;padding-top:19px;}.team-building .teamMember .bigImg li .picTxt .text .name{font-size:26px;margin-top:6px;}.team-building .teamMember .bigImg li .infor{width:820px;font-size:14px;color:#fff;padding:28px 20px;border:2px solid #2a7efb;border-left:0;line-height:2;margin-top:24px;max-height:146px;overflow:auto;height:auto !important;height:146px;}.team-building .teamMember .bigImg li .kai{height:38px;}.team-building .teamMember .bigImg li .kai img{width:100%;height:100%;}.team-building .teamMember .smallScroll{position:absolute;left:380px;top:245px;width:820px;}.team-building .teamMember .smallScroll .iconfont{color:#fff;font-size:40px;display:block;width:74px;height:140px;position:absolute;top:49px;text-align:center;line-height:140px;}.team-building .teamMember .smallScroll .iconfont.sPrev{left:10px;}.team-building .teamMember .smallScroll .iconfont.sNext{right:10px;}.team-building .teamMember .smallScroll .smallImg{float:left;display:inline;width:640px;overflow:hidden;margin:50px 0 0 98px;}.team-building .teamMember .smallScroll .smallImg ul{height:140px;width:9999px;overflow:hidden;}.team-building .teamMember .smallScroll .smallImg li{float:left;width:140px;cursor:pointer;height:140px;margin:0 10px;}.team-building .teamMember .smallScroll .smallImg li img{width:100%;height:100%;display:block;}.team-building .teamMember .smallScroll .smallImg li.on{background-color:#fff;padding:4.4px 4px;}.team-building .founder{margin:50px auto 80px auto;}.team-building .founder .poster-main .poster-list .poster-item .pictrue{position:relative;color:#fff;}.team-building .founder .poster-main .poster-list .poster-item .conter{position:absolute;bottom:-75px;display:none;height:75px;text-align:center;font-size:14px;color:#666666;width:100%;}.team-building .founder .poster-main .poster-list .poster-item .conter .name{font-size:20px;color:#282828;margin:15px 0 5px 0;display:block!important;}.applyEmpower .publicHeader{height:220px;}.applyEmpower .publicHeader .headerBg{background-image:url("../images/empowerBg.jpg");height:220px;}.applyEmpower .publicHeader .text{margin-top:-45px;}.applyEmpower .form{margin-top:44px;}.applyEmpower .form .item{margin:28px auto 0 auto;width:659px;}.applyEmpower .form .item .name{font-size:14px;color:#282828;}.applyEmpower .form .item .name .symbol{color:#ec2020;margin-right:4px;}.applyEmpower .form .item input{width:100%;height:42px;border-radius:3px;border:1px solid #dddddd;outline:none;padding:0 10px;margin-top:13px;}.applyEmpower .form .item input::placeholder{color:#aaaaaa;}.applyEmpower .form .submit{font-size:14px;color:#ffffff;width:659px;height:44px;border-radius:3px;background-color:#2a7efb;text-align:center;line-height:44px;margin:55px auto 180px auto;cursor:pointer;}.applyEmpower .empowerWindow{position:fixed;background:url("../images/badgeBg.jpg") no-repeat;background-size:100% 100%;width:600px;height:400px;border-radius:30px;top:50%;margin-top:-200px;left:50%;margin-left:-300px;font-size:16px;color:#666666;text-align:center;padding:0 60px;z-index:99;transition:all 0.3s ease-in-out 0s;opacity:0;transform:scale(0);filter:alpha(opacity=0);}.applyEmpower .empowerWindow.on{opacity:1;transform:scale(1);filter:alpha(opacity=100);}.applyEmpower .empowerWindow .pictrue{width:98px;height:98px;margin:40px auto 22px auto;position:relative;}.applyEmpower .empowerWindow .pictrue .iconfont{font-size:30px;color:#707070;position:absolute;right:-232px;top:-23px;width:40px;line-height:40px;height:40px;text-align:center;cursor:pointer;}.applyEmpower .empowerWindow .pictrue img{width:100%;height:100%;border-radius:50%;}.applyEmpower .empowerWindow .tip{font-size:20px;color:#000000;margin-bottom:16px;}.applyEmpower .empowerWindow .tip .link{color:#e02e2e;}.applyEmpower .empowerWindow .query{font-size:16px;color:#fff;background-color:#2a7efb;width:150px;height:42px;border-radius:3px;line-height:42px;cursor:pointer;margin:45px auto 0 auto;}.applyEmpower .empowerWindow .query:hover{background-color:#295dc0;}.applyEmpower .empowerWindow .infor{line-height:1.6;}.applyEmpower .mask{display:none;}.system-version .publicHeader2{background-image:none;height:400px;position:relative;overflow:hidden;}.system-version .publicHeader2 video{width:1920px;height:400px;position:absolute;left:50%;margin-left:-960px;}.system-version .publicHeader2 .widths{width:1200px;position:absolute;left:50%;margin-left:-600px;top:0;}.system-version .publicHeader2 .widths .text{font-size:16px;color:#fff;padding:123px 0;width:568px;line-height:2;}.system-version .publicHeader2 .widths .text .title{margin-bottom:6px;font-size:36px;}.system-version .versionTitle{font-size:32px;color:#282828;text-align:center;margin:66px 0 52px 0;}.system-version .versionTitle .line{width:40px;height:4px;background-color:#007af6;margin:20px auto 0 auto;}.system-version .mask{display:none;}.system-version .ewmPay,.member-authorize .payStatus{width:300px;height:360px;background-color:#fff;border-radius:20px;position:fixed;top:50%;left:50%;margin-top:-180px;margin-left:-198px;text-align:center;transition:all 0.3s ease-in-out 0s;opacity:0;transform:scale(0);z-index:99;filter:alpha(opacity=0);}.system-version .ewmPay.on,.member-authorize .payStatus.on{opacity:1;transform:scale(1);filter:alpha(opacity=100);}.system-version .ewmPay .pictrue{width:190px;height:190px;background-color:#fff;border:1px dashed #dddddd;padding:9px;margin:47px auto 0 auto;}.system-version .ewmPay .pictrue img{width:172px;height:172px;display:block;}.system-version .ewmPay .infor{font-size:14px;color:#666666;margin-top:18px;}.system-version .ewmPay .iconfont{width:30px;height:30px;border:1px solid #b7b7b7;text-align:center;line-height:30px;border-radius:50%;font-size:15px;margin:25px auto 0 auto;}.listpages{padding:20px 0 30px;width:100%;text-align:center;clear:both;}.listpages li{margin:0 5px;}.listpages a{color:#666;min-width:30px;font-weight:bold;background:#f2f2f2;border-radius:2px;padding: 0 5px;height: 30px;}.listpages *{display:inline-block;line-height:30px;}.listpages a:hover,.listpages .active{display:inline-block;color:#fff;background:#2a7efb;}.listpages .active a,.listpages .active{display:inline-block;color:#fff;background:#2a7efb;font-weight:bold;border-radius:2px;}.dreamer-location{display:flex;margin-top:30px;}.dreamer-location li:before{content:'>';margin:0 5px;}.dreamer-location li:first-child:before{content:'';margin:0;} \ No newline at end of file diff --git a/templates/default_v2/images/Check_in.png b/templates/default_v2/images/Check_in.png new file mode 100644 index 0000000..36ca90b Binary files /dev/null and b/templates/default_v2/images/Check_in.png differ diff --git a/templates/default_v2/images/aboutBg2.jpg b/templates/default_v2/images/aboutBg2.jpg new file mode 100644 index 0000000..ca81725 Binary files /dev/null and b/templates/default_v2/images/aboutBg2.jpg differ diff --git a/templates/default_v2/images/active.png b/templates/default_v2/images/active.png new file mode 100644 index 0000000..4840fd4 Binary files /dev/null and b/templates/default_v2/images/active.png differ diff --git a/templates/default_v2/images/adver1.jpg b/templates/default_v2/images/adver1.jpg new file mode 100644 index 0000000..8d86b49 Binary files /dev/null and b/templates/default_v2/images/adver1.jpg differ diff --git a/templates/default_v2/images/arrow-right.png b/templates/default_v2/images/arrow-right.png new file mode 100644 index 0000000..abbac12 Binary files /dev/null and b/templates/default_v2/images/arrow-right.png differ diff --git a/templates/default_v2/images/blue.png b/templates/default_v2/images/blue.png new file mode 100644 index 0000000..f2b7cac Binary files /dev/null and b/templates/default_v2/images/blue.png differ diff --git a/templates/default_v2/images/certificate.jpg b/templates/default_v2/images/certificate.jpg new file mode 100644 index 0000000..82f554d Binary files /dev/null and b/templates/default_v2/images/certificate.jpg differ diff --git a/templates/default_v2/images/companyinfo1.jpg b/templates/default_v2/images/companyinfo1.jpg new file mode 100644 index 0000000..2795006 Binary files /dev/null and b/templates/default_v2/images/companyinfo1.jpg differ diff --git a/templates/default_v2/images/consult.png b/templates/default_v2/images/consult.png new file mode 100644 index 0000000..973fb26 Binary files /dev/null and b/templates/default_v2/images/consult.png differ diff --git a/templates/default_v2/images/cooperation.jpg b/templates/default_v2/images/cooperation.jpg new file mode 100644 index 0000000..3be1a72 Binary files /dev/null and b/templates/default_v2/images/cooperation.jpg differ diff --git a/templates/default_v2/images/crmeb.jpg b/templates/default_v2/images/crmeb.jpg new file mode 100644 index 0000000..4116ab8 Binary files /dev/null and b/templates/default_v2/images/crmeb.jpg differ diff --git a/templates/default_v2/images/customized.jpg b/templates/default_v2/images/customized.jpg new file mode 100644 index 0000000..663e3e3 Binary files /dev/null and b/templates/default_v2/images/customized.jpg differ diff --git a/templates/default_v2/images/demo.png b/templates/default_v2/images/demo.png new file mode 100644 index 0000000..9012a55 Binary files /dev/null and b/templates/default_v2/images/demo.png differ diff --git a/templates/default_v2/images/empowerBg.jpg b/templates/default_v2/images/empowerBg.jpg new file mode 100644 index 0000000..a882f0a Binary files /dev/null and b/templates/default_v2/images/empowerBg.jpg differ diff --git a/templates/default_v2/images/fire.gif b/templates/default_v2/images/fire.gif new file mode 100644 index 0000000..af21f9c Binary files /dev/null and b/templates/default_v2/images/fire.gif differ diff --git a/templates/default_v2/images/float.png b/templates/default_v2/images/float.png new file mode 100644 index 0000000..6e50f20 Binary files /dev/null and b/templates/default_v2/images/float.png differ diff --git a/templates/default_v2/images/formBg.jpg b/templates/default_v2/images/formBg.jpg new file mode 100644 index 0000000..8498d5e Binary files /dev/null and b/templates/default_v2/images/formBg.jpg differ diff --git a/templates/default_v2/images/functionBg.png b/templates/default_v2/images/functionBg.png new file mode 100644 index 0000000..7cccba0 Binary files /dev/null and b/templates/default_v2/images/functionBg.png differ diff --git a/templates/default_v2/images/gray.png b/templates/default_v2/images/gray.png new file mode 100644 index 0000000..db13e5a Binary files /dev/null and b/templates/default_v2/images/gray.png differ diff --git a/templates/default_v2/images/gx.png b/templates/default_v2/images/gx.png new file mode 100644 index 0000000..83873d3 Binary files /dev/null and b/templates/default_v2/images/gx.png differ diff --git a/templates/default_v2/images/indeBg.jpg b/templates/default_v2/images/indeBg.jpg new file mode 100644 index 0000000..2a3bcca Binary files /dev/null and b/templates/default_v2/images/indeBg.jpg differ diff --git a/templates/default_v2/images/line.png b/templates/default_v2/images/line.png new file mode 100644 index 0000000..7192d1f Binary files /dev/null and b/templates/default_v2/images/line.png differ diff --git a/templates/default_v2/images/logo1.png b/templates/default_v2/images/logo1.png new file mode 100644 index 0000000..75bdc5e Binary files /dev/null and b/templates/default_v2/images/logo1.png differ diff --git a/templates/default_v2/images/member.jpg b/templates/default_v2/images/member.jpg new file mode 100644 index 0000000..eae825a Binary files /dev/null and b/templates/default_v2/images/member.jpg differ diff --git a/templates/default_v2/images/menberbg.jpg b/templates/default_v2/images/menberbg.jpg new file mode 100644 index 0000000..2b7948c Binary files /dev/null and b/templates/default_v2/images/menberbg.jpg differ diff --git a/templates/default_v2/images/model.png b/templates/default_v2/images/model.png new file mode 100644 index 0000000..7bb4db3 Binary files /dev/null and b/templates/default_v2/images/model.png differ diff --git a/templates/default_v2/images/model2.png b/templates/default_v2/images/model2.png new file mode 100644 index 0000000..e1f3d15 Binary files /dev/null and b/templates/default_v2/images/model2.png differ diff --git a/templates/default_v2/images/movies.mp4 b/templates/default_v2/images/movies.mp4 new file mode 100644 index 0000000..6c298ab Binary files /dev/null and b/templates/default_v2/images/movies.mp4 differ diff --git a/templates/default_v2/images/nav1.jpg b/templates/default_v2/images/nav1.jpg new file mode 100644 index 0000000..8b4be08 Binary files /dev/null and b/templates/default_v2/images/nav1.jpg differ diff --git a/templates/default_v2/images/nav2.jpg b/templates/default_v2/images/nav2.jpg new file mode 100644 index 0000000..c90a6b7 Binary files /dev/null and b/templates/default_v2/images/nav2.jpg differ diff --git a/templates/default_v2/images/nav3.jpg b/templates/default_v2/images/nav3.jpg new file mode 100644 index 0000000..5ef4dbc Binary files /dev/null and b/templates/default_v2/images/nav3.jpg differ diff --git a/templates/default_v2/images/newsbanner1.jpg b/templates/default_v2/images/newsbanner1.jpg new file mode 100644 index 0000000..9417cf1 Binary files /dev/null and b/templates/default_v2/images/newsbanner1.jpg differ diff --git a/templates/default_v2/images/num-bg.jpg b/templates/default_v2/images/num-bg.jpg new file mode 100644 index 0000000..ecfd502 Binary files /dev/null and b/templates/default_v2/images/num-bg.jpg differ diff --git a/templates/default_v2/images/official1.jpg b/templates/default_v2/images/official1.jpg new file mode 100644 index 0000000..698d3be Binary files /dev/null and b/templates/default_v2/images/official1.jpg differ diff --git a/templates/default_v2/images/p1.png b/templates/default_v2/images/p1.png new file mode 100644 index 0000000..88e594a Binary files /dev/null and b/templates/default_v2/images/p1.png differ diff --git a/templates/default_v2/images/p2.png b/templates/default_v2/images/p2.png new file mode 100644 index 0000000..a0e02ee Binary files /dev/null and b/templates/default_v2/images/p2.png differ diff --git a/templates/default_v2/images/phone.png b/templates/default_v2/images/phone.png new file mode 100644 index 0000000..2397424 Binary files /dev/null and b/templates/default_v2/images/phone.png differ diff --git a/templates/default_v2/images/phone01.png b/templates/default_v2/images/phone01.png new file mode 100644 index 0000000..4128556 Binary files /dev/null and b/templates/default_v2/images/phone01.png differ diff --git a/templates/default_v2/images/picon.jpg b/templates/default_v2/images/picon.jpg new file mode 100644 index 0000000..e4530fa Binary files /dev/null and b/templates/default_v2/images/picon.jpg differ diff --git a/templates/default_v2/images/pics.png b/templates/default_v2/images/pics.png new file mode 100644 index 0000000..293f0c3 Binary files /dev/null and b/templates/default_v2/images/pics.png differ diff --git a/templates/default_v2/images/pin.png b/templates/default_v2/images/pin.png new file mode 100644 index 0000000..4ec4032 Binary files /dev/null and b/templates/default_v2/images/pin.png differ diff --git a/templates/default_v2/images/por.png b/templates/default_v2/images/por.png new file mode 100644 index 0000000..87cd45f Binary files /dev/null and b/templates/default_v2/images/por.png differ diff --git a/templates/default_v2/images/price-bg.png b/templates/default_v2/images/price-bg.png new file mode 100644 index 0000000..d2261e0 Binary files /dev/null and b/templates/default_v2/images/price-bg.png differ diff --git a/templates/default_v2/images/proBg.jpg b/templates/default_v2/images/proBg.jpg new file mode 100644 index 0000000..89ee9ae Binary files /dev/null and b/templates/default_v2/images/proBg.jpg differ diff --git a/templates/default_v2/images/processBg.jpg b/templates/default_v2/images/processBg.jpg new file mode 100644 index 0000000..4cdc7b6 Binary files /dev/null and b/templates/default_v2/images/processBg.jpg differ diff --git a/templates/default_v2/images/productNews.jpg b/templates/default_v2/images/productNews.jpg new file mode 100644 index 0000000..e5acdb9 Binary files /dev/null and b/templates/default_v2/images/productNews.jpg differ diff --git a/templates/default_v2/images/qq.png b/templates/default_v2/images/qq.png new file mode 100644 index 0000000..433a826 Binary files /dev/null and b/templates/default_v2/images/qq.png differ diff --git a/templates/default_v2/images/qq2.png b/templates/default_v2/images/qq2.png new file mode 100644 index 0000000..b0f96a1 Binary files /dev/null and b/templates/default_v2/images/qq2.png differ diff --git a/templates/default_v2/images/sport.png b/templates/default_v2/images/sport.png new file mode 100644 index 0000000..5265f39 Binary files /dev/null and b/templates/default_v2/images/sport.png differ diff --git a/templates/default_v2/images/system.jpg b/templates/default_v2/images/system.jpg new file mode 100644 index 0000000..c9fc0c1 Binary files /dev/null and b/templates/default_v2/images/system.jpg differ diff --git a/templates/default_v2/images/systemBg2.jpg b/templates/default_v2/images/systemBg2.jpg new file mode 100644 index 0000000..588b851 Binary files /dev/null and b/templates/default_v2/images/systemBg2.jpg differ diff --git a/templates/default_v2/images/systemWriter1.png b/templates/default_v2/images/systemWriter1.png new file mode 100644 index 0000000..a684e0c Binary files /dev/null and b/templates/default_v2/images/systemWriter1.png differ diff --git a/templates/default_v2/images/systemWriter2.png b/templates/default_v2/images/systemWriter2.png new file mode 100644 index 0000000..4a6bfa9 Binary files /dev/null and b/templates/default_v2/images/systemWriter2.png differ diff --git a/templates/default_v2/images/team.jpg b/templates/default_v2/images/team.jpg new file mode 100644 index 0000000..cc3dc1b Binary files /dev/null and b/templates/default_v2/images/team.jpg differ diff --git a/templates/default_v2/images/yx.png b/templates/default_v2/images/yx.png new file mode 100644 index 0000000..a24fd88 Binary files /dev/null and b/templates/default_v2/images/yx.png differ diff --git a/templates/default_v2/images/zs.png b/templates/default_v2/images/zs.png new file mode 100644 index 0000000..517e934 Binary files /dev/null and b/templates/default_v2/images/zs.png differ diff --git a/templates/default_v2/inc/footer.html b/templates/default_v2/inc/footer.html new file mode 100644 index 0000000..f42f109 --- /dev/null +++ b/templates/default_v2/inc/footer.html @@ -0,0 +1,92 @@ + + diff --git a/templates/default_v2/inc/header1.html b/templates/default_v2/inc/header1.html new file mode 100644 index 0000000..0f4f47d --- /dev/null +++ b/templates/default_v2/inc/header1.html @@ -0,0 +1,110 @@ + + + + + + + +
+ +
+ + \ No newline at end of file diff --git a/templates/default_v2/inc/service.html b/templates/default_v2/inc/service.html new file mode 100644 index 0000000..9c89853 --- /dev/null +++ b/templates/default_v2/inc/service.html @@ -0,0 +1,54 @@ + +
+
+ +
+ +
+
+
+ +
+
服务热线
+
{dreamer-cms:variable name='cfg_global_telephone'/}
+
+
+
+
+
+ +
+
+
+
+ + + + + +
+
+
+
+
+ +
+
+
\ No newline at end of file diff --git a/templates/default_v2/index.html b/templates/default_v2/index.html new file mode 100644 index 0000000..2575828 --- /dev/null +++ b/templates/default_v2/index.html @@ -0,0 +1,1151 @@ + + + + + + + + 龙翔项目管理有限公司 + + + + + + + + + + {dreamer-cms:global name="title"/} + + + + + + + + + + + + + + + + + {dreamer-cms:include file='inc/header1.html'/} + + + + + +
+
+
+

新闻动态

+
+

了解我们的最新动态和行业资讯

+
+ +
+ + {dreamer-cms:list typeid="6j0r9qzq" pagenum="1" pagesize="1" cascade="true" sortBy="create_time" sortWay="desc"} +
+ 新闻图片 +
+
+ [field:createtime function="format('yyyy-MM-dd HH:mm:ss')" /] + +
+

[field:title/]

+ + 阅读更多 + +
+
+ {/dreamer-cms:list} + +
+ + +
+
+ +
+ +
+ +
+
+
+
+
+ + + +
+
+
+

关于我们

+
+

龙翔项目管理有限公司 + 成立于2005年,是一家专业从事工程咨询、项目管理、造价咨询等服务的综合性咨询企业

+
+
+
+ 关于我们 +
+
+

我们的使命与愿景

+

我们致力于通过专业咨询服务推动工程建设行业高质量发展,帮助客户实现项目价值最大化。我们的愿景是成为国内领先的工程咨询企业。

+
+
+
+ +
+
+

20年行业经验

+

深耕工程咨询行业20年,积累了丰富的项目经验

+
+
+
+
+ +
+
+

300+客户信赖

+

服务超过300家企业客户,获得一致好评

+
+
+
+
+ +
+
+

80+专业团队

+

拥有80多名注册咨询工程师、造价工程师等专业人才

+
+
+
+ +
+
+
+
+ + +
+
+
+

我们的服务

+
+

我们提供全方位的工程咨询服务,助力项目顺利实施

+
+
+
+
+ +
+

全过程工程咨询

+

提供从项目前期策划到竣工验收的全过程咨询服务

+ +
+
+
+ +
+

项目管理服务

+

专业的项目管理团队,确保项目按计划顺利实施

+ +
+
+
+ +
+

工程造价咨询

+

专业的造价控制服务,优化项目投资效益

+ +
+
+
+ +
+

工程监理服务

+

专业的工程监理团队,确保工程质量达标

+ +
+
+
+ +
+

工程评估审计

+

专业的工程评估与审计服务,确保项目合规性

+ +
+
+
+ +
+

BIM技术咨询

+

专业的BIM技术应用服务,提升项目管理效率

+ +
+
+
+
+ + +
+
+
+

发展历程

+
+

见证我们的成长与蜕变

+
+
+
+
+
+
+ 2005
+

公司成立

+

龙翔工程咨询有限公司在青岛正式成立

+
+
+
+
+
+ 2008
+

资质升级

+

获得甲级工程咨询资质,业务范围扩大

+
+
+ +
+
+
+ 2015
+

业务拓展

+

新增工程造价和工程监理业务

+
+
+
+
+
+ 2018
+

技术升级

+

引入BIM技术,提升咨询服务能力

+
+
+ +
+
+
+
+ + + + + + + {dreamer-cms:include file="inc/footer.html" /} + + + + + +{dreamer-cms:include file="inc/service.html" /} + + \ No newline at end of file diff --git a/templates/default_v2/index_about1.html b/templates/default_v2/index_about1.html new file mode 100644 index 0000000..db3538f --- /dev/null +++ b/templates/default_v2/index_about1.html @@ -0,0 +1,340 @@ + + + + + + + {dreamer-cms:category field="typenamecn" /}_{dreamer-cms:global name="title"/} + + + + + + + + + + + + + + + + + + + {dreamer-cms:include file='inc/header1.html'/} +
+
+
+ + +
+
+ +
+ +
+

联系方式

+ + +
+
+
+
+ +
+

公司地址

+
+

山东省青岛市黄岛区珠江路600号天相国际五号楼五楼 +

+
+ +
+
+
+ +
+

联系电话

+
+

+ 18063388133 +

+
+ +
+
+
+ +
+

电子邮箱

+
+

+ longxiangsd@126.com +

+
+ +
+
+
+ +
+

工作时间

+
+

+ 周一至周五: 8:30 - 17:30
+

+
+
+ + + +
+ + +
+

在线留言

+
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ +
+ +
+
+
+ +
+ +
+ +
+
+ +
+ +
+
+
+ + + + {dreamer-cms:include file='inc/footer.html'/} + {dreamer-cms:include file="inc/service.html" /} + + + \ No newline at end of file diff --git a/templates/default_v2/index_article.html b/templates/default_v2/index_article.html new file mode 100644 index 0000000..6db59ef --- /dev/null +++ b/templates/default_v2/index_article.html @@ -0,0 +1,149 @@ + + + + + + + + + + + + + {dreamer-cms:category field="typenamecn" /}_{dreamer-cms:global name="title"/} + + + + + + + + + + + + + + +
+ {dreamer-cms:include file='inc/header.html'/} +
+
+
+ + +
+
+ +
+ {dreamer-cms:location lang="cn" /} +
+
{dreamer-cms:category field="typenamecn" /}
+
+
+
+ {dreamer-cms:category field="htmlcontent" /} +
+
+
+ + + +
+
+ + + + {dreamer-cms:include file='inc/footer.html'/} +
+{dreamer-cms:include file="inc/service.html" /} + + \ No newline at end of file diff --git a/templates/default_v2/index_companyInfo.html b/templates/default_v2/index_companyInfo.html new file mode 100644 index 0000000..f865e24 --- /dev/null +++ b/templates/default_v2/index_companyInfo.html @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + {dreamer-cms:category field="typenamecn" /}_{dreamer-cms:global name="title"/} + + + + + + + + + + + + + + + +
+ {dreamer-cms:include file='inc/header1.html'/} +
+
+
+ + +
+
+ +
+ {dreamer-cms:location lang="cn" /} +
+
{dreamer-cms:category field="typenamecn" /}
+
+
+
+ {dreamer-cms:category field="htmlcontent" /} +
+
+ +
+ + {dreamer-cms:include file='inc/footer.html'/} +
+ {dreamer-cms:include file="inc/service.html" /} + + + \ No newline at end of file diff --git a/templates/default_v2/index_price.html b/templates/default_v2/index_price.html new file mode 100644 index 0000000..bccb5ae --- /dev/null +++ b/templates/default_v2/index_price.html @@ -0,0 +1,303 @@ + + + + + + + + + + + + + {dreamer-cms:category field="typenamecn" /}_{dreamer-cms:global name="title"/} + + + + + + + + + + + + + +
+ {dreamer-cms:include file='inc/header.html'/} +
+ +
+
+
小投入 赢得大机会
+
您可根据您企业的规模及业务需求,选择合适的产品版本类型,为企业创造更多 价值
+
+
+
+ +
+ {dreamer-cms:location lang="cn" /} +
+ +
+
系统版本选择
+
+
+
+
+ {dreamer-cms:channel typeid="76crpo3s" showall="true" type="son"} +
+
+
[field:typenamecn /]
+
[field:description /]
+
[field:ext01 /]
+
+
+ 我要获取 +
+
+ {dreamer-cms:if test="('1' eq [field:autoindex/])"} +
    +
  • +
    顶级域名(赠送一年)
    +
    +
  • +
  • +
    云服务器(赠送一年)
    +
    +
  • +
  • +
    模板制作含切图
    +
    +
  • +
  • +
    二、三级等保技术支持
    +
    +
  • +
  • +
    会员中心
    +
    +
  • +
  • +
    一对一技术支持
    +
    +
  • +
  • +
    PC端
    +
    +
  • +
  • +
    H5端
    +
    +
  • +
  • +
    小程序端
    +
    +
  • +
  • +
    管理后台
    +
    +
  • +
  • +
    商业授权
    +
    +
  • +
+ {/dreamer-cms:if} + {dreamer-cms:if test="('2' eq [field:autoindex/])"} +
    +
  • +
    顶级域名(赠送一年)
    +
    +
  • +
  • +
    云服务器(赠送一年)
    +
    +
  • +
  • +
    模板制作含切图
    +
    +
  • +
  • +
    二、三级等保技术支持
    +
    +
  • +
  • +
    会员中心
    +
    +
  • +
  • +
    一对一技术支持
    +
    +
  • +
  • +
    PC端
    +
    +
  • +
  • +
    H5端
    +
    +
  • +
  • +
    小程序端
    +
    +
  • +
  • +
    管理后台
    +
    +
  • +
  • +
    商业授权
    +
    +
  • +
+ {/dreamer-cms:if} + {dreamer-cms:if test="('3' eq [field:autoindex/])"} +
    +
  • +
    顶级域名(赠送一年)
    +
    +
  • +
  • +
    云服务器(赠送一年)
    +
    +
  • +
  • +
    模板制作含切图
    +
    +
  • +
  • +
    二、三级等保技术支持
    +
    +
  • +
  • +
    会员中心
    +
    +
  • +
  • +
    一对一技术支持
    +
    +
  • +
  • +
    PC端
    +
    +
  • +
  • +
    H5端
    +
    +
  • +
  • +
    小程序端
    +
    +
  • +
  • +
    管理后台
    +
    +
  • +
  • +
    商业授权
    +
    +
  • +
+ {/dreamer-cms:if} + {dreamer-cms:if test="('4' eq [field:autoindex/])"} +
    +
  • +
    顶级域名(赠送一年)
    +
    +
  • +
  • +
    云服务器(赠送一年)
    +
    +
  • +
  • +
    模板制作含切图
    +
    +
  • +
  • +
    二、三级等保技术支持
    +
    +
  • +
  • +
    会员中心
    +
    +
  • +
  • +
    一对一技术支持
    +
    +
  • +
  • +
    PC端
    +
    +
  • +
  • +
    H5端
    +
    +
  • +
  • +
    小程序端
    +
    +
  • +
  • +
    管理后台
    +
    +
  • +
  • +
    商业授权
    +
    +
  • +
+ {/dreamer-cms:if} +
+ {/dreamer-cms:channel} +
+
+
+ +
+ + + +
+
+
+ {dreamer-cms:sql sql="select image_path as litpic from system_archives where id = [cc3c8a326842433292ad1bf7cae7e1c1]"} + + {/dreamer-cms:sql} +
+
请联系官方微信咨询购买!
+
+
+ + {dreamer-cms:include file='inc/footer.html'/} +
+{dreamer-cms:include file="inc/service.html" /} + + + \ No newline at end of file diff --git a/templates/default_v2/index_solution.html b/templates/default_v2/index_solution.html new file mode 100644 index 0000000..aa2909b --- /dev/null +++ b/templates/default_v2/index_solution.html @@ -0,0 +1,65 @@ + + + + + + + + + + + + + {dreamer-cms:category field="typenamecn" /}_{dreamer-cms:global name="title"/} + + + + + + + + + + + + + +
+ {dreamer-cms:include file='inc/header.html'/} +
+
+
+
《梦想家》优秀的内容管理解决方案
+
系统累计更新百余次,每一次的完善背后都离不开所有技术人员的辛勤付出
+ +
+
+
+
+ {dreamer-cms:channel typeid="1hq8501w" type="son"} + + {/dreamer-cms:channel} +
+
+
+ {dreamer-cms:location lang="cn" /} +
+
{dreamer-cms:category field="typenamecn" /}
+
+
+
+ {dreamer-cms:category field="htmlcontent" /} +
+
+ +
+ + + + {dreamer-cms:include file='inc/footer.html'/} +
+{dreamer-cms:include file="inc/service.html" /} + + \ No newline at end of file diff --git a/templates/default_v2/list_case.html b/templates/default_v2/list_case.html new file mode 100644 index 0000000..5b6f441 --- /dev/null +++ b/templates/default_v2/list_case.html @@ -0,0 +1,99 @@ + + + + + + + + + + + + + {dreamer-cms:category field="typenamecn" /}_{dreamer-cms:global name="title"/} + + + + + + + + + + + + + + +
+ {dreamer-cms:include file='inc/header1.html'/} + + +
+ + +
+ {dreamer-cms:location lang="cn" /} + +
+
+ {dreamer-cms:pagelist pagesize="12"} +
+
+
+ + + +
+
+ +
[field:remark function="substring(0,60,'...')"/]
+ +
+
+
+ {/dreamer-cms:pagelist} +
+
+ +
+ {dreamer-cms:pagination /} +
+
+
+
+ + + + {dreamer-cms:include file='inc/footer.html'/} +
+{dreamer-cms:include file="inc/service.html" /} + + \ No newline at end of file diff --git a/templates/default_v2/list_download.html b/templates/default_v2/list_download.html new file mode 100644 index 0000000..836a865 --- /dev/null +++ b/templates/default_v2/list_download.html @@ -0,0 +1,112 @@ + + + + + + + + + + + + + {dreamer-cms:category field="typenamecn" /}_{dreamer-cms:global name="title"/} + + + + + + + + + + + + + +
+ {dreamer-cms:include file='inc/header.html'/} + + {dreamer-cms:sql sql="select image_path as litpic from system_archives where id = [9eefb5b8aed845de99855f1d55d92a49]"} +
+ {/dreamer-cms:sql} + +
+ {dreamer-cms:location lang="cn" /} +
+
+
+
+
+ {dreamer-cms:pagelist} +
+
+ +
+ [field:createtime function="format('yyyy-MM-dd hh:mm:ss')" /] + [field:clicks /] +
+ +
+
+ {/dreamer-cms:pagelist} +
+
+ {dreamer-cms:pagination /} +
+
+
+
+
+
新闻头条
+
+ {dreamer-cms:list typeid="96nbp5pc" pagenum="1" pagesize="10" cascade="true"} +
+
[field:autoindex /]
+
+ +
[field:remark function="substring(0,75,'...')" /]
+
+
+ {/dreamer-cms:list} +
+
+
+ {dreamer-cms:sql sql="select image_path as litpic from system_archives where id = [42bf4ceb852e4a1cb641db209a211439]"} + + {/dreamer-cms:sql} +
+
+
行业新闻
+
+ {dreamer-cms:list typeid="6j0r9qzq" pagenum="1" pagesize="10"} +
+ +
[field:createtime function="format('MM-dd hh:mm:ss')" /]
+
+ {/dreamer-cms:list} +
+
+
+
+ +
+ + + {dreamer-cms:include file="inc/footer.html" /} +
+{dreamer-cms:include file="inc/service.html" /} + + + + \ No newline at end of file diff --git a/templates/default_v2/list_message.html b/templates/default_v2/list_message.html new file mode 100644 index 0000000..e69de29 diff --git a/templates/default_v2/list_news.html b/templates/default_v2/list_news.html new file mode 100644 index 0000000..466e1b1 --- /dev/null +++ b/templates/default_v2/list_news.html @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + {dreamer-cms:category field="typenamecn" /}_{dreamer-cms:global name="title"/} + + + + + + + + + + + + + + + +
+ {dreamer-cms:include file='inc/header1.html'/} + + +
+ +
+ +
+ + {dreamer-cms:location lang="cn" /} + + +
+
+
+ +
+
+
+ {dreamer-cms:pagelist} +
+
+
+ +
+ [field:createtime + function="format('yyyy-MM-dd hh:mm:ss')" /] + [field:clicks /] +
+ +
+
+ {/dreamer-cms:pagelist} +
+
+ {dreamer-cms:pagination /} +
+
+
+ +
+ +
+ + + {dreamer-cms:include file="inc/footer.html" /} +
+ + {dreamer-cms:include file="inc/service.html" /} + + + + + \ No newline at end of file diff --git a/templates/default_v2/list_partner.html b/templates/default_v2/list_partner.html new file mode 100644 index 0000000..e69de29 diff --git a/templates/default_v2/list_question.html b/templates/default_v2/list_question.html new file mode 100644 index 0000000..3f7a347 --- /dev/null +++ b/templates/default_v2/list_question.html @@ -0,0 +1,113 @@ + + + + + + + + + + + + + {dreamer-cms:category field="typenamecn" /}_{dreamer-cms:global name="title"/} + + + + + + + + + + + + + +
+ {dreamer-cms:include file='inc/header1.html'/} + + {dreamer-cms:sql sql="select image_path as litpic from system_archives where id = [9eefb5b8aed845de99855f1d55d92a49]"} +
+ {/dreamer-cms:sql} + +
+ {dreamer-cms:location lang="cn" /} +
+
+
+
+
+ {dreamer-cms:pagelist} +
+
+ +
+ [field:createtime function="format('yyyy-MM-dd hh:mm:ss')" /] + [field:clicks /] +
+ +
+
+ {/dreamer-cms:pagelist} +
+
+ {dreamer-cms:pagination /} +
+
+
+
+
+
新闻头条
+
+ {dreamer-cms:list typeid="96nbp5pc" pagenum="1" pagesize="10" cascade="true"} +
+
[field:autoindex /]
+
+ +
[field:remark function="substring(0,75,'...')" /]
+
+
+ {/dreamer-cms:list} +
+
+
+ {dreamer-cms:sql sql="select image_path as litpic from system_archives where id = [42bf4ceb852e4a1cb641db209a211439]"} + + {/dreamer-cms:sql} +
+
+
行业新闻
+
+ {dreamer-cms:list typeid="6j0r9qzq" pagenum="1" pagesize="10"} +
+ +
[field:createtime function="format('MM-dd hh:mm:ss')" /]
+
+ {/dreamer-cms:list} +
+
+
+
+ +
+ + + {dreamer-cms:include file="inc/footer.html" /} +
+ +{dreamer-cms:include file="inc/service.html" /} + + + \ No newline at end of file diff --git a/templates/default_v2/list_template.html b/templates/default_v2/list_template.html new file mode 100644 index 0000000..0c5f84b --- /dev/null +++ b/templates/default_v2/list_template.html @@ -0,0 +1,99 @@ + + + + + + + + + + + + + {dreamer-cms:category field="typenamecn" /}_{dreamer-cms:global name="title"/} + + + + + + + + + + + + + + +
+ {dreamer-cms:include file='inc/header1.html'/} + + +
+ + +
+ {dreamer-cms:location lang="cn" /} + +
+
+ {dreamer-cms:pagelist} +
+
+
+ + + +
+
+ +
[field:remark function="substring(0,60,'...')"/]
+ +
+
+
+ {/dreamer-cms:pagelist} +
+
+ +
+ {dreamer-cms:pagination /} +
+
+
+
+ + + + {dreamer-cms:include file='inc/footer.html'/} +
+{dreamer-cms:include file="inc/service.html" /} + + \ No newline at end of file diff --git a/templates/default_v2/list_version.html b/templates/default_v2/list_version.html new file mode 100644 index 0000000..b163c38 --- /dev/null +++ b/templates/default_v2/list_version.html @@ -0,0 +1,135 @@ + + + + + + + + + + + + + {dreamer-cms:category field="typenamecn" /}_{dreamer-cms:global name="title"/} + + + + + + + + + + + + + +
+ {dreamer-cms:include file='inc/header.html'/} + + {dreamer-cms:sql sql="select image_path as litpic from system_archives where id = [9eefb5b8aed845de99855f1d55d92a49]"} +
+ {/dreamer-cms:sql} + +
+ {dreamer-cms:location lang="cn" /} +
+
+
+
+
+ {dreamer-cms:pagelist} +
+
+ +
+ [field:createtime function="format('yyyy-MM-dd hh:mm:ss')" /] + [field:clicks /] +
+ +
+
+ {/dreamer-cms:pagelist} +
+
+ {dreamer-cms:pagination /} +
+
+
+
+
+
新闻头条
+
+ {dreamer-cms:list typeid="96nbp5pc" pagenum="1" pagesize="10" cascade="true"} +
+
[field:autoindex /]
+
+ +
[field:remark function="substring(0,75,'...')" /]
+
+
+ {/dreamer-cms:list} +
+
+
+ {dreamer-cms:sql sql="select image_path as litpic from system_archives where id = [42bf4ceb852e4a1cb641db209a211439]"} + + {/dreamer-cms:sql} +
+
+
行业新闻
+
+ {dreamer-cms:list typeid="6j0r9qzq" pagenum="1" pagesize="10"} +
+ +
[field:createtime function="format('MM-dd hh:mm:ss')" /]
+
+ {/dreamer-cms:list} +
+
+
+
+ +
+ + + {dreamer-cms:include file="inc/footer.html" /} +
+{dreamer-cms:include file="inc/service.html" /} + + + \ No newline at end of file diff --git a/templates/default_v2/list_zhaocai.html b/templates/default_v2/list_zhaocai.html new file mode 100644 index 0000000..32909ef --- /dev/null +++ b/templates/default_v2/list_zhaocai.html @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + {dreamer-cms:category field="typenamecn" /}_{dreamer-cms:global name="title"/} + + + + + + + + + + + + + + + +
+ {dreamer-cms:include file='inc/header1.html'/} + + +
+ +
+ +
+ + {dreamer-cms:location lang="cn" /} + + +
+
+
+ +
+
+
+ {dreamer-cms:pagelist} +
+ +
+ +
+ [field:createtime + function="format('yyyy-MM-dd hh:mm:ss')" /] + [field:clicks /] +
+ +
+
+ {/dreamer-cms:pagelist} +
+
+ {dreamer-cms:pagination /} +
+
+
+ +
+ +
+ + + {dreamer-cms:include file="inc/footer.html" /} +
+ + {dreamer-cms:include file="inc/service.html" /} + + + + + \ No newline at end of file diff --git a/templates/default_v2/scripts/coco-message.js b/templates/default_v2/scripts/coco-message.js new file mode 100644 index 0000000..742f52b --- /dev/null +++ b/templates/default_v2/scripts/coco-message.js @@ -0,0 +1,306 @@ +"use strict"; + +function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } + +!function (global, factory) { + (typeof exports === "undefined" ? "undefined" : _typeof(exports)) === "object" && typeof module !== "undefined" ? module.exports = factory() : typeof define === "function" && define.amd ? define(factory) : (global = global || self, global.cocoMessage = factory()); +}(void 0, function () { + "use strict"; + + var msgWrapper = c({ + className: "coco-msg-stage" + }); + + function c(args, children) { + var el = document.createElement("div"); + + for (var key in args) { + var element = args[key]; + + if (key == "className") { + key = "class"; + el.setAttribute(key, element); + } else if (key[0] == "_") { + el.addEventListener(key.slice(1), element); + } + } + + if (typeof children == "string") { + el.innerHTML = children; + } else if (_typeof(children) == "object" && children.tagName) { + el.appendChild(children); + } else if (children) { + for (var i = 0; i < children.length; i++) { + var child = children[i]; + el.appendChild(child); + } + } + + return el; + } + + function addAnimationEnd(el, fn) { + ["a", "webkitA"].forEach(function (prefix) { + var name = prefix + "nimationEnd"; + el.addEventListener(name, function () { + fn(); + }); + }); + } + + function css(el, css) { + for (var key in css) { + el.style[key] = css[key]; + } + + if (el.getAttribute("style") === "") { + el.removeAttribute("style"); + } + } + + function addClass(el, s) { + var c = el.className || ""; + + if (!hasClass(c, s)) { + var arr = c.split(/\s+/); + arr.push(s); + el.className = arr.join(" "); + } + } + + function hasClass(c, s) { + return c.indexOf(s) > -1 ? !0 : !1; + } + + function removeClass(el, s) { + var c = el.className || ""; + + if (hasClass(c, s)) { + var arr = c.split(/\s+/); + var i = arr.indexOf(s); + arr.splice(i, 1); + el.className = arr.join(" "); + } + + if (el.className === "") { + el.removeAttribute("class"); + } + } + + var initArgs = { + msg: "", + duration: 2000, + showClose: false + }; + var cocoMessage = { + info: function info() { + initConfig(arguments, "info"); + }, + success: function success() { + initConfig(arguments, "success"); + }, + warning: function warning() { + initConfig(arguments, "warning"); + }, + error: function error() { + initConfig(arguments, "error"); + }, + loading: function loading() { + return initConfig(arguments, "loading"); + }, + destroyAll: function destroyAll() { + _destroyAll(); + }, + config: function config(obj) { + for (var key in obj) { + if (Object.hasOwnProperty.call(obj, key)) { + if (obj[key] !== undefined) { + initArgs[key] = obj[key]; + } + } + } + } + }; + + function initConfig(obj, type) { + var args = {}; + + for (var key in initArgs) { + args[key] = initArgs[key]; + } + + for (var i = 0; i < obj.length; i++) { + var it = obj[i]; + + if (it !== undefined) { + if (typeof it == "string" || _typeof(it) == "object") { + args.msg = it; + } else if (typeof it == "boolean") { + args.showClose = it; + } else if (typeof it == "function") { + args.onClose = it; + } else if (typeof it == "number") { + args.duration = it; + } + } + } + + args.type = type; + return createMsgEl(args); + } + + function createMsgEl(args) { + var type = args.type, + duration = args.duration, + msg = args.msg, + showClose = args.showClose, + onClose = args.onClose; + var closable = duration === 0; + var iconObj = getIconObj(); + + if (type == "loading") { + msg = msg === "" ? "正在加载,请稍后" : msg; + closable = showClose; + duration = 0; + } + + var el = c({ + className: "coco-msg-wrapper" + }, [c({ + className: "coco-msg coco-msg-fade-in " + type + }, [c({ + className: "coco-msg-icon" + }, iconObj[type]), c({ + className: "coco-msg-content" + }, msg), c({ + className: "coco-msg-wait " + (closable ? "coco-msg-pointer" : ""), + _click: function _click() { + if (closable) { + closeMsg(el, onClose); + } + } + }, getMsgRight(closable))])]); + var anm = el.querySelector(".coco-msg__circle"); + + if (anm) { + css(anm, { + animation: "coco-msg_" + type + " " + duration + "ms linear" + }); + + if ("onanimationend" in window) { + addAnimationEnd(anm, function () { + closeMsg(el, onClose); + }); + } else { + setTimeout(function () { + closeMsg(el, onClose); + }, duration); + } + } + + if (type == "loading" && duration !== 0) { + setTimeout(function () { + closeMsg(el, onClose); + }, duration); + } + + if (!msgWrapper.children.length) { + document.body.appendChild(msgWrapper); + } + + msgWrapper.appendChild(el); + css(el, { + height: el.offsetHeight + "px" + }); + setTimeout(function () { + removeClass(el.children[0], "coco-msg-fade-in"); + }, 300); + + if (type == "loading") { + return function () { + closeMsg(el, onClose); + }; + } + } + + function getMsgRight(showClose) { + if (showClose) { + return "\n \n "; + } else { + return "\n \n \n \n "; + } + } + + function closeMsg(el, cb) { + if (!el) return; + css(el, { + padding: 0, + height: 0 + }); + addClass(el.children[0], "coco-msg-fade-out"); + cb && cb(); + setTimeout(function () { + if (!el) return; + var has = false; + + for (var i = 0; i < msgWrapper.children.length; i++) { + if (msgWrapper.children[i] === el) { + has = true; + } + } + + has && removeChild(el); + el = null; + + if (!msgWrapper.children.length) { + has && removeChild(msgWrapper); + } + }, 300); + } + + function getIconObj() { + return { + info: "\n \n ", + success: "\n \n ", + warning: "\n \n ", + error: "\n \n ", + loading: "\n
\n \n \n \n
\n " + }; + } + + function removeChild(el) { + el && el.parentNode.removeChild(el); + } + + function _destroyAll() { + for (var i = 0; i < msgWrapper.children.length; i++) { + var element = msgWrapper.children[i]; + closeMsg(element); + } + } + + window.addEventListener('DOMContentLoaded', function () { + insertCssInHead(); + }); + + function insertCssInHead() { + var doc = document; + + if (doc && doc.head) { + var head = doc.head; + + var _css = doc.createElement('style'); + + var cssStr = "\n\n[class|=coco],[class|=coco]::after,[class|=coco]::before{box-sizing:border-box;outline:0}.coco-msg-progress{width:13px;height:13px}.coco-msg__circle{stroke-width:2;stroke-linecap:square;fill:none;transform:rotate(-90deg);transform-origin:center}.coco-msg-stage:hover .coco-msg__circle{-webkit-animation-play-state:paused!important;animation-play-state:paused!important}.coco-msg__background{stroke-width:2;fill:none}.coco-msg-stage{position:fixed;top:20px;left:50%;width:auto;transform:translate(-50%,0);z-index:65535}.coco-msg-wrapper{position:relative;left:50%;transform:translate(-50%,0);transform:translate3d(-50%,0,0);transition:height .3s ease,padding .3s ease;padding:6px 0;will-change:transform,opacity}.coco-msg{padding:15px 21px;border-radius:3px;position:relative;left:50%;transform:translate(-50%,0);transform:translate3d(-50%,0,0);display:flex;align-items:center}.coco-msg-content,.coco-msg-icon,.coco-msg-wait{display:inline-block}.coco-msg-icon{position:relative;width:13px;height:13px;border-radius:100%;display:flex;justify-content:center;align-items:center}.coco-msg-icon svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:11px;height:11px}.coco-msg-wait{width:20px;height:20px;position:relative;fill:#4eb127}.coco-msg-wait svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.coco-msg-close{width:14px;height:14px}.coco-msg-content{margin:0 10px;min-width:240px;text-align:left;font-size:14px;font-weight:500;font-family:-apple-system,Microsoft Yahei,sans-serif;text-shadow:0 0 1px rgba(0,0,0,.01)}.coco-msg.info{color:#0fafad;background-color:#e7fdfc;box-shadow:0 0 2px 0 rgba(0,1,1,.01),0 0 0 1px #c0faf9}.coco-msg.info .coco-msg-icon{background-color:#0fafad}.coco-msg.success{color:#4ebb23;background-color:#f3ffe8;box-shadow:0 0 2px 0 rgba(0,1,0,.01),0 0 0 1px #d9f8bb}.coco-msg.success .coco-msg-icon{background-color:#4ebb23}.coco-msg.warning{color:#f1b306;background-color:#fff9eb;box-shadow:0 0 2px 0 rgba(1,1,0,.01),0 0 0 1px #fcf2cd}.coco-msg.warning .coco-msg-icon{background-color:#f1b306}.coco-msg.error{color:#f34b51;background-color:#fff7f7;box-shadow:0 0 2px 0 rgba(1,0,0,.01),0 0 0 1px #ffe3e3}.coco-msg.error .coco-msg-icon{background-color:#f34b51}.coco-msg.loading{color:#0fafad;background-color:#e7fdfc;box-shadow:0 0 2px 0 rgba(0,1,1,.01),0 0 0 1px #c2faf9}.coco-msg_loading{flex-shrink:0;width:20px;height:20px;position:relative}.coco-msg-circular{-webkit-animation:coco-msg-rotate 2s linear infinite both;animation:coco-msg-rotate 2s linear infinite both;transform-origin:center center;height:18px!important;width:18px!important}.coco-msg-path{stroke-dasharray:1,200;stroke-dashoffset:0;stroke:#0fafad;-webkit-animation:coco-msg-dash 1.5s ease-in-out infinite;animation:coco-msg-dash 1.5s ease-in-out infinite;stroke-linecap:round}@-webkit-keyframes coco-msg-rotate{100%{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes coco-msg-rotate{100%{transform:translate(-50%,-50%) rotate(360deg)}}@-webkit-keyframes coco-msg-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes coco-msg-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.coco-msg.info .coco-msg-wait{fill:#0fafad}.coco-msg.success .coco-msg-wait{fill:#4ebb23}.coco-msg.warning .coco-msg-wait{fill:#f1b306}.coco-msg.error .coco-msg-wait{fill:#f34b51}.coco-msg.loading .coco-msg-wait{fill:#0fafad}.coco-msg-pointer{cursor:pointer}@-webkit-keyframes coco-msg_info{0%{stroke:#0fafad}to{stroke:#0fafad;stroke-dasharray:0 100}}@keyframes coco-msg_info{0%{stroke:#0fafad}to{stroke:#0fafad;stroke-dasharray:0 100}}@-webkit-keyframes coco-msg_success{0%{stroke:#4eb127}to{stroke:#4eb127;stroke-dasharray:0 100}}@keyframes coco-msg_success{0%{stroke:#4eb127}to{stroke:#4eb127;stroke-dasharray:0 100}}@-webkit-keyframes coco-msg_warning{0%{stroke:#fcbc0b}to{stroke:#fcbc0b;stroke-dasharray:0 100}}@keyframes coco-msg_warning{0%{stroke:#fcbc0b}to{stroke:#fcbc0b;stroke-dasharray:0 100}}@-webkit-keyframes coco-msg_error{0%{stroke:#eb262d}to{stroke:#eb262d;stroke-dasharray:0 100}}@keyframes coco-msg_error{0%{stroke:#eb262d}to{stroke:#eb262d;stroke-dasharray:0 100}}.coco-msg-fade-in{-webkit-animation:coco-msg-fade .2s ease-out both;animation:coco-msg-fade .2s ease-out both}.coco-msg-fade-out{animation:coco-msg-fade .3s linear reverse both}@-webkit-keyframes coco-msg-fade{0%{opacity:0;transform:translate(-50%,0);transform:translate3d(-50%,-80%,0)}to{opacity:1;transform:translate(-50%,0);transform:translate3d(-50%,0,0)}}@keyframes coco-msg-fade{0%{opacity:0;transform:translate(-50%,0);transform:translate3d(-50%,-80%,0)}to{opacity:1;transform:translate(-50%,0);transform:translate3d(-50%,0,0)}}\n "; + _css.innerHTML = cssStr; + + if (head.children.length) { + head.insertBefore(_css, head.children[0]); + } else { + head.appendChild(_css); + } + } + } + + return cocoMessage; +}); diff --git a/templates/default_v2/scripts/dataNums.js b/templates/default_v2/scripts/dataNums.js new file mode 100644 index 0000000..b7b4688 --- /dev/null +++ b/templates/default_v2/scripts/dataNums.js @@ -0,0 +1,7 @@ +;(function($,window,document){"use strict";var defaults={deVal:0,className:'dataNums',digit:''};function rollNum(obj,options){this.obj=obj;this.options=$.extend(defaults,options);this.init=function(){this.initHtml(obj,defaults);}} + rollNum.prototype={initHtml:function(obj,options){var strHtml='';obj.html(strHtml);} + this.scroNum(obj,options);},scroNum:function(obj,options){var number=options.deVal;var $num_item=$(obj).find('.'+options.className).find('.tt');var h=$(obj).find('.dataBoc').height();$num_item.css('transition','all 2s ease-in-out');var numberStr=number.toString();if(numberStr.length<=$num_item.length-1){var tempStr='';for(var a=0;a<$num_item.length-numberStr.length;a++){tempStr+='0';} + numberStr=tempStr+numberStr;} + var numberArr=numberStr.split('');$num_item.each(function(i,item){setTimeout(function(){$num_item.eq(i).css('top',-parseInt(numberArr[i])*h-h*10+'px');},i*100)});}} + $.fn.rollNum=function(options){var $that=this;var rollNumObj=new rollNum($that,options);rollNumObj.init();};})(jQuery,window,document); \ No newline at end of file diff --git a/templates/default_v2/scripts/html5shiv.min.js b/templates/default_v2/scripts/html5shiv.min.js new file mode 100644 index 0000000..d4c731a --- /dev/null +++ b/templates/default_v2/scripts/html5shiv.min.js @@ -0,0 +1,4 @@ +/** +* @preserve HTML5 Shiv 3.7.2 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed +*/ +!function(a,b){function c(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x",d.insertBefore(c.lastChild,d.firstChild)}function d(){var a=t.elements;return"string"==typeof a?a.split(" "):a}function e(a,b){var c=t.elements;"string"!=typeof c&&(c=c.join(" ")),"string"!=typeof a&&(a=a.join(" ")),t.elements=c+" "+a,j(b)}function f(a){var b=s[a[q]];return b||(b={},r++,a[q]=r,s[r]=b),b}function g(a,c,d){if(c||(c=b),l)return c.createElement(a);d||(d=f(c));var e;return e=d.cache[a]?d.cache[a].cloneNode():p.test(a)?(d.cache[a]=d.createElem(a)).cloneNode():d.createElem(a),!e.canHaveChildren||o.test(a)||e.tagUrn?e:d.frag.appendChild(e)}function h(a,c){if(a||(a=b),l)return a.createDocumentFragment();c=c||f(a);for(var e=c.frag.cloneNode(),g=0,h=d(),i=h.length;i>g;g++)e.createElement(h[g]);return e}function i(a,b){b.cache||(b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag()),a.createElement=function(c){return t.shivMethods?g(c,a,b):b.createElem(c)},a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+d().join().replace(/[\w\-:]+/g,function(a){return b.createElem(a),b.frag.createElement(a),'c("'+a+'")'})+");return n}")(t,b.frag)}function j(a){a||(a=b);var d=f(a);return!t.shivCSS||k||d.hasCSS||(d.hasCSS=!!c(a,"article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}")),l||i(a,d),a}var k,l,m="3.7.2",n=a.html5||{},o=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,p=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,q="_html5shiv",r=0,s={};!function(){try{var a=b.createElement("a");a.innerHTML="",k="hidden"in a,l=1==a.childNodes.length||function(){b.createElement("a");var a=b.createDocumentFragment();return"undefined"==typeof a.cloneNode||"undefined"==typeof a.createDocumentFragment||"undefined"==typeof a.createElement}()}catch(c){k=!0,l=!0}}();var t={elements:n.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output picture progress section summary template time video",version:m,shivCSS:n.shivCSS!==!1,supportsUnknownElements:l,shivMethods:n.shivMethods!==!1,type:"default",shivDocument:j,createElement:g,createDocumentFragment:h,addElements:e};a.html5=t,j(b)}(this,document); \ No newline at end of file diff --git a/templates/default_v2/scripts/jquery-1.11.3.min.js b/templates/default_v2/scripts/jquery-1.11.3.min.js new file mode 100644 index 0000000..0f60b7b --- /dev/null +++ b/templates/default_v2/scripts/jquery-1.11.3.min.js @@ -0,0 +1,5 @@ +/*! jQuery v1.11.3 | (c) 2005, 2015 jQuery Foundation, Inc. | jquery.org/license */ +!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l="1.11.3",m=function(a,b){return new m.fn.init(a,b)},n=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,o=/^-ms-/,p=/-([\da-z])/gi,q=function(a,b){return b.toUpperCase()};m.fn=m.prototype={jquery:l,constructor:m,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=m.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return m.each(this,a,b)},map:function(a){return this.pushStack(m.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},m.extend=m.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||m.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(m.isPlainObject(c)||(b=m.isArray(c)))?(b?(b=!1,f=a&&m.isArray(a)?a:[]):f=a&&m.isPlainObject(a)?a:{},g[d]=m.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},m.extend({expando:"jQuery"+(l+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===m.type(a)},isArray:Array.isArray||function(a){return"array"===m.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){return!m.isArray(a)&&a-parseFloat(a)+1>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||"object"!==m.type(a)||a.nodeType||m.isWindow(a))return!1;try{if(a.constructor&&!j.call(a,"constructor")&&!j.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}if(k.ownLast)for(b in a)return j.call(a,b);for(b in a);return void 0===b||j.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globalEval:function(b){b&&m.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(o,"ms-").replace(p,q)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=r(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(n,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(r(Object(a))?m.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(g)return g.call(b,a,c);for(d=b.length,c=c?0>c?Math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){var c=+b.length,d=0,e=a.length;while(c>d)a[e++]=b[d++];if(c!==c)while(void 0!==b[d])a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=r(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(f=a[b],b=a,a=f),m.isFunction(a)?(c=d.call(arguments,2),e=function(){return a.apply(b||this,c.concat(d.call(arguments)))},e.guid=a.guid=a.guid||m.guid++,e):void 0},now:function(){return+new Date},support:k}),m.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){h["[object "+b+"]"]=b.toLowerCase()});function r(a){var b="length"in a&&a.length,c=m.type(a);return"function"===c||m.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var s=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ha(),z=ha(),A=ha(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},K="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N=M.replace("w","w#"),O="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+N+"))|)"+L+"*\\]",P=":("+M+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+O+")*)|.*)\\)|)",Q=new RegExp(L+"+","g"),R=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),S=new RegExp("^"+L+"*,"+L+"*"),T=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),U=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),V=new RegExp(P),W=new RegExp("^"+N+"$"),X={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M.replace("w","w*")+")"),ATTR:new RegExp("^"+O),PSEUDO:new RegExp("^"+P),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+K+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},Y=/^(?:input|select|textarea|button)$/i,Z=/^h\d$/i,$=/^[^{]+\{\s*\[native \w/,_=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,aa=/[+~]/,ba=/'|\\/g,ca=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),da=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},ea=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(fa){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function ga(a,b,d,e){var f,h,j,k,l,o,r,s,w,x;if((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,d=d||[],k=b.nodeType,"string"!=typeof a||!a||1!==k&&9!==k&&11!==k)return d;if(!e&&p){if(11!==k&&(f=_.exec(a)))if(j=f[1]){if(9===k){if(h=b.getElementById(j),!h||!h.parentNode)return d;if(h.id===j)return d.push(h),d}else if(b.ownerDocument&&(h=b.ownerDocument.getElementById(j))&&t(b,h)&&h.id===j)return d.push(h),d}else{if(f[2])return H.apply(d,b.getElementsByTagName(a)),d;if((j=f[3])&&c.getElementsByClassName)return H.apply(d,b.getElementsByClassName(j)),d}if(c.qsa&&(!q||!q.test(a))){if(s=r=u,w=b,x=1!==k&&a,1===k&&"object"!==b.nodeName.toLowerCase()){o=g(a),(r=b.getAttribute("id"))?s=r.replace(ba,"\\$&"):b.setAttribute("id",s),s="[id='"+s+"'] ",l=o.length;while(l--)o[l]=s+ra(o[l]);w=aa.test(a)&&pa(b.parentNode)||b,x=o.join(",")}if(x)try{return H.apply(d,w.querySelectorAll(x)),d}catch(y){}finally{r||b.removeAttribute("id")}}}return i(a.replace(R,"$1"),b,d,e)}function ha(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ia(a){return a[u]=!0,a}function ja(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ka(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function la(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function na(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function oa(a){return ia(function(b){return b=+b,ia(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function pa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=ga.support={},f=ga.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=ga.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=g.documentElement,e=g.defaultView,e&&e!==e.top&&(e.addEventListener?e.addEventListener("unload",ea,!1):e.attachEvent&&e.attachEvent("onunload",ea)),p=!f(g),c.attributes=ja(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ja(function(a){return a.appendChild(g.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=$.test(g.getElementsByClassName),c.getById=ja(function(a){return o.appendChild(a).id=u,!g.getElementsByName||!g.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ca,da);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ca,da);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=$.test(g.querySelectorAll))&&(ja(function(a){o.appendChild(a).innerHTML="",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+L+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+L+"*(?:value|"+K+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ja(function(a){var b=g.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+L+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=$.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ja(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",P)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=$.test(o.compareDocumentPosition),t=b||$.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===g||a.ownerDocument===v&&t(v,a)?-1:b===g||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,h=[a],i=[b];if(!e||!f)return a===g?-1:b===g?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return la(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)i.unshift(c);while(h[d]===i[d])d++;return d?la(h[d],i[d]):h[d]===v?-1:i[d]===v?1:0},g):n},ga.matches=function(a,b){return ga(a,null,null,b)},ga.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(U,"='$1']"),!(!c.matchesSelector||!p||r&&r.test(b)||q&&q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return ga(b,n,null,[a]).length>0},ga.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},ga.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},ga.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},ga.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=ga.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=ga.selectors={cacheLength:50,createPseudo:ia,match:X,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ca,da),a[3]=(a[3]||a[4]||a[5]||"").replace(ca,da),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||ga.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&ga.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return X.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&V.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ca,da).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+L+")"+a+"("+L+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=ga.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(Q," ")+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){k=q[u]||(q[u]={}),j=k[a]||[],n=j[0]===w&&j[1],m=j[0]===w&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[w,n,m];break}}else if(s&&(j=(b[u]||(b[u]={}))[a])&&j[0]===w)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(s&&((l[u]||(l[u]={}))[a]=[w,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||ga.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ia(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ia(function(a){var b=[],c=[],d=h(a.replace(R,"$1"));return d[u]?ia(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ia(function(a){return function(b){return ga(a,b).length>0}}),contains:ia(function(a){return a=a.replace(ca,da),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ia(function(a){return W.test(a||"")||ga.error("unsupported lang: "+a),a=a.replace(ca,da).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Z.test(a.nodeName)},input:function(a){return Y.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:oa(function(){return[0]}),last:oa(function(a,b){return[b-1]}),eq:oa(function(a,b,c){return[0>c?c+b:c]}),even:oa(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:oa(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:oa(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:oa(function(a,b,c){for(var d=0>c?c+b:c;++db;b++)d+=a[b].value;return d}function sa(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(i=b[u]||(b[u]={}),(h=i[d])&&h[0]===w&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function ta(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ua(a,b,c){for(var d=0,e=b.length;e>d;d++)ga(a,b[d],c);return c}function va(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function wa(a,b,c,d,e,f){return d&&!d[u]&&(d=wa(d)),e&&!e[u]&&(e=wa(e,f)),ia(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ua(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:va(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=va(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=va(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function xa(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=sa(function(a){return a===b},h,!0),l=sa(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f>i;i++)if(c=d.relative[a[i].type])m=[sa(ta(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return wa(i>1&&ta(m),i>1&&ra(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(R,"$1"),c,e>i&&xa(a.slice(i,e)),f>e&&xa(a=a.slice(e)),f>e&&ra(a))}m.push(c)}return ta(m)}function ya(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,m,o,p=0,q="0",r=f&&[],s=[],t=j,u=f||e&&d.find.TAG("*",k),v=w+=null==t?1:Math.random()||.1,x=u.length;for(k&&(j=g!==n&&g);q!==x&&null!=(l=u[q]);q++){if(e&&l){m=0;while(o=a[m++])if(o(l,g,h)){i.push(l);break}k&&(w=v)}c&&((l=!o&&l)&&p--,f&&r.push(l))}if(p+=q,c&&q!==p){m=0;while(o=b[m++])o(r,s,g,h);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=F.call(i));s=va(s)}H.apply(i,s),k&&!f&&s.length>0&&p+b.length>1&&ga.uniqueSort(i)}return k&&(w=v,j=t),r};return c?ia(f):f}return h=ga.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=xa(b[c]),f[u]?d.push(f):e.push(f);f=A(a,ya(e,d)),f.selector=a}return f},i=ga.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(ca,da),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=X.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(ca,da),aa.test(j[0].type)&&pa(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&ra(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,aa.test(a)&&pa(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ja(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ja(function(a){return a.innerHTML="","#"===a.firstChild.getAttribute("href")})||ka("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ja(function(a){return a.innerHTML="",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ka("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ja(function(a){return null==a.getAttribute("disabled")})||ka(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),ga}(a);m.find=s,m.expr=s.selectors,m.expr[":"]=m.expr.pseudos,m.unique=s.uniqueSort,m.text=s.getText,m.isXMLDoc=s.isXML,m.contains=s.contains;var t=m.expr.match.needsContext,u=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,v=/^.[^:#\[\.,]*$/;function w(a,b,c){if(m.isFunction(b))return m.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return m.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(v.test(b))return m.filter(b,a,c);b=m.filter(b,a)}return m.grep(a,function(a){return m.inArray(a,b)>=0!==c})}m.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?m.find.matchesSelector(d,a)?[d]:[]:m.find.matches(a,m.grep(b,function(a){return 1===a.nodeType}))},m.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushStack(m(a).filter(function(){for(b=0;e>b;b++)if(m.contains(d[b],this))return!0}));for(b=0;e>b;b++)m.find(a,d[b],c);return c=this.pushStack(e>1?m.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushStack(w(this,a||[],!1))},not:function(a){return this.pushStack(w(this,a||[],!0))},is:function(a){return!!w(this,"string"==typeof a&&t.test(a)?m(a):a||[],!1).length}});var x,y=a.document,z=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,A=m.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a.charAt(0)&&">"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:z.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||x).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof m?b[0]:b,m.merge(this,m.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:y,!0)),u.test(c[1])&&m.isPlainObject(b))for(c in b)m.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}if(d=y.getElementById(c[2]),d&&d.parentNode){if(d.id!==c[2])return x.find(a);this.length=1,this[0]=d}return this.context=y,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):m.isFunction(a)?"undefined"!=typeof x.ready?x.ready(a):a(m):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),m.makeArray(a,this))};A.prototype=m.fn,x=m(y);var B=/^(?:parents|prev(?:Until|All))/,C={children:!0,contents:!0,next:!0,prev:!0};m.extend({dir:function(a,b,c){var d=[],e=a[b];while(e&&9!==e.nodeType&&(void 0===c||1!==e.nodeType||!m(e).is(c)))1===e.nodeType&&d.push(e),e=e[b];return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),m.fn.extend({has:function(a){var b,c=m(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(m.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=t.test(a)||"string"!=typeof a?m(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&m.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?m.unique(f):f)},index:function(a){return a?"string"==typeof a?m.inArray(this[0],m(a)):m.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(m.unique(m.merge(this.get(),m(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function D(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}m.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return m.dir(a,"parentNode")},parentsUntil:function(a,b,c){return m.dir(a,"parentNode",c)},next:function(a){return D(a,"nextSibling")},prev:function(a){return D(a,"previousSibling")},nextAll:function(a){return m.dir(a,"nextSibling")},prevAll:function(a){return m.dir(a,"previousSibling")},nextUntil:function(a,b,c){return m.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return m.dir(a,"previousSibling",c)},siblings:function(a){return m.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return m.sibling(a.firstChild)},contents:function(a){return m.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:m.merge([],a.childNodes)}},function(a,b){m.fn[a]=function(c,d){var e=m.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=m.filter(d,e)),this.length>1&&(C[a]||(e=m.unique(e)),B.test(a)&&(e=e.reverse())),this.pushStack(e)}});var E=/\S+/g,F={};function G(a){var b=F[a]={};return m.each(a.match(E)||[],function(a,c){b[c]=!0}),b}m.Callbacks=function(a){a="string"==typeof a?F[a]||G(a):m.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(c=a.memory&&l,d=!0,f=g||0,g=0,e=h.length,b=!0;h&&e>f;f++)if(h[f].apply(l[0],l[1])===!1&&a.stopOnFalse){c=!1;break}b=!1,h&&(i?i.length&&j(i.shift()):c?h=[]:k.disable())},k={add:function(){if(h){var d=h.length;!function f(b){m.each(b,function(b,c){var d=m.type(c);"function"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&"string"!==d&&f(c)})}(arguments),b?e=h.length:c&&(g=d,j(c))}return this},remove:function(){return h&&m.each(arguments,function(a,c){var d;while((d=m.inArray(c,h,d))>-1)h.splice(d,1),b&&(e>=d&&e--,f>=d&&f--)}),this},has:function(a){return a?m.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],e=0,this},disable:function(){return h=i=c=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,c||k.disable(),this},locked:function(){return!i},fireWith:function(a,c){return!h||d&&!i||(c=c||[],c=[a,c.slice?c.slice():c],b?i.push(c):j(c)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!d}};return k},m.extend({Deferred:function(a){var b=[["resolve","done",m.Callbacks("once memory"),"resolved"],["reject","fail",m.Callbacks("once memory"),"rejected"],["notify","progress",m.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return m.Deferred(function(c){m.each(b,function(b,f){var g=m.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&m.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?m.extend(a,d):d}},e={};return d.pipe=d.then,m.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&m.isFunction(a.promise)?e:0,g=1===f?a:m.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&m.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var H;m.fn.ready=function(a){return m.ready.promise().done(a),this},m.extend({isReady:!1,readyWait:1,holdReady:function(a){a?m.readyWait++:m.ready(!0)},ready:function(a){if(a===!0?!--m.readyWait:!m.isReady){if(!y.body)return setTimeout(m.ready);m.isReady=!0,a!==!0&&--m.readyWait>0||(H.resolveWith(y,[m]),m.fn.triggerHandler&&(m(y).triggerHandler("ready"),m(y).off("ready")))}}});function I(){y.addEventListener?(y.removeEventListener("DOMContentLoaded",J,!1),a.removeEventListener("load",J,!1)):(y.detachEvent("onreadystatechange",J),a.detachEvent("onload",J))}function J(){(y.addEventListener||"load"===event.type||"complete"===y.readyState)&&(I(),m.ready())}m.ready.promise=function(b){if(!H)if(H=m.Deferred(),"complete"===y.readyState)setTimeout(m.ready);else if(y.addEventListener)y.addEventListener("DOMContentLoaded",J,!1),a.addEventListener("load",J,!1);else{y.attachEvent("onreadystatechange",J),a.attachEvent("onload",J);var c=!1;try{c=null==a.frameElement&&y.documentElement}catch(d){}c&&c.doScroll&&!function e(){if(!m.isReady){try{c.doScroll("left")}catch(a){return setTimeout(e,50)}I(),m.ready()}}()}return H.promise(b)};var K="undefined",L;for(L in m(k))break;k.ownLast="0"!==L,k.inlineBlockNeedsLayout=!1,m(function(){var a,b,c,d;c=y.getElementsByTagName("body")[0],c&&c.style&&(b=y.createElement("div"),d=y.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),typeof b.style.zoom!==K&&(b.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",k.inlineBlockNeedsLayout=a=3===b.offsetWidth,a&&(c.style.zoom=1)),c.removeChild(d))}),function(){var a=y.createElement("div");if(null==k.deleteExpando){k.deleteExpando=!0;try{delete a.test}catch(b){k.deleteExpando=!1}}a=null}(),m.acceptData=function(a){var b=m.noData[(a.nodeName+" ").toLowerCase()],c=+a.nodeType||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getAttribute("classid")===b};var M=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,N=/([A-Z])/g;function O(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(N,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:M.test(c)?m.parseJSON(c):c}catch(e){}m.data(a,b,c)}else c=void 0}return c}function P(a){var b;for(b in a)if(("data"!==b||!m.isEmptyObject(a[b]))&&"toJSON"!==b)return!1; + +return!0}function Q(a,b,d,e){if(m.acceptData(a)){var f,g,h=m.expando,i=a.nodeType,j=i?m.cache:a,k=i?a[h]:a[h]&&h;if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||m.guid++:h),j[k]||(j[k]=i?{}:{toJSON:m.noop}),("object"==typeof b||"function"==typeof b)&&(e?j[k]=m.extend(j[k],b):j[k].data=m.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[m.camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[m.camelCase(b)])):f=g,f}}function R(a,b,c){if(m.acceptData(a)){var d,e,f=a.nodeType,g=f?m.cache:a,h=f?a[m.expando]:m.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){m.isArray(b)?b=b.concat(m.map(b,m.camelCase)):b in d?b=[b]:(b=m.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;while(e--)delete d[b[e]];if(c?!P(d):!m.isEmptyObject(d))return}(c||(delete g[h].data,P(g[h])))&&(f?m.cleanData([a],!0):k.deleteExpando||g!=g.window?delete g[h]:g[h]=null)}}}m.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(a){return a=a.nodeType?m.cache[a[m.expando]]:a[m.expando],!!a&&!P(a)},data:function(a,b,c){return Q(a,b,c)},removeData:function(a,b){return R(a,b)},_data:function(a,b,c){return Q(a,b,c,!0)},_removeData:function(a,b){return R(a,b,!0)}}),m.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=m.data(f),1===f.nodeType&&!m._data(f,"parsedAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=m.camelCase(d.slice(5)),O(f,d,e[d])));m._data(f,"parsedAttrs",!0)}return e}return"object"==typeof a?this.each(function(){m.data(this,a)}):arguments.length>1?this.each(function(){m.data(this,a,b)}):f?O(f,a,m.data(f,a)):void 0},removeData:function(a){return this.each(function(){m.removeData(this,a)})}}),m.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=m._data(a,b),c&&(!d||m.isArray(c)?d=m._data(a,b,m.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=m.queue(a,b),d=c.length,e=c.shift(),f=m._queueHooks(a,b),g=function(){m.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return m._data(a,c)||m._data(a,c,{empty:m.Callbacks("once memory").add(function(){m._removeData(a,b+"queue"),m._removeData(a,c)})})}}),m.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.lengthh;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},W=/^(?:checkbox|radio)$/i;!function(){var a=y.createElement("input"),b=y.createElement("div"),c=y.createDocumentFragment();if(b.innerHTML="
a",k.leadingWhitespace=3===b.firstChild.nodeType,k.tbody=!b.getElementsByTagName("tbody").length,k.htmlSerialize=!!b.getElementsByTagName("link").length,k.html5Clone="<:nav>"!==y.createElement("nav").cloneNode(!0).outerHTML,a.type="checkbox",a.checked=!0,c.appendChild(a),k.appendChecked=a.checked,b.innerHTML="",k.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue,c.appendChild(b),b.innerHTML="",k.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,k.noCloneEvent=!0,b.attachEvent&&(b.attachEvent("onclick",function(){k.noCloneEvent=!1}),b.cloneNode(!0).click()),null==k.deleteExpando){k.deleteExpando=!0;try{delete b.test}catch(d){k.deleteExpando=!1}}}(),function(){var b,c,d=y.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(k[b+"Bubbles"]=c in a)||(d.setAttribute(c,"t"),k[b+"Bubbles"]=d.attributes[c].expando===!1);d=null}();var X=/^(?:input|select|textarea)$/i,Y=/^key/,Z=/^(?:mouse|pointer|contextmenu)|click/,$=/^(?:focusinfocus|focusoutblur)$/,_=/^([^.]*)(?:\.(.+)|)$/;function aa(){return!0}function ba(){return!1}function ca(){try{return y.activeElement}catch(a){}}m.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=m.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return typeof m===K||a&&m.event.triggered===a.type?void 0:m.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(E)||[""],h=b.length;while(h--)f=_.exec(b[h])||[],o=q=f[1],p=(f[2]||"").split(".").sort(),o&&(j=m.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=m.event.special[o]||{},l=m.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&m.expr.match.needsContext.test(e),namespace:p.join(".")},i),(n=g[o])||(n=g[o]=[],n.delegateCount=0,j.setup&&j.setup.call(a,d,p,k)!==!1||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&&a.attachEvent("on"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?n.splice(n.delegateCount++,0,l):n.push(l),m.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m.hasData(a)&&m._data(a);if(r&&(k=r.events)){b=(b||"").match(E)||[""],j=b.length;while(j--)if(h=_.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=m.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,n=k[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=n.length;while(f--)g=n[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(n.splice(f,1),g.selector&&n.delegateCount--,l.remove&&l.remove.call(a,g));i&&!n.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||m.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)m.event.remove(a,o+b[j],c,d,!0);m.isEmptyObject(k)&&(delete r.handle,m._removeData(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,l,n,o=[d||y],p=j.call(b,"type")?b.type:b,q=j.call(b,"namespace")?b.namespace.split("."):[];if(h=l=d=d||y,3!==d.nodeType&&8!==d.nodeType&&!$.test(p+m.event.triggered)&&(p.indexOf(".")>=0&&(q=p.split("."),p=q.shift(),q.sort()),g=p.indexOf(":")<0&&"on"+p,b=b[m.expando]?b:new m.Event(p,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=q.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+q.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:m.makeArray(c,[b]),k=m.event.special[p]||{},e||!k.trigger||k.trigger.apply(d,c)!==!1)){if(!e&&!k.noBubble&&!m.isWindow(d)){for(i=k.delegateType||p,$.test(i+p)||(h=h.parentNode);h;h=h.parentNode)o.push(h),l=h;l===(d.ownerDocument||y)&&o.push(l.defaultView||l.parentWindow||a)}n=0;while((h=o[n++])&&!b.isPropagationStopped())b.type=n>1?i:k.bindType||p,f=(m._data(h,"events")||{})[b.type]&&m._data(h,"handle"),f&&f.apply(h,c),f=g&&h[g],f&&f.apply&&m.acceptData(h)&&(b.result=f.apply(h,c),b.result===!1&&b.preventDefault());if(b.type=p,!e&&!b.isDefaultPrevented()&&(!k._default||k._default.apply(o.pop(),c)===!1)&&m.acceptData(d)&&g&&d[p]&&!m.isWindow(d)){l=d[g],l&&(d[g]=null),m.event.triggered=p;try{d[p]()}catch(r){}m.event.triggered=void 0,l&&(d[g]=l)}return b.result}},dispatch:function(a){a=m.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(m._data(this,"events")||{})[a.type]||[],k=m.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=m.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,g=0;while((e=f.handlers[g++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(e.namespace))&&(a.handleObj=e,a.data=e.data,c=((m.event.special[e.origType]||{}).handle||e.handler).apply(f.elem,i),void 0!==c&&(a.result=c)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(e=[],f=0;h>f;f++)d=b[f],c=d.selector+" ",void 0===e[c]&&(e[c]=d.needsContext?m(c,this).index(i)>=0:m.find(c,this,null,[i]).length),e[c]&&e.push(d);e.length&&g.push({elem:i,handlers:e})}return h]","i"),ha=/^\s+/,ia=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,ja=/<([\w:]+)/,ka=/\s*$/g,ra={option:[1,""],legend:[1,"
","
"],area:[1,"",""],param:[1,"",""],thead:[1,"","
"],tr:[2,"","
"],col:[2,"","
"],td:[3,"","
"],_default:k.htmlSerialize?[0,"",""]:[1,"X
","
"]},sa=da(y),ta=sa.appendChild(y.createElement("div"));ra.optgroup=ra.option,ra.tbody=ra.tfoot=ra.colgroup=ra.caption=ra.thead,ra.th=ra.td;function ua(a,b){var c,d,e=0,f=typeof a.getElementsByTagName!==K?a.getElementsByTagName(b||"*"):typeof a.querySelectorAll!==K?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||m.nodeName(d,b)?f.push(d):m.merge(f,ua(d,b));return void 0===b||b&&m.nodeName(a,b)?m.merge([a],f):f}function va(a){W.test(a.type)&&(a.defaultChecked=a.checked)}function wa(a,b){return m.nodeName(a,"table")&&m.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function xa(a){return a.type=(null!==m.find.attr(a,"type"))+"/"+a.type,a}function ya(a){var b=pa.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function za(a,b){for(var c,d=0;null!=(c=a[d]);d++)m._data(c,"globalEval",!b||m._data(b[d],"globalEval"))}function Aa(a,b){if(1===b.nodeType&&m.hasData(a)){var c,d,e,f=m._data(a),g=m._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)m.event.add(b,c,h[c][d])}g.data&&(g.data=m.extend({},g.data))}}function Ba(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!k.noCloneEvent&&b[m.expando]){e=m._data(b);for(d in e.events)m.removeEvent(b,d,e.handle);b.removeAttribute(m.expando)}"script"===c&&b.text!==a.text?(xa(b).text=a.text,ya(b)):"object"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),k.html5Clone&&a.innerHTML&&!m.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):"input"===c&&W.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):"option"===c?b.defaultSelected=b.selected=a.defaultSelected:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}}m.extend({clone:function(a,b,c){var d,e,f,g,h,i=m.contains(a.ownerDocument,a);if(k.html5Clone||m.isXMLDoc(a)||!ga.test("<"+a.nodeName+">")?f=a.cloneNode(!0):(ta.innerHTML=a.outerHTML,ta.removeChild(f=ta.firstChild)),!(k.noCloneEvent&&k.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||m.isXMLDoc(a)))for(d=ua(f),h=ua(a),g=0;null!=(e=h[g]);++g)d[g]&&Ba(e,d[g]);if(b)if(c)for(h=h||ua(a),d=d||ua(f),g=0;null!=(e=h[g]);g++)Aa(e,d[g]);else Aa(a,f);return d=ua(f,"script"),d.length>0&&za(d,!i&&ua(a,"script")),d=h=e=null,f},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,l,n=a.length,o=da(b),p=[],q=0;n>q;q++)if(f=a[q],f||0===f)if("object"===m.type(f))m.merge(p,f.nodeType?[f]:f);else if(la.test(f)){h=h||o.appendChild(b.createElement("div")),i=(ja.exec(f)||["",""])[1].toLowerCase(),l=ra[i]||ra._default,h.innerHTML=l[1]+f.replace(ia,"<$1>")+l[2],e=l[0];while(e--)h=h.lastChild;if(!k.leadingWhitespace&&ha.test(f)&&p.push(b.createTextNode(ha.exec(f)[0])),!k.tbody){f="table"!==i||ka.test(f)?""!==l[1]||ka.test(f)?0:h:h.firstChild,e=f&&f.childNodes.length;while(e--)m.nodeName(j=f.childNodes[e],"tbody")&&!j.childNodes.length&&f.removeChild(j)}m.merge(p,h.childNodes),h.textContent="";while(h.firstChild)h.removeChild(h.firstChild);h=o.lastChild}else p.push(b.createTextNode(f));h&&o.removeChild(h),k.appendChecked||m.grep(ua(p,"input"),va),q=0;while(f=p[q++])if((!d||-1===m.inArray(f,d))&&(g=m.contains(f.ownerDocument,f),h=ua(o.appendChild(f),"script"),g&&za(h),c)){e=0;while(f=h[e++])oa.test(f.type||"")&&c.push(f)}return h=null,o},cleanData:function(a,b){for(var d,e,f,g,h=0,i=m.expando,j=m.cache,l=k.deleteExpando,n=m.event.special;null!=(d=a[h]);h++)if((b||m.acceptData(d))&&(f=d[i],g=f&&j[f])){if(g.events)for(e in g.events)n[e]?m.event.remove(d,e):m.removeEvent(d,e,g.handle);j[f]&&(delete j[f],l?delete d[i]:typeof d.removeAttribute!==K?d.removeAttribute(i):d[i]=null,c.push(f))}}}),m.fn.extend({text:function(a){return V(this,function(a){return void 0===a?m.text(this):this.empty().append((this[0]&&this[0].ownerDocument||y).createTextNode(a))},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wa(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wa(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?m.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||m.cleanData(ua(c)),c.parentNode&&(b&&m.contains(c.ownerDocument,c)&&za(ua(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){1===a.nodeType&&m.cleanData(ua(a,!1));while(a.firstChild)a.removeChild(a.firstChild);a.options&&m.nodeName(a,"select")&&(a.options.length=0)}return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return m.clone(this,a,b)})},html:function(a){return V(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(fa,""):void 0;if(!("string"!=typeof a||ma.test(a)||!k.htmlSerialize&&ga.test(a)||!k.leadingWhitespace&&ha.test(a)||ra[(ja.exec(a)||["",""])[1].toLowerCase()])){a=a.replace(ia,"<$1>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(m.cleanData(ua(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,m.cleanData(ua(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,l=this.length,n=this,o=l-1,p=a[0],q=m.isFunction(p);if(q||l>1&&"string"==typeof p&&!k.checkClone&&na.test(p))return this.each(function(c){var d=n.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(l&&(i=m.buildFragment(a,this[0].ownerDocument,!1,this),c=i.firstChild,1===i.childNodes.length&&(i=c),c)){for(g=m.map(ua(i,"script"),xa),f=g.length;l>j;j++)d=i,j!==o&&(d=m.clone(d,!0,!0),f&&m.merge(g,ua(d,"script"))),b.call(this[j],d,j);if(f)for(h=g[g.length-1].ownerDocument,m.map(g,ya),j=0;f>j;j++)d=g[j],oa.test(d.type||"")&&!m._data(d,"globalEval")&&m.contains(h,d)&&(d.src?m._evalUrl&&m._evalUrl(d.src):m.globalEval((d.text||d.textContent||d.innerHTML||"").replace(qa,"")));i=c=null}return this}}),m.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){m.fn[a]=function(a){for(var c,d=0,e=[],g=m(a),h=g.length-1;h>=d;d++)c=d===h?this:this.clone(!0),m(g[d])[b](c),f.apply(e,c.get());return this.pushStack(e)}});var Ca,Da={};function Ea(b,c){var d,e=m(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:m.css(e[0],"display");return e.detach(),f}function Fa(a){var b=y,c=Da[a];return c||(c=Ea(a,b),"none"!==c&&c||(Ca=(Ca||m("';break;case 3:delete t.title,delete t.closeBtn,t.icon===-1&&0===t.icon,r.closeAll("loading");break;case 4:f||(t.content=[t.content,"body"]),t.follow=t.content[1],t.content=t.content[0]+'',delete t.title,t.tips="object"==typeof t.tips?t.tips:[t.tips,!0],t.tipsMore||r.closeAll("tips")}if(e.vessel(f,function(n,r,u){c.append(n[0]),f?function(){2==t.type||4==t.type?function(){i("body").append(n[1])}():function(){s.parents("."+l[0])[0]||(s.data("display",s.css("display")).show().addClass("layui-layer-wrap").wrap(n[1]),i("#"+l[0]+a).find("."+l[5]).before(r))}()}():c.append(n[1]),i(".layui-layer-move")[0]||c.append(o.moveElem=u),e.layero=i("#"+l[0]+a),t.scrollbar||l.html.css("overflow","hidden").attr("layer-full",a)}).auto(a),i("#layui-layer-shade"+e.index).css({"background-color":t.shade[1]||"#000",opacity:t.shade[0]||t.shade}),2==t.type&&6==r.ie&&e.layero.find("iframe").attr("src",s[0]),4==t.type?e.tips():e.offset(),t.fixed&&n.on("resize",function(){e.offset(),(/^\d+%$/.test(t.area[0])||/^\d+%$/.test(t.area[1]))&&e.auto(a),4==t.type&&e.tips()}),t.time<=0||setTimeout(function(){r.close(e.index)},t.time),e.move().callback(),l.anim[t.anim]){var u="layer-anim "+l.anim[t.anim];e.layero.addClass(u).one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",function(){i(this).removeClass(u)})}t.isOutAnim&&e.layero.data("isOutAnim",!0)}},s.pt.auto=function(e){var t=this,a=t.config,o=i("#"+l[0]+e);""===a.area[0]&&a.maxWidth>0&&(r.ie&&r.ie<8&&a.btn&&o.width(o.innerWidth()),o.outerWidth()>a.maxWidth&&o.width(a.maxWidth));var s=[o.innerWidth(),o.innerHeight()],f=o.find(l[1]).outerHeight()||0,c=o.find("."+l[6]).outerHeight()||0,u=function(e){e=o.find(e),e.height(s[1]-f-c-2*(0|parseFloat(e.css("padding-top"))))};switch(a.type){case 2:u("iframe");break;default:""===a.area[1]?a.maxHeight>0&&o.outerHeight()>a.maxHeight?(s[1]=a.maxHeight,u("."+l[5])):a.fixed&&s[1]>=n.height()&&(s[1]=n.height(),u("."+l[5])):u("."+l[5])}return t},s.pt.offset=function(){var e=this,t=e.config,i=e.layero,a=[i.outerWidth(),i.outerHeight()],o="object"==typeof t.offset;e.offsetTop=(n.height()-a[1])/2,e.offsetLeft=(n.width()-a[0])/2,o?(e.offsetTop=t.offset[0],e.offsetLeft=t.offset[1]||e.offsetLeft):"auto"!==t.offset&&("t"===t.offset?e.offsetTop=0:"r"===t.offset?e.offsetLeft=n.width()-a[0]:"b"===t.offset?e.offsetTop=n.height()-a[1]:"l"===t.offset?e.offsetLeft=0:"lt"===t.offset?(e.offsetTop=0,e.offsetLeft=0):"lb"===t.offset?(e.offsetTop=n.height()-a[1],e.offsetLeft=0):"rt"===t.offset?(e.offsetTop=0,e.offsetLeft=n.width()-a[0]):"rb"===t.offset?(e.offsetTop=n.height()-a[1],e.offsetLeft=n.width()-a[0]):e.offsetTop=t.offset),t.fixed||(e.offsetTop=/%$/.test(e.offsetTop)?n.height()*parseFloat(e.offsetTop)/100:parseFloat(e.offsetTop),e.offsetLeft=/%$/.test(e.offsetLeft)?n.width()*parseFloat(e.offsetLeft)/100:parseFloat(e.offsetLeft),e.offsetTop+=n.scrollTop(),e.offsetLeft+=n.scrollLeft()),i.attr("minLeft")&&(e.offsetTop=n.height()-(i.find(l[1]).outerHeight()||0),e.offsetLeft=i.css("left")),i.css({top:e.offsetTop,left:e.offsetLeft})},s.pt.tips=function(){var e=this,t=e.config,a=e.layero,o=[a.outerWidth(),a.outerHeight()],r=i(t.follow);r[0]||(r=i("body"));var s={width:r.outerWidth(),height:r.outerHeight(),top:r.offset().top,left:r.offset().left},f=a.find(".layui-layer-TipsG"),c=t.tips[0];t.tips[1]||f.remove(),s.autoLeft=function(){s.left+o[0]-n.width()>0?(s.tipLeft=s.left+s.width-o[0],f.css({right:12,left:"auto"})):s.tipLeft=s.left},s.where=[function(){s.autoLeft(),s.tipTop=s.top-o[1]-10,f.removeClass("layui-layer-TipsB").addClass("layui-layer-TipsT").css("border-right-color",t.tips[1])},function(){s.tipLeft=s.left+s.width+10,s.tipTop=s.top,f.removeClass("layui-layer-TipsL").addClass("layui-layer-TipsR").css("border-bottom-color",t.tips[1])},function(){s.autoLeft(),s.tipTop=s.top+s.height+10,f.removeClass("layui-layer-TipsT").addClass("layui-layer-TipsB").css("border-right-color",t.tips[1])},function(){s.tipLeft=s.left-o[0]-10,s.tipTop=s.top,f.removeClass("layui-layer-TipsR").addClass("layui-layer-TipsL").css("border-bottom-color",t.tips[1])}],s.where[c-1](),1===c?s.top-(n.scrollTop()+o[1]+16)<0&&s.where[2]():2===c?n.width()-(s.left+s.width+o[0]+16)>0||s.where[3]():3===c?s.top-n.scrollTop()+s.height+o[1]+16-n.height()>0&&s.where[0]():4===c&&o[0]+16-s.left>0&&s.where[1](),a.find("."+l[5]).css({"background-color":t.tips[1],"padding-right":t.closeBtn?"30px":""}),a.css({left:s.tipLeft-(t.fixed?n.scrollLeft():0),top:s.tipTop-(t.fixed?n.scrollTop():0)})},s.pt.move=function(){var e=this,t=e.config,a=i(document),s=e.layero,l=s.find(t.move),f=s.find(".layui-layer-resize"),c={};return t.move&&l.css("cursor","move"),l.on("mousedown",function(e){e.preventDefault(),t.move&&(c.moveStart=!0,c.offset=[e.clientX-parseFloat(s.css("left")),e.clientY-parseFloat(s.css("top"))],o.moveElem.css("cursor","move").show())}),f.on("mousedown",function(e){e.preventDefault(),c.resizeStart=!0,c.offset=[e.clientX,e.clientY],c.area=[s.outerWidth(),s.outerHeight()],o.moveElem.css("cursor","se-resize").show()}),a.on("mousemove",function(i){if(c.moveStart){var a=i.clientX-c.offset[0],o=i.clientY-c.offset[1],l="fixed"===s.css("position");if(i.preventDefault(),c.stX=l?0:n.scrollLeft(),c.stY=l?0:n.scrollTop(),!t.moveOut){var f=n.width()-s.outerWidth()+c.stX,u=n.height()-s.outerHeight()+c.stY;af&&(a=f),ou&&(o=u)}s.css({left:a,top:o})}if(t.resize&&c.resizeStart){var a=i.clientX-c.offset[0],o=i.clientY-c.offset[1];i.preventDefault(),r.style(e.index,{width:c.area[0]+a,height:c.area[1]+o}),c.isResize=!0,t.resizing&&t.resizing(s)}}).on("mouseup",function(e){c.moveStart&&(delete c.moveStart,o.moveElem.hide(),t.moveEnd&&t.moveEnd(s)),c.resizeStart&&(delete c.resizeStart,o.moveElem.hide())}),e},s.pt.callback=function(){function e(){var e=a.cancel&&a.cancel(t.index,n);e===!1||r.close(t.index)}var t=this,n=t.layero,a=t.config;t.openLayer(),a.success&&(2==a.type?n.find("iframe").on("load",function(){a.success(n,t.index)}):a.success(n,t.index)),6==r.ie&&t.IE6(n),n.find("."+l[6]).children("a").on("click",function(){var e=i(this).index();if(0===e)a.yes?a.yes(t.index,n):a.btn1?a.btn1(t.index,n):r.close(t.index);else{var o=a["btn"+(e+1)]&&a["btn"+(e+1)](t.index,n);o===!1||r.close(t.index)}}),n.find("."+l[7]).on("click",e),a.shadeClose&&i("#layui-layer-shade"+t.index).on("click",function(){r.close(t.index)}),n.find(".layui-layer-min").on("click",function(){var e=a.min&&a.min(n);e===!1||r.min(t.index,a)}),n.find(".layui-layer-max").on("click",function(){i(this).hasClass("layui-layer-maxmin")?(r.restore(t.index),a.restore&&a.restore(n)):(r.full(t.index,a),setTimeout(function(){a.full&&a.full(n)},100))}),a.end&&(o.end[t.index]=a.end)},o.reselect=function(){i.each(i("select"),function(e,t){var n=i(this);n.parents("."+l[0])[0]||1==n.attr("layer")&&i("."+l[0]).length<1&&n.removeAttr("layer").show(),n=null})},s.pt.IE6=function(e){i("select").each(function(e,t){var n=i(this);n.parents("."+l[0])[0]||"none"===n.css("display")||n.attr({layer:"1"}).hide(),n=null})},s.pt.openLayer=function(){var e=this;r.zIndex=e.config.zIndex,r.setTop=function(e){var t=function(){r.zIndex++,e.css("z-index",r.zIndex+1)};return r.zIndex=parseInt(e[0].style.zIndex),e.on("mousedown",t),r.zIndex}},o.record=function(e){var t=[e.width(),e.height(),e.position().top,e.position().left+parseFloat(e.css("margin-left"))];e.find(".layui-layer-max").addClass("layui-layer-maxmin"),e.attr({area:t})},o.rescollbar=function(e){l.html.attr("layer-full")==e&&(l.html[0].style.removeProperty?l.html[0].style.removeProperty("overflow"):l.html[0].style.removeAttribute("overflow"),l.html.removeAttr("layer-full"))},e.layer=r,r.getChildFrame=function(e,t){return t=t||i("."+l[4]).attr("times"),i("#"+l[0]+t).find("iframe").contents().find(e)},r.getFrameIndex=function(e){return i("#"+e).parents("."+l[4]).attr("times")},r.iframeAuto=function(e){if(e){var t=r.getChildFrame("html",e).outerHeight(),n=i("#"+l[0]+e),a=n.find(l[1]).outerHeight()||0,o=n.find("."+l[6]).outerHeight()||0;n.css({height:t+a+o}),n.find("iframe").css({height:t})}},r.iframeSrc=function(e,t){i("#"+l[0]+e).find("iframe").attr("src",t)},r.style=function(e,t,n){var a=i("#"+l[0]+e),r=a.find(".layui-layer-content"),s=a.attr("type"),f=a.find(l[1]).outerHeight()||0,c=a.find("."+l[6]).outerHeight()||0;a.attr("minLeft");s!==o.type[3]&&s!==o.type[4]&&(n||(parseFloat(t.width)<=260&&(t.width=260),parseFloat(t.height)-f-c<=64&&(t.height=64+f+c)),a.css(t),c=a.find("."+l[6]).outerHeight(),s===o.type[2]?a.find("iframe").css({height:parseFloat(t.height)-f-c}):r.css({height:parseFloat(t.height)-f-c-parseFloat(r.css("padding-top"))-parseFloat(r.css("padding-bottom"))}))},r.min=function(e,t){var a=i("#"+l[0]+e),s=a.find(l[1]).outerHeight()||0,f=a.attr("minLeft")||181*o.minIndex+"px",c=a.css("position");o.record(a),o.minLeft[0]&&(f=o.minLeft[0],o.minLeft.shift()),a.attr("position",c),r.style(e,{width:180,height:s,left:f,top:n.height()-s,position:"fixed",overflow:"hidden"},!0),a.find(".layui-layer-min").hide(),"page"===a.attr("type")&&a.find(l[4]).hide(),o.rescollbar(e),a.attr("minLeft")||o.minIndex++,a.attr("minLeft",f)},r.restore=function(e){var t=i("#"+l[0]+e),n=t.attr("area").split(",");t.attr("type");r.style(e,{width:parseFloat(n[0]),height:parseFloat(n[1]),top:parseFloat(n[2]),left:parseFloat(n[3]),position:t.attr("position"),overflow:"visible"},!0),t.find(".layui-layer-max").removeClass("layui-layer-maxmin"),t.find(".layui-layer-min").show(),"page"===t.attr("type")&&t.find(l[4]).show(),o.rescollbar(e)},r.full=function(e){var t,a=i("#"+l[0]+e);o.record(a),l.html.attr("layer-full")||l.html.css("overflow","hidden").attr("layer-full",e),clearTimeout(t),t=setTimeout(function(){var t="fixed"===a.css("position");r.style(e,{top:t?0:n.scrollTop(),left:t?0:n.scrollLeft(),width:n.width(),height:n.height()},!0),a.find(".layui-layer-min").hide()},100)},r.title=function(e,t){var n=i("#"+l[0]+(t||r.index)).find(l[1]);n.html(e)},r.close=function(e){var t=i("#"+l[0]+e),n=t.attr("type"),a="layer-anim-close";if(t[0]){var s="layui-layer-wrap",f=function(){if(n===o.type[1]&&"object"===t.attr("conType")){t.children(":not(."+l[5]+")").remove();for(var a=t.find("."+s),r=0;r<2;r++)a.unwrap();a.css("display",a.data("display")).removeClass(s)}else{if(n===o.type[2])try{var f=i("#"+l[4]+e)[0];f.contentWindow.document.write(""),f.contentWindow.close(),t.find("."+l[5])[0].removeChild(f)}catch(c){}t[0].innerHTML="",t.remove()}"function"==typeof o.end[e]&&o.end[e](),delete o.end[e]};t.data("isOutAnim")&&t.addClass("layer-anim "+a),i("#layui-layer-moves, #layui-layer-shade"+e).remove(),6==r.ie&&o.reselect(),o.rescollbar(e),t.attr("minLeft")&&(o.minIndex--,o.minLeft.push(t.attr("minLeft"))),r.ie&&r.ie<10||!t.data("isOutAnim")?f():setTimeout(function(){f()},200)}},r.closeAll=function(e){i.each(i("."+l[0]),function(){var t=i(this),n=e?t.attr("type")===e:1;n&&r.close(t.attr("times")),n=null})};var f=r.cache||{},c=function(e){return f.skin?" "+f.skin+" "+f.skin+"-"+e:""};r.prompt=function(e,t){var a="";if(e=e||{},"function"==typeof e&&(t=e),e.area){var o=e.area;a='style="width: '+o[0]+"; height: "+o[1]+';"',delete e.area}var s,l=2==e.formType?'":function(){return''}(),f=e.success;return delete e.success,r.open(i.extend({type:1,btn:["确定","取消"],content:l,skin:"layui-layer-prompt"+c("prompt"),maxWidth:n.width(),success:function(e){s=e.find(".layui-layer-input"),s.focus(),"function"==typeof f&&f(e)},resize:!1,yes:function(i){var n=s.val();""===n?s.focus():n.length>(e.maxlength||500)?r.tips("最多输入"+(e.maxlength||500)+"个字数",s,{tips:1}):t&&t(n,i,s)}},e))},r.tab=function(e){e=e||{};var t=e.tab||{},n="layui-this",a=e.success;return delete e.success,r.open(i.extend({type:1,skin:"layui-layer-tab"+c("tab"),resize:!1,title:function(){var e=t.length,i=1,a="";if(e>0)for(a=''+t[0].title+"";i"+t[i].title+"";return a}(),content:'
    '+function(){var e=t.length,i=1,a="";if(e>0)for(a='
  • '+(t[0].content||"no content")+"
  • ";i'+(t[i].content||"no content")+"";return a}()+"
",success:function(t){var o=t.find(".layui-layer-title").children(),r=t.find(".layui-layer-tabmain").children();o.on("mousedown",function(t){t.stopPropagation?t.stopPropagation():t.cancelBubble=!0;var a=i(this),o=a.index();a.addClass(n).siblings().removeClass(n),r.eq(o).show().siblings().hide(),"function"==typeof e.change&&e.change(o)}),"function"==typeof a&&a(t)}},e))},r.photos=function(t,n,a){function o(e,t,i){var n=new Image;return n.src=e,n.complete?t(n):(n.onload=function(){n.onload=null,t(n)},void(n.onerror=function(e){n.onerror=null,i(e)}))}var s={};if(t=t||{},t.photos){var l=t.photos.constructor===Object,f=l?t.photos:{},u=f.data||[],d=f.start||0;s.imgIndex=(0|d)+1,t.img=t.img||"img";var y=t.success;if(delete t.success,l){if(0===u.length)return r.msg("没有图片")}else{var p=i(t.photos),h=function(){u=[],p.find(t.img).each(function(e){var t=i(this);t.attr("layer-index",e),u.push({alt:t.attr("alt"),pid:t.attr("layer-pid"),src:t.attr("layer-src")||t.attr("src"),thumb:t.attr("src")})})};if(h(),0===u.length)return;if(n||p.on("click",t.img,function(){var e=i(this),n=e.attr("layer-index");r.photos(i.extend(t,{photos:{start:n,data:u,tab:t.tab},full:t.full}),!0),h()}),!n)return}s.imgprev=function(e){s.imgIndex--,s.imgIndex<1&&(s.imgIndex=u.length),s.tabimg(e)},s.imgnext=function(e,t){s.imgIndex++,s.imgIndex>u.length&&(s.imgIndex=1,t)||s.tabimg(e)},s.keyup=function(e){if(!s.end){var t=e.keyCode;e.preventDefault(),37===t?s.imgprev(!0):39===t?s.imgnext(!0):27===t&&r.close(s.index)}},s.tabimg=function(e){if(!(u.length<=1))return f.start=s.imgIndex-1,r.close(s.index),r.photos(t,!0,e)},s.event=function(){s.bigimg.hover(function(){s.imgsee.show()},function(){s.imgsee.hide()}),s.bigimg.find(".layui-layer-imgprev").on("click",function(e){e.preventDefault(),s.imgprev()}),s.bigimg.find(".layui-layer-imgnext").on("click",function(e){e.preventDefault(),s.imgnext()}),i(document).on("keyup",s.keyup)},s.loadi=r.load(1,{shade:!("shade"in t)&&.9,scrollbar:!1}),o(u[d].src,function(n){r.close(s.loadi),s.index=r.open(i.extend({type:1,id:"layui-layer-photos",area:function(){var a=[n.width,n.height],o=[i(e).width()-100,i(e).height()-100];if(!t.full&&(a[0]>o[0]||a[1]>o[1])){var r=[a[0]/o[0],a[1]/o[1]];r[0]>r[1]?(a[0]=a[0]/r[0],a[1]=a[1]/r[0]):r[0]'+(u[d].alt||
'+(u.length>1?'':"")+'
'+(u[d].alt||"")+""+s.imgIndex+"/"+u.length+"
",success:function(e,i){s.bigimg=e.find(".layui-layer-phimg"),s.imgsee=e.find(".layui-layer-imguide,.layui-layer-imgbar"),s.event(e),t.tab&&t.tab(u[d],e),"function"==typeof y&&y(e)},end:function(){s.end=!0,i(document).off("keyup",s.keyup)}},t))},function(){r.close(s.loadi),r.msg("当前图片地址异常
是否继续查看下一张?",{time:3e4,btn:["下一张","不看了"],yes:function(){u.length>1&&s.imgnext(!0,!0)}})})}},o.run=function(t){i=t,n=i(e),l.html=i("html"),r.open=function(e){var t=new s(e);return t.index}},e.layui&&layui.define?(r.ready(),layui.define("jquery",function(t){r.path=layui.cache.dir,o.run(layui.$),e.layer=r,t("layer",r)})):"function"==typeof define&&define.amd?define(["jquery"],function(){return o.run(e.jQuery),r}):function(){o.run(e.jQuery),r.ready()}()}(window); \ No newline at end of file diff --git a/templates/default_v2/scripts/theme/default/icon-ext.png b/templates/default_v2/scripts/theme/default/icon-ext.png new file mode 100644 index 0000000..bbbb669 Binary files /dev/null and b/templates/default_v2/scripts/theme/default/icon-ext.png differ diff --git a/templates/default_v2/scripts/theme/default/icon.png b/templates/default_v2/scripts/theme/default/icon.png new file mode 100644 index 0000000..3e17da8 Binary files /dev/null and b/templates/default_v2/scripts/theme/default/icon.png differ diff --git a/templates/default_v2/scripts/theme/default/layer.css b/templates/default_v2/scripts/theme/default/layer.css new file mode 100644 index 0000000..820b4a9 --- /dev/null +++ b/templates/default_v2/scripts/theme/default/layer.css @@ -0,0 +1 @@ +.layui-layer-imgbar,.layui-layer-imgtit a,.layui-layer-tab .layui-layer-title span,.layui-layer-title{text-overflow:ellipsis;white-space:nowrap}html #layuicss-layer{display:none;position:absolute;width:1989px}.layui-layer,.layui-layer-shade{position:fixed;_position:absolute;pointer-events:auto}.layui-layer-shade{top:0;left:0;width:100%;height:100%;_height:expression(document.body.offsetHeight+"px")}.layui-layer{-webkit-overflow-scrolling:touch;top:150px;left:0;margin:0;padding:0;background-color:#fff;-webkit-background-clip:content;border-radius:2px;box-shadow:1px 1px 50px rgba(0,0,0,.3)}.layui-layer-close{position:absolute}.layui-layer-content{position:relative}.layui-layer-border{border:1px solid #B2B2B2;border:1px solid rgba(0,0,0,.1);box-shadow:1px 1px 5px rgba(0,0,0,.2)}.layui-layer-load{background:url(loading-1.gif) center center no-repeat #eee}.layui-layer-ico{background:url(icon.png) no-repeat}.layui-layer-btn a,.layui-layer-dialog .layui-layer-ico,.layui-layer-setwin a{display:inline-block;*display:inline;*zoom:1;vertical-align:top}.layui-layer-move{display:none;position:fixed;*position:absolute;left:0;top:0;width:100%;height:100%;cursor:move;opacity:0;filter:alpha(opacity=0);background-color:#fff;z-index:2147483647}.layui-layer-resize{position:absolute;width:15px;height:15px;right:0;bottom:0;cursor:se-resize}.layer-anim{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.3s;animation-duration:.3s}@-webkit-keyframes layer-bounceIn{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes layer-bounceIn{0%{opacity:0;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}100%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.layer-anim-00{-webkit-animation-name:layer-bounceIn;animation-name:layer-bounceIn}@-webkit-keyframes layer-zoomInDown{0%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes layer-zoomInDown{0%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);-ms-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(60px);-ms-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.layer-anim-01{-webkit-animation-name:layer-zoomInDown;animation-name:layer-zoomInDown}@-webkit-keyframes layer-fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes layer-fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.layer-anim-02{-webkit-animation-name:layer-fadeInUpBig;animation-name:layer-fadeInUpBig}@-webkit-keyframes layer-zoomInLeft{0%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(48px);transform:scale(.475) translateX(48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes layer-zoomInLeft{0%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);-ms-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(48px);-ms-transform:scale(.475) translateX(48px);transform:scale(.475) translateX(48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.layer-anim-03{-webkit-animation-name:layer-zoomInLeft;animation-name:layer-zoomInLeft}@-webkit-keyframes layer-rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}}@keyframes layer-rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);-ms-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0) rotate(0);-ms-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}}.layer-anim-04{-webkit-animation-name:layer-rollIn;animation-name:layer-rollIn}@keyframes layer-fadeIn{0%{opacity:0}100%{opacity:1}}.layer-anim-05{-webkit-animation-name:layer-fadeIn;animation-name:layer-fadeIn}@-webkit-keyframes layer-shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes layer-shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}.layer-anim-06{-webkit-animation-name:layer-shake;animation-name:layer-shake}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.layui-layer-title{padding:0 80px 0 20px;height:42px;line-height:42px;border-bottom:1px solid #eee;font-size:14px;color:#333;overflow:hidden;background-color:#F8F8F8;border-radius:2px 2px 0 0}.layui-layer-setwin{position:absolute;right:15px;*right:0;top:15px;font-size:0;line-height:initial}.layui-layer-setwin a{position:relative;width:16px;height:16px;margin-left:10px;font-size:12px;_overflow:hidden}.layui-layer-setwin .layui-layer-min cite{position:absolute;width:14px;height:2px;left:0;top:50%;margin-top:-1px;background-color:#2E2D3C;cursor:pointer;_overflow:hidden}.layui-layer-setwin .layui-layer-min:hover cite{background-color:#2D93CA}.layui-layer-setwin .layui-layer-max{background-position:-32px -40px}.layui-layer-setwin .layui-layer-max:hover{background-position:-16px -40px}.layui-layer-setwin .layui-layer-maxmin{background-position:-65px -40px}.layui-layer-setwin .layui-layer-maxmin:hover{background-position:-49px -40px}.layui-layer-setwin .layui-layer-close1{background-position:1px -40px;cursor:pointer}.layui-layer-setwin .layui-layer-close1:hover{opacity:.7}.layui-layer-setwin .layui-layer-close2{position:absolute;right:-28px;top:-28px;width:30px;height:30px;margin-left:0;background-position:-149px -31px;*right:-18px;_display:none}.layui-layer-setwin .layui-layer-close2:hover{background-position:-180px -31px}.layui-layer-btn{text-align:right;padding:0 15px 12px;pointer-events:auto;user-select:none;-webkit-user-select:none}.layui-layer-btn a{height:28px;line-height:28px;margin:5px 5px 0;padding:0 15px;border:1px solid #dedede;background-color:#fff;color:#333;border-radius:2px;font-weight:400;cursor:pointer;text-decoration:none}.layui-layer-btn a:hover{opacity:.9;text-decoration:none}.layui-layer-btn a:active{opacity:.8}.layui-layer-btn .layui-layer-btn0{border-color:#1E9FFF;background-color:#1E9FFF;color:#fff}.layui-layer-btn-l{text-align:left}.layui-layer-btn-c{text-align:center}.layui-layer-dialog{min-width:260px}.layui-layer-dialog .layui-layer-content{position:relative;padding:20px;line-height:24px;word-break:break-all;overflow:hidden;font-size:14px;overflow-x:hidden;overflow-y:auto}.layui-layer-dialog .layui-layer-content .layui-layer-ico{position:absolute;top:16px;left:15px;_left:-40px;width:30px;height:30px}.layui-layer-ico1{background-position:-30px 0}.layui-layer-ico2{background-position:-60px 0}.layui-layer-ico3{background-position:-90px 0}.layui-layer-ico4{background-position:-120px 0}.layui-layer-ico5{background-position:-150px 0}.layui-layer-ico6{background-position:-180px 0}.layui-layer-rim{border:6px solid #8D8D8D;border:6px solid rgba(0,0,0,.3);border-radius:5px;box-shadow:none}.layui-layer-msg{min-width:180px;border:1px solid #D3D4D3;box-shadow:none}.layui-layer-hui{min-width:100px;background-color:#000;filter:alpha(opacity=60);background-color:rgba(0,0,0,.6);color:#fff;border:none}.layui-layer-hui .layui-layer-content{padding:12px 25px;text-align:center}.layui-layer-dialog .layui-layer-padding{padding:20px 20px 20px 55px;text-align:left}.layui-layer-page .layui-layer-content{position:relative;overflow:auto}.layui-layer-iframe .layui-layer-btn,.layui-layer-page .layui-layer-btn{padding-top:10px}.layui-layer-nobg{background:0 0}.layui-layer-iframe iframe{display:block;width:100%}.layui-layer-loading{border-radius:100%;background:0 0;box-shadow:none;border:none}.layui-layer-loading .layui-layer-content{width:60px;height:24px;background:url(loading-0.gif) no-repeat}.layui-layer-loading .layui-layer-loading1{width:37px;height:37px;background:url(loading-1.gif) no-repeat}.layui-layer-ico16,.layui-layer-loading .layui-layer-loading2{width:32px;height:32px;background:url(loading-2.gif) no-repeat}.layui-layer-tips{background:0 0;box-shadow:none;border:none}.layui-layer-tips .layui-layer-content{position:relative;line-height:22px;min-width:12px;padding:8px 15px;font-size:12px;_float:left;border-radius:2px;box-shadow:1px 1px 3px rgba(0,0,0,.2);background-color:#000;color:#fff}.layui-layer-tips .layui-layer-close{right:-2px;top:-1px}.layui-layer-tips i.layui-layer-TipsG{position:absolute;width:0;height:0;border-width:8px;border-color:transparent;border-style:dashed;*overflow:hidden}.layui-layer-tips i.layui-layer-TipsB,.layui-layer-tips i.layui-layer-TipsT{left:5px;border-right-style:solid;border-right-color:#000}.layui-layer-tips i.layui-layer-TipsT{bottom:-8px}.layui-layer-tips i.layui-layer-TipsB{top:-8px}.layui-layer-tips i.layui-layer-TipsL,.layui-layer-tips i.layui-layer-TipsR{top:5px;border-bottom-style:solid;border-bottom-color:#000}.layui-layer-tips i.layui-layer-TipsR{left:-8px}.layui-layer-tips i.layui-layer-TipsL{right:-8px}.layui-layer-lan[type=dialog]{min-width:280px}.layui-layer-lan .layui-layer-title{background:#4476A7;color:#fff;border:none}.layui-layer-lan .layui-layer-btn{padding:5px 10px 10px;text-align:right;border-top:1px solid #E9E7E7}.layui-layer-lan .layui-layer-btn a{background:#fff;border-color:#E9E7E7;color:#333}.layui-layer-lan .layui-layer-btn .layui-layer-btn1{background:#C9C5C5}.layui-layer-molv .layui-layer-title{background:#009f95;color:#fff;border:none}.layui-layer-molv .layui-layer-btn a{background:#009f95;border-color:#009f95}.layui-layer-molv .layui-layer-btn .layui-layer-btn1{background:#92B8B1}.layui-layer-iconext{background:url(icon-ext.png) no-repeat}.layui-layer-prompt .layui-layer-input{display:block;width:230px;height:36px;margin:0 auto;line-height:30px;padding-left:10px;border:1px solid #e6e6e6;color:#333}.layui-layer-prompt textarea.layui-layer-input{width:300px;height:100px;line-height:20px;padding:6px 10px}.layui-layer-prompt .layui-layer-content{padding:20px}.layui-layer-prompt .layui-layer-btn{padding-top:0}.layui-layer-tab{box-shadow:1px 1px 50px rgba(0,0,0,.4)}.layui-layer-tab .layui-layer-title{padding-left:0;overflow:visible}.layui-layer-tab .layui-layer-title span{position:relative;float:left;min-width:80px;max-width:260px;padding:0 20px;text-align:center;overflow:hidden;cursor:pointer}.layui-layer-tab .layui-layer-title span.layui-this{height:43px;border-left:1px solid #eee;border-right:1px solid #eee;background-color:#fff;z-index:10}.layui-layer-tab .layui-layer-title span:first-child{border-left:none}.layui-layer-tabmain{line-height:24px;clear:both}.layui-layer-tabmain .layui-layer-tabli{display:none}.layui-layer-tabmain .layui-layer-tabli.layui-this{display:block}.layui-layer-photos{-webkit-animation-duration:.8s;animation-duration:.8s}.layui-layer-photos .layui-layer-content{overflow:hidden;text-align:center}.layui-layer-photos .layui-layer-phimg img{position:relative;width:100%;display:inline-block;*display:inline;*zoom:1;vertical-align:top}.layui-layer-imgbar,.layui-layer-imguide{display:none}.layui-layer-imgnext,.layui-layer-imgprev{position:absolute;top:50%;width:27px;_width:44px;height:44px;margin-top:-22px;outline:0;blr:expression(this.onFocus=this.blur())}.layui-layer-imgprev{left:10px;background-position:-5px -5px;_background-position:-70px -5px}.layui-layer-imgprev:hover{background-position:-33px -5px;_background-position:-120px -5px}.layui-layer-imgnext{right:10px;_right:8px;background-position:-5px -50px;_background-position:-70px -50px}.layui-layer-imgnext:hover{background-position:-33px -50px;_background-position:-120px -50px}.layui-layer-imgbar{position:absolute;left:0;bottom:0;width:100%;height:32px;line-height:32px;background-color:rgba(0,0,0,.8);background-color:#000\9;filter:Alpha(opacity=80);color:#fff;overflow:hidden;font-size:0}.layui-layer-imgtit *{display:inline-block;*display:inline;*zoom:1;vertical-align:top;font-size:12px}.layui-layer-imgtit a{max-width:65%;overflow:hidden;color:#fff}.layui-layer-imgtit a:hover{color:#fff;text-decoration:underline}.layui-layer-imgtit em{padding-left:10px;font-style:normal}@-webkit-keyframes layer-bounceOut{100%{opacity:0;-webkit-transform:scale(.7);transform:scale(.7)}30%{-webkit-transform:scale(1.05);transform:scale(1.05)}0%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes layer-bounceOut{100%{opacity:0;-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7)}30%{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.layer-anim-close{-webkit-animation-name:layer-bounceOut;animation-name:layer-bounceOut;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.2s;animation-duration:.2s}@media screen and (max-width:1100px){.layui-layer-iframe{overflow-y:auto;-webkit-overflow-scrolling:touch}} \ No newline at end of file diff --git a/templates/default_v2/scripts/theme/default/loading-0.gif b/templates/default_v2/scripts/theme/default/loading-0.gif new file mode 100644 index 0000000..6f3c953 Binary files /dev/null and b/templates/default_v2/scripts/theme/default/loading-0.gif differ diff --git a/templates/default_v2/scripts/theme/default/loading-1.gif b/templates/default_v2/scripts/theme/default/loading-1.gif new file mode 100644 index 0000000..db3a483 Binary files /dev/null and b/templates/default_v2/scripts/theme/default/loading-1.gif differ diff --git a/templates/default_v2/scripts/theme/default/loading-2.gif b/templates/default_v2/scripts/theme/default/loading-2.gif new file mode 100644 index 0000000..5bb90fd Binary files /dev/null and b/templates/default_v2/scripts/theme/default/loading-2.gif differ diff --git a/templates/default_v2/theme.json b/templates/default_v2/theme.json new file mode 100644 index 0000000..0a2e466 --- /dev/null +++ b/templates/default_v2/theme.json @@ -0,0 +1,6 @@ +{ + "themeName":"新版主题", + "themeImage":"http://localhost:8888/resource/img/dreamercms-logo.png", + "themeAuthor":"王俊南", + "themePath":"default_v2"//此路径要和模板文件夹的名称一致 +} \ No newline at end of file diff --git a/uploads/20230109/0c36bb6a023b4f63a6aa3ef0e10e29da.png b/uploads/20230109/0c36bb6a023b4f63a6aa3ef0e10e29da.png new file mode 100644 index 0000000..e730133 Binary files /dev/null and b/uploads/20230109/0c36bb6a023b4f63a6aa3ef0e10e29da.png differ diff --git a/uploads/20230109/1431bc857b4144359e4992b177149b3a.png b/uploads/20230109/1431bc857b4144359e4992b177149b3a.png new file mode 100644 index 0000000..e16aede Binary files /dev/null and b/uploads/20230109/1431bc857b4144359e4992b177149b3a.png differ diff --git a/uploads/20230109/1673256268085098771.png b/uploads/20230109/1673256268085098771.png new file mode 100644 index 0000000..d3215ed Binary files /dev/null and b/uploads/20230109/1673256268085098771.png differ diff --git a/uploads/20230109/1673257095752047342.jpg b/uploads/20230109/1673257095752047342.jpg new file mode 100644 index 0000000..2ab0a0e Binary files /dev/null and b/uploads/20230109/1673257095752047342.jpg differ diff --git a/uploads/20230109/1673257104865002732.jpg b/uploads/20230109/1673257104865002732.jpg new file mode 100644 index 0000000..2b14611 Binary files /dev/null and b/uploads/20230109/1673257104865002732.jpg differ diff --git a/uploads/20230109/1673257115970041534.png b/uploads/20230109/1673257115970041534.png new file mode 100644 index 0000000..4c9bb19 Binary files /dev/null and b/uploads/20230109/1673257115970041534.png differ diff --git a/uploads/20230109/227ea68d175c46dc9b92e13e13331df4.jpg b/uploads/20230109/227ea68d175c46dc9b92e13e13331df4.jpg new file mode 100644 index 0000000..7f5b3ab Binary files /dev/null and b/uploads/20230109/227ea68d175c46dc9b92e13e13331df4.jpg differ diff --git a/uploads/20230109/45e0857beb7e4965900589cec7104b01.png b/uploads/20230109/45e0857beb7e4965900589cec7104b01.png new file mode 100644 index 0000000..421ee9b Binary files /dev/null and b/uploads/20230109/45e0857beb7e4965900589cec7104b01.png differ diff --git a/uploads/20230109/51c95f8527be4d92b669fdda1fbd00d0.png b/uploads/20230109/51c95f8527be4d92b669fdda1fbd00d0.png new file mode 100644 index 0000000..ff2151e Binary files /dev/null and b/uploads/20230109/51c95f8527be4d92b669fdda1fbd00d0.png differ diff --git a/uploads/20230109/565d5a052d6147dbbecefce5be96e5e9.zip b/uploads/20230109/565d5a052d6147dbbecefce5be96e5e9.zip new file mode 100644 index 0000000..4b6a9ae Binary files /dev/null and b/uploads/20230109/565d5a052d6147dbbecefce5be96e5e9.zip differ diff --git a/uploads/20230109/5fb3ba316dba4f77869d2faff0a0c0df.png b/uploads/20230109/5fb3ba316dba4f77869d2faff0a0c0df.png new file mode 100644 index 0000000..36e5f39 Binary files /dev/null and b/uploads/20230109/5fb3ba316dba4f77869d2faff0a0c0df.png differ diff --git a/uploads/20230109/6bca55dfd9a645d58673f0c4bf52a19f.png b/uploads/20230109/6bca55dfd9a645d58673f0c4bf52a19f.png new file mode 100644 index 0000000..41872e7 Binary files /dev/null and b/uploads/20230109/6bca55dfd9a645d58673f0c4bf52a19f.png differ diff --git a/uploads/20230109/9daa1a8fd74a4ed7bb81852ca4926657.jpg b/uploads/20230109/9daa1a8fd74a4ed7bb81852ca4926657.jpg new file mode 100644 index 0000000..7a4b11f Binary files /dev/null and b/uploads/20230109/9daa1a8fd74a4ed7bb81852ca4926657.jpg differ diff --git a/uploads/20230109/f4b89d05f38c4ba7a0a8dea2e720aa88.jpeg b/uploads/20230109/f4b89d05f38c4ba7a0a8dea2e720aa88.jpeg new file mode 100644 index 0000000..c6191eb Binary files /dev/null and b/uploads/20230109/f4b89d05f38c4ba7a0a8dea2e720aa88.jpeg differ diff --git a/uploads/20230110/1673312265280080492.jpg b/uploads/20230110/1673312265280080492.jpg new file mode 100644 index 0000000..92e9f58 Binary files /dev/null and b/uploads/20230110/1673312265280080492.jpg differ diff --git a/uploads/20230110/1673312265489081033.jpg b/uploads/20230110/1673312265489081033.jpg new file mode 100644 index 0000000..bca89b6 Binary files /dev/null and b/uploads/20230110/1673312265489081033.jpg differ diff --git a/uploads/20230110/1673312802705024212.jpg b/uploads/20230110/1673312802705024212.jpg new file mode 100644 index 0000000..e24a934 Binary files /dev/null and b/uploads/20230110/1673312802705024212.jpg differ diff --git a/uploads/20230110/1673312802945057053.jpg b/uploads/20230110/1673312802945057053.jpg new file mode 100644 index 0000000..d4d9185 Binary files /dev/null and b/uploads/20230110/1673312802945057053.jpg differ diff --git a/uploads/20230110/1673313647725017827.png b/uploads/20230110/1673313647725017827.png new file mode 100644 index 0000000..5c595dc Binary files /dev/null and b/uploads/20230110/1673313647725017827.png differ diff --git a/uploads/20230110/1673313674043079792.png b/uploads/20230110/1673313674043079792.png new file mode 100644 index 0000000..512379b Binary files /dev/null and b/uploads/20230110/1673313674043079792.png differ diff --git a/uploads/20230110/1673313688141070067.png b/uploads/20230110/1673313688141070067.png new file mode 100644 index 0000000..a1a8129 Binary files /dev/null and b/uploads/20230110/1673313688141070067.png differ diff --git a/uploads/20230110/1673313697531070277.png b/uploads/20230110/1673313697531070277.png new file mode 100644 index 0000000..5e0b900 Binary files /dev/null and b/uploads/20230110/1673313697531070277.png differ diff --git a/uploads/20230110/1673313704722051787.png b/uploads/20230110/1673313704722051787.png new file mode 100644 index 0000000..71b45ea Binary files /dev/null and b/uploads/20230110/1673313704722051787.png differ diff --git a/uploads/20230110/1673313716298088221.png b/uploads/20230110/1673313716298088221.png new file mode 100644 index 0000000..8348fd4 Binary files /dev/null and b/uploads/20230110/1673313716298088221.png differ diff --git a/uploads/20230110/1673313725698046959.png b/uploads/20230110/1673313725698046959.png new file mode 100644 index 0000000..bb32389 Binary files /dev/null and b/uploads/20230110/1673313725698046959.png differ diff --git a/uploads/20230110/1673313742553090746.png b/uploads/20230110/1673313742553090746.png new file mode 100644 index 0000000..60c8861 Binary files /dev/null and b/uploads/20230110/1673313742553090746.png differ diff --git a/uploads/20230110/1673335403378098514.docx b/uploads/20230110/1673335403378098514.docx new file mode 100644 index 0000000..ae3c650 Binary files /dev/null and b/uploads/20230110/1673335403378098514.docx differ diff --git a/uploads/20230110/2410e5fea7264c2d8778ff3572ebb5d6.jpg b/uploads/20230110/2410e5fea7264c2d8778ff3572ebb5d6.jpg new file mode 100644 index 0000000..c23f331 Binary files /dev/null and b/uploads/20230110/2410e5fea7264c2d8778ff3572ebb5d6.jpg differ diff --git a/uploads/20230110/33304c06cc5c42ad8daa156b0302e4cb.png b/uploads/20230110/33304c06cc5c42ad8daa156b0302e4cb.png new file mode 100644 index 0000000..322f90d Binary files /dev/null and b/uploads/20230110/33304c06cc5c42ad8daa156b0302e4cb.png differ diff --git a/uploads/20230110/35d0b73f35fd4b1ba6c2d664f56d4853.jpg b/uploads/20230110/35d0b73f35fd4b1ba6c2d664f56d4853.jpg new file mode 100644 index 0000000..d39e4ff Binary files /dev/null and b/uploads/20230110/35d0b73f35fd4b1ba6c2d664f56d4853.jpg differ diff --git a/uploads/20230110/3eb507aab5b343c8b5d3ea1784974774.jpg b/uploads/20230110/3eb507aab5b343c8b5d3ea1784974774.jpg new file mode 100644 index 0000000..3c9adf0 Binary files /dev/null and b/uploads/20230110/3eb507aab5b343c8b5d3ea1784974774.jpg differ diff --git a/uploads/20230110/47bc1c68dce548699041cc922600b783.jpg b/uploads/20230110/47bc1c68dce548699041cc922600b783.jpg new file mode 100644 index 0000000..bd28909 Binary files /dev/null and b/uploads/20230110/47bc1c68dce548699041cc922600b783.jpg differ diff --git a/uploads/20230110/5a7d2550c7fe478ebf92915261840945.jpg b/uploads/20230110/5a7d2550c7fe478ebf92915261840945.jpg new file mode 100644 index 0000000..fded437 Binary files /dev/null and b/uploads/20230110/5a7d2550c7fe478ebf92915261840945.jpg differ diff --git a/uploads/20230110/5aa18ddea43e428593339e08f0c3354b.jpg b/uploads/20230110/5aa18ddea43e428593339e08f0c3354b.jpg new file mode 100644 index 0000000..4f3a976 Binary files /dev/null and b/uploads/20230110/5aa18ddea43e428593339e08f0c3354b.jpg differ diff --git a/uploads/20230110/74e4cb82d5c64e2eaa85fd58841cbc01.jpg b/uploads/20230110/74e4cb82d5c64e2eaa85fd58841cbc01.jpg new file mode 100644 index 0000000..8bfa9bc Binary files /dev/null and b/uploads/20230110/74e4cb82d5c64e2eaa85fd58841cbc01.jpg differ diff --git a/uploads/20230110/753188bccb7f49888856852e465dbff8.png b/uploads/20230110/753188bccb7f49888856852e465dbff8.png new file mode 100644 index 0000000..7f71bfd Binary files /dev/null and b/uploads/20230110/753188bccb7f49888856852e465dbff8.png differ diff --git a/uploads/20230110/76007fadcf204426af07caa1e6c163ef.jpg b/uploads/20230110/76007fadcf204426af07caa1e6c163ef.jpg new file mode 100644 index 0000000..92e9f58 Binary files /dev/null and b/uploads/20230110/76007fadcf204426af07caa1e6c163ef.jpg differ diff --git a/uploads/20230110/76a88172a972475b880559b1ca7d26ff.jpg b/uploads/20230110/76a88172a972475b880559b1ca7d26ff.jpg new file mode 100644 index 0000000..3be1a72 Binary files /dev/null and b/uploads/20230110/76a88172a972475b880559b1ca7d26ff.jpg differ diff --git a/uploads/20230110/7851bcec99644c0b9f0c46aa5f0787ad.jpg b/uploads/20230110/7851bcec99644c0b9f0c46aa5f0787ad.jpg new file mode 100644 index 0000000..314a0bc Binary files /dev/null and b/uploads/20230110/7851bcec99644c0b9f0c46aa5f0787ad.jpg differ diff --git a/uploads/20230110/787877175d2e44f6947877a73c3f2137.jpg b/uploads/20230110/787877175d2e44f6947877a73c3f2137.jpg new file mode 100644 index 0000000..0accba2 Binary files /dev/null and b/uploads/20230110/787877175d2e44f6947877a73c3f2137.jpg differ diff --git a/uploads/20230110/7981488b7581476eb5de5de10e74f07a.png b/uploads/20230110/7981488b7581476eb5de5de10e74f07a.png new file mode 100644 index 0000000..b8824ef Binary files /dev/null and b/uploads/20230110/7981488b7581476eb5de5de10e74f07a.png differ diff --git a/uploads/20230110/86a33e7b1b3049488ea00b452789c5a6.jpg b/uploads/20230110/86a33e7b1b3049488ea00b452789c5a6.jpg new file mode 100644 index 0000000..e5acdb9 Binary files /dev/null and b/uploads/20230110/86a33e7b1b3049488ea00b452789c5a6.jpg differ diff --git a/uploads/20230110/88cc4c8be3bc4b86aa7748020dfba40a.jpg b/uploads/20230110/88cc4c8be3bc4b86aa7748020dfba40a.jpg new file mode 100644 index 0000000..f8e8797 Binary files /dev/null and b/uploads/20230110/88cc4c8be3bc4b86aa7748020dfba40a.jpg differ diff --git a/uploads/20230110/b1f2da7161f746d79a368b6d35994dfd.jpg b/uploads/20230110/b1f2da7161f746d79a368b6d35994dfd.jpg new file mode 100644 index 0000000..d4d9185 Binary files /dev/null and b/uploads/20230110/b1f2da7161f746d79a368b6d35994dfd.jpg differ diff --git a/uploads/20230110/b406f329b5de4556884937e37d83972d.png b/uploads/20230110/b406f329b5de4556884937e37d83972d.png new file mode 100644 index 0000000..62ec489 Binary files /dev/null and b/uploads/20230110/b406f329b5de4556884937e37d83972d.png differ diff --git a/uploads/20230110/d0e3506ad119451cbf1dbf4fcf658775.png b/uploads/20230110/d0e3506ad119451cbf1dbf4fcf658775.png new file mode 100644 index 0000000..8c7b0c2 Binary files /dev/null and b/uploads/20230110/d0e3506ad119451cbf1dbf4fcf658775.png differ diff --git a/uploads/20230110/d27971d23f894b11a0dfb6199aed0093.jpg b/uploads/20230110/d27971d23f894b11a0dfb6199aed0093.jpg new file mode 100644 index 0000000..f9a7b16 Binary files /dev/null and b/uploads/20230110/d27971d23f894b11a0dfb6199aed0093.jpg differ diff --git a/uploads/20230110/d62d571762c24c12a8b173cf7fe38dd6.png b/uploads/20230110/d62d571762c24c12a8b173cf7fe38dd6.png new file mode 100644 index 0000000..292ba3b Binary files /dev/null and b/uploads/20230110/d62d571762c24c12a8b173cf7fe38dd6.png differ diff --git a/uploads/20230110/d7ecf4498a7d42af86e52e2fde4a6fa8.jpg b/uploads/20230110/d7ecf4498a7d42af86e52e2fde4a6fa8.jpg new file mode 100644 index 0000000..c5cbd65 Binary files /dev/null and b/uploads/20230110/d7ecf4498a7d42af86e52e2fde4a6fa8.jpg differ diff --git a/uploads/20230110/dc005133cae84869896721f6c41da0f9.jpg b/uploads/20230110/dc005133cae84869896721f6c41da0f9.jpg new file mode 100644 index 0000000..28292ec Binary files /dev/null and b/uploads/20230110/dc005133cae84869896721f6c41da0f9.jpg differ diff --git a/uploads/20230110/f979828078ad4270a3fdfef2f4e8e2b9.png b/uploads/20230110/f979828078ad4270a3fdfef2f4e8e2b9.png new file mode 100644 index 0000000..0f9f7b9 Binary files /dev/null and b/uploads/20230110/f979828078ad4270a3fdfef2f4e8e2b9.png differ diff --git a/uploads/20230110/fb6de1985900433998885ec14d231de5.png b/uploads/20230110/fb6de1985900433998885ec14d231de5.png new file mode 100644 index 0000000..5e75728 Binary files /dev/null and b/uploads/20230110/fb6de1985900433998885ec14d231de5.png differ diff --git a/uploads/20230111/34fb727adcbc482d8d86980f4af0e3f3.png b/uploads/20230111/34fb727adcbc482d8d86980f4af0e3f3.png new file mode 100644 index 0000000..5ba947b Binary files /dev/null and b/uploads/20230111/34fb727adcbc482d8d86980f4af0e3f3.png differ diff --git a/uploads/20230111/3d7e456c797d4cd0bb9d6034336cc2da.png b/uploads/20230111/3d7e456c797d4cd0bb9d6034336cc2da.png new file mode 100644 index 0000000..0c2ee02 Binary files /dev/null and b/uploads/20230111/3d7e456c797d4cd0bb9d6034336cc2da.png differ diff --git a/uploads/20230111/c3f0d0c1d43a45c1ba00d1b4f5af5ad2.png b/uploads/20230111/c3f0d0c1d43a45c1ba00d1b4f5af5ad2.png new file mode 100644 index 0000000..0c2ee02 Binary files /dev/null and b/uploads/20230111/c3f0d0c1d43a45c1ba00d1b4f5af5ad2.png differ diff --git a/uploads/20230111/cf23f54a84af413fbdc280f1017e81dd.png b/uploads/20230111/cf23f54a84af413fbdc280f1017e81dd.png new file mode 100644 index 0000000..0c2ee02 Binary files /dev/null and b/uploads/20230111/cf23f54a84af413fbdc280f1017e81dd.png differ diff --git a/uploads/20250409/1744187616856011553.png b/uploads/20250409/1744187616856011553.png new file mode 100644 index 0000000..7263cd6 Binary files /dev/null and b/uploads/20250409/1744187616856011553.png differ diff --git a/uploads/20250409/1744187635068064540.png b/uploads/20250409/1744187635068064540.png new file mode 100644 index 0000000..ed43052 Binary files /dev/null and b/uploads/20250409/1744187635068064540.png differ diff --git a/uploads/20250409/1744187641823057042.png b/uploads/20250409/1744187641823057042.png new file mode 100644 index 0000000..9860367 Binary files /dev/null and b/uploads/20250409/1744187641823057042.png differ diff --git a/uploads/20250409/1744189785048082173.png b/uploads/20250409/1744189785048082173.png new file mode 100644 index 0000000..7263cd6 Binary files /dev/null and b/uploads/20250409/1744189785048082173.png differ diff --git a/uploads/20250409/1909810316232445952.jpg b/uploads/20250409/1909810316232445952.jpg new file mode 100644 index 0000000..980cd5f Binary files /dev/null and b/uploads/20250409/1909810316232445952.jpg differ diff --git a/uploads/20250409/1909858615077371904.png b/uploads/20250409/1909858615077371904.png new file mode 100644 index 0000000..ee2a826 Binary files /dev/null and b/uploads/20250409/1909858615077371904.png differ diff --git a/uploads/20250410/1744272605805030965.png b/uploads/20250410/1744272605805030965.png new file mode 100644 index 0000000..3255c92 Binary files /dev/null and b/uploads/20250410/1744272605805030965.png differ diff --git a/uploads/20250410/1744272616827063298.jpg b/uploads/20250410/1744272616827063298.jpg new file mode 100644 index 0000000..f1b9f97 Binary files /dev/null and b/uploads/20250410/1744272616827063298.jpg differ diff --git a/uploads/20250410/1744272806055016902.png b/uploads/20250410/1744272806055016902.png new file mode 100644 index 0000000..3f92a6d Binary files /dev/null and b/uploads/20250410/1744272806055016902.png differ diff --git a/uploads/20250410/1744273224210039408.png b/uploads/20250410/1744273224210039408.png new file mode 100644 index 0000000..3f92a6d Binary files /dev/null and b/uploads/20250410/1744273224210039408.png differ diff --git a/uploads/20250410/1744273236676044755.png b/uploads/20250410/1744273236676044755.png new file mode 100644 index 0000000..3255c92 Binary files /dev/null and b/uploads/20250410/1744273236676044755.png differ diff --git a/uploads/20250410/1744274440843086475.jpg b/uploads/20250410/1744274440843086475.jpg new file mode 100644 index 0000000..6ab3c71 Binary files /dev/null and b/uploads/20250410/1744274440843086475.jpg differ diff --git a/uploads/20250410/1744274575941013728.jpg b/uploads/20250410/1744274575941013728.jpg new file mode 100644 index 0000000..5864793 Binary files /dev/null and b/uploads/20250410/1744274575941013728.jpg differ diff --git a/uploads/20250410/1744274927800042888.jpg b/uploads/20250410/1744274927800042888.jpg new file mode 100644 index 0000000..fb0f9b2 Binary files /dev/null and b/uploads/20250410/1744274927800042888.jpg differ diff --git a/uploads/20250410/1744274994699017809.png b/uploads/20250410/1744274994699017809.png new file mode 100644 index 0000000..b580c1b Binary files /dev/null and b/uploads/20250410/1744274994699017809.png differ diff --git a/uploads/20250410/1910239656564801536.png b/uploads/20250410/1910239656564801536.png new file mode 100644 index 0000000..3255c92 Binary files /dev/null and b/uploads/20250410/1910239656564801536.png differ diff --git a/uploads/20250410/1910242008269111296.jpg b/uploads/20250410/1910242008269111296.jpg new file mode 100644 index 0000000..f1b9f97 Binary files /dev/null and b/uploads/20250410/1910242008269111296.jpg differ diff --git a/uploads/20250410/1910244636633907200.png b/uploads/20250410/1910244636633907200.png new file mode 100644 index 0000000..3f92a6d Binary files /dev/null and b/uploads/20250410/1910244636633907200.png differ diff --git a/uploads/20250410/1910251543574659072.jpg b/uploads/20250410/1910251543574659072.jpg new file mode 100644 index 0000000..6ab3c71 Binary files /dev/null and b/uploads/20250410/1910251543574659072.jpg differ diff --git a/uploads/20250410/1910251922798460928.jpg b/uploads/20250410/1910251922798460928.jpg new file mode 100644 index 0000000..5864793 Binary files /dev/null and b/uploads/20250410/1910251922798460928.jpg differ diff --git a/uploads/20250410/1910253266699599872.jpg b/uploads/20250410/1910253266699599872.jpg new file mode 100644 index 0000000..fb0f9b2 Binary files /dev/null and b/uploads/20250410/1910253266699599872.jpg differ diff --git a/uploads/20250410/1910254220870205440.png b/uploads/20250410/1910254220870205440.png new file mode 100644 index 0000000..b580c1b Binary files /dev/null and b/uploads/20250410/1910254220870205440.png differ diff --git a/uploads/20250411/1744338429648088230.png b/uploads/20250411/1744338429648088230.png new file mode 100644 index 0000000..e31378d Binary files /dev/null and b/uploads/20250411/1744338429648088230.png differ diff --git a/uploads/20250411/1744340302721002130.png b/uploads/20250411/1744340302721002130.png new file mode 100644 index 0000000..19c34f9 Binary files /dev/null and b/uploads/20250411/1744340302721002130.png differ diff --git a/uploads/20250411/1744340488254009649.png b/uploads/20250411/1744340488254009649.png new file mode 100644 index 0000000..e1ee939 Binary files /dev/null and b/uploads/20250411/1744340488254009649.png differ diff --git a/uploads/20250411/1744340558330068032.jpg b/uploads/20250411/1744340558330068032.jpg new file mode 100644 index 0000000..2b9b88d Binary files /dev/null and b/uploads/20250411/1744340558330068032.jpg differ diff --git a/uploads/20250411/1744340623249057774.png b/uploads/20250411/1744340623249057774.png new file mode 100644 index 0000000..9bd2323 Binary files /dev/null and b/uploads/20250411/1744340623249057774.png differ diff --git a/uploads/20250411/1744341335722013150.png b/uploads/20250411/1744341335722013150.png new file mode 100644 index 0000000..e1ee939 Binary files /dev/null and b/uploads/20250411/1744341335722013150.png differ diff --git a/uploads/20250411/1744341373120067452.png b/uploads/20250411/1744341373120067452.png new file mode 100644 index 0000000..e31378d Binary files /dev/null and b/uploads/20250411/1744341373120067452.png differ diff --git a/uploads/20250411/1744341449776039437.png b/uploads/20250411/1744341449776039437.png new file mode 100644 index 0000000..e31378d Binary files /dev/null and b/uploads/20250411/1744341449776039437.png differ diff --git a/uploads/20250411/1744341491833041704.png b/uploads/20250411/1744341491833041704.png new file mode 100644 index 0000000..e31378d Binary files /dev/null and b/uploads/20250411/1744341491833041704.png differ diff --git a/uploads/20250411/1744343990550031142.png b/uploads/20250411/1744343990550031142.png new file mode 100644 index 0000000..b5ac52f Binary files /dev/null and b/uploads/20250411/1744343990550031142.png differ diff --git a/uploads/20250411/1744351374738068338.png b/uploads/20250411/1744351374738068338.png new file mode 100644 index 0000000..70d70cb Binary files /dev/null and b/uploads/20250411/1744351374738068338.png differ diff --git a/uploads/20250411/1744351469599062230.png b/uploads/20250411/1744351469599062230.png new file mode 100644 index 0000000..0811f93 Binary files /dev/null and b/uploads/20250411/1744351469599062230.png differ diff --git a/uploads/20250411/1744351520038094116.png b/uploads/20250411/1744351520038094116.png new file mode 100644 index 0000000..799dacf Binary files /dev/null and b/uploads/20250411/1744351520038094116.png differ diff --git a/uploads/20250411/1744351555585081441.png b/uploads/20250411/1744351555585081441.png new file mode 100644 index 0000000..5af08c3 Binary files /dev/null and b/uploads/20250411/1744351555585081441.png differ diff --git a/uploads/20250411/1744351828335048995.png b/uploads/20250411/1744351828335048995.png new file mode 100644 index 0000000..61c956f Binary files /dev/null and b/uploads/20250411/1744351828335048995.png differ diff --git a/uploads/20250411/1744351926460027011.png b/uploads/20250411/1744351926460027011.png new file mode 100644 index 0000000..af039a1 Binary files /dev/null and b/uploads/20250411/1744351926460027011.png differ diff --git a/uploads/20250411/1744351963053091868.png b/uploads/20250411/1744351963053091868.png new file mode 100644 index 0000000..fc85973 Binary files /dev/null and b/uploads/20250411/1744351963053091868.png differ diff --git a/uploads/20250411/1744352002594056774.png b/uploads/20250411/1744352002594056774.png new file mode 100644 index 0000000..61c956f Binary files /dev/null and b/uploads/20250411/1744352002594056774.png differ diff --git a/uploads/20250411/1744352067477073176.png b/uploads/20250411/1744352067477073176.png new file mode 100644 index 0000000..11f09e3 Binary files /dev/null and b/uploads/20250411/1744352067477073176.png differ diff --git a/uploads/20250411/1744352103588054805.png b/uploads/20250411/1744352103588054805.png new file mode 100644 index 0000000..28dc55c Binary files /dev/null and b/uploads/20250411/1744352103588054805.png differ diff --git a/uploads/20250411/1744352894974072736.png b/uploads/20250411/1744352894974072736.png new file mode 100644 index 0000000..28dc55c Binary files /dev/null and b/uploads/20250411/1744352894974072736.png differ diff --git a/uploads/20250411/1744352913688055879.png b/uploads/20250411/1744352913688055879.png new file mode 100644 index 0000000..11f09e3 Binary files /dev/null and b/uploads/20250411/1744352913688055879.png differ diff --git a/uploads/20250411/1744354687334032574.png b/uploads/20250411/1744354687334032574.png new file mode 100644 index 0000000..54cfe29 Binary files /dev/null and b/uploads/20250411/1744354687334032574.png differ diff --git a/uploads/20250411/1744354702207057736.png b/uploads/20250411/1744354702207057736.png new file mode 100644 index 0000000..a269a38 Binary files /dev/null and b/uploads/20250411/1744354702207057736.png differ diff --git a/uploads/20250411/1744354716590030168.png b/uploads/20250411/1744354716590030168.png new file mode 100644 index 0000000..4c44c17 Binary files /dev/null and b/uploads/20250411/1744354716590030168.png differ diff --git a/uploads/20250411/1744354732486036574.png b/uploads/20250411/1744354732486036574.png new file mode 100644 index 0000000..2b12666 Binary files /dev/null and b/uploads/20250411/1744354732486036574.png differ diff --git a/uploads/20250411/1744354745868084539.png b/uploads/20250411/1744354745868084539.png new file mode 100644 index 0000000..adfe907 Binary files /dev/null and b/uploads/20250411/1744354745868084539.png differ diff --git a/uploads/20250411/1744354766389054694.png b/uploads/20250411/1744354766389054694.png new file mode 100644 index 0000000..d6a3d98 Binary files /dev/null and b/uploads/20250411/1744354766389054694.png differ diff --git a/uploads/20250411/1744354849625012674.png b/uploads/20250411/1744354849625012674.png new file mode 100644 index 0000000..3df5856 Binary files /dev/null and b/uploads/20250411/1744354849625012674.png differ diff --git a/uploads/20250411/1744354921395050920.png b/uploads/20250411/1744354921395050920.png new file mode 100644 index 0000000..cdea367 Binary files /dev/null and b/uploads/20250411/1744354921395050920.png differ diff --git a/uploads/20250411/1744355088095057032.png b/uploads/20250411/1744355088095057032.png new file mode 100644 index 0000000..143992f Binary files /dev/null and b/uploads/20250411/1744355088095057032.png differ diff --git a/uploads/20250411/1744355104764034177.png b/uploads/20250411/1744355104764034177.png new file mode 100644 index 0000000..6dce995 Binary files /dev/null and b/uploads/20250411/1744355104764034177.png differ diff --git a/uploads/20250411/1744355122062086196.png b/uploads/20250411/1744355122062086196.png new file mode 100644 index 0000000..28dc55c Binary files /dev/null and b/uploads/20250411/1744355122062086196.png differ diff --git a/uploads/20250411/1744355135414058512.png b/uploads/20250411/1744355135414058512.png new file mode 100644 index 0000000..11f09e3 Binary files /dev/null and b/uploads/20250411/1744355135414058512.png differ diff --git a/uploads/20250411/1744355149589030235.png b/uploads/20250411/1744355149589030235.png new file mode 100644 index 0000000..95963ed Binary files /dev/null and b/uploads/20250411/1744355149589030235.png differ diff --git a/uploads/20250411/1744355484518043914.png b/uploads/20250411/1744355484518043914.png new file mode 100644 index 0000000..bb2084e Binary files /dev/null and b/uploads/20250411/1744355484518043914.png differ diff --git a/uploads/20250411/1744355496733049909.png b/uploads/20250411/1744355496733049909.png new file mode 100644 index 0000000..26e36a3 Binary files /dev/null and b/uploads/20250411/1744355496733049909.png differ diff --git a/uploads/20250411/1744355511394021417.png b/uploads/20250411/1744355511394021417.png new file mode 100644 index 0000000..4a4ebfa Binary files /dev/null and b/uploads/20250411/1744355511394021417.png differ diff --git a/uploads/20250411/1744355527159054606.png b/uploads/20250411/1744355527159054606.png new file mode 100644 index 0000000..6c1e221 Binary files /dev/null and b/uploads/20250411/1744355527159054606.png differ diff --git a/uploads/20250411/1744355577821077713.png b/uploads/20250411/1744355577821077713.png new file mode 100644 index 0000000..2f490cd Binary files /dev/null and b/uploads/20250411/1744355577821077713.png differ diff --git a/uploads/20250411/1744355594166009280.png b/uploads/20250411/1744355594166009280.png new file mode 100644 index 0000000..99a705a Binary files /dev/null and b/uploads/20250411/1744355594166009280.png differ diff --git a/uploads/20250411/1744355607799090125.png b/uploads/20250411/1744355607799090125.png new file mode 100644 index 0000000..46ac333 Binary files /dev/null and b/uploads/20250411/1744355607799090125.png differ diff --git a/uploads/20250411/1744356964928019355.png b/uploads/20250411/1744356964928019355.png new file mode 100644 index 0000000..7a87dcc Binary files /dev/null and b/uploads/20250411/1744356964928019355.png differ diff --git a/uploads/20250411/1744356978157082676.png b/uploads/20250411/1744356978157082676.png new file mode 100644 index 0000000..0bcfb60 Binary files /dev/null and b/uploads/20250411/1744356978157082676.png differ diff --git a/uploads/20250411/1744356995517068102.png b/uploads/20250411/1744356995517068102.png new file mode 100644 index 0000000..6caaef3 Binary files /dev/null and b/uploads/20250411/1744356995517068102.png differ diff --git a/uploads/20250411/1744357007147076501.png b/uploads/20250411/1744357007147076501.png new file mode 100644 index 0000000..91938e8 Binary files /dev/null and b/uploads/20250411/1744357007147076501.png differ diff --git a/uploads/20250411/1744357033327053185.png b/uploads/20250411/1744357033327053185.png new file mode 100644 index 0000000..dbacb25 Binary files /dev/null and b/uploads/20250411/1744357033327053185.png differ diff --git a/uploads/20250411/1744357047177026698.png b/uploads/20250411/1744357047177026698.png new file mode 100644 index 0000000..ed13956 Binary files /dev/null and b/uploads/20250411/1744357047177026698.png differ diff --git a/uploads/20250411/1744357066290031211.png b/uploads/20250411/1744357066290031211.png new file mode 100644 index 0000000..1f410e4 Binary files /dev/null and b/uploads/20250411/1744357066290031211.png differ diff --git a/uploads/20250411/1744357167485069110.png b/uploads/20250411/1744357167485069110.png new file mode 100644 index 0000000..e33f47d Binary files /dev/null and b/uploads/20250411/1744357167485069110.png differ diff --git a/uploads/20250411/1744357179047026348.png b/uploads/20250411/1744357179047026348.png new file mode 100644 index 0000000..66076e3 Binary files /dev/null and b/uploads/20250411/1744357179047026348.png differ diff --git a/uploads/20250411/1744357197257022667.png b/uploads/20250411/1744357197257022667.png new file mode 100644 index 0000000..a52d22f Binary files /dev/null and b/uploads/20250411/1744357197257022667.png differ diff --git a/uploads/20250411/1744357212926075950.png b/uploads/20250411/1744357212926075950.png new file mode 100644 index 0000000..dc78e8f Binary files /dev/null and b/uploads/20250411/1744357212926075950.png differ diff --git a/uploads/20250411/1744357249378000433.png b/uploads/20250411/1744357249378000433.png new file mode 100644 index 0000000..d8bd0bf Binary files /dev/null and b/uploads/20250411/1744357249378000433.png differ diff --git a/uploads/20250411/1744357306294084749.png b/uploads/20250411/1744357306294084749.png new file mode 100644 index 0000000..721bb4e Binary files /dev/null and b/uploads/20250411/1744357306294084749.png differ diff --git a/uploads/20250411/1744357318798001362.png b/uploads/20250411/1744357318798001362.png new file mode 100644 index 0000000..93491e9 Binary files /dev/null and b/uploads/20250411/1744357318798001362.png differ diff --git a/uploads/20250411/1744357332269054577.png b/uploads/20250411/1744357332269054577.png new file mode 100644 index 0000000..942ce0a Binary files /dev/null and b/uploads/20250411/1744357332269054577.png differ diff --git a/uploads/20250411/1744357342364051741.png b/uploads/20250411/1744357342364051741.png new file mode 100644 index 0000000..e55059c Binary files /dev/null and b/uploads/20250411/1744357342364051741.png differ diff --git a/uploads/20250411/1744357356599080127.png b/uploads/20250411/1744357356599080127.png new file mode 100644 index 0000000..4dff12e Binary files /dev/null and b/uploads/20250411/1744357356599080127.png differ diff --git a/uploads/20250411/1744357371639040374.png b/uploads/20250411/1744357371639040374.png new file mode 100644 index 0000000..52587f7 Binary files /dev/null and b/uploads/20250411/1744357371639040374.png differ diff --git a/uploads/20250411/1744357446214052922.png b/uploads/20250411/1744357446214052922.png new file mode 100644 index 0000000..6b04c7d Binary files /dev/null and b/uploads/20250411/1744357446214052922.png differ diff --git a/uploads/20250411/1744357458083044821.png b/uploads/20250411/1744357458083044821.png new file mode 100644 index 0000000..e95635b Binary files /dev/null and b/uploads/20250411/1744357458083044821.png differ diff --git a/uploads/20250411/1744357473541095446.png b/uploads/20250411/1744357473541095446.png new file mode 100644 index 0000000..aaea4c1 Binary files /dev/null and b/uploads/20250411/1744357473541095446.png differ diff --git a/uploads/20250411/1744357489974077314.png b/uploads/20250411/1744357489974077314.png new file mode 100644 index 0000000..677b0e1 Binary files /dev/null and b/uploads/20250411/1744357489974077314.png differ diff --git a/uploads/20250411/1744357506463055284.png b/uploads/20250411/1744357506463055284.png new file mode 100644 index 0000000..1ff92f4 Binary files /dev/null and b/uploads/20250411/1744357506463055284.png differ diff --git a/uploads/20250411/1744357541252088479.png b/uploads/20250411/1744357541252088479.png new file mode 100644 index 0000000..8132541 Binary files /dev/null and b/uploads/20250411/1744357541252088479.png differ diff --git a/uploads/20250411/1744357552928025189.png b/uploads/20250411/1744357552928025189.png new file mode 100644 index 0000000..7ad4719 Binary files /dev/null and b/uploads/20250411/1744357552928025189.png differ diff --git a/uploads/20250411/1744357565019054565.png b/uploads/20250411/1744357565019054565.png new file mode 100644 index 0000000..da556e7 Binary files /dev/null and b/uploads/20250411/1744357565019054565.png differ diff --git a/uploads/20250411/1744357577314019110.png b/uploads/20250411/1744357577314019110.png new file mode 100644 index 0000000..3f4ff82 Binary files /dev/null and b/uploads/20250411/1744357577314019110.png differ diff --git a/uploads/20250411/1744357585225039613.png b/uploads/20250411/1744357585225039613.png new file mode 100644 index 0000000..bddfed1 Binary files /dev/null and b/uploads/20250411/1744357585225039613.png differ diff --git a/uploads/20250411/1744358176401026546.png b/uploads/20250411/1744358176401026546.png new file mode 100644 index 0000000..f56f4aa Binary files /dev/null and b/uploads/20250411/1744358176401026546.png differ diff --git a/uploads/20250411/1744358703829067856.jpg b/uploads/20250411/1744358703829067856.jpg new file mode 100644 index 0000000..8baa062 Binary files /dev/null and b/uploads/20250411/1744358703829067856.jpg differ diff --git a/uploads/20250411/1744358734579087957.png b/uploads/20250411/1744358734579087957.png new file mode 100644 index 0000000..f56f4aa Binary files /dev/null and b/uploads/20250411/1744358734579087957.png differ diff --git a/uploads/20250411/1744358750370063595.jpg b/uploads/20250411/1744358750370063595.jpg new file mode 100644 index 0000000..86e3d20 Binary files /dev/null and b/uploads/20250411/1744358750370063595.jpg differ diff --git a/uploads/20250411/1744358763493082532.jpg b/uploads/20250411/1744358763493082532.jpg new file mode 100644 index 0000000..4cbd657 Binary files /dev/null and b/uploads/20250411/1744358763493082532.jpg differ diff --git a/uploads/20250411/1744358895054015907.jpg b/uploads/20250411/1744358895054015907.jpg new file mode 100644 index 0000000..789a50b Binary files /dev/null and b/uploads/20250411/1744358895054015907.jpg differ diff --git a/uploads/20250411/1744358913257096259.jpg b/uploads/20250411/1744358913257096259.jpg new file mode 100644 index 0000000..854de34 Binary files /dev/null and b/uploads/20250411/1744358913257096259.jpg differ diff --git a/uploads/20250411/1744358931217003756.jpg b/uploads/20250411/1744358931217003756.jpg new file mode 100644 index 0000000..6478336 Binary files /dev/null and b/uploads/20250411/1744358931217003756.jpg differ diff --git a/uploads/20250411/1744359163044043030.jpg b/uploads/20250411/1744359163044043030.jpg new file mode 100644 index 0000000..3b0e415 Binary files /dev/null and b/uploads/20250411/1744359163044043030.jpg differ diff --git a/uploads/20250411/1744359191611073430.jpg b/uploads/20250411/1744359191611073430.jpg new file mode 100644 index 0000000..43acd52 Binary files /dev/null and b/uploads/20250411/1744359191611073430.jpg differ diff --git a/uploads/20250411/1744359207373044413.jpg b/uploads/20250411/1744359207373044413.jpg new file mode 100644 index 0000000..6310ccb Binary files /dev/null and b/uploads/20250411/1744359207373044413.jpg differ diff --git a/uploads/20250411/1744359235800094708.jpg b/uploads/20250411/1744359235800094708.jpg new file mode 100644 index 0000000..3b694f9 Binary files /dev/null and b/uploads/20250411/1744359235800094708.jpg differ diff --git a/uploads/20250411/1744359255521034794.jpg b/uploads/20250411/1744359255521034794.jpg new file mode 100644 index 0000000..3b694f9 Binary files /dev/null and b/uploads/20250411/1744359255521034794.jpg differ diff --git a/uploads/20250411/1744359268697034731.jpg b/uploads/20250411/1744359268697034731.jpg new file mode 100644 index 0000000..7b595cb Binary files /dev/null and b/uploads/20250411/1744359268697034731.jpg differ diff --git a/uploads/20250411/1744359292552047694.jpg b/uploads/20250411/1744359292552047694.jpg new file mode 100644 index 0000000..46a91b3 Binary files /dev/null and b/uploads/20250411/1744359292552047694.jpg differ diff --git a/uploads/20250411/1744360800607079304.jpg b/uploads/20250411/1744360800607079304.jpg new file mode 100644 index 0000000..854de34 Binary files /dev/null and b/uploads/20250411/1744360800607079304.jpg differ diff --git a/uploads/20250411/1744360816983056416.jpg b/uploads/20250411/1744360816983056416.jpg new file mode 100644 index 0000000..88fbd56 Binary files /dev/null and b/uploads/20250411/1744360816983056416.jpg differ diff --git a/uploads/20250411/1744360839013000197.jpg b/uploads/20250411/1744360839013000197.jpg new file mode 100644 index 0000000..5d1d971 Binary files /dev/null and b/uploads/20250411/1744360839013000197.jpg differ diff --git a/uploads/20250411/1744363705564087528.jpg b/uploads/20250411/1744363705564087528.jpg new file mode 100644 index 0000000..3b0e415 Binary files /dev/null and b/uploads/20250411/1744363705564087528.jpg differ diff --git a/uploads/20250411/1744363732319013965.jpg b/uploads/20250411/1744363732319013965.jpg new file mode 100644 index 0000000..3b0e415 Binary files /dev/null and b/uploads/20250411/1744363732319013965.jpg differ diff --git a/uploads/20250411/1744363815715099275.jpg b/uploads/20250411/1744363815715099275.jpg new file mode 100644 index 0000000..43acd52 Binary files /dev/null and b/uploads/20250411/1744363815715099275.jpg differ diff --git a/uploads/20250411/1744363826575002927.jpg b/uploads/20250411/1744363826575002927.jpg new file mode 100644 index 0000000..fad9f6f Binary files /dev/null and b/uploads/20250411/1744363826575002927.jpg differ diff --git a/uploads/20250411/1744363843287018625.jpg b/uploads/20250411/1744363843287018625.jpg new file mode 100644 index 0000000..43acd52 Binary files /dev/null and b/uploads/20250411/1744363843287018625.jpg differ diff --git a/uploads/20250411/1744363966014072170.jpg b/uploads/20250411/1744363966014072170.jpg new file mode 100644 index 0000000..46a91b3 Binary files /dev/null and b/uploads/20250411/1744363966014072170.jpg differ diff --git a/uploads/20250411/1744363980818060485.jpg b/uploads/20250411/1744363980818060485.jpg new file mode 100644 index 0000000..7b595cb Binary files /dev/null and b/uploads/20250411/1744363980818060485.jpg differ diff --git a/uploads/20250411/1744364012847097762.jpg b/uploads/20250411/1744364012847097762.jpg new file mode 100644 index 0000000..3b694f9 Binary files /dev/null and b/uploads/20250411/1744364012847097762.jpg differ diff --git a/uploads/20250411/1744364051549010493.jpg b/uploads/20250411/1744364051549010493.jpg new file mode 100644 index 0000000..3b694f9 Binary files /dev/null and b/uploads/20250411/1744364051549010493.jpg differ diff --git a/uploads/20250411/1744364084230080860.jpg b/uploads/20250411/1744364084230080860.jpg new file mode 100644 index 0000000..7b595cb Binary files /dev/null and b/uploads/20250411/1744364084230080860.jpg differ diff --git a/uploads/20250411/1744364104552038856.jpg b/uploads/20250411/1744364104552038856.jpg new file mode 100644 index 0000000..f9ced50 Binary files /dev/null and b/uploads/20250411/1744364104552038856.jpg differ diff --git a/uploads/20250411/1910519871287435264.png b/uploads/20250411/1910519871287435264.png new file mode 100644 index 0000000..e31378d Binary files /dev/null and b/uploads/20250411/1910519871287435264.png differ diff --git a/uploads/20250411/1910527791152549888.png b/uploads/20250411/1910527791152549888.png new file mode 100644 index 0000000..19c34f9 Binary files /dev/null and b/uploads/20250411/1910527791152549888.png differ diff --git a/uploads/20250411/1910528539999391744.png b/uploads/20250411/1910528539999391744.png new file mode 100644 index 0000000..e1ee939 Binary files /dev/null and b/uploads/20250411/1910528539999391744.png differ diff --git a/uploads/20250411/1910528862310682624.jpg b/uploads/20250411/1910528862310682624.jpg new file mode 100644 index 0000000..2b9b88d Binary files /dev/null and b/uploads/20250411/1910528862310682624.jpg differ diff --git a/uploads/20250411/1910529114346409984.png b/uploads/20250411/1910529114346409984.png new file mode 100644 index 0000000..9bd2323 Binary files /dev/null and b/uploads/20250411/1910529114346409984.png differ diff --git a/uploads/20250411/1910532929141395456.png b/uploads/20250411/1910532929141395456.png new file mode 100644 index 0000000..e31378d Binary files /dev/null and b/uploads/20250411/1910532929141395456.png differ diff --git a/uploads/20250411/1910543263604461568.png b/uploads/20250411/1910543263604461568.png new file mode 100644 index 0000000..b5ac52f Binary files /dev/null and b/uploads/20250411/1910543263604461568.png differ diff --git a/uploads/20250411/1910574529775194112.png b/uploads/20250411/1910574529775194112.png new file mode 100644 index 0000000..70d70cb Binary files /dev/null and b/uploads/20250411/1910574529775194112.png differ diff --git a/uploads/20250411/1910574696242925568.png b/uploads/20250411/1910574696242925568.png new file mode 100644 index 0000000..0811f93 Binary files /dev/null and b/uploads/20250411/1910574696242925568.png differ diff --git a/uploads/20250411/1910574843609796608.png b/uploads/20250411/1910574843609796608.png new file mode 100644 index 0000000..799dacf Binary files /dev/null and b/uploads/20250411/1910574843609796608.png differ diff --git a/uploads/20250411/1910574998081818624.png b/uploads/20250411/1910574998081818624.png new file mode 100644 index 0000000..5af08c3 Binary files /dev/null and b/uploads/20250411/1910574998081818624.png differ diff --git a/uploads/20250411/1910576142904512512.png b/uploads/20250411/1910576142904512512.png new file mode 100644 index 0000000..61c956f Binary files /dev/null and b/uploads/20250411/1910576142904512512.png differ diff --git a/uploads/20250411/1910576551870124032.png b/uploads/20250411/1910576551870124032.png new file mode 100644 index 0000000..af039a1 Binary files /dev/null and b/uploads/20250411/1910576551870124032.png differ diff --git a/uploads/20250411/1910576712700710912.png b/uploads/20250411/1910576712700710912.png new file mode 100644 index 0000000..fc85973 Binary files /dev/null and b/uploads/20250411/1910576712700710912.png differ diff --git a/uploads/20250411/1910576872591773696.png b/uploads/20250411/1910576872591773696.png new file mode 100644 index 0000000..61c956f Binary files /dev/null and b/uploads/20250411/1910576872591773696.png differ diff --git a/uploads/20250411/1910577139576000512.png b/uploads/20250411/1910577139576000512.png new file mode 100644 index 0000000..11f09e3 Binary files /dev/null and b/uploads/20250411/1910577139576000512.png differ diff --git a/uploads/20250411/1910577286548606976.png b/uploads/20250411/1910577286548606976.png new file mode 100644 index 0000000..11f09e3 Binary files /dev/null and b/uploads/20250411/1910577286548606976.png differ diff --git a/uploads/20250411/1910580588854169600.png b/uploads/20250411/1910580588854169600.png new file mode 100644 index 0000000..28dc55c Binary files /dev/null and b/uploads/20250411/1910580588854169600.png differ diff --git a/uploads/20250411/1910580683146317824.png b/uploads/20250411/1910580683146317824.png new file mode 100644 index 0000000..11f09e3 Binary files /dev/null and b/uploads/20250411/1910580683146317824.png differ diff --git a/uploads/20250411/1910588132276359168.png b/uploads/20250411/1910588132276359168.png new file mode 100644 index 0000000..54cfe29 Binary files /dev/null and b/uploads/20250411/1910588132276359168.png differ diff --git a/uploads/20250411/1910588187334987776.png b/uploads/20250411/1910588187334987776.png new file mode 100644 index 0000000..a269a38 Binary files /dev/null and b/uploads/20250411/1910588187334987776.png differ diff --git a/uploads/20250411/1910588253323972608.png b/uploads/20250411/1910588253323972608.png new file mode 100644 index 0000000..4c44c17 Binary files /dev/null and b/uploads/20250411/1910588253323972608.png differ diff --git a/uploads/20250411/1910588310416838656.png b/uploads/20250411/1910588310416838656.png new file mode 100644 index 0000000..2b12666 Binary files /dev/null and b/uploads/20250411/1910588310416838656.png differ diff --git a/uploads/20250411/1910588379929038848.png b/uploads/20250411/1910588379929038848.png new file mode 100644 index 0000000..adfe907 Binary files /dev/null and b/uploads/20250411/1910588379929038848.png differ diff --git a/uploads/20250411/1910588457712406528.png b/uploads/20250411/1910588457712406528.png new file mode 100644 index 0000000..d6a3d98 Binary files /dev/null and b/uploads/20250411/1910588457712406528.png differ diff --git a/uploads/20250411/1910588811103490048.png b/uploads/20250411/1910588811103490048.png new file mode 100644 index 0000000..3df5856 Binary files /dev/null and b/uploads/20250411/1910588811103490048.png differ diff --git a/uploads/20250411/1910589103723302912.png b/uploads/20250411/1910589103723302912.png new file mode 100644 index 0000000..cdea367 Binary files /dev/null and b/uploads/20250411/1910589103723302912.png differ diff --git a/uploads/20250411/1910589810597744640.png b/uploads/20250411/1910589810597744640.png new file mode 100644 index 0000000..143992f Binary files /dev/null and b/uploads/20250411/1910589810597744640.png differ diff --git a/uploads/20250411/1910589873814294528.png b/uploads/20250411/1910589873814294528.png new file mode 100644 index 0000000..6dce995 Binary files /dev/null and b/uploads/20250411/1910589873814294528.png differ diff --git a/uploads/20250411/1910589948258996224.png b/uploads/20250411/1910589948258996224.png new file mode 100644 index 0000000..28dc55c Binary files /dev/null and b/uploads/20250411/1910589948258996224.png differ diff --git a/uploads/20250411/1910590009604886528.png b/uploads/20250411/1910590009604886528.png new file mode 100644 index 0000000..11f09e3 Binary files /dev/null and b/uploads/20250411/1910590009604886528.png differ diff --git a/uploads/20250411/1910590071084994560.png b/uploads/20250411/1910590071084994560.png new file mode 100644 index 0000000..95963ed Binary files /dev/null and b/uploads/20250411/1910590071084994560.png differ diff --git a/uploads/20250411/1910591472490041344.png b/uploads/20250411/1910591472490041344.png new file mode 100644 index 0000000..bb2084e Binary files /dev/null and b/uploads/20250411/1910591472490041344.png differ diff --git a/uploads/20250411/1910591527636750336.png b/uploads/20250411/1910591527636750336.png new file mode 100644 index 0000000..26e36a3 Binary files /dev/null and b/uploads/20250411/1910591527636750336.png differ diff --git a/uploads/20250411/1910591579331547136.png b/uploads/20250411/1910591579331547136.png new file mode 100644 index 0000000..4a4ebfa Binary files /dev/null and b/uploads/20250411/1910591579331547136.png differ diff --git a/uploads/20250411/1910591656632569856.png b/uploads/20250411/1910591656632569856.png new file mode 100644 index 0000000..6c1e221 Binary files /dev/null and b/uploads/20250411/1910591656632569856.png differ diff --git a/uploads/20250411/1910591706091802624.png b/uploads/20250411/1910591706091802624.png new file mode 100644 index 0000000..2f490cd Binary files /dev/null and b/uploads/20250411/1910591706091802624.png differ diff --git a/uploads/20250411/1910591932366114816.png b/uploads/20250411/1910591932366114816.png new file mode 100644 index 0000000..99a705a Binary files /dev/null and b/uploads/20250411/1910591932366114816.png differ diff --git a/uploads/20250411/1910591996379582464.png b/uploads/20250411/1910591996379582464.png new file mode 100644 index 0000000..46ac333 Binary files /dev/null and b/uploads/20250411/1910591996379582464.png differ diff --git a/uploads/20250411/1910597685348978688.png b/uploads/20250411/1910597685348978688.png new file mode 100644 index 0000000..7a87dcc Binary files /dev/null and b/uploads/20250411/1910597685348978688.png differ diff --git a/uploads/20250411/1910597740072062976.png b/uploads/20250411/1910597740072062976.png new file mode 100644 index 0000000..0bcfb60 Binary files /dev/null and b/uploads/20250411/1910597740072062976.png differ diff --git a/uploads/20250411/1910597804395909120.png b/uploads/20250411/1910597804395909120.png new file mode 100644 index 0000000..6caaef3 Binary files /dev/null and b/uploads/20250411/1910597804395909120.png differ diff --git a/uploads/20250411/1910597936449376256.png b/uploads/20250411/1910597936449376256.png new file mode 100644 index 0000000..91938e8 Binary files /dev/null and b/uploads/20250411/1910597936449376256.png differ diff --git a/uploads/20250411/1910597971895439360.png b/uploads/20250411/1910597971895439360.png new file mode 100644 index 0000000..dbacb25 Binary files /dev/null and b/uploads/20250411/1910597971895439360.png differ diff --git a/uploads/20250411/1910598034264739840.png b/uploads/20250411/1910598034264739840.png new file mode 100644 index 0000000..ed13956 Binary files /dev/null and b/uploads/20250411/1910598034264739840.png differ diff --git a/uploads/20250411/1910598082792837120.png b/uploads/20250411/1910598082792837120.png new file mode 100644 index 0000000..1f410e4 Binary files /dev/null and b/uploads/20250411/1910598082792837120.png differ diff --git a/uploads/20250411/1910598536775913472.png b/uploads/20250411/1910598536775913472.png new file mode 100644 index 0000000..e33f47d Binary files /dev/null and b/uploads/20250411/1910598536775913472.png differ diff --git a/uploads/20250411/1910598586046402560.png b/uploads/20250411/1910598586046402560.png new file mode 100644 index 0000000..66076e3 Binary files /dev/null and b/uploads/20250411/1910598586046402560.png differ diff --git a/uploads/20250411/1910598663414534144.png b/uploads/20250411/1910598663414534144.png new file mode 100644 index 0000000..a52d22f Binary files /dev/null and b/uploads/20250411/1910598663414534144.png differ diff --git a/uploads/20250411/1910598721316900864.png b/uploads/20250411/1910598721316900864.png new file mode 100644 index 0000000..dc78e8f Binary files /dev/null and b/uploads/20250411/1910598721316900864.png differ diff --git a/uploads/20250411/1910598829441863680.png b/uploads/20250411/1910598829441863680.png new file mode 100644 index 0000000..d8bd0bf Binary files /dev/null and b/uploads/20250411/1910598829441863680.png differ diff --git a/uploads/20250411/1910598868578914304.png b/uploads/20250411/1910598868578914304.png new file mode 100644 index 0000000..d8bd0bf Binary files /dev/null and b/uploads/20250411/1910598868578914304.png differ diff --git a/uploads/20250411/1910599119612203008.png b/uploads/20250411/1910599119612203008.png new file mode 100644 index 0000000..721bb4e Binary files /dev/null and b/uploads/20250411/1910599119612203008.png differ diff --git a/uploads/20250411/1910599167800561664.png b/uploads/20250411/1910599167800561664.png new file mode 100644 index 0000000..93491e9 Binary files /dev/null and b/uploads/20250411/1910599167800561664.png differ diff --git a/uploads/20250411/1910599220141281280.png b/uploads/20250411/1910599220141281280.png new file mode 100644 index 0000000..942ce0a Binary files /dev/null and b/uploads/20250411/1910599220141281280.png differ diff --git a/uploads/20250411/1910599273941618688.png b/uploads/20250411/1910599273941618688.png new file mode 100644 index 0000000..e55059c Binary files /dev/null and b/uploads/20250411/1910599273941618688.png differ diff --git a/uploads/20250411/1910599334280876032.png b/uploads/20250411/1910599334280876032.png new file mode 100644 index 0000000..4dff12e Binary files /dev/null and b/uploads/20250411/1910599334280876032.png differ diff --git a/uploads/20250411/1910599390572630016.png b/uploads/20250411/1910599390572630016.png new file mode 100644 index 0000000..52587f7 Binary files /dev/null and b/uploads/20250411/1910599390572630016.png differ diff --git a/uploads/20250411/1910599705069932544.png b/uploads/20250411/1910599705069932544.png new file mode 100644 index 0000000..6b04c7d Binary files /dev/null and b/uploads/20250411/1910599705069932544.png differ diff --git a/uploads/20250411/1910599754516582400.png b/uploads/20250411/1910599754516582400.png new file mode 100644 index 0000000..e95635b Binary files /dev/null and b/uploads/20250411/1910599754516582400.png differ diff --git a/uploads/20250411/1910599804906950656.png b/uploads/20250411/1910599804906950656.png new file mode 100644 index 0000000..aaea4c1 Binary files /dev/null and b/uploads/20250411/1910599804906950656.png differ diff --git a/uploads/20250411/1910599887266304000.png b/uploads/20250411/1910599887266304000.png new file mode 100644 index 0000000..677b0e1 Binary files /dev/null and b/uploads/20250411/1910599887266304000.png differ diff --git a/uploads/20250411/1910599951111999488.png b/uploads/20250411/1910599951111999488.png new file mode 100644 index 0000000..1ff92f4 Binary files /dev/null and b/uploads/20250411/1910599951111999488.png differ diff --git a/uploads/20250411/1910600107161079808.png b/uploads/20250411/1910600107161079808.png new file mode 100644 index 0000000..8132541 Binary files /dev/null and b/uploads/20250411/1910600107161079808.png differ diff --git a/uploads/20250411/1910600148449808384.png b/uploads/20250411/1910600148449808384.png new file mode 100644 index 0000000..7ad4719 Binary files /dev/null and b/uploads/20250411/1910600148449808384.png differ diff --git a/uploads/20250411/1910600201054769152.png b/uploads/20250411/1910600201054769152.png new file mode 100644 index 0000000..da556e7 Binary files /dev/null and b/uploads/20250411/1910600201054769152.png differ diff --git a/uploads/20250411/1910600256675434496.png b/uploads/20250411/1910600256675434496.png new file mode 100644 index 0000000..3f4ff82 Binary files /dev/null and b/uploads/20250411/1910600256675434496.png differ diff --git a/uploads/20250411/1910600339273863168.png b/uploads/20250411/1910600339273863168.png new file mode 100644 index 0000000..bddfed1 Binary files /dev/null and b/uploads/20250411/1910600339273863168.png differ diff --git a/uploads/20250411/1910602760670728192.png b/uploads/20250411/1910602760670728192.png new file mode 100644 index 0000000..f56f4aa Binary files /dev/null and b/uploads/20250411/1910602760670728192.png differ diff --git a/uploads/20250411/1910603293993259008.jpg b/uploads/20250411/1910603293993259008.jpg new file mode 100644 index 0000000..8baa062 Binary files /dev/null and b/uploads/20250411/1910603293993259008.jpg differ diff --git a/uploads/20250411/1910603938917830656.jpg b/uploads/20250411/1910603938917830656.jpg new file mode 100644 index 0000000..8baa062 Binary files /dev/null and b/uploads/20250411/1910603938917830656.jpg differ diff --git a/uploads/20250411/1910604977926623232.jpg b/uploads/20250411/1910604977926623232.jpg new file mode 100644 index 0000000..8baa062 Binary files /dev/null and b/uploads/20250411/1910604977926623232.jpg differ diff --git a/uploads/20250411/1910605109967507456.png b/uploads/20250411/1910605109967507456.png new file mode 100644 index 0000000..f56f4aa Binary files /dev/null and b/uploads/20250411/1910605109967507456.png differ diff --git a/uploads/20250411/1910605174547206144.jpg b/uploads/20250411/1910605174547206144.jpg new file mode 100644 index 0000000..86e3d20 Binary files /dev/null and b/uploads/20250411/1910605174547206144.jpg differ diff --git a/uploads/20250411/1910605227789701120.jpg b/uploads/20250411/1910605227789701120.jpg new file mode 100644 index 0000000..4cbd657 Binary files /dev/null and b/uploads/20250411/1910605227789701120.jpg differ diff --git a/uploads/20250411/1910605771736403968.jpg b/uploads/20250411/1910605771736403968.jpg new file mode 100644 index 0000000..789a50b Binary files /dev/null and b/uploads/20250411/1910605771736403968.jpg differ diff --git a/uploads/20250411/1910605857203736576.jpg b/uploads/20250411/1910605857203736576.jpg new file mode 100644 index 0000000..854de34 Binary files /dev/null and b/uploads/20250411/1910605857203736576.jpg differ diff --git a/uploads/20250411/1910605925176627200.jpg b/uploads/20250411/1910605925176627200.jpg new file mode 100644 index 0000000..6478336 Binary files /dev/null and b/uploads/20250411/1910605925176627200.jpg differ diff --git a/uploads/20250411/1910606906752815104.jpg b/uploads/20250411/1910606906752815104.jpg new file mode 100644 index 0000000..3b0e415 Binary files /dev/null and b/uploads/20250411/1910606906752815104.jpg differ diff --git a/uploads/20250411/1910607026785406976.jpg b/uploads/20250411/1910607026785406976.jpg new file mode 100644 index 0000000..43acd52 Binary files /dev/null and b/uploads/20250411/1910607026785406976.jpg differ diff --git a/uploads/20250411/1910607093898465280.jpg b/uploads/20250411/1910607093898465280.jpg new file mode 100644 index 0000000..6310ccb Binary files /dev/null and b/uploads/20250411/1910607093898465280.jpg differ diff --git a/uploads/20250411/1910607210416230400.jpg b/uploads/20250411/1910607210416230400.jpg new file mode 100644 index 0000000..3b694f9 Binary files /dev/null and b/uploads/20250411/1910607210416230400.jpg differ diff --git a/uploads/20250411/1910607284303089664.jpg b/uploads/20250411/1910607284303089664.jpg new file mode 100644 index 0000000..7b595cb Binary files /dev/null and b/uploads/20250411/1910607284303089664.jpg differ diff --git a/uploads/20250411/1910607423939858432.jpg b/uploads/20250411/1910607423939858432.jpg new file mode 100644 index 0000000..46a91b3 Binary files /dev/null and b/uploads/20250411/1910607423939858432.jpg differ diff --git a/uploads/20250411/1910613771461120000.jpg b/uploads/20250411/1910613771461120000.jpg new file mode 100644 index 0000000..854de34 Binary files /dev/null and b/uploads/20250411/1910613771461120000.jpg differ diff --git a/uploads/20250411/1910613839702446080.jpg b/uploads/20250411/1910613839702446080.jpg new file mode 100644 index 0000000..88fbd56 Binary files /dev/null and b/uploads/20250411/1910613839702446080.jpg differ diff --git a/uploads/20250411/1910613934934118400.jpg b/uploads/20250411/1910613934934118400.jpg new file mode 100644 index 0000000..5d1d971 Binary files /dev/null and b/uploads/20250411/1910613934934118400.jpg differ diff --git a/uploads/20250411/1910625418514845696.pdf b/uploads/20250411/1910625418514845696.pdf new file mode 100644 index 0000000..171efd8 Binary files /dev/null and b/uploads/20250411/1910625418514845696.pdf differ diff --git a/uploads/20250411/1910625937203449856.jpg b/uploads/20250411/1910625937203449856.jpg new file mode 100644 index 0000000..3b0e415 Binary files /dev/null and b/uploads/20250411/1910625937203449856.jpg differ diff --git a/uploads/20250411/1910626068841680896.jpg b/uploads/20250411/1910626068841680896.jpg new file mode 100644 index 0000000..fad9f6f Binary files /dev/null and b/uploads/20250411/1910626068841680896.jpg differ diff --git a/uploads/20250411/1910626532954001408.jpg b/uploads/20250411/1910626532954001408.jpg new file mode 100644 index 0000000..43acd52 Binary files /dev/null and b/uploads/20250411/1910626532954001408.jpg differ diff --git a/uploads/20250411/1910627406061293568.jpg b/uploads/20250411/1910627406061293568.jpg new file mode 100644 index 0000000..3b694f9 Binary files /dev/null and b/uploads/20250411/1910627406061293568.jpg differ diff --git a/uploads/20250411/1910627475477024768.jpg b/uploads/20250411/1910627475477024768.jpg new file mode 100644 index 0000000..7b595cb Binary files /dev/null and b/uploads/20250411/1910627475477024768.jpg differ diff --git a/uploads/20250411/1910627622088921088.jpg b/uploads/20250411/1910627622088921088.jpg new file mode 100644 index 0000000..f9ced50 Binary files /dev/null and b/uploads/20250411/1910627622088921088.jpg differ diff --git a/uploads/20250412/1744445399936039956.jpg b/uploads/20250412/1744445399936039956.jpg new file mode 100644 index 0000000..a011c56 Binary files /dev/null and b/uploads/20250412/1744445399936039956.jpg differ diff --git a/uploads/20250412/1910877405907087360.jpg b/uploads/20250412/1910877405907087360.jpg new file mode 100644 index 0000000..bdb372a Binary files /dev/null and b/uploads/20250412/1910877405907087360.jpg differ diff --git a/uploads/20250412/1910939575449645056.pdf b/uploads/20250412/1910939575449645056.pdf new file mode 100644 index 0000000..44fa2dc Binary files /dev/null and b/uploads/20250412/1910939575449645056.pdf differ diff --git a/uploads/20250412/1910968522681970688.jpg b/uploads/20250412/1910968522681970688.jpg new file mode 100644 index 0000000..286f503 Binary files /dev/null and b/uploads/20250412/1910968522681970688.jpg differ diff --git a/uploads/20250412/1910982690952802304.jpg b/uploads/20250412/1910982690952802304.jpg new file mode 100644 index 0000000..a011c56 Binary files /dev/null and b/uploads/20250412/1910982690952802304.jpg differ diff --git a/uploads/20250414/1911684675217743872.jpg b/uploads/20250414/1911684675217743872.jpg new file mode 100644 index 0000000..bdb372a Binary files /dev/null and b/uploads/20250414/1911684675217743872.jpg differ