8600 lines
3.7 MiB
8600 lines
3.7 MiB
/*
|
||
Navicat Premium Data Transfer
|
||
|
||
Source Server : mysql@local_pwd_admin
|
||
Source Server Type : MySQL
|
||
Source Server Version : 50717
|
||
Source Host : localhost:3306
|
||
Source Schema : nyzy_jeecg_db
|
||
|
||
Target Server Type : MySQL
|
||
Target Server Version : 50717
|
||
File Encoding : 65001
|
||
|
||
Date: 10/05/2022 10:26:06
|
||
*/
|
||
|
||
SET NAMES utf8mb4;
|
||
SET FOREIGN_KEY_CHECKS = 0;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for ces_field_kongj
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `ces_field_kongj`;
|
||
CREATE TABLE `ces_field_kongj` (
|
||
`id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '主键',
|
||
`create_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建日期',
|
||
`update_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '更新人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新日期',
|
||
`sys_org_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '所属部门',
|
||
`name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '用户名',
|
||
`sex` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '下拉框',
|
||
`radio` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT 'radio',
|
||
`checkbox` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT 'checkbox',
|
||
`sel_mut` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '下拉多选',
|
||
`sel_search` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '下拉搜索',
|
||
`birthday` datetime(0) NULL DEFAULT NULL COMMENT '时间',
|
||
`pic` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '图片',
|
||
`files` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '文件',
|
||
`remakr` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT 'markdown',
|
||
`fuwenb` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '富文本',
|
||
`user_sel` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '选择用户',
|
||
`dep_sel` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '选择部门',
|
||
`ddd` double(10, 0) NULL DEFAULT NULL COMMENT 'DD类型',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of ces_field_kongj
|
||
-- ----------------------------
|
||
INSERT INTO `ces_field_kongj` VALUES ('1260185893546840066', 'admin', '2020-05-12 20:31:44', 'admin', '2020-09-11 17:02:30', 'A01', 'A011', '2', '2', '1,2', '', '', NULL, '', '', '', '', 'zhagnxiao', 'A01', NULL);
|
||
INSERT INTO `ces_field_kongj` VALUES ('1260185911146139650', 'admin', '2020-05-12 20:31:49', 'admin', '2020-07-20 17:10:05', 'A01', 'A011', NULL, '1', '1,2', NULL, 'admin', NULL, 'd52a2834349b033b6d20d5cc16ce36d3d539bd7f_1594438138364.jpg', '', '', NULL, 'admin', 'A01', NULL);
|
||
INSERT INTO `ces_field_kongj` VALUES ('1285112866127577089', 'admin', '2020-07-20 15:22:38', 'admin', '2020-09-11 14:07:22', 'A01', '张三2', '', '2', '', '', '', NULL, '', '', '', '', '', '', NULL);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for ces_order_customer
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `ces_order_customer`;
|
||
CREATE TABLE `ces_order_customer` (
|
||
`id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`create_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建日期',
|
||
`update_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '更新人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新日期',
|
||
`sys_org_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '所属部门',
|
||
`name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '客户名字',
|
||
`sex` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '客户性别',
|
||
`birthday` datetime(0) NULL DEFAULT NULL COMMENT '客户生日',
|
||
`age` int(11) NULL DEFAULT NULL COMMENT '年龄',
|
||
`address` varchar(300) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '常用地址',
|
||
`order_main_id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '订单ID',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of ces_order_customer
|
||
-- ----------------------------
|
||
INSERT INTO `ces_order_customer` VALUES ('1281792646935842818', 'admin', '2020-07-11 11:29:16', NULL, NULL, 'A01', NULL, NULL, NULL, NULL, NULL, '1260135645520654338');
|
||
INSERT INTO `ces_order_customer` VALUES ('1281794386984779777', 'admin', '2020-07-11 11:36:11', NULL, NULL, 'A01', '管理员', '1', '2018-12-05 00:00:00', NULL, NULL, '1281794386716344321');
|
||
INSERT INTO `ces_order_customer` VALUES ('15889531549290863128', 'admin', '2020-05-08 23:54:00', NULL, NULL, 'A01', '小王', '1', '2020-05-08 00:00:00', 1, '', '1258787241599250433');
|
||
INSERT INTO `ces_order_customer` VALUES ('15889531551231672264', 'admin', '2020-05-08 23:54:00', NULL, NULL, 'A01', '校长', '2', '2020-05-23 00:00:00', 2, '', '1258787241599250433');
|
||
INSERT INTO `ces_order_customer` VALUES ('15889531554322486243', 'admin', '2020-05-08 23:54:00', NULL, NULL, 'A01', '小明', '2', '2020-05-03 00:00:00', 3, '', '1258787241599250433');
|
||
INSERT INTO `ces_order_customer` VALUES ('15892741044590530487', 'admin', '2020-05-12 17:02:32', NULL, NULL, 'A01A05', '111', '1', '2020-05-12 00:00:00', NULL, '', '1260133243631562754');
|
||
INSERT INTO `ces_order_customer` VALUES ('15892741436981375151', 'admin', '2020-05-12 17:02:32', NULL, NULL, 'A01A05', '11', '1', '2020-05-14 00:00:00', NULL, '', '1260133243631562754');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for ces_order_goods
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `ces_order_goods`;
|
||
CREATE TABLE `ces_order_goods` (
|
||
`id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`create_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建日期',
|
||
`update_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '更新人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新日期',
|
||
`sys_org_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '所属部门',
|
||
`good_name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '商品名字',
|
||
`price` double NULL DEFAULT NULL COMMENT '价格',
|
||
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
||
`zong_price` double NULL DEFAULT NULL COMMENT '单品总价',
|
||
`order_main_id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '订单ID',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of ces_order_goods
|
||
-- ----------------------------
|
||
INSERT INTO `ces_order_goods` VALUES ('15889531536650244013', 'admin', '2020-05-08 23:54:00', NULL, NULL, 'A01', '显示器', 11, 1, 11, '1258787241599250433');
|
||
INSERT INTO `ces_order_goods` VALUES ('15889531538491119218', 'admin', '2020-05-08 23:54:00', NULL, NULL, 'A01', '鼠标', 22, 2, 44, '1258787241599250433');
|
||
INSERT INTO `ces_order_goods` VALUES ('15889532051192650399', 'admin', '2020-05-08 23:54:00', NULL, NULL, 'A01', '键盘', 33, 3, 99, '1258787241599250433');
|
||
INSERT INTO `ces_order_goods` VALUES ('15892741033410312304', 'admin', '2020-05-12 17:02:32', NULL, NULL, 'A01A05', '雷蛇键盘', 200, 2, NULL, '1260133243631562754');
|
||
INSERT INTO `ces_order_goods` VALUES ('15892741162151118866', 'admin', '2020-05-12 17:02:32', NULL, NULL, 'A01A05', '樱桃键盘', 200, 4, NULL, '1260133243631562754');
|
||
INSERT INTO `ces_order_goods` VALUES ('15892747180850346324', 'admin', '2020-07-11 11:29:16', NULL, NULL, 'A01', '11', 11, NULL, NULL, '1260135645520654338');
|
||
INSERT INTO `ces_order_goods` VALUES ('15892934593221167669', 'admin', '2020-07-11 11:29:16', NULL, NULL, 'A01', '', NULL, NULL, NULL, '1260135645520654338');
|
||
INSERT INTO `ces_order_goods` VALUES ('15892934594762635052', 'admin', '2020-07-11 11:29:16', NULL, NULL, 'A01', '', NULL, NULL, NULL, '1260135645520654338');
|
||
INSERT INTO `ces_order_goods` VALUES ('15944385645060861881', 'admin', '2020-07-11 11:36:11', NULL, NULL, 'A01', '11', NULL, NULL, NULL, '1281794386716344321');
|
||
INSERT INTO `ces_order_goods` VALUES ('15944385663981814101', 'admin', '2020-07-11 11:36:11', NULL, NULL, 'A01', '22', NULL, NULL, NULL, '1281794386716344321');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for ces_order_main
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `ces_order_main`;
|
||
CREATE TABLE `ces_order_main` (
|
||
`id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`create_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建日期',
|
||
`update_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '更新人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新日期',
|
||
`sys_org_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '所属部门',
|
||
`order_code` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '订单编码',
|
||
`xd_date` datetime(0) NULL DEFAULT NULL COMMENT '下单时间',
|
||
`money` double NULL DEFAULT NULL COMMENT '订单总额',
|
||
`remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of ces_order_main
|
||
-- ----------------------------
|
||
INSERT INTO `ces_order_main` VALUES ('1258787241599250433', 'admin', '2020-05-08 23:54:00', NULL, NULL, 'A01', '20200508-0001', '2020-05-08 23:52:32', 50000, NULL);
|
||
INSERT INTO `ces_order_main` VALUES ('1260133243631562754', 'admin', '2020-05-12 17:02:32', NULL, NULL, 'A01A05', '202005120001', '2020-05-12 17:01:39', NULL, NULL);
|
||
INSERT INTO `ces_order_main` VALUES ('1260135645520654338', 'admin', '2020-05-12 17:12:04', 'admin', '2020-07-11 11:29:16', 'A01', 'JDFX2020051217115656', '2020-07-11 11:29:12', NULL, NULL);
|
||
INSERT INTO `ces_order_main` VALUES ('1281794386716344321', 'admin', '2020-07-11 11:36:11', NULL, NULL, 'A01', 'CN2020071111360067', '2020-07-11 11:36:00', NULL, NULL);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for ces_shop_goods
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `ces_shop_goods`;
|
||
CREATE TABLE `ces_shop_goods` (
|
||
`id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '主键',
|
||
`create_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建日期',
|
||
`update_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '更新人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新日期',
|
||
`sys_org_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '所属部门',
|
||
`name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '商品名字',
|
||
`price` decimal(10, 5) NULL DEFAULT NULL COMMENT '价格',
|
||
`chuc_date` datetime(0) NULL DEFAULT NULL COMMENT '出厂时间',
|
||
`contents` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '商品简介',
|
||
`good_type_id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '商品分类',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of ces_shop_goods
|
||
-- ----------------------------
|
||
INSERT INTO `ces_shop_goods` VALUES ('1258408897326149634', 'admin', '2020-05-07 22:50:35', 'admin', '2020-05-07 22:52:17', 'A01', '华为手机note', 5000.00000, '2020-05-07 00:00:00', '<div class=\"page1-content\" style=\"margin: 0px 0px 20px; padding: 0px; display: flex; justify-content: space-around; color: #2c3e50; font-family: Avenir, Helvetica, Arial, sans-serif; text-align: center; background-color: #eeeeee;\">\n<div class=\"page1-item\" style=\"margin: auto; padding: 0px; width: 180px;\">\n<div class=\"page1-item-img\" style=\"margin: 0px; padding: 0px; width: 180px; height: 180px; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; border-radius: 100%; background: #ffffff; position: relative; z-index: 1; transition: box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; box-shadow: rgba(166, 55, 112, 0.1) 0px 16px 32px;\"><img style=\"margin: 0px; padding: 0px; width: 100px;\" src=\"http://www.jeecg.com/images/soo.png\" alt=\"img\" /></div>\n<div class=\"page1-item-title\" style=\"margin: 56px 0px 0px; padding: 0px; font-size: 20px; color: #0d1a26;\"><span style=\"margin: 0px; padding: 0px;\">快速开发</span></div>\n</div>\n<div class=\"page1-item\" style=\"margin: auto; padding: 0px; width: 180px;\">\n<div class=\"page1-item-img\" style=\"margin: 0px; padding: 0px; width: 180px; height: 180px; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; border-radius: 100%; background: #ffffff; position: relative; z-index: 1; transition: box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; box-shadow: rgba(191, 188, 21, 0.1) 0px 16px 32px;\"><img style=\"margin: 0px; padding: 0px; width: 100px;\" src=\"http://www.jeecg.com/images/rule.png\" alt=\"img\" /></div>\n<div class=\"page1-item-title\" style=\"margin: 56px 0px 0px; padding: 0px; font-size: 20px; color: #0d1a26;\"><span style=\"margin: 0px; padding: 0px;\">数据权限</span></div>\n</div>\n<div class=\"page1-item\" style=\"margin: auto; padding: 0px; width: 180px;\">\n<div class=\"page1-item-img\" style=\"margin: 0px; padding: 0px; width: 180px; height: 180px; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; border-radius: 100%; background: #ffffff; position: relative; z-index: 1; transition: box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; box-shadow: rgba(73, 101, 166, 0.1) 0px 16px 32px;\"><img style=\"margin: 0px; padding: 0px; width: 100px;\" src=\"http://www.jeecg.com/images/bpm2.png\" alt=\"img\" /></div>\n<div class=\"page1-item-title\" style=\"margin: 56px 0px 0px; padding: 0px; font-size: 20px; color: #0d1a26;\"><span style=\"margin: 0px; padding: 0px;\">工作流</span></div>\n</div>\n<div class=\"page1-item\" style=\"margin: auto; padding: 0px; width: 180px;\">\n<div class=\"page1-item-img\" style=\"margin: 0px; padding: 0px; width: 180px; height: 180px; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; border-radius: 100%; background: #ffffff; position: relative; z-index: 1; transition: box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; box-shadow: rgba(135, 85, 255, 0.1) 0px 16px 32px;\"><img style=\"margin: 0px; padding: 0px; width: 100px;\" src=\"http://www.jeecg.com/images/report1.png\" alt=\"img\" /></div>\n<div class=\"page1-item-title\" style=\"margin: 56px 0px 0px; padding: 0px; font-size: 20px; color: #0d1a26;\"><span style=\"margin: 0px; padding: 0px;\">丰富组件库</span></div>\n</div>\n</div>\n<div class=\"page1-content\" style=\"margin: 0px; padding: 0px; display: flex; justify-content: space-around; color: #2c3e50; font-family: Avenir, Helvetica, Arial, sans-serif; text-align: center; background-color: #eeeeee;\">\n<div class=\"page1-item\" style=\"margin: auto; padding: 0px; width: 180px;\">\n<div class=\"page1-item-img\" style=\"margin: 0px; padding: 0px; width: 180px; height: 180px; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; border-radius: 100%; background: #ffffff; position: relative; z-index: 1; transition: box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; box-shadow: rgba(166, 55, 112, 0.1) 0px 16px 32px;\"><img style=\"margin: 0px; padding: 0px; width: 100px;\" src=\"http://www.jeecg.com/images/icon1.png\" alt=\"img\" /></div>\n<div class=\"page1-item-title\" style=\"margin: 56px 0px 0px; padding: 0px; font-size: 20px; color: #0d1a26;\"><span style=\"margin: 0px; padding: 0px;\">代码生成器</span></div>\n</div>\n<div class=\"page1-item\" style=\"margin: auto; padding: 0px; width: 180px;\">\n<div class=\"page1-item-img\" style=\"margin: 0px; padding: 0px; width: 180px; height: 180px; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; border-radius: 100%; background: #ffffff; position: relative; z-index: 1; transition: box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; box-shadow: rgba(191, 188, 21, 0.1) 0px 16px 32px;\"><img style=\"margin: 0px; padding: 0px; width: 100px;\" src=\"http://www.jeecg.com/images/Automation.png\" alt=\"img\" /></div>\n<div class=\"page1-item-title\" style=\"margin: 56px 0px 0px; padding: 0px; font-size: 20px; color: #0d1a26;\"><span style=\"margin: 0px; padding: 0px;\">Online在线开发</span></div>\n</div>\n<div class=\"page1-item\" style=\"margin: auto; padding: 0px; width: 180px;\">\n<div class=\"page1-item-img\" style=\"margin: 0px; padding: 0px; width: 180px; height: 180px; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; border-radius: 100%; background: #ffffff; position: relative; z-index: 1; transition: box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; box-shadow: rgba(73, 101, 166, 0.1) 0px 16px 32px;\"><img style=\"margin: 0px; padding: 0px; width: 100px;\" src=\"http://www.jeecg.com/images/form2.png\" alt=\"img\" /></div>\n<div class=\"page1-item-title\" style=\"margin: 56px 0px 0px; padding: 0px; font-size: 20px; color: #0d1a26;\"><span style=\"margin: 0px; padding: 0px;\">表单设计器</span></div>\n</div>\n<div class=\"page1-item\" style=\"margin: auto; padding: 0px; width: 180px;\">\n<div class=\"page1-item-img\" style=\"margin: 0px; padding: 0px; width: 180px; height: 180px; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; border-radius: 100%; background: #ffffff; position: relative; z-index: 1; transition: box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; box-shadow: rgba(135, 85, 255, 0.1) 0px 16px 32px;\"><img style=\"margin: 0px; padding: 0px; width: 100px;\" src=\"http://www.jeecg.com/images/bpm3.png\" alt=\"img\" /></div>\n<div class=\"page1-item-title\" style=\"margin: 56px 0px 0px; padding: 0px; font-size: 20px; color: #0d1a26;\"><span style=\"margin: 0px; padding: 0px;\">流程设计器</span></div>\n</div>\n</div>', '1258408044439597058');
|
||
INSERT INTO `ces_shop_goods` VALUES ('1258783909887422466', 'admin', '2020-05-08 23:40:45', 'admin', '2020-05-08 23:43:03', 'A01', '雷蛇鼠标', 500.00000, '2020-05-08 00:00:00', '', '1258408003595464706');
|
||
INSERT INTO `ces_shop_goods` VALUES ('1285114089585082370', 'admin', '2020-07-20 15:27:29', NULL, NULL, 'A01', NULL, NULL, NULL, NULL, NULL);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for ces_shop_type
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `ces_shop_type`;
|
||
CREATE TABLE `ces_shop_type` (
|
||
`id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`create_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建日期',
|
||
`update_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '更新人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新日期',
|
||
`sys_org_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '所属部门',
|
||
`name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '分类名字',
|
||
`content` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '描述',
|
||
`pics` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '图片',
|
||
`pid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '父级节点',
|
||
`has_child` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '是否有子节点',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of ces_shop_type
|
||
-- ----------------------------
|
||
INSERT INTO `ces_shop_type` VALUES ('1258408003595464706', 'admin', '2020-05-07 22:47:02', NULL, NULL, 'A01', '衣服', NULL, 'e1fe9925bc315c60addea1b98eb1cb1349547719_1588862821565.jpg', '0', '0');
|
||
INSERT INTO `ces_shop_type` VALUES ('1258408044439597058', 'admin', '2020-05-07 22:47:12', NULL, NULL, 'A01', '鞋子', NULL, 'jeewxshop测试号_1588862831749.jpg', '0', '1');
|
||
INSERT INTO `ces_shop_type` VALUES ('1258408076693794818', 'admin', '2020-05-07 22:47:20', 'admin', '2020-07-10 16:51:10', 'A01', '耐克', NULL, 'd52a2834349b033b6d20d5cc16ce36d3d539bd7f_1594371069797.jpg', '1258408044439597058', '0');
|
||
INSERT INTO `ces_shop_type` VALUES ('1258408105487691777', 'admin', '2020-05-07 22:47:27', 'admin', '2020-11-26 15:21:57', 'A01', '阿迪', '', 'temp/20180607175028Fn1Lq7zw_1589293474710.png', '1258408044439597058', '0');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for demo
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `demo`;
|
||
CREATE TABLE `demo` (
|
||
`id` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '主键ID',
|
||
`name` varchar(30) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '姓名',
|
||
`key_word` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '关键词',
|
||
`punch_time` datetime(0) NULL DEFAULT NULL COMMENT '打卡时间',
|
||
`salary_money` decimal(10, 3) NULL DEFAULT NULL COMMENT '工资',
|
||
`bonus_money` double(10, 2) NULL DEFAULT NULL COMMENT '奖金',
|
||
`sex` varchar(2) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '性别 {男:1,女:2}',
|
||
`age` int(11) NULL DEFAULT NULL COMMENT '年龄',
|
||
`birthday` date NULL DEFAULT NULL COMMENT '生日',
|
||
`email` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '邮箱',
|
||
`content` varchar(1000) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '个人简介',
|
||
`create_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间',
|
||
`update_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '修改人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '修改时间',
|
||
`sys_org_code` varchar(64) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '所属部门编码',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of demo
|
||
-- ----------------------------
|
||
INSERT INTO `demo` VALUES ('1260935385049055234', '111', '111', NULL, NULL, NULL, NULL, 20, NULL, NULL, NULL, 'jeecg', '2020-05-14 22:09:57', 'admin', '2020-09-10 17:19:44', 'A02A01');
|
||
INSERT INTO `demo` VALUES ('1260935402346364930', '22', '222', NULL, NULL, NULL, '', 19, NULL, '', '', 'jeecg', '2020-05-14 22:10:02', 'admin', '2020-09-10 17:19:39', 'A02A01');
|
||
INSERT INTO `demo` VALUES ('1c2ba51b29a42d9de02bbd708ea8121a', '777777', '777', '2018-12-07 19:43:17', NULL, NULL, NULL, 7, '2018-12-07', NULL, NULL, NULL, NULL, 'admin', '2019-02-21 18:26:04', NULL);
|
||
INSERT INTO `demo` VALUES ('1dc29e80be14d1400f165b5c6b30c707', 'zhang daihao', NULL, NULL, NULL, NULL, '2', NULL, NULL, 'zhangdaiscott@163.com', NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `demo` VALUES ('304e651dc769d5c9b6e08fb30457a602', '小白兔', NULL, NULL, NULL, NULL, '2', 28, NULL, NULL, NULL, 'scott', '2019-01-19 13:12:53', 'qinfeng', '2019-01-19 13:13:12', NULL);
|
||
INSERT INTO `demo` VALUES ('4', 'Sandy', '开源,很好', '2018-12-15 00:00:00', NULL, NULL, '2', 21, '2018-12-15', 'test4@baomidou.com', '聪明00', NULL, NULL, 'admin', '2019-02-25 16:29:27', NULL);
|
||
INSERT INTO `demo` VALUES ('4436302a0de50bb83025286bc414d6a9', 'zhang daihao', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'zhangdaiscott@163.com', NULL, 'admin', '2019-01-19 15:39:04', NULL, NULL, NULL);
|
||
INSERT INTO `demo` VALUES ('4981637bf71b0c1ed1365241dfcfa0ea', '小虎', NULL, NULL, NULL, NULL, '2', 28, NULL, NULL, NULL, 'scott5', '2019-01-19 13:12:53', 'qinfeng', '2019-01-19 13:13:12', 'A02');
|
||
INSERT INTO `demo` VALUES ('7', 'zhangdaiscott', NULL, NULL, NULL, NULL, '1', NULL, '2019-01-03', NULL, NULL, NULL, NULL, NULL, NULL, 'A02A01A01');
|
||
INSERT INTO `demo` VALUES ('73bc58611012617ca446d8999379e4ac', '郭靖', '777', '2018-12-07 00:00:00', NULL, NULL, '1', NULL, NULL, NULL, NULL, 'jeecg-boot', '2019-03-28 18:16:39', 'admin', '2020-05-02 18:14:14', 'A02A01A02');
|
||
INSERT INTO `demo` VALUES ('917e240eaa0b1b2d198ae869b64a81c3', 'zhang daihao', NULL, NULL, NULL, NULL, '2', 0, '2018-11-29', 'zhangdaiscott@163.com', NULL, NULL, NULL, NULL, NULL, 'A02');
|
||
INSERT INTO `demo` VALUES ('94420c5d8fc4420dde1e7196154b3a24', '秦风', NULL, NULL, NULL, NULL, '2', NULL, NULL, NULL, NULL, 'scott', '2019-01-19 12:54:58', 'admin', '2020-05-02 18:14:33', NULL);
|
||
INSERT INTO `demo` VALUES ('b86897900c770503771c7bb88e5d1e9b', 'scott1', '开源、很好、hello', NULL, NULL, NULL, '1', NULL, NULL, 'zhangdaiscott@163.com', NULL, 'scott', '2019-01-19 12:22:34', NULL, NULL, NULL);
|
||
INSERT INTO `demo` VALUES ('c28fa8391ef81d6fabd8bd894a7615aa', '小麦', NULL, NULL, NULL, NULL, '2', NULL, NULL, 'zhangdaiscott@163.com', NULL, 'jeecg-boot', '2019-04-04 17:18:09', NULL, NULL, NULL);
|
||
INSERT INTO `demo` VALUES ('c2c0d49e3c01913067cf8d1fb3c971d2', 'zhang daihao', NULL, NULL, NULL, NULL, '2', NULL, NULL, 'zhangdaiscott@163.com', NULL, 'admin', '2019-01-19 23:37:18', 'admin', '2019-01-21 16:49:06', NULL);
|
||
INSERT INTO `demo` VALUES ('c96279c666b4b82e3ef1e4e2978701ce', '报名时间', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'jeecg-boot', '2019-03-28 18:00:52', NULL, NULL, NULL);
|
||
INSERT INTO `demo` VALUES ('d24668721446e8478eeeafe4db66dcff', 'zhang daihao999', NULL, NULL, NULL, NULL, '1', NULL, NULL, 'zhangdaiscott@163.com', NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `demo` VALUES ('eaa6c1116b41dc10a94eae34cf990133', 'zhang daihao', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'zhangdaiscott@163.com', NULL, NULL, NULL, NULL, NULL, NULL);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for demo_field_def_val_main
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `demo_field_def_val_main`;
|
||
CREATE TABLE `demo_field_def_val_main` (
|
||
`id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`code` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '编码',
|
||
`name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '姓名',
|
||
`sex` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '性别',
|
||
`address` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '地址',
|
||
`address_param` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '地址(传参)',
|
||
`create_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建日期',
|
||
`update_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '更新人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新日期',
|
||
`sys_org_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '所属部门',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of demo_field_def_val_main
|
||
-- ----------------------------
|
||
INSERT INTO `demo_field_def_val_main` VALUES ('1256548579457114114', 'q', 'q', '1', 'q', 'q', 'admin', '2020-05-02 19:38:21', 'admin', '2020-05-03 01:02:51', 'A01');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for demo_field_def_val_sub
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `demo_field_def_val_sub`;
|
||
CREATE TABLE `demo_field_def_val_sub` (
|
||
`id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`code` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '编码',
|
||
`name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '名称',
|
||
`date` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '日期',
|
||
`main_id` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '主表ID',
|
||
`create_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建日期',
|
||
`update_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '更新人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新日期',
|
||
`sys_org_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '所属部门',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of demo_field_def_val_sub
|
||
-- ----------------------------
|
||
INSERT INTO `demo_field_def_val_sub` VALUES ('15884194974080425602', '133', '管理员', '2020-05-02', '1256548579457114114', 'admin', '2020-05-03 01:02:51', NULL, NULL, 'A01');
|
||
INSERT INTO `demo_field_def_val_sub` VALUES ('15884194979201535108', '1144', '管理员', '2020-05-02', '1256548579457114114', 'admin', '2020-05-03 01:02:51', NULL, NULL, 'A01');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for jeecg_monthly_growth_analysis
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `jeecg_monthly_growth_analysis`;
|
||
CREATE TABLE `jeecg_monthly_growth_analysis` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`year` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
|
||
`month` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '月份',
|
||
`main_income` decimal(18, 2) NULL DEFAULT 0.00 COMMENT '佣金/主营收入',
|
||
`other_income` decimal(18, 2) NULL DEFAULT 0.00 COMMENT '其他收入',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB AUTO_INCREMENT = 25 CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of jeecg_monthly_growth_analysis
|
||
-- ----------------------------
|
||
INSERT INTO `jeecg_monthly_growth_analysis` VALUES (1, '2018', '1月', 114758.90, 4426054.19);
|
||
INSERT INTO `jeecg_monthly_growth_analysis` VALUES (2, '2018', '2月', 8970734.12, 1230188.67);
|
||
INSERT INTO `jeecg_monthly_growth_analysis` VALUES (3, '2018', '3月', 26755421.23, 2048836.84);
|
||
INSERT INTO `jeecg_monthly_growth_analysis` VALUES (4, '2018', '4月', 2404990.63, 374171.44);
|
||
INSERT INTO `jeecg_monthly_growth_analysis` VALUES (5, '2018', '5月', 5450793.02, 502306.10);
|
||
INSERT INTO `jeecg_monthly_growth_analysis` VALUES (6, '2018', '6月', 17186212.11, 1375154.97);
|
||
INSERT INTO `jeecg_monthly_growth_analysis` VALUES (7, '2018', '7月', 579975.67, 461483.99);
|
||
INSERT INTO `jeecg_monthly_growth_analysis` VALUES (8, '2018', '8月', 1393590.06, 330403.76);
|
||
INSERT INTO `jeecg_monthly_growth_analysis` VALUES (9, '2018', '9月', 735761.21, 1647474.92);
|
||
INSERT INTO `jeecg_monthly_growth_analysis` VALUES (10, '2018', '10月', 1670442.44, 3423368.33);
|
||
INSERT INTO `jeecg_monthly_growth_analysis` VALUES (11, '2018', '11月', 2993130.34, 3552024.00);
|
||
INSERT INTO `jeecg_monthly_growth_analysis` VALUES (12, '2018', '12月', 4206227.26, 3645614.92);
|
||
INSERT INTO `jeecg_monthly_growth_analysis` VALUES (13, '2019', '1月', 483834.66, 418046.77);
|
||
INSERT INTO `jeecg_monthly_growth_analysis` VALUES (14, '2019', '2月', 11666578.65, 731352.20);
|
||
INSERT INTO `jeecg_monthly_growth_analysis` VALUES (15, '2019', '3月', 27080982.08, 1878538.81);
|
||
INSERT INTO `jeecg_monthly_growth_analysis` VALUES (16, '2019', '4月', 0.00, 0.00);
|
||
INSERT INTO `jeecg_monthly_growth_analysis` VALUES (17, '2019', '5月', 0.00, 0.00);
|
||
INSERT INTO `jeecg_monthly_growth_analysis` VALUES (18, '2019', '6月', 0.00, 0.00);
|
||
INSERT INTO `jeecg_monthly_growth_analysis` VALUES (19, '2019', '7月', 0.00, 0.00);
|
||
INSERT INTO `jeecg_monthly_growth_analysis` VALUES (20, '2019', '8月', 0.00, 0.00);
|
||
INSERT INTO `jeecg_monthly_growth_analysis` VALUES (21, '2019', '9月', 0.00, 0.00);
|
||
INSERT INTO `jeecg_monthly_growth_analysis` VALUES (22, '2019', '10月', 0.00, 0.00);
|
||
INSERT INTO `jeecg_monthly_growth_analysis` VALUES (23, '2019', '11月', 0.00, 0.00);
|
||
INSERT INTO `jeecg_monthly_growth_analysis` VALUES (24, '2019', '12月', 0.00, 0.00);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for jeecg_order_customer
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `jeecg_order_customer`;
|
||
CREATE TABLE `jeecg_order_customer` (
|
||
`id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '主键',
|
||
`name` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '客户名',
|
||
`sex` varchar(4) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '性别',
|
||
`idcard` varchar(18) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '身份证号码',
|
||
`idcard_pic` varchar(500) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '身份证扫描件',
|
||
`telphone` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '电话1',
|
||
`order_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '外键',
|
||
`create_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间',
|
||
`update_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '修改人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '修改时间',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of jeecg_order_customer
|
||
-- ----------------------------
|
||
INSERT INTO `jeecg_order_customer` VALUES ('1256527640480821249', 'scott', '2', NULL, NULL, NULL, 'b190737bd04cca8360e6f87c9ef9ec4e', 'admin', '2020-05-02 18:15:09', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('1256527640531152898', 'x秦风', '1', NULL, NULL, NULL, 'b190737bd04cca8360e6f87c9ef9ec4e', 'admin', '2020-05-02 18:15:09', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('1256527874216800257', '小王1', '1', '', NULL, '', '9a57c850e4f68cf94ef7d8585dbaf7e6', 'admin', '2020-05-02 18:17:37', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('15538561502720', '3333', '1', '', NULL, '', '0d4a2e67b538ee1bc881e5ed34f670f0', 'jeecg-boot', '2019-03-29 18:42:55', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('15538561512681', '3332333', '2', '', NULL, '', '0d4a2e67b538ee1bc881e5ed34f670f0', 'jeecg-boot', '2019-03-29 18:42:55', 'admin', '2019-03-29 18:43:12');
|
||
INSERT INTO `jeecg_order_customer` VALUES ('15538561550142', '4442', '2', '', NULL, '', '0d4a2e67b538ee1bc881e5ed34f670f0', 'jeecg-boot', '2019-03-29 18:42:55', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('15541168497342', '444', '', '', '', '', 'f71f7f8930b5b6b1703d9948d189982b', 'admin', '2019-04-01 19:08:45', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('15541168499553', '5555', '', '', '', '', 'f71f7f8930b5b6b1703d9948d189982b', 'admin', '2019-04-01 19:08:45', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('18dc5eb1068ccdfe90e358951ca1a3d6', 'dr2', '', '', '', '', '8ab1186410a65118c4d746eb085d3bed', 'admin', '2019-04-04 17:25:33', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('195d280490fe88ca1475512ddcaf2af9', '12', NULL, NULL, NULL, NULL, '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('217a2bf83709775d2cd85bf598392327', '2', NULL, NULL, NULL, NULL, '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('22bc052ae53ed09913b946abba93fa89', '1', NULL, NULL, NULL, NULL, '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('23bafeae88126c3bf3322a29a04f0d5e', 'x秦风', NULL, NULL, NULL, NULL, '163e2efcbc6d7d54eb3f8a137da8a75a', 'jeecg-boot', '2019-03-29 18:43:59', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('25c4a552c6843f36fad6303bfa99a382', '1', NULL, NULL, NULL, NULL, '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('2d32144e2bee63264f3f16215c258381', '33333', '2', NULL, NULL, NULL, 'd908bfee3377e946e59220c4a4eb414a', 'admin', '2019-04-01 16:27:03', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('2d43170d6327f941bd1a017999495e25', '1', NULL, NULL, NULL, NULL, '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('2e5f62a8b6e0a0ce19b52a6feae23d48', '3', NULL, NULL, NULL, NULL, '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('34a1c5cf6cee360ed610ed0bed70e0f9', '导入秦风', NULL, NULL, NULL, NULL, 'a2cce75872cc8fcc47f78de9ffd378c2', 'jeecg-boot', '2019-03-29 18:43:59', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('3c87400f8109b4cf43c5598f0d40e34d', '2', NULL, NULL, NULL, NULL, '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('40964bcbbecb38e5ac15e6d08cf3cd43', '233', NULL, NULL, NULL, NULL, '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('41e3dee0b0b6e6530eccb7fbb22fd7a3', '4555', '1', '370285198602058823', NULL, '18611788674', '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('4808ae8344c7679a4a2f461db5dc3a70', '44', '1', '370285198602058823', NULL, '18611788674', '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('4b6cef12f195fad94d57279b2241770d', 'dr12', '', '', '', '', '8ab1186410a65118c4d746eb085d3bed', 'admin', '2019-04-04 17:25:33', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('524e695283f8e8c256cc24f39d6d8542', '小王', '2', '370285198604033222', NULL, '18611788674', 'eb13ab35d2946a2b0cfe3452bca1e73f', 'admin', '2019-02-25 16:29:41', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('57c2a8367db34016114cbc9fa368dba0', '2', NULL, NULL, NULL, NULL, '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('5df36a1608b8c7ac99ad9bc408fe54bf', '4', NULL, NULL, NULL, NULL, '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('6c6fd2716c2dcd044ed03c2c95d261f8', '李四', '2', '370285198602058833', '', '18611788676', 'f71f7f8930b5b6b1703d9948d189982b', 'admin', '2019-04-01 19:08:45', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('742d008214dee0afff2145555692973e', '秦风', '1', '370285198602058822', NULL, '18611788676', '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('7469c3e5d371767ff90a739d297689b5', '导入秦风', '2', NULL, NULL, NULL, '3a867ebf2cebce9bae3f79676d8d86f3', 'jeecg-boot', '2019-03-29 18:43:59', 'admin', '2019-04-08 17:35:02');
|
||
INSERT INTO `jeecg_order_customer` VALUES ('7a96e2c7b24847d4a29940dbc0eda6e5', 'drscott', NULL, NULL, NULL, NULL, 'e73434dad84ebdce2d4e0c2a2f06d8ea', 'jeecg-boot', '2019-03-29 18:43:59', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('7f5a40818e225ee18bda6da7932ac5f9', '2', NULL, NULL, NULL, NULL, '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('8011575abfd7c8085e71ff66df1124b9', '1', NULL, NULL, NULL, NULL, '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('8404f31d7196221a573c9bd6c8f15003', '小张', '1', '370285198602058211', NULL, '18611788676', 'eb13ab35d2946a2b0cfe3452bca1e73f', 'admin', '2019-02-25 16:29:41', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('859020e10a2f721f201cdbff78cf7b9f', 'scott', NULL, NULL, NULL, NULL, '163e2efcbc6d7d54eb3f8a137da8a75a', 'jeecg-boot', '2019-03-29 18:43:59', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('8cc3c4d26e3060975df3a2adb781eeb4', 'dr33', NULL, NULL, NULL, NULL, 'b2feb454e43c46b2038768899061e464', 'jeecg-boot', '2019-04-04 17:23:09', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('8d1725c23a6a50685ff0dedfd437030d', '4', NULL, NULL, NULL, NULL, '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('933cae3a79f60a93922d59aace5346ce', '小王', NULL, '370285198604033222', NULL, '18611788674', '6a719071a29927a14f19482f8693d69a', 'jeecg-boot', '2019-03-29 18:43:59', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('9bdb5400b709ba4eaf3444de475880d7', 'dr22', NULL, NULL, NULL, NULL, '22c17790dcd04b296c4a2a089f71895f', 'jeecg-boot', '2019-04-04 17:23:09', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('9f87677f70e5f864679314389443a3eb', '33', '2', '370285198602058823', NULL, '18611788674', '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('a2c2b7101f75c02deb328ba777137897', '44', '2', '370285198602058823', NULL, '18611788674', '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('ab4d002dc552c326147e318c87d3bed4', '小红1', '1', '370285198604033222', NULL, '18611755848', '9a57c850e4f68cf94ef7d8585dbaf7e6', 'admin', '2020-05-02 18:17:37', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('ad116f722a438e5f23095a0b5fcc8e89', 'dr秦风', NULL, NULL, NULL, NULL, 'e73434dad84ebdce2d4e0c2a2f06d8ea', 'jeecg-boot', '2019-03-29 18:43:59', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('b1ba147b75f5eaa48212586097fc3fd1', '2', NULL, NULL, NULL, NULL, '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('b43bf432c251f0e6b206e403b8ec29bc', 'lisi', NULL, NULL, NULL, NULL, 'f8889aaef6d1bccffd98d2889c0aafb5', 'jeecg-boot', '2019-03-29 18:43:59', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('bcdd300a7d44c45a66bdaac14903c801', '33', NULL, NULL, NULL, NULL, '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('beb983293e47e2dc1a9b3d649aa3eb34', 'ddd3', NULL, NULL, NULL, NULL, 'd908bfee3377e946e59220c4a4eb414a', 'admin', '2019-04-01 16:27:03', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('c219808196406f1b8c7f1062589de4b5', '44', '1', '370285198602058823', NULL, '18611788674', '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('c8ed061d4b27c0c7a64e100f2b1c8ab5', '张经理', '2', '370285198602058823', NULL, '18611788674', '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('cc5de4af7f06cd6d250965ebe92a0395', '1', NULL, NULL, NULL, NULL, '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('cf8817bd703bf7c7c77a2118edc26cc7', '1', NULL, NULL, NULL, NULL, '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('d72b26fae42e71270fce2097a88da58a', '导入scott', NULL, 'www', NULL, NULL, '3a867ebf2cebce9bae3f79676d8d86f3', 'jeecg-boot', '2019-03-29 18:43:59', 'admin', '2019-04-08 17:35:05');
|
||
INSERT INTO `jeecg_order_customer` VALUES ('dbdc60a6ac1a8c43f24afee384039b68', 'xiaowang', NULL, NULL, NULL, NULL, 'f8889aaef6d1bccffd98d2889c0aafb5', 'jeecg-boot', '2019-03-29 18:43:59', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('dc5883b50466de94d900919ed96d97af', '33', '1', '370285198602058823', NULL, '18611788674', '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('deeb73e553ad8dc0a0b3cfd5a338de8e', '3333', NULL, NULL, NULL, NULL, '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('e2570278bf189ac05df3673231326f47', '1', NULL, NULL, NULL, NULL, '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('e39cb23bb950b2bdedfc284686c6128a', '1', NULL, NULL, NULL, NULL, '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('e46fe9111a9100844af582a18a2aa402', '1', NULL, NULL, NULL, NULL, '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('ee7af0acb9beb9bf8d8b3819a8a7fdc3', '2', NULL, NULL, NULL, NULL, '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('f5d2605e844192d9e548f9bd240ac908', '小张', NULL, '370285198602058211', NULL, '18611788676', '6a719071a29927a14f19482f8693d69a', 'jeecg-boot', '2019-03-29 18:43:59', NULL, NULL);
|
||
INSERT INTO `jeecg_order_customer` VALUES ('f6db6547382126613a3e46e7cd58a5f2', '导入scott', NULL, NULL, NULL, NULL, 'a2cce75872cc8fcc47f78de9ffd378c2', 'jeecg-boot', '2019-03-29 18:43:59', NULL, NULL);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for jeecg_order_main
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `jeecg_order_main`;
|
||
CREATE TABLE `jeecg_order_main` (
|
||
`id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '主键',
|
||
`order_code` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '订单号',
|
||
`ctype` varchar(500) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '订单类型',
|
||
`order_date` datetime(0) NULL DEFAULT NULL COMMENT '订单日期',
|
||
`order_money` double(10, 3) NULL DEFAULT NULL COMMENT '订单金额',
|
||
`content` varchar(500) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '订单备注',
|
||
`create_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间',
|
||
`update_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '修改人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '修改时间',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of jeecg_order_main
|
||
-- ----------------------------
|
||
INSERT INTO `jeecg_order_main` VALUES ('163e2efcbc6d7d54eb3f8a137da8a75a', 'B100', NULL, NULL, 3000.000, NULL, 'jeecg-boot', '2019-03-29 18:43:59', NULL, NULL);
|
||
INSERT INTO `jeecg_order_main` VALUES ('3a867ebf2cebce9bae3f79676d8d86f3', '导入B100', '2222', NULL, 3000.000, NULL, 'jeecg-boot', '2019-03-29 18:43:59', 'admin', '2019-04-08 17:35:13');
|
||
INSERT INTO `jeecg_order_main` VALUES ('4cba137333127e8e31df7ad168cc3732', '青岛订单A0001', '2', '2019-04-03 10:56:07', NULL, NULL, 'admin', '2019-04-03 10:56:11', NULL, NULL);
|
||
INSERT INTO `jeecg_order_main` VALUES ('54e739bef5b67569c963c38da52581ec', 'NC911', '1', '2019-02-18 09:58:51', 40.000, NULL, 'admin', '2019-02-18 09:58:47', 'admin', '2019-02-18 09:58:59');
|
||
INSERT INTO `jeecg_order_main` VALUES ('6a719071a29927a14f19482f8693d69a', 'c100', NULL, NULL, 5000.000, NULL, 'jeecg-boot', '2019-03-29 18:43:59', NULL, NULL);
|
||
INSERT INTO `jeecg_order_main` VALUES ('8ab1186410a65118c4d746eb085d3bed', '导入400', '1', '2019-02-18 09:58:51', 40.000, NULL, 'admin', '2019-02-18 09:58:47', 'admin', '2019-02-18 09:58:59');
|
||
INSERT INTO `jeecg_order_main` VALUES ('9a57c850e4f68cf94ef7d8585dbaf7e6', 'halou001', '1', '2019-04-04 17:30:32', 500.000, NULL, 'admin', '2019-04-04 17:30:41', 'admin', '2020-05-02 18:17:36');
|
||
INSERT INTO `jeecg_order_main` VALUES ('a2cce75872cc8fcc47f78de9ffd378c2', '导入B100', NULL, NULL, 3000.000, NULL, 'jeecg-boot', '2019-03-29 18:43:59', NULL, NULL);
|
||
INSERT INTO `jeecg_order_main` VALUES ('b190737bd04cca8360e6f87c9ef9ec4e', 'B0018888', '1', NULL, NULL, NULL, 'admin', '2019-02-15 18:39:29', 'admin', '2020-05-02 18:15:09');
|
||
INSERT INTO `jeecg_order_main` VALUES ('d908bfee3377e946e59220c4a4eb414a', 'SSSS001', NULL, NULL, 599.000, NULL, 'admin', '2019-04-01 15:43:03', 'admin', '2019-04-01 16:26:52');
|
||
INSERT INTO `jeecg_order_main` VALUES ('e73434dad84ebdce2d4e0c2a2f06d8ea', '导入200', NULL, NULL, 3000.000, NULL, 'jeecg-boot', '2019-03-29 18:43:59', NULL, NULL);
|
||
INSERT INTO `jeecg_order_main` VALUES ('eb13ab35d2946a2b0cfe3452bca1e73f', 'BJ9980', '1', NULL, 90.000, NULL, 'admin', '2019-02-16 17:36:42', 'admin', '2019-02-16 17:46:16');
|
||
INSERT INTO `jeecg_order_main` VALUES ('f71f7f8930b5b6b1703d9948d189982b', 'BY911', NULL, '2019-04-06 19:08:39', NULL, NULL, 'admin', '2019-04-01 16:36:02', 'admin', '2019-04-01 16:36:08');
|
||
INSERT INTO `jeecg_order_main` VALUES ('f8889aaef6d1bccffd98d2889c0aafb5', 'A100', NULL, '2018-10-10 00:00:00', 6000.000, NULL, 'jeecg-boot', '2019-03-29 18:43:59', NULL, NULL);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for jeecg_order_ticket
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `jeecg_order_ticket`;
|
||
CREATE TABLE `jeecg_order_ticket` (
|
||
`id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '主键',
|
||
`ticket_code` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '航班号',
|
||
`tickect_date` datetime(0) NULL DEFAULT NULL COMMENT '航班时间',
|
||
`order_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '外键',
|
||
`create_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间',
|
||
`update_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '修改人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '修改时间',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of jeecg_order_ticket
|
||
-- ----------------------------
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('0f0e3a40a215958f807eea08a6e1ac0a', '88', NULL, '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('0fa3bd0bbcf53650c0bb3c0cac6d8cb7', 'ffff', '2019-02-21 00:00:00', 'eb13ab35d2946a2b0cfe3452bca1e73f', 'admin', '2019-02-25 16:29:41', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('1256527640543735810', '222', '2019-02-23 00:00:00', 'b190737bd04cca8360e6f87c9ef9ec4e', 'admin', '2020-05-02 18:15:09', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('1256527640560513025', '111', '2019-02-01 00:00:00', 'b190737bd04cca8360e6f87c9ef9ec4e', 'admin', '2020-05-02 18:15:09', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('14221afb4f5f749c1deef26ac56fdac3', '33', '2019-03-09 00:00:00', '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('15538561502730', '222', NULL, '0d4a2e67b538ee1bc881e5ed34f670f0', 'jeecg-boot', '2019-03-29 18:42:55', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('15538561526461', '2244', '2019-03-29 00:00:00', '0d4a2e67b538ee1bc881e5ed34f670f0', 'jeecg-boot', '2019-03-29 18:42:55', 'admin', '2019-03-29 18:43:26');
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('15541168478913', 'hhhhh', NULL, 'f71f7f8930b5b6b1703d9948d189982b', 'admin', '2019-04-01 19:08:45', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('18905bc89ee3851805aab38ed3b505ec', '44', NULL, '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('1f809cbd26f4e574697e1c10de575d72', 'A100', NULL, 'e73434dad84ebdce2d4e0c2a2f06d8ea', 'jeecg-boot', '2019-03-29 18:43:59', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('21051adb51529bdaa8798b5a3dd7f7f7', 'C10029', '2019-02-20 00:00:00', '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('269576e766b917f8b6509a2bb0c4d4bd', 'A100', NULL, '163e2efcbc6d7d54eb3f8a137da8a75a', 'jeecg-boot', '2019-03-29 18:43:59', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('2d473ffc79e5b38a17919e15f8b7078e', '66', '2019-03-29 00:00:00', '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('3655b66fca5fef9c6aac6d70182ffda2', 'AA123', '2019-04-01 00:00:00', 'd908bfee3377e946e59220c4a4eb414a', 'admin', '2019-04-01 16:27:03', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('365d5919155473ade45840fd626c51a9', 'dddd', '2019-04-04 17:25:29', '8ab1186410a65118c4d746eb085d3bed', 'admin', '2019-04-04 17:25:33', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('4889a782e78706ab4306a925cfb163a5', 'C34', '2019-04-01 00:00:00', 'd908bfee3377e946e59220c4a4eb414a', 'admin', '2019-04-01 16:35:00', 'admin', '2019-04-01 16:35:07');
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('48d385796382cf87fa4bdf13b42d9a28', '导入A100', NULL, '3a867ebf2cebce9bae3f79676d8d86f3', 'jeecg-boot', '2019-03-29 18:43:59', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('541faed56efbeb4be9df581bd8264d3a', '88', NULL, '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('57a27a7dfd6a48e7d981f300c181b355', '6', '2019-03-30 00:00:00', '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('5ce4dc439c874266e42e6c0ff8dc8b5c', '导入A100', NULL, 'a2cce75872cc8fcc47f78de9ffd378c2', 'jeecg-boot', '2019-03-29 18:43:59', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('645a06152998a576c051474157625c41', '88', '2019-04-04 17:25:31', '8ab1186410a65118c4d746eb085d3bed', 'admin', '2019-04-04 17:25:33', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('6e3562f2571ea9e96b2d24497b5f5eec', '55', '2019-03-23 00:00:00', '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('8fd2b389151568738b1cc4d8e27a6110', '导入A100', NULL, 'a2cce75872cc8fcc47f78de9ffd378c2', 'jeecg-boot', '2019-03-29 18:43:59', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('93f1a84053e546f59137432ff5564cac', '55', NULL, '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('969ddc5d2e198d50903686917f996470', 'A10029', '2019-04-01 00:00:00', 'f71f7f8930b5b6b1703d9948d189982b', 'admin', '2019-04-01 19:08:45', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('96e7303a8d22a5c384e08d7bcf7ac2bf', 'A100', NULL, 'e73434dad84ebdce2d4e0c2a2f06d8ea', 'jeecg-boot', '2019-03-29 18:43:59', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('9e8a3336f6c63f558f2b68ce2e1e666e', '深圳1001', '2020-05-02 00:00:00', '9a57c850e4f68cf94ef7d8585dbaf7e6', 'admin', '2020-05-02 18:17:37', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('a28db02c810c65660015095cb81ed434', 'A100', NULL, 'f8889aaef6d1bccffd98d2889c0aafb5', 'jeecg-boot', '2019-03-29 18:43:59', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('b217bb0e4ec6a45b6cbf6db880060c0f', 'A100', NULL, '6a719071a29927a14f19482f8693d69a', 'jeecg-boot', '2019-03-29 18:43:59', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('ba708df70bb2652ed1051a394cfa0bb3', '333', NULL, '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('beabbfcb195d39bedeeafe8318794562', 'A1345', '2019-04-01 00:00:00', 'd908bfee3377e946e59220c4a4eb414a', 'admin', '2019-04-01 16:27:04', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('bf450223cb505f89078a311ef7b6ed16', '777', '2019-03-30 00:00:00', '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('c06165b6603e3e1335db187b3c841eef', '北京2001', '2020-05-23 00:00:00', '9a57c850e4f68cf94ef7d8585dbaf7e6', 'admin', '2020-05-02 18:17:37', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('c113136abc26ace3a6da4e41d7dc1c7e', '44', '2019-03-15 00:00:00', '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('c1abdc2e30aeb25de13ad6ee3488ac24', '77', '2019-03-22 00:00:00', '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('c23751a7deb44f553ce50a94948c042a', '33', '2019-03-09 00:00:00', '8ab1186410a65118c4d746eb085d3bed', 'admin', '2019-04-04 17:25:33', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('c64547666b634b3d6a0feedcf05f25ce', 'C10019', '2019-04-01 00:00:00', 'f71f7f8930b5b6b1703d9948d189982b', 'admin', '2019-04-01 19:08:45', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('c8b8d3217f37da78dddf711a1f7da485', 'A100', NULL, '163e2efcbc6d7d54eb3f8a137da8a75a', 'jeecg-boot', '2019-03-29 18:43:59', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('cab691c1c1ff7a6dfd7248421917fd3c', 'A100', NULL, 'f8889aaef6d1bccffd98d2889c0aafb5', 'jeecg-boot', '2019-03-29 18:43:59', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('cca10a9a850b456d9b72be87da7b0883', '77', NULL, '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('d2fbba11f4814d9b1d3cb1a3f342234a', 'C10019', '2019-02-18 00:00:00', '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('dbdb07a16826808e4276e84b2aa4731a', '导入A100', NULL, '3a867ebf2cebce9bae3f79676d8d86f3', 'jeecg-boot', '2019-03-29 18:43:59', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('e7075639c37513afc0bbc4bf7b5d98b9', '88', NULL, '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('fa759dc104d0371f8aa28665b323dab6', '888', NULL, '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
INSERT INTO `jeecg_order_ticket` VALUES ('ff197da84a9a3af53878eddc91afbb2e', '33', NULL, '54e739bef5b67569c963c38da52581ec', 'admin', '2019-03-15 16:50:15', NULL, NULL);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for jeecg_project_nature_income
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `jeecg_project_nature_income`;
|
||
CREATE TABLE `jeecg_project_nature_income` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`nature` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '项目性质',
|
||
`insurance_fee` decimal(18, 2) NULL DEFAULT 0.00 COMMENT '保险经纪佣金费',
|
||
`risk_consulting_fee` decimal(18, 2) NULL DEFAULT 0.00 COMMENT '风险咨询费',
|
||
`evaluation_fee` decimal(18, 2) NULL DEFAULT 0.00 COMMENT '承保公估评估费',
|
||
`insurance_evaluation_fee` decimal(18, 2) NULL DEFAULT 0.00 COMMENT '保险公估费',
|
||
`bidding_consulting_fee` decimal(18, 2) NULL DEFAULT 0.00 COMMENT '投标咨询费',
|
||
`interol_consulting_fee` decimal(18, 2) NULL DEFAULT 0.00 COMMENT '内控咨询费',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB AUTO_INCREMENT = 9 CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of jeecg_project_nature_income
|
||
-- ----------------------------
|
||
INSERT INTO `jeecg_project_nature_income` VALUES (1, '市场化-电商业务', 4865.41, 0.00, 0.00, 0.00, 0.00, 0.00);
|
||
INSERT INTO `jeecg_project_nature_income` VALUES (2, '统筹型', 35767081.88, 0.00, 0.00, 0.00, 0.00, 0.00);
|
||
INSERT INTO `jeecg_project_nature_income` VALUES (3, '市场化-非股东', 1487045.35, 0.00, 0.00, 0.00, 0.00, 0.00);
|
||
INSERT INTO `jeecg_project_nature_income` VALUES (4, '市场化-参控股', 382690.56, 0.00, 0.00, 0.00, 0.00, 0.00);
|
||
INSERT INTO `jeecg_project_nature_income` VALUES (5, '市场化-员工福利', 256684.91, 0.00, 0.00, 0.00, 0.00, 0.00);
|
||
INSERT INTO `jeecg_project_nature_income` VALUES (6, '市场化-再保险', 563451.03, 0.00, 0.00, 0.00, 0.00, 0.00);
|
||
INSERT INTO `jeecg_project_nature_income` VALUES (7, '市场化-海外业务', 760576.25, 770458.75, 0.00, 0.00, 0.00, 0.00);
|
||
INSERT INTO `jeecg_project_nature_income` VALUES (8, '市场化-风险咨询', 910183.93, 0.00, 0.00, 0.00, 0.00, 226415.09);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for joa_demo
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `joa_demo`;
|
||
CREATE TABLE `joa_demo` (
|
||
`id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT 'ID',
|
||
`name` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '请假人',
|
||
`days` int(11) NULL DEFAULT NULL COMMENT '请假天数',
|
||
`begin_date` datetime(0) NULL DEFAULT NULL COMMENT '开始时间',
|
||
`end_date` datetime(0) NULL DEFAULT NULL COMMENT '请假结束时间',
|
||
`reason` varchar(500) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '请假原因',
|
||
`bpm_status` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT '1' COMMENT '流程状态',
|
||
`create_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人id',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '修改时间',
|
||
`update_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '修改人id'
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '流程测试' ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for onl_auth_data
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `onl_auth_data`;
|
||
CREATE TABLE `onl_auth_data` (
|
||
`id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '主键',
|
||
`cgform_id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT 'online表ID',
|
||
`rule_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '规则名',
|
||
`rule_column` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '规则列',
|
||
`rule_operator` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '规则条件 大于小于like',
|
||
`rule_value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '规则值',
|
||
`status` int(11) NULL DEFAULT NULL COMMENT '1有效 0无效',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间',
|
||
`create_by` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`update_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '更新人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新日期',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for onl_auth_page
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `onl_auth_page`;
|
||
CREATE TABLE `onl_auth_page` (
|
||
`id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT ' 主键',
|
||
`cgform_id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT 'online表id',
|
||
`code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '字段名/按钮编码',
|
||
`type` int(11) NULL DEFAULT NULL COMMENT '1字段 2按钮',
|
||
`control` int(11) NULL DEFAULT NULL COMMENT '3可编辑 5可见(仅支持两种状态值3,5)',
|
||
`page` int(11) NULL DEFAULT NULL COMMENT '3列表 5表单(仅支持两种状态值3,5)',
|
||
`status` int(11) NULL DEFAULT NULL COMMENT '1有效 0无效',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间',
|
||
`create_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`update_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '更新人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新日期',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for onl_auth_relation
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `onl_auth_relation`;
|
||
CREATE TABLE `onl_auth_relation` (
|
||
`id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`role_id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '角色id',
|
||
`auth_id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '权限id',
|
||
`type` int(11) NULL DEFAULT NULL COMMENT '1字段 2按钮 3数据权限',
|
||
`cgform_id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT 'online表单ID',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for onl_cgform_button
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `onl_cgform_button`;
|
||
CREATE TABLE `onl_cgform_button` (
|
||
`ID` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '主键ID',
|
||
`BUTTON_CODE` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '按钮编码',
|
||
`BUTTON_ICON` varchar(20) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '按钮图标',
|
||
`BUTTON_NAME` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '按钮名称',
|
||
`BUTTON_STATUS` varchar(2) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '按钮状态',
|
||
`BUTTON_STYLE` varchar(20) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '按钮样式',
|
||
`EXP` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '表达式',
|
||
`CGFORM_HEAD_ID` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '表单ID',
|
||
`OPT_TYPE` varchar(20) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '按钮类型',
|
||
`ORDER_NUM` int(11) NULL DEFAULT NULL COMMENT '排序',
|
||
`OPT_POSITION` varchar(3) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '按钮位置1侧面 2底部',
|
||
PRIMARY KEY (`ID`) USING BTREE,
|
||
INDEX `index_formid`(`CGFORM_HEAD_ID`) USING BTREE,
|
||
INDEX `index_button_code`(`BUTTON_CODE`) USING BTREE,
|
||
INDEX `index_button_status`(`BUTTON_STATUS`) USING BTREE,
|
||
INDEX `index_button_order`(`ORDER_NUM`) USING BTREE,
|
||
INDEX `idx_ocb_CGFORM_HEAD_ID`(`CGFORM_HEAD_ID`) USING BTREE,
|
||
INDEX `idx_ocb_BUTTON_CODE`(`BUTTON_CODE`) USING BTREE,
|
||
INDEX `idx_ocb_BUTTON_STATUS`(`BUTTON_STATUS`) USING BTREE,
|
||
INDEX `idx_ocb_ORDER_NUM`(`ORDER_NUM`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = 'Online表单自定义按钮' ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of onl_cgform_button
|
||
-- ----------------------------
|
||
INSERT INTO `onl_cgform_button` VALUES ('108a564643763de3f4c81bc2deb463df', 'bt1', NULL, '激活', '1', 'button', NULL, '05a3a30dada7411c9109306aa4117068', 'js', NULL, '2');
|
||
INSERT INTO `onl_cgform_button` VALUES ('7c140322fb6b1da7a5daed8b6edc0fb7', 'tjbpm', NULL, '提交流程', '1', 'link', NULL, '05a3a30dada7411c9109306aa4117068', 'js', NULL, '2');
|
||
INSERT INTO `onl_cgform_button` VALUES ('a45bc1c6fba96be6b0c91ffcdd6b54aa', 'genereate_person_config', 'icon-edit', '生成配置', '1', 'link', NULL, 'e2faf977fdaf4b25a524f58c2441a51c', 'js', NULL, '2');
|
||
INSERT INTO `onl_cgform_button` VALUES ('cc1d12de57a1a41d3986ed6d13e3ac11', '链接按钮测试', 'icon-edit', '自定义link', '1', 'link', NULL, 'd35109c3632c4952a19ecc094943dd71', 'js', NULL, '2');
|
||
INSERT INTO `onl_cgform_button` VALUES ('e2a339b9fdb4091bee98408c233ab36d', 'zuofei', NULL, '作废', '1', 'form', NULL, '05a3a30dada7411c9109306aa4117068', 'js', NULL, '2');
|
||
INSERT INTO `onl_cgform_button` VALUES ('ebcc48ef0bde4433a6faf940a5e170c1', 'button按钮测试', 'icon-edit', '自定义button', '1', 'button', NULL, 'd35109c3632c4952a19ecc094943dd71', 'js', NULL, '2');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for onl_cgform_enhance_java
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `onl_cgform_enhance_java`;
|
||
CREATE TABLE `onl_cgform_enhance_java` (
|
||
`ID` varchar(36) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
|
||
`BUTTON_CODE` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '按钮编码',
|
||
`CG_JAVA_TYPE` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '类型',
|
||
`CG_JAVA_VALUE` varchar(200) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '数值',
|
||
`CGFORM_HEAD_ID` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '表单ID',
|
||
`ACTIVE_STATUS` varchar(2) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT '1' COMMENT '生效状态',
|
||
`EVENT` varchar(10) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'end' COMMENT '事件状态(end:结束,start:开始)',
|
||
PRIMARY KEY (`ID`) USING BTREE,
|
||
INDEX `index_fmid`(`CGFORM_HEAD_ID`) USING BTREE,
|
||
INDEX `index_buttoncode`(`BUTTON_CODE`) USING BTREE,
|
||
INDEX `index_status`(`ACTIVE_STATUS`) USING BTREE,
|
||
INDEX `idx_ejava_cgform_head_id`(`CGFORM_HEAD_ID`) USING BTREE,
|
||
INDEX `idx_ocej_BUTTON_CODE`(`BUTTON_CODE`) USING BTREE,
|
||
INDEX `idx_ocej_ACTIVE_STATUS`(`ACTIVE_STATUS`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for onl_cgform_enhance_js
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `onl_cgform_enhance_js`;
|
||
CREATE TABLE `onl_cgform_enhance_js` (
|
||
`ID` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '主键ID',
|
||
`CG_JS` longtext CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT 'JS增强内容',
|
||
`CG_JS_TYPE` varchar(20) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '类型',
|
||
`CONTENT` varchar(1000) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '备注',
|
||
`CGFORM_HEAD_ID` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '表单ID',
|
||
PRIMARY KEY (`ID`) USING BTREE,
|
||
INDEX `index_fmid`(`CGFORM_HEAD_ID`) USING BTREE,
|
||
INDEX `index_jstype`(`CG_JS_TYPE`) USING BTREE,
|
||
INDEX `idx_ejs_cgform_head_id`(`CGFORM_HEAD_ID`) USING BTREE,
|
||
INDEX `idx_ejs_cg_js_type`(`CG_JS_TYPE`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of onl_cgform_enhance_js
|
||
-- ----------------------------
|
||
INSERT INTO `onl_cgform_enhance_js` VALUES ('0b326acbbc8e52c9c9ecdb19342fc3cf', '', 'form', NULL, '05a3a30dada7411c9109306aa4117068');
|
||
INSERT INTO `onl_cgform_enhance_js` VALUES ('274b5d741a0262d3411958f0c465c5f0', 'genereate_person_config(row){\nconsole.log(\'选择\',row)\nalert(row.name + \',个人积分配置生成成功!\');\n}', 'list', NULL, 'e2faf977fdaf4b25a524f58c2441a51c');
|
||
INSERT INTO `onl_cgform_enhance_js` VALUES ('2cbaf25f1edb620bea2d8de07f8233a1', 'air_china_post_materiel_item_onlChange(){\n return {\n wl_name(){\n \n let id = event.row.id\n let cnum = event.row.num\n let value = event.value\n let targrt = event.target\n let columnKey = event.column.key\n let nval = 200*cnum\n console.log(\'row\',event.row);\n console.log(\'cnum\',cnum);\n let otherValues = {\'jifen\': nval}\n \n that.triggleChangeValues(targrt,id,otherValues)\n\n }\n }\n}', 'form', NULL, 'e67d26b610dd414c884c4dbb24e71ce3');
|
||
INSERT INTO `onl_cgform_enhance_js` VALUES ('32e7b7373abe0fb9c4dd608b4517f814', '', 'form', NULL, '53a3e82b54b946c2b904f605875a275c');
|
||
INSERT INTO `onl_cgform_enhance_js` VALUES ('35d4ef464e5e8c87c9aa82ea89215fc1', '', 'list', NULL, 'e67d26b610dd414c884c4dbb24e71ce3');
|
||
INSERT INTO `onl_cgform_enhance_js` VALUES ('44cad4eec436328ed3cc134855f8d1d5', ' onlChange(){\n return {\n name(that, event) {\n that.executeMainFillRule()\n }\n }\n }', 'form', NULL, '4adec929a6594108bef5b35ee9966e9f');
|
||
INSERT INTO `onl_cgform_enhance_js` VALUES ('4569bc0e6126d2b8a0e0c69b9a47e8db', '', 'list', NULL, '56efb74326e74064b60933f6f8af30ea');
|
||
INSERT INTO `onl_cgform_enhance_js` VALUES ('6dd82d8eac166627302230a809233481', 'ces_order_goods_onlChange(){\n return {\n num(){\n \n let id = event.row.id\n let num = event.row.num\n let price = event.row.price\n\n let targrt = event.target\n \n let nval = price*num\n console.log(\'row\',event.row);\n console.log(\'num\',num);\n console.log(\'that\',that);\n let otherValues = {\'zong_price\': nval}\n \n that.triggleChangeValues(otherValues,id,targrt)\n \n\n }\n }\n}', 'form', NULL, '56efb74326e74064b60933f6f8af30ea');
|
||
INSERT INTO `onl_cgform_enhance_js` VALUES ('85e7acd772c8ec322b97a1fd548007e0', '', 'form', NULL, '09fd28e4b7184c1a9668496a5c496450');
|
||
INSERT INTO `onl_cgform_enhance_js` VALUES ('8b76f282ddc81ce99a129e90fdd977ce', '', 'form', NULL, '86bf17839a904636b7ed96201b2fa6ea');
|
||
INSERT INTO `onl_cgform_enhance_js` VALUES ('90394fbc3d48978cc0937bc56f2d5370', '', 'list', NULL, 'deea5a8ec619460c9245ba85dbc59e80');
|
||
INSERT INTO `onl_cgform_enhance_js` VALUES ('ae9cf52fbe13cc718de2de6e1b3d6792', '', 'list', NULL, '18f064d1ef424c93ba7a16148851664f');
|
||
INSERT INTO `onl_cgform_enhance_js` VALUES ('beec235f0b2d633ff3a6c395affdf59d', '', 'list', NULL, '4adec929a6594108bef5b35ee9966e9f');
|
||
INSERT INTO `onl_cgform_enhance_js` VALUES ('c5ac9a2b2fd92ef68274f630b8aec78a', 'tjbpm(row){\n alert(\'提交流程\')\n console.log(\'row\',row)\n}\n\nbt1(){\n console.log(\'that.table.selectionRows\',that.table.selectionRows)\n console.log(\'that.table.selectedRowKeys\',that.table.selectedRowKeys)\n console.log(\'that.table.dataSource\',that.table.dataSource)\n alert(\'激活全部数据\')\n}', 'list', NULL, '05a3a30dada7411c9109306aa4117068');
|
||
INSERT INTO `onl_cgform_enhance_js` VALUES ('d7ddb7aa407f6deed75aac11f0a25f0e', '222', 'list', NULL, '09fd28e4b7184c1a9668496a5c496450');
|
||
INSERT INTO `onl_cgform_enhance_js` VALUES ('f6f8f230566d09d4b66338955ffb5691', '', 'form', NULL, '18f064d1ef424c93ba7a16148851664f');
|
||
INSERT INTO `onl_cgform_enhance_js` VALUES ('fd711738f58d5481ca0ce9bc3a415223', '', 'list', NULL, '86bf17839a904636b7ed96201b2fa6ea');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for onl_cgform_enhance_sql
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `onl_cgform_enhance_sql`;
|
||
CREATE TABLE `onl_cgform_enhance_sql` (
|
||
`ID` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '主键ID',
|
||
`BUTTON_CODE` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '按钮编码',
|
||
`CGB_SQL` longtext CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT 'SQL内容',
|
||
`CGB_SQL_NAME` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT 'Sql名称',
|
||
`CONTENT` varchar(1000) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '备注',
|
||
`CGFORM_HEAD_ID` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '表单ID',
|
||
PRIMARY KEY (`ID`) USING BTREE,
|
||
INDEX `index_formid`(`CGFORM_HEAD_ID`) USING BTREE,
|
||
INDEX `idx_oces_CGFORM_HEAD_ID`(`CGFORM_HEAD_ID`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of onl_cgform_enhance_sql
|
||
-- ----------------------------
|
||
INSERT INTO `onl_cgform_enhance_sql` VALUES ('0ebf418bd02f486342123eaf84cd39ad', 'add', '', NULL, '', '18f064d1ef424c93ba7a16148851664f');
|
||
INSERT INTO `onl_cgform_enhance_sql` VALUES ('5ab418a13fd0bbf30ee9dd04203f3c28', 'add', '', NULL, '', '4adec929a6594108bef5b35ee9966e9f');
|
||
INSERT INTO `onl_cgform_enhance_sql` VALUES ('8750b93ba5332460c76c492359d7a06b', 'edit', '', NULL, '', '18f064d1ef424c93ba7a16148851664f');
|
||
INSERT INTO `onl_cgform_enhance_sql` VALUES ('c1ba45b6ee70e4662b5ec95f8fdcb31f', 'add', '', NULL, '', '05a3a30dada7411c9109306aa4117068');
|
||
INSERT INTO `onl_cgform_enhance_sql` VALUES ('edfab059050b19328ac81e6833b5ebc2', 'delete', '', NULL, '', '18f064d1ef424c93ba7a16148851664f');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for onl_cgform_field
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `onl_cgform_field`;
|
||
CREATE TABLE `onl_cgform_field` (
|
||
`id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '主键ID',
|
||
`cgform_head_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '表ID',
|
||
`db_field_name` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '字段名字',
|
||
`db_field_txt` varchar(200) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '字段备注',
|
||
`db_field_name_old` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '原字段名',
|
||
`db_is_key` tinyint(1) NULL DEFAULT NULL COMMENT '是否主键 0否 1是',
|
||
`db_is_null` tinyint(1) NULL DEFAULT NULL COMMENT '是否允许为空0否 1是',
|
||
`db_type` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '数据库字段类型',
|
||
`db_length` int(11) NOT NULL COMMENT '数据库字段长度',
|
||
`db_point_length` int(11) NULL DEFAULT NULL COMMENT '小数点',
|
||
`db_default_val` varchar(20) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '表字段默认值',
|
||
`dict_field` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '字典code',
|
||
`dict_table` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '字典表',
|
||
`dict_text` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '字典Text',
|
||
`field_show_type` varchar(10) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '表单控件类型',
|
||
`field_href` varchar(200) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '跳转URL',
|
||
`field_length` int(11) NULL DEFAULT NULL COMMENT '表单控件长度',
|
||
`field_valid_type` varchar(300) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '表单字段校验规则',
|
||
`field_must_input` varchar(2) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '字段是否必填',
|
||
`field_extend_json` varchar(500) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '扩展参数JSON',
|
||
`field_default_value` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '控件默认值,不同的表达式展示不同的结果。\r\n1. 纯字符串直接赋给默认值;\r\n2. #{普通变量};\r\n3. {{ 动态JS表达式 }};\r\n4. ${填值规则编码};\r\n填值规则表达式只允许存在一个,且不能和其他规则混用。',
|
||
`is_query` tinyint(1) NULL DEFAULT NULL COMMENT '是否查询条件0否 1是',
|
||
`is_show_form` tinyint(1) NULL DEFAULT NULL COMMENT '表单是否显示0否 1是',
|
||
`is_show_list` tinyint(1) NULL DEFAULT NULL COMMENT '列表是否显示0否 1是',
|
||
`is_read_only` tinyint(1) NULL DEFAULT 0 COMMENT '是否是只读(1是 0否)',
|
||
`query_mode` varchar(10) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '查询模式',
|
||
`main_table` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '外键主表名',
|
||
`main_field` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '外键主键字段',
|
||
`order_num` int(11) NULL DEFAULT NULL COMMENT '排序',
|
||
`update_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '修改人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '修改时间',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间',
|
||
`create_by` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`converter` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '自定义值转换器',
|
||
`query_def_val` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '查询默认值',
|
||
`query_dict_text` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '查询配置字典text',
|
||
`query_dict_field` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '查询配置字典code',
|
||
`query_dict_table` varchar(500) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '查询配置字典table',
|
||
`query_show_type` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '查询显示控件',
|
||
`query_config_flag` varchar(3) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '是否启用查询配置1是0否',
|
||
`query_valid_type` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '查询字段校验类型',
|
||
`query_must_input` varchar(3) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '查询字段是否必填1是0否',
|
||
`sort_flag` varchar(3) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '是否支持排序1是0否',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
INDEX `inex_table_id`(`cgform_head_id`) USING BTREE,
|
||
INDEX `idx_ocf_cgform_head_id`(`cgform_head_id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of onl_cgform_field
|
||
-- ----------------------------
|
||
INSERT INTO `onl_cgform_field` VALUES ('0021c969dc23a9150d6f70a13b52e73e', '402860816aa5921f016aa5921f480000', 'begin_date', '开始时间', 'begin_date', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 4, 'admin', '2019-05-11 15:31:54', '2019-05-11 14:26:19', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('020c1622c3df0aef30185f57874f6959', '79091e8277c744158530321513119c68', 'bpm_status', '流程状态', NULL, 0, 1, 'String', 32, 0, '1', 'bpm_status', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 1, 0, 'single', '', '', 8, 'admin', '2019-05-11 15:29:47', '2019-05-11 15:29:26', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('02b20e692456403e2fed1a89a06833b4', '402860816bff91c0016bff91d2810005', 'phone', '联系方式', 'phone', 0, 1, 'string', 20, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 8, 'admin', '2019-07-19 18:05:55', '2019-07-17 18:54:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('02b4ee2612d569cd187877eea6559e87', '402881e6760269a20176026a22e70001', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', NULL, NULL, 5, NULL, NULL, '2020-11-26 10:37:59', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('03668009f0ad92b20abb1a377197ee47', 'deea5a8ec619460c9245ba85dbc59e80', 'order_fk_id', '订单外键ID', NULL, 0, 0, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', 'test_order_main', 'id', 10, 'admin', '2020-05-03 01:01:18', '2019-04-20 11:42:53', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('03709092184fdf4a66b0cdb4dd10a159', '402860816bff91c0016bffa220a9000b', 'bpm_status', '流程状态', NULL, 0, 1, 'String', 32, 0, '1', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 46, 'admin', '2019-07-22 16:15:32', '2019-07-19 15:34:44', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('03988419d751a330c2b0f0519a531880', '997ee931515a4620bc30a9c1246429a9', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, 'admin', '2020-05-03 00:57:44', '2020-05-03 00:56:56', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('03c105d2706c8286416833684de67406', '79091e8277c744158530321513119c68', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, 'admin', '2019-05-11 15:29:47', '2019-05-11 15:27:17', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('03fd5ab69f331ff760c3f7d86b4a93f8', '4028318169e81b970169e81b97650000', 'log_content', '日志内容', 'log_content', 0, 1, 'string', 1000, 0, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'group', NULL, NULL, 3, NULL, NULL, '2019-04-04 19:28:36', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('045eb432c418b2b103b1e1b8e8a8a75d', 'fb7125a344a649b990c12949945cb6c1', 'age', '年龄', NULL, 0, 1, 'int', 32, 0, '', '', '', '', 'text', '', 120, '', '0', '', '', 0, 1, 1, 0, 'single', '', '', NULL, NULL, NULL, '2019-03-26 19:24:11', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('048229c6a73858062de7d918be88ef6c', '2c91a0817fc4c754017fc4c754210000', 'id', 'id', 'id', 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 1, 'single', '', '', 1, 'admin', '2022-03-26 13:58:50', '2022-03-26 13:51:12', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('04e4185a503e6aaaa31c243829ff4ac7', 'd35109c3632c4952a19ecc094943dd71', 'birthday', '生日', NULL, 0, 1, 'Date', 32, 0, '', '', '', '', 'date', '', 120, '', '0', '', '', 1, 1, 1, 0, 'single', '', '', 10, 'admin', '2020-11-28 00:03:03', '2019-03-15 14:24:35', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('04ff134cb4aae845059e10b3b85f1451', '7ea60a25fa27470e9080d6a921aabbd1', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, NULL, NULL, '2019-04-17 00:22:21', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('051dd70c504c97a028daab2af261ea35', '1acb6f81a1d9439da6cc4e868617b565', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, 'admin', '2019-06-10 14:47:14', '2019-04-23 22:58:19', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('052dcc6f34976b66754fd99415bd22ce', '79091e8277c744158530321513119c68', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, 'admin', '2019-05-11 15:29:47', '2019-05-11 15:27:17', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('054db05394e83b318f097a60bc044134', '402860816bff91c0016bffa220a9000b', 'residence_address', '户籍地址', 'residence_address', 0, 1, 'string', 200, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 28, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('05dbdd8d9f0f84c8504faa6f24c7d4ac', '402880eb71d61d3d0171d61d3de30000', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 9, 'admin', '2020-05-03 00:54:16', '2020-05-02 23:59:33', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('05ed6a78a2e9d0c82bfa2c55898570b8', '997ee931515a4620bc30a9c1246429a9', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 1, 'single', '', '', 1, 'admin', '2020-05-03 00:57:44', '2020-05-03 00:56:56', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('0604945c206e867644e9a44b4c9b20c6', 'fb19fb067cd841f9ae93d4eb3b883dc0', '2', '4', NULL, 0, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, '', '0', '', '', 0, 1, 1, 0, 'single', '', '', 5, NULL, NULL, '2019-03-23 11:39:48', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('0617de6d735b37a3f80f2f35ad5d1511', '4028839a6de2ebd3016de2ebd3870000', 'size_type', '尺码类型', 'size_type', 0, 1, 'string', 2, 0, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'group', NULL, NULL, 13, NULL, NULL, '2019-10-19 15:29:30', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('0619dfc3fbf9e193534bb3460a1a9d92', 'cb2d8534a2f544bc9c618dd49da66336', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 1, 'single', '', '', 1, 'admin', '2020-02-24 17:22:42', '2020-02-24 15:15:13', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('06a1badae6119abf4ec48858a3e94e1c', '402860816bff91c0016bffa220a9000b', 'sys_org_code', '组织机构编码', 'sys_org_code', 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 43, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('06f1cfff58395ff62526b894f6182641', 'e67d26b610dd414c884c4dbb24e71ce3', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, 'admin', '2019-04-24 11:03:32', '2019-04-24 11:02:57', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('07a307972076a392ffc61b11437f89dd', '402860816bff91c0016bff91c0cb0000', 'create_time', '创建时间', 'create_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 13, 'admin', '2019-07-19 18:09:01', '2019-07-17 18:54:32', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('07f4776fd641389a8c98a85713990dce', '402860816bff91c0016bff91c0cb0000', 'update_by', '更新人', 'update_by', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 14, 'admin', '2019-07-19 18:09:01', '2019-07-17 18:54:32', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('07f9887ef8d337effb7e570d9e817fe6', '2d3bbeafdc364ecb974971a2d82adb9b', 'record_number', '备案号', NULL, 0, 1, 'string', 255, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 12, 'admin', '2022-03-24 12:16:35', '2022-03-24 12:15:06', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('08a3353c11efd5f062c3076d0554b5c5', '402881e6760269a20176026d25650002', 'salary_money', '工资', 'salary_money', 0, 1, 'BigDecimal', 10, 3, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'single', NULL, NULL, 5, NULL, NULL, '2020-11-26 10:41:17', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('08f002095da7c1886c86648fcec38ca9', '56efb74326e74064b60933f6f8af30ea', 'sys_org_code', '所属部门', NULL, 0, 1, 'string', 64, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 6, 'admin', '2020-07-10 16:53:27', '2020-05-08 23:45:32', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('09450359eb90b40d224ec43588a62f9e', '402860816bff91c0016bff91c0cb0000', 'user_id', '用户ID', 'user_id', 0, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 3, 'admin', '2019-07-19 18:09:01', '2019-07-17 18:54:32', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('0a453a63e33654aa1b9ee2affa854a6d', '4fb8e12a697f4d5bbe9b9fb1e9009486', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 6, 'admin', '2020-11-26 17:28:14', '2020-04-10 19:47:01', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('0a4cdcb7e54f614ab952024f6c72bb6d', 'beee191324fd40c1afec4fda18bd9d47', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, 'admin', '2019-04-13 13:41:13', '2019-04-13 13:40:56', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('0a8b162ad6c8c259e551198e556dec32', '2c91a0817fc4c754017fc4c757850002', 'sys_org_code', '所属部门', 'sys_org_code', 0, 1, 'string', 64, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 6, 'admin', '2022-03-26 13:59:39', '2022-03-26 13:51:13', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('0acfc27e493c204f72d42b6dc00a2ded', '53a3e82b54b946c2b904f605875a275c', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, 'admin', '2020-05-08 23:42:51', '2020-05-07 22:49:47', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('0adc06d9b497684bcbb5a781e044517c', '1acb6f81a1d9439da6cc4e868617b565', 'supplier', '供应商', NULL, 0, 1, 'String', 32, 0, '', 'air_china_ supplier', '', '', 'list', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 15, 'admin', '2019-06-10 14:47:14', '2019-04-24 16:52:00', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('0ae4bc5d4921aa240d814e018ddb7779', '56efb74326e74064b60933f6f8af30ea', 'money', '订单总额', NULL, 0, 1, 'double', 10, 3, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 9, 'admin', '2020-07-10 16:53:27', '2020-05-08 23:45:32', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('0b3e833ac4aae3a13ec2f8ae460708f8', '4028839a6de2ebd3016de2ebd3870000', 'no', '预算表序号', 'no', 0, 1, 'string', 50, 0, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'group', NULL, NULL, 8, NULL, NULL, '2019-10-19 15:29:30', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('0b63bd30b8646901310d8d0374df5587', '18f064d1ef424c93ba7a16148851664f', 'fuwenb', '富文本', NULL, 0, 1, 'Text', 0, 0, '', '', '', '', 'umeditor', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 17, 'admin', '2020-09-11 14:35:44', '2020-05-12 20:26:01', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('0ba1bf74e2a6a94a7a63010ec7230706', '402860816bff91c0016bffa220a9000b', 'update_time', '更新时间', 'update_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 42, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('0bd10d416252bdc6b169056d2a1a4a68', '402880e5721355dd01721355dd390000', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', NULL, NULL, 3, NULL, NULL, '2020-05-14 21:18:14', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('0bf9c178173bd86eec4144b819cfac0b', '18f064d1ef424c93ba7a16148851664f', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, 'admin', '2020-09-11 14:35:44', '2020-05-12 20:26:01', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('0c34ebfe2e2a619d42db13f93d2a2d40', 'b81de38db24047b497d476516f8a0865', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, NULL, NULL, '2020-02-24 14:56:08', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('0cba94f0497d4d3d829fc573f58eff9f', '402860816bff91c0016bffa220a9000b', 'graduation_time', '毕业时间', 'graduation_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 16, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('0cbc49f419e3545613d0b2eb9c025eae', '402881e6760269a20176026a22e70001', 'fuwenb', '富文本', NULL, 0, 1, 'Text', 0, 0, '', '', '', '', 'umeditor', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', NULL, NULL, 17, NULL, NULL, '2020-11-26 10:37:59', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('0ccd1787e69a1e1b9aaa22afe2b7f67c', '2c91a0817fc4c754017fc4c756050001', 'nameen', '名称-英文版', 'nameen', 0, 1, 'string', 255, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 8, 'admin', '2022-03-26 13:56:15', '2022-03-26 13:51:13', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('0d00c51a4ddad2598a587fadc968a8b2', '402860816bff91c0016bff91cfea0004', 'sys_org_code', '组织机构编码', 'sys_org_code', 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 13, 'admin', '2019-07-19 18:05:13', '2019-07-17 18:54:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('0ddd0c0afc967a9ab6050401ca62a4be', 'e67d26b610dd414c884c4dbb24e71ce3', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, 'admin', '2019-04-24 11:03:32', '2019-04-24 11:02:57', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('0e157503e648653836a602f5bbad4e83', '402881e6760269a201760269a2af0000', 'files', '文件', NULL, 0, 1, 'string', 1000, 0, '', '', '', '', 'file', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', NULL, NULL, 15, NULL, NULL, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('0e5fb96c3f5a37c758eb7f5d1322694f', '402880e5721355dd01721355dd390000', 'good_name', '商品名字', NULL, 0, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', NULL, NULL, 7, NULL, NULL, '2020-05-14 21:18:14', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('0e6952db23d5a578ab74344a299c2322', '18f064d1ef424c93ba7a16148851664f', 'birthday', '时间', NULL, 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 13, 'admin', '2020-09-11 14:35:44', '2020-05-12 20:26:01', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('0f4c07621dcd465f7954b4297962db9b', '18f064d1ef424c93ba7a16148851664f', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, 'admin', '2020-09-11 14:35:44', '2020-05-12 20:26:01', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('0fb6fa76c5c78a1e957dbb411e110738', '402860816bff91c0016bff91d8830007', 'politically_status', '政治面貌', 'politically_status', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 7, 'admin', '2019-07-19 18:04:41', '2019-07-17 18:54:37', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('101932e3b19235ce5ad400d379c26880', '910984408e1948519e2fcf5ac08fe9ad', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, 'admin', '2022-03-24 12:24:00', '2022-03-24 12:21:06', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('101a73df0aa5199ac05c4ce92a4f0e3e', '4adec929a6594108bef5b35ee9966e9f', 'name', '姓名', NULL, 0, 1, 'String', 200, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '#{sysUserCode}', 0, 1, 1, 0, 'single', '', '', 3, 'admin', '2020-04-10 19:43:38', '2020-04-10 19:35:58', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('105be0f7d827a0324216cf8af268fb9e', '09fd28e4b7184c1a9668496a5c496450', 'birthday', '客户生日', NULL, 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 9, 'admin', '2020-05-14 21:19:21', '2020-05-08 23:51:49', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('105c8e44ad13026b641f0363601f30f3', 'e5464aa8fa7b47c580e91593cf9b46dc', 'num', '循环数量', NULL, 0, 1, 'int', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 9, 'admin', '2019-04-24 17:09:49', '2019-04-24 11:05:10', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('105e112bddec9cc23e853b9c68af1b05', '18f064d1ef424c93ba7a16148851664f', 'radio', 'radio', NULL, 0, 1, 'string', 32, 0, '', 'sex', '', '', 'radio', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 9, 'admin', '2020-09-11 14:35:44', '2020-05-12 20:26:01', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('10b78ee7954f230117689a226c44c0db', '402880e570a5d7000170a5d700f50000', 'descc', '描述', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', NULL, NULL, 11, NULL, NULL, '2020-03-04 21:58:16', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('1130f1e252533529bb1167b896dffe32', 'deea5a8ec619460c9245ba85dbc59e80', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, 'admin', '2020-05-03 01:01:18', '2019-04-20 11:41:19', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('117fc4ba649d6690a3ac482ad5e4ad38', '56870166aba54ebfacb20ba6c770bd73', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, 'admin', '2020-11-28 00:02:01', '2019-04-20 11:38:39', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('12aa08f8e948e2b60b40a7b6429c866b', '56efb74326e74064b60933f6f8af30ea', 'order_code', '订单编码', NULL, 0, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '${shop_order_num}', 0, 1, 1, 1, 'single', '', '', 7, 'admin', '2020-07-10 16:53:27', '2020-05-08 23:45:32', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('13246645b7650491b70205d99703ca06', '402860816aa5921f016aa5dedcb90009', 'bpm_status', '流程状态', 'bpm_status', 0, 1, 'string', 32, 0, '1', 'bpm_status', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 1, 0, 'group', '', '', 8, 'admin', '2019-05-11 15:56:47', '2019-05-11 15:50:08', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('135dd0ee50712722db65b8762bd487ea', '8994f2817b5a45d9890aa04497a317c5', 'update_time', '更新日期', NULL, 0, 1, 'date', 20, 0, '', '', '', '', 'text', '', 120, '', '0', '', '', 0, 1, 1, 0, 'single', '', '', 4, NULL, NULL, '2019-03-23 11:39:16', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('13d9c22ba0a4f09111d115022a148d23', '09fd28e4b7184c1a9668496a5c496450', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, 'admin', '2020-05-14 21:19:21', '2020-05-08 23:51:49', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('14b7e6161d1f908e13026439af302a66', '3b5e18da618247539481816995b6bf9f', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, 'admin', '2020-07-11 11:27:29', '2020-07-11 11:27:17', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('14ec4c83c29966ab42b6b718c5a3e774', '7ea60a25fa27470e9080d6a921aabbd1', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, NULL, NULL, '2019-04-17 00:22:21', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('154ba4ca5328866010e042086ffc2b81', '56efb74326e74064b60933f6f8af30ea', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 1, 'single', '', '', 1, 'admin', '2020-07-10 16:53:27', '2020-05-08 23:45:32', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('16363d0bc125125e395772278d0cf22e', '4b556f0168f64976a3d20bfb932bc798', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, NULL, NULL, '2019-04-12 23:38:28', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('168426cf1016cf0b99705ae1c4c8591e', '402880e5721355dd01721355dd390000', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 1, 'single', NULL, NULL, 1, NULL, NULL, '2020-05-14 21:18:14', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('16918ac159cb6313fec1dea7ac4bd0a0', '402880eb71d52dc30171d52dc3a10000', 'sys_org_code', '所属部门', NULL, 0, 1, 'string', 64, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', NULL, NULL, 10, NULL, NULL, '2020-05-02 19:37:58', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('169318fa19cf5acf77c58a98c2d5a6bf', '18f064d1ef424c93ba7a16148851664f', 'remakr', 'markdown', NULL, 0, 1, 'Text', 0, 0, '', '', '', '', 'markdown', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 16, 'admin', '2020-09-11 14:35:44', '2020-05-12 20:26:01', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('179c290e383009810fb738f07bd5af8d', '402860816bff91c0016bff91d2810005', 'id', 'id', 'id', 1, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'group', '', '', 1, 'admin', '2019-07-19 18:05:55', '2019-07-17 18:54:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('17cbda69da9dd3632625a0647c259070', '73162c3b8161413e8ecdca7eb288d0c9', 'wl_name', '物料名字', NULL, 0, 1, 'String', 200, 0, '', '', '', '', 'text', '', 120, NULL, '1', '', '', 0, 1, 1, 0, 'single', '', '', 7, 'admin', '2019-07-01 14:23:32', '2019-06-10 15:18:34', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('18177ddac5c50c2943fa26ed07091a23', '910984408e1948519e2fcf5ac08fe9ad', 'sys_org_code', '所属部门', NULL, 0, 1, 'string', 64, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 6, 'admin', '2022-03-24 12:24:00', '2022-03-24 12:21:06', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('182d038554a6ee7ddfd07763aaa10686', '53a3e82b54b946c2b904f605875a275c', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, 'admin', '2020-05-08 23:42:51', '2020-05-07 22:49:47', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('18fefb2257901f05508f8ec13ada78a3', 'e5464aa8fa7b47c580e91593cf9b46dc', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 1, 'admin', '2019-04-24 17:09:48', '2019-04-24 11:05:10', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('191705159cea35e8cbacb326f172be94', 'd35109c3632c4952a19ecc094943dd71', 'search_sel', '搜索下拉', NULL, 0, 1, 'string', 100, 0, '', 'role_code', 'sys_role', 'role_name', 'sel_search', '', 120, NULL, '0', '', '', 1, 1, 1, 0, 'single', '', '', 18, 'admin', '2020-11-28 00:03:03', '2020-11-26 18:02:20', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('1973ef1d3728fbff2db6a352e001f5f7', 'fb7125a344a649b990c12949945cb6c1', 'name', '用户名', NULL, 0, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, '', '0', '', '', 0, 1, 1, 0, 'single', '', '', 5, 'admin', '2019-03-26 19:24:11', '2019-03-26 19:01:52', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('19a9bf071cf3aa3b2ef94344d2300616', '402881e6760269a20176026d25650002', 'create_by', '创建人', 'create_by', 0, 1, 'string', 32, 0, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'single', NULL, NULL, 12, NULL, NULL, '2020-11-26 10:41:17', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('1ab5be1f937f393b3e5cc214ef1b855c', '7ea60a25fa27470e9080d6a921aabbd1', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, NULL, NULL, '2019-04-17 00:22:21', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('1b071c02de2830f9fe82a542b31cce7f', '3b5e18da618247539481816995b6bf9f', 'age', '年龄', NULL, 0, 1, 'int', 10, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 8, 'admin', '2020-07-11 11:27:29', '2020-07-11 11:27:17', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('1b488cbd0463acd031e55b09f0959ff2', '2c91a0817fc4c754017fc4c754210000', 'create_by', '创建人', 'create_by', 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 2, 'admin', '2022-03-26 13:58:50', '2022-03-26 13:51:12', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('1b6c7b95028bed9ff656d65557dd2bdf', '402860816bff91c0016bffa220a9000b', 'user_id', '用户id', 'user_id', 0, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 3, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('1c2f307e315bac77a6d3f02e88387a43', 'deea5a8ec619460c9245ba85dbc59e80', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 1, 'admin', '2020-05-03 01:01:18', '2019-04-20 11:41:19', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('1c3b2ad0a52ecb47fa7fd53f25875beb', 'deea5a8ec619460c9245ba85dbc59e80', 'price', '价格', NULL, 0, 1, 'double', 32, 0, '', '', '', '', 'text', '', 120, 'n', '0', '', '', 0, 1, 1, 0, 'single', '', '', 7, 'admin', '2020-05-03 01:01:18', '2019-04-20 11:41:19', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('1c4d25a12388c80d397bb4f4664fe4e6', '4b556f0168f64976a3d20bfb932bc798', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, NULL, NULL, '2019-04-12 23:38:28', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('1cfe967bb457cbaa6e041e45d019b583', '402860816bff91c0016bff91c7010001', 'update_time', '更新时间', 'update_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 10, 'admin', '2019-07-19 18:07:47', '2019-07-17 18:54:32', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('1d0037eba10efd76be45150479399a7e', '8d66ea41c7cc4ef9ab3aab9055657fc9', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, NULL, NULL, '2020-05-07 22:46:32', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('1d712db19506ee40b2c1ef5a611baf88', '53a3e82b54b946c2b904f605875a275c', 'name', '商品名字', NULL, 0, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 7, 'admin', '2020-05-08 23:42:51', '2020-05-07 22:49:47', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('1d95bdf1120c5a1776df022d0a571f21', '4fb8e12a697f4d5bbe9b9fb1e9009486', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 7, 'admin', '2020-11-26 17:28:14', '2020-04-10 19:47:01', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('1df2c5e1adc37430369fec8167227102', '2c91a0817fc4c754017fc4c756050001', 'sys_org_code', '所属部门', 'sys_org_code', 0, 1, 'string', 64, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 6, 'admin', '2022-03-26 13:56:15', '2022-03-26 13:51:13', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('1e37ae77c0d406d4ff3c5442ec63cd1f', '8d66ea41c7cc4ef9ab3aab9055657fc9', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, NULL, NULL, '2020-05-07 22:46:32', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('1e3d8cfbf12155559666a23ee2c6c5ca', 'e5464aa8fa7b47c580e91593cf9b46dc', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, 'admin', '2019-04-24 17:09:49', '2019-04-24 11:05:10', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('1ed46fdeb289bd7805c9b83332ccd3b4', '402860816bff91c0016bff91d2810005', 'relation', '关系', 'relation', 0, 1, 'string', 20, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 4, 'admin', '2019-07-19 18:05:55', '2019-07-17 18:54:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('1eda61dece35abd76b8d8d49e1b139b8', '8d66ea41c7cc4ef9ab3aab9055657fc9', 'content', '描述', NULL, 0, 1, 'string', 200, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 8, NULL, NULL, '2020-05-07 22:46:32', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('1f0c6d33b79713fe79fb30373c81f6f7', '758334cb1e7445e2822b60e807aec4a3', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, NULL, NULL, '2019-10-18 18:02:09', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('1fa5f07b3e70d4925b69b2bf51309421', '56870166aba54ebfacb20ba6c770bd73', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, 'admin', '2020-11-28 00:02:01', '2019-04-20 11:38:39', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('209ddb923d8dab9f454d56d82c0cc725', '3d447fa919b64f6883a834036c14aa67', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 6, 'admin', '2020-02-21 17:58:46', '2020-02-20 16:19:00', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('20ff34fb0466089cb633d73d5a6f08d6', 'd35109c3632c4952a19ecc094943dd71', 'update_time', '更新日期', NULL, 0, 1, 'date', 20, 0, '', '', '', '', 'text', '', 120, '', '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, 'admin', '2020-11-28 00:03:03', '2019-03-15 14:24:35', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('2113a4ec7b88b4820dcbbdf96e46bbb7', 'fbc35f067da94a70adb622ddba259352', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, NULL, NULL, '2019-07-03 19:44:23', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('2150e48b2cb6072d2d8ecd79a7daf7cc', '402860816bff91c0016bff91ca7e0002', 'create_time', '创建时间', 'create_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 10, 'admin', '2019-07-19 18:07:13', '2019-07-17 18:54:33', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('21c2a8b06f50d71f901f3897d7afb8a5', '2c91a0817fc4c754017fc4c757850002', 'logo', 'logo url', 'logo', 0, 1, 'string', 2000, 0, '', '', '', '', 'image', '', 120, NULL, '1', '', '', 0, 1, 1, 0, 'single', '', '', 13, 'admin', '2022-03-26 13:59:39', '2022-03-26 13:51:13', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('2323239efb5a40b73034411868dfc41d', 'fb19fb067cd841f9ae93d4eb3b883dc0', 'update_by', '更新人登录名称', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, '', '0', '', '', 0, 1, 1, 0, 'single', '', '', 3, NULL, NULL, '2019-03-23 11:39:48', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('232c3b4250c5a1ea643b6e160a730ba4', '2d3bbeafdc364ecb974971a2d82adb9b', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, 'admin', '2022-03-24 12:16:35', '2022-03-24 12:15:06', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('233de79c48dcbc0eaeeb57f85d8dd17e', '2c91a0817fc4c754017fc4c754210000', 'cover', '封面图url', 'cover', 0, 1, 'string', 2000, 0, '', '', '', '', 'image', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 10, 'admin', '2022-03-26 13:58:51', '2022-03-26 13:51:12', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('239448a05801af1b07232d30d8e610b1', '402881e6760269a20176026a22e70001', 'dep_sel', '选择部门', NULL, 0, 1, 'string', 200, 0, '', '', '', '', 'sel_depart', '', 120, NULL, '0', '', '#{sysOrgCode}', 0, 1, 1, 0, 'single', NULL, NULL, 19, NULL, NULL, '2020-11-26 10:37:59', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('23f42061ed218bdbc1262913c071e1cd', 'e5464aa8fa7b47c580e91593cf9b46dc', 'iz_valid', '启动状态', NULL, 0, 1, 'int', 2, 0, '', 'air_china_valid', '', '', 'list', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 12, 'admin', '2019-04-24 17:09:49', '2019-04-24 14:09:06', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('242cc59b23965a92161eca69ffdbf018', 'd35109c3632c4952a19ecc094943dd71', 'age', '年龄', NULL, 0, 1, 'int', 32, 0, '', '', '', '', 'text', 'http://www.baidu.com', 120, '', '0', '', '', 0, 1, 1, 0, 'single', '', '', 8, 'admin', '2020-11-28 00:03:03', '2019-03-15 14:24:35', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('24588340313096179b9ec0b49f40bed3', '18f064d1ef424c93ba7a16148851664f', 'sel_mut', '下拉多选', NULL, 0, 1, 'string', 32, 0, '', 'sex', '', '', 'list_multi', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 11, 'admin', '2020-09-11 14:35:44', '2020-05-12 20:26:01', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('2640235b9638547f1776b930bd8c12b4', '997ee931515a4620bc30a9c1246429a9', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, 'admin', '2020-05-03 00:57:44', '2020-05-03 00:56:56', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('265702edb8872e322fe72d3640e34ac5', '402860816bff91c0016bff91cfea0004', 'from_time', '开始日期', 'from_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 3, 'admin', '2019-07-19 18:05:13', '2019-07-17 18:54:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('26645f6f6eb2646033bad11e0402d7e4', '18f064d1ef424c93ba7a16148851664f', 'sys_org_code', '所属部门', NULL, 0, 1, 'string', 64, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 6, 'admin', '2020-09-11 14:35:44', '2020-05-12 20:26:01', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('2739ab1ece4d6053ba931bb6572f4ed8', '4028839a6de2ebd3016de2ebd3870000', 'iz_valid', '启用状态', 'iz_valid', 0, 1, 'string', 2, 0, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'group', NULL, NULL, 9, NULL, NULL, '2019-10-19 15:29:30', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('273b0fd37640a9ef1614e987e2bc44a0', '8d66ea41c7cc4ef9ab3aab9055657fc9', 'pics', '图片', NULL, 0, 1, 'string', 500, 0, '', '', '', '', 'image', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 9, NULL, NULL, '2020-05-07 22:46:32', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('281ce0b5343cd42b28825d7df16422f1', 'b81de38db24047b497d476516f8a0865', 'vv', 'vv', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 8, NULL, NULL, '2020-02-24 14:56:08', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('283f42283b9d0bf3b95ba3384ab2d255', '758334cb1e7445e2822b60e807aec4a3', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, NULL, NULL, '2019-10-18 18:02:09', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('284864d99fddfdcb00e188e3a512cb28', '1acb6f81a1d9439da6cc4e868617b565', 'no', '预算表序号', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 10, 'admin', '2019-06-10 14:47:14', '2019-04-23 22:58:19', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('2889d3cef706f91e092d76a56b8055be', '402860816bff91c0016bff91cda80003', 'order_no', '序号', 'order_no', 0, 1, 'int', 10, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 8, 'admin', '2019-07-19 18:06:36', '2019-07-17 18:54:34', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('28900c8e76dd0e77193cbd85b5bc6af8', '402881e6760269a201760269a2af0000', 'remakr', 'markdown', NULL, 0, 1, 'Text', 0, 0, '', '', '', '', 'markdown', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', NULL, NULL, 16, NULL, NULL, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('29e4abea55d9fa7dbbd0c8dbbb2b3756', '402860816bff91c0016bff91cda80003', 'update_time', '更新时间', 'update_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 12, 'admin', '2019-07-19 18:06:36', '2019-07-17 18:54:34', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('2ae06cbebe686119ad538d7a3fbf3887', '2c91a0817fc4c754017fc4c754210000', 'is_release', '是否发布(Y:是N:否)', 'is_release', 0, 1, 'string', 2, 0, '', '', 'yn', '', 'switch', '', 120, NULL, '1', '', '', 1, 1, 1, 0, 'single', '', '', 18, 'admin', '2022-03-26 13:58:51', '2022-03-26 13:51:12', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('2aef31179964d0a5a945df7bddff00ae', '53a3e82b54b946c2b904f605875a275c', 'sys_org_code', '所属部门', NULL, 0, 1, 'string', 64, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 6, 'admin', '2020-05-08 23:42:51', '2020-05-07 22:49:47', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('2c70edc7d5a9861239c6537ae0eb39c7', '18f064d1ef424c93ba7a16148851664f', 'dep_sel', '选择部门', NULL, 0, 1, 'string', 200, 0, '', '', '', '', 'sel_depart', '', 120, NULL, '0', '', '#{sysOrgCode}', 0, 1, 1, 0, 'single', '', '', 19, 'admin', '2020-09-11 14:35:44', '2020-05-12 20:26:01', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('2c9be627e7cab7f5a2ae9c7ca7ce94a2', 'cb2d8534a2f544bc9c618dd49da66336', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, 'admin', '2020-02-24 17:22:42', '2020-02-24 15:15:14', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('2d53a66f0b72d820b86ff445e2181d76', 'beee191324fd40c1afec4fda18bd9d47', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 1, 'admin', '2019-04-13 13:41:13', '2019-04-13 13:40:56', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('2d8366d934e3c3a060496c115c7a438e', '402881e6760269a20176026a22e70001', 'sex', '下拉框', NULL, 0, 1, 'string', 32, 0, '', 'sex', '', '', 'list', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', NULL, NULL, 8, NULL, NULL, '2020-11-26 10:37:59', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '1');
|
||
INSERT INTO `onl_cgform_field` VALUES ('2dfc4c81926f678c5f8d5ffd27858201', 'e2faf977fdaf4b25a524f58c2441a51c', 'account', '用户编码', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 7, 'admin', '2019-06-10 17:27:00', '2019-04-24 17:12:11', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('2e0374878fb3d5be3b0b3f868a97fb59', '09fd28e4b7184c1a9668496a5c496450', 'sex', '客户性别', NULL, 0, 1, 'string', 1, 0, '', 'sex', '', '', 'list', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 8, 'admin', '2020-05-14 21:19:21', '2020-05-08 23:51:49', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('2e5275b6407e1b4265af8519077fa4a5', 'd3ae1c692b9640e0a091f8c46e17bb01', 'sys_org_code', '所属部门', NULL, 0, 1, 'string', 64, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 6, NULL, NULL, '2019-07-24 14:47:30', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('2e582152fd7472bba0b70230d42a6e00', '2d3bbeafdc364ecb974971a2d82adb9b', 'footer_logo_url', '门户尾部logo', NULL, 0, 1, 'string', 2000, 0, '', '', '', '', 'file', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 8, 'admin', '2022-03-24 12:16:35', '2022-03-24 12:15:06', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('2e66b9db37648389e0846e2204111732', '73162c3b8161413e8ecdca7eb288d0c9', 'has_child', '是否有子节点', NULL, 0, 1, 'string', 3, 0, '', 'valid_status', '', '', 'list', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 10, 'admin', '2019-07-01 14:23:32', '2019-06-10 15:18:34', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('2e6740e79d51ac935d673b7d207611d2', '18f064d1ef424c93ba7a16148851664f', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 1, 'single', '', '', 1, 'admin', '2020-09-11 14:35:44', '2020-05-12 20:26:01', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('2e6f741fa96a49a0adccc7b4682c1cef', '4fb8e12a697f4d5bbe9b9fb1e9009486', 'name', '名称', NULL, 0, 1, 'String', 200, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '#{sysUserName}', 0, 1, 1, 0, 'single', '', '', 3, 'admin', '2020-11-26 17:28:14', '2020-04-10 19:47:01', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('2ee58d8e4844dfe1fa6b1b841ae0b312', '402860816bff91c0016bff91d2810005', 'politically_status', '政治面貌', 'politically_status', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 7, 'admin', '2019-07-19 18:05:55', '2019-07-17 18:54:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('2f111722eb3a994450e67e3211fd69a8', '402860816bff91c0016bff91ca7e0002', 'id', 'id', 'id', 1, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'group', '', '', 1, 'admin', '2019-07-19 18:07:13', '2019-07-17 18:54:33', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('30143cc3de69c413828f9fba20662026', '402860816bff91c0016bffa220a9000b', 'healthy', '健康状况', 'healthy', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 12, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('306e3fb9c87ca6442cefbd61f498f1f7', '402881e6760269a201760269a2af0000', 'dep_sel', '选择部门', NULL, 0, 1, 'string', 200, 0, '', '', '', '', 'sel_depart', '', 120, NULL, '0', '', '#{sysOrgCode}', 0, 1, 1, 0, 'single', NULL, NULL, 19, NULL, NULL, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('3087aa8f38c787e066a886d950a9edfa', '05a3a30dada7411c9109306aa4117068', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, 'admin', '2020-05-12 22:39:41', '2020-05-06 11:34:31', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('30b013b3016f0b7d5670abb395351093', '2d3bbeafdc364ecb974971a2d82adb9b', 'heard_logo_url', '门户头部logo', NULL, 0, 1, 'string', 2000, 0, '', '', '', '', 'file', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 7, 'admin', '2022-03-24 12:16:35', '2022-03-24 12:15:06', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('310d2db6eb4b4d30025cdcf38186b38d', '2d3bbeafdc364ecb974971a2d82adb9b', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, 'admin', '2022-03-24 12:16:35', '2022-03-24 12:15:06', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('31193dc8ceacf979e4042e784ea8278a', '402880e570a5d7000170a5d700f50000', 'order_fk_id', '订单外键ID', NULL, 0, 0, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', NULL, NULL, 10, NULL, NULL, '2020-03-04 21:58:16', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('315eab14c7d9de37434b3cb7fa7b054d', '18f064d1ef424c93ba7a16148851664f', 'files', '文件', NULL, 0, 1, 'string', 1000, 0, '', '', '', '', 'file', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 15, 'admin', '2020-09-11 14:35:44', '2020-05-12 20:26:01', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('31dec4a3c5648732a44b85da7a6961ee', '2c91a0817fc4c754017fc4c754210000', 'title', '标题', 'title', 0, 1, 'string', 255, 0, '', '', '', '', 'text', '', 120, NULL, '1', '', '', 1, 1, 1, 0, 'single', '', '', 7, 'admin', '2022-03-26 13:58:51', '2022-03-26 13:51:12', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('31fd90306c3942f09cb79deabbf2f541', '402860816bff91c0016bff91d2810005', 'employee_id', '员工ID', 'employee_id', 0, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', 'oa_employee_info', 'id', 2, 'admin', '2019-07-19 18:05:55', '2019-07-17 18:54:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('336495117e3a31351fed6963b950dddb', '402860816bff91c0016bffa220a9000b', 'inside_transfer', '内部工作调动情况', 'inside_transfer', 0, 1, 'string', 255, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 37, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('34138092d743d4232341a920efd2699e', '402880eb71d52dc30171d52dc3a10000', 'name', '名称', NULL, 0, 1, 'String', 200, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '#{sysUserName}', 0, 1, 1, 0, 'single', NULL, NULL, 3, NULL, NULL, '2020-05-02 19:37:58', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('345c8b48e1e128e77c4c6e2b36512804', '402860816aa5921f016aa5dedcb90009', 'create_by', '创建人', 'create_by', 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'group', '', '', 2, 'admin', '2019-05-11 15:56:47', '2019-05-11 15:50:08', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('34625a911b39e0596690c1a15f784448', '402880e570a5d7000170a5d700f50000', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', NULL, NULL, 5, NULL, NULL, '2020-03-04 21:58:16', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('3489a6451bbbcabc0f39ca04b0dd62f2', '8d66ea41c7cc4ef9ab3aab9055657fc9', 'sys_org_code', '所属部门', NULL, 0, 1, 'string', 64, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 6, NULL, NULL, '2020-05-07 22:46:32', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('351faaeb2dd8105e9c66f678211c9d4f', 'dbf4675875e14676a3f9a8b2b8941140', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, NULL, NULL, '2019-05-27 18:02:07', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('35417ba3993afe3405e1e0b9abbd7e1b', '402880e5721355dd01721355dd390000', 'num', '数量', NULL, 0, 1, 'int', 10, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', NULL, NULL, 9, NULL, NULL, '2020-05-14 21:18:14', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('354b2ce39c5e8ec3f0bbb01bf8ff0fb7', '32f75e4043ef4070919dbd4337186a3d', 'content', '描述', NULL, 0, 1, 'String', 300, 0, '', '', '', '', 'textarea', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 9, 'admin', '2019-04-11 10:15:31', '2019-03-28 15:24:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('35ca1c8aa1501bc8a79c880928841f18', '402860816aa5921f016aa5921f480000', 'update_by', '修改人id', 'update_by', 0, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'group', '', '', 11, 'admin', '2019-05-11 15:31:55', '2019-05-11 14:26:19', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('3635793767371c6db9f76b4b79f9d321', '402860816bff91c0016bff91d8830007', 'create_time', '创建时间', 'create_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 11, 'admin', '2019-07-19 18:04:41', '2019-07-17 18:54:37', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('370a6eebc2d732eaf121fe0830d853a6', 'e5464aa8fa7b47c580e91593cf9b46dc', 'wl_code', '物料编码', NULL, 0, 1, 'String', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 7, 'admin', '2019-04-24 17:09:49', '2019-04-24 11:05:10', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('3729dc4c35048f2c1e1a975b704b8115', '2c91a0817fc4c754017fc4c757850002', 'create_by', '创建人', 'create_by', 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 2, 'admin', '2022-03-26 13:59:39', '2022-03-26 13:51:13', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('37462a4d78968d0e432d746423603b81', '3d447fa919b64f6883a834036c14aa67', 'province', '省份', NULL, 0, 1, 'String', 100, 0, '', '', '{table:\'sys_category\',txt:\'name\',key:\'id\',linkField:\'city,area\',idField:\'id\',pidField:\'pid\', condition:\" pid = \'1230769196661510146\' \" }', '', 'link_down', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 2, 'admin', '2020-02-21 17:58:46', '2020-02-20 16:19:00', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('37e2548874f09ef7d08642a30bc918fa', 'fbc35f067da94a70adb622ddba259352', 'group_name', '小组名', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 7, NULL, NULL, '2019-07-03 19:44:23', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('391e7cbd9f29743b11bb555c50547b1f', '32f75e4043ef4070919dbd4337186a3d', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, 'admin', '2019-04-11 10:15:32', '2019-03-27 15:54:49', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('396c36fa5320975851d06772d10ea7b1', 'cb2d8534a2f544bc9c618dd49da66336', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, 'admin', '2020-02-24 17:22:42', '2020-02-24 15:15:14', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('3976fd992599c099a84ad8a2a73b1fa3', '2c91a0817fc4c754017fc4c754210000', 'update_by', '更新人', 'update_by', 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 4, 'admin', '2022-03-26 13:58:50', '2022-03-26 13:51:12', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('3ab3275b6d6b9faa5428bd80f35c7a0e', '2d3bbeafdc364ecb974971a2d82adb9b', 'address', '地址', NULL, 0, 1, 'string', 255, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 11, 'admin', '2022-03-24 12:16:35', '2022-03-24 12:15:06', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('3acd1b022fd8cb6b99534161fa3d6a24', 'd35109c3632c4952a19ecc094943dd71', 'ceck', 'checkbox', NULL, 0, 1, 'string', 32, 0, '', 'sex', '', '', 'checkbox', '', 120, NULL, '0', '', '', 1, 1, 1, 0, 'single', '', '', 16, 'admin', '2020-11-28 00:03:03', '2020-11-26 18:02:20', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('3b439859f98e30e34d25e983eb22e408', '402860816bff91c0016bff91c7010001', 'award_time', '获奖时间', 'award_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 3, 'admin', '2019-07-19 18:07:47', '2019-07-17 18:54:32', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('3b67be0187044a0d023fc2c4c7eceabc', '402881e6760269a20176026d25650002', 'bonus_money', '奖金', 'bonus_money', 0, 1, 'double', 10, 2, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'single', NULL, NULL, 6, NULL, NULL, '2020-11-26 10:41:17', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('3bf44e68de518f3ddf72b87671d0ff90', '8994f2817b5a45d9890aa04497a317c5', 'update_by', '更新人登录名称', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, '', '0', '', '', 0, 1, 1, 0, 'single', '', '', 3, NULL, NULL, '2019-03-23 11:39:16', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('3cd2061ea15ce9eeb4b7cf2e544ccb6b', 'd35109c3632c4952a19ecc094943dd71', 'file_kk', '附件', NULL, 0, 1, 'String', 500, 0, '', '', '', '', 'file', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 13, 'admin', '2020-11-28 00:03:03', '2019-06-10 20:06:57', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('3cfd4d60c7d8409ae716a579bcb0910d', '402860816bff91c0016bff91c0cb0000', 'sys_org_code', '组织机构编码', 'sys_org_code', 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 16, 'admin', '2019-07-19 18:09:01', '2019-07-17 18:54:32', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('3e32f6c30c9028872388f70743c5d6a5', '402860816bff91c0016bff91c0cb0000', 'reason', '申请理由', 'reason', 0, 1, 'string', 200, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 9, 'admin', '2019-07-19 18:09:01', '2019-07-17 18:54:32', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('3e70d1c516c3533c6698300665c669e1', '402860816bff91c0016bff91c0cb0000', 'id', 'id', 'id', 1, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'group', '', '', 1, 'admin', '2019-07-19 18:09:01', '2019-07-17 18:54:31', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('3ef0a9ed04605267f7fa304a8c353576', '05a3a30dada7411c9109306aa4117068', 'name', '用户名', NULL, 0, 1, 'string', 32, 0, '', 'username', 'tj_user_report', 'name', 'popup', '', 120, NULL, '0', '', '', 1, 1, 1, 0, 'single', '', '', 7, 'admin', '2020-05-12 22:39:41', '2020-05-06 11:34:31', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '1');
|
||
INSERT INTO `onl_cgform_field` VALUES ('3eff1d21b946e23d7f83de977962d9cf', '402880eb71d61d3d0171d61d3de30000', 'main_id', '主表ID', NULL, 0, 1, 'String', 200, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, 'admin', '2020-11-26 17:28:14', '2020-05-02 23:59:33', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('3f2ace8f968a0e5b91d1340ee2957cda', '402860816bff91c0016bff91d8830007', 'real_name', '姓名', 'real_name', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 3, 'admin', '2019-07-19 18:04:41', '2019-07-17 18:54:37', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('3f7f7720ee65648cb2850fccedf7be9d', '53a3e82b54b946c2b904f605875a275c', 'contents', '商品简介', NULL, 0, 1, 'Text', 0, 0, '', '', '', '', 'umeditor', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 10, 'admin', '2020-05-08 23:42:51', '2020-05-07 22:49:47', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('3f9deca6c193f0b2609113713956ad19', '86bf17839a904636b7ed96201b2fa6ea', 'order_main_id', '订单ID', NULL, 0, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', 'ces_order_main', 'id', 11, 'admin', '2020-05-14 21:18:49', '2020-05-08 23:48:31', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('40471eb4560bf0bbd2ffef17d48a269d', 'dbf4675875e14676a3f9a8b2b8941140', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, NULL, NULL, '2019-05-27 18:02:07', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('404b516d4f2229f292783db595b02ba1', '402860816bff91c0016bff91d8830007', 'update_time', '更新时间', 'update_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 13, 'admin', '2019-07-19 18:04:41', '2019-07-17 18:54:37', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('405de5ea82e54138a0613dd41b006dfb', '56870166aba54ebfacb20ba6c770bd73', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, 'admin', '2020-11-28 00:02:01', '2019-04-20 11:38:39', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('40675bb9f053aabf8823ddf4b5389141', 'b81de38db24047b497d476516f8a0865', 'aa', 'aa', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 7, NULL, NULL, '2020-02-24 14:56:08', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('4164314d6a51d100169a29872b7504d8', '402860816bff91c0016bff91ca7e0002', 'cert_time', '发证时间', 'cert_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 3, 'admin', '2019-07-19 18:07:13', '2019-07-17 18:54:33', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('41d4215c01b0d26871f2cb83d3e532ae', '402860816bff91c0016bff91c0cb0000', 'bpm_status', '流程状态', NULL, 0, 1, 'String', 32, 0, '1', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 17, 'admin', '2019-07-19 18:09:01', '2019-07-19 15:35:23', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('422a44a15fa39fd57c3c23eb601f7c03', '56870166aba54ebfacb20ba6c770bd73', 'descc', '描述', NULL, 0, 1, 'String', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 8, 'admin', '2020-11-28 00:02:01', '2019-04-20 11:38:39', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('42cccfa014c9e131a0a1b23f563d3688', '402860816bff91c0016bffa220a9000b', 'sex', '性别', 'sex', 0, 1, 'string', 20, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 6, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('4312f618c83e07db82e468b81a1eaa45', '402860816bff91c0016bffa220a9000b', 'photo', '照片', 'photo', 0, 1, 'string', 255, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 20, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('4332b736a4c7e885c85ee9ff0cc133d5', '2c91a0817fc4c754017fc4c754210000', 'author', '作者', 'author', 0, 1, 'string', 255, 0, '', '', '', '', 'text', '', 120, NULL, '1', '', '', 1, 1, 1, 0, 'single', '', '', 12, 'admin', '2022-03-26 13:58:51', '2022-03-26 13:51:12', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('435b57180fc995e3c4ec42516963bca3', '4028839a6de2ebd3016de2ebd3870000', 'wl_code', '物料编码', 'wl_code', 0, 1, 'string', 60, 0, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'group', NULL, NULL, 6, NULL, NULL, '2019-10-19 15:29:30', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('44bdc595f1e565fc053e01134b92bb47', 'd3ae1c692b9640e0a091f8c46e17bb01', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, NULL, NULL, '2019-07-24 14:47:30', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('44e81e24d2384b0f187e8f69eda55390', '402860816bff91c0016bff91cda80003', 'create_time', '创建时间', 'create_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 10, 'admin', '2019-07-19 18:06:36', '2019-07-17 18:54:34', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('44f53dc7d34dfca63a98e441f5a51c21', '2c91a0817fc4c754017fc4c754210000', 'column_id', '分类-栏目表ID', 'column_id', 0, 1, 'string', 64, 0, '', '', '', '', 'text', '', 120, NULL, '1', '', '', 1, 1, 1, 0, 'single', '', '', 9, 'admin', '2022-03-26 13:58:51', '2022-03-26 13:51:12', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('457705f8472e0acedf2a42c453d0976f', '910984408e1948519e2fcf5ac08fe9ad', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, 'admin', '2022-03-24 12:24:00', '2022-03-24 12:21:06', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('45c0a1a89a1e2a72533b9af894be1011', '27fc5f91274344afa7673a732b279939', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, 'admin', '2019-07-01 16:28:20', '2019-07-01 16:26:42', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('45d59eb647257fcbcb9d143ff1ba2080', 'deea5a8ec619460c9245ba85dbc59e80', 'pro_type', '产品类型', NULL, 0, 1, 'String', 32, 0, '', 'sex', '', '', 'radio', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 9, 'admin', '2020-05-03 01:01:18', '2019-04-23 20:54:08', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('45d7e2bd8300dabd0dc65059a2d32e80', '2d3bbeafdc364ecb974971a2d82adb9b', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 1, 'single', '', '', 1, 'admin', '2022-03-24 12:16:35', '2022-03-24 12:15:06', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('469b250595f15dfebe69991d72e4bfb2', 'e9faf717024b4aae95cff224ae9b6d97', 'name', '员工姓名', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 6, 'admin', '2019-07-03 18:23:49', '2019-07-03 18:22:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('46be01bef342519e268902d0d36a7473', 'deea5a8ec619460c9245ba85dbc59e80', 'descc', '描述', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 11, 'admin', '2020-05-03 01:01:18', '2019-04-20 11:41:19', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('46f1a875f86a4f48d0540ad0d5e667d7', '56870166aba54ebfacb20ba6c770bd73', 'order_date', '下单时间', NULL, 0, 1, 'Date', 32, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 7, 'admin', '2020-11-28 00:02:01', '2019-04-20 11:38:39', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('47c21a6b45e59a6b70bb9c0cc4510a68', '1acb6f81a1d9439da6cc4e868617b565', 'integral_val', '积分值', NULL, 0, 1, 'int', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 13, 'admin', '2019-06-10 14:47:14', '2019-04-23 22:58:19', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('47fa05530f3537a1be8f9e7a9e98be82', 'd35109c3632c4952a19ecc094943dd71', 'sex', '性别', NULL, 0, 1, 'string', 32, 0, '', 'sex', '', '', 'list', '', 120, '', '0', '', '', 1, 1, 1, 0, 'single', '', '', 7, 'admin', '2020-11-28 00:03:03', '2019-03-15 14:24:35', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '1');
|
||
INSERT INTO `onl_cgform_field` VALUES ('4851697fdf63709d2bc7451b7415f4af', '32f75e4043ef4070919dbd4337186a3d', 'sex', '性别', NULL, 0, 1, 'String', 32, 0, '1', 'sex', '', '', 'list', '', 120, NULL, '0', '', '', 1, 1, 1, 0, 'single', '', '', 6, 'admin', '2019-04-11 10:15:32', '2019-03-27 15:54:49', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('485a8ddce2c033f88af674ec98b68e32', '402860816bff91c0016bffa220a9000b', 'create_time', '创建时间', 'create_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 40, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('48fad8b8ac3f9226294c1078807646ae', '402881e6760269a20176026a22e70001', 'birthday', '时间', NULL, 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', NULL, NULL, 13, NULL, NULL, '2020-11-26 10:37:59', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('492a462b212fc34b0ee70e872684ed7e', '7ea60a25fa27470e9080d6a921aabbd1', 'name', '用户名', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 6, NULL, NULL, '2019-04-17 00:22:21', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('499a5dac033a01ce58009e4c5b786697', 'e9faf717024b4aae95cff224ae9b6d97', 'age', '员工年龄', NULL, 0, 1, 'int', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 7, 'admin', '2019-07-03 18:23:49', '2019-07-03 18:22:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('49cd3dbd4f7f7cf0d19b1ee1045cfa69', 'e67d26b610dd414c884c4dbb24e71ce3', 'post_code', '岗位编码', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 6, 'admin', '2019-04-24 11:03:32', '2019-04-24 11:02:57', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('4ad94222c025b56fb0833a88a1514aeb', '86bf17839a904636b7ed96201b2fa6ea', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 1, 'single', '', '', 1, 'admin', '2020-05-14 21:18:49', '2020-05-08 23:48:31', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('4b136f953675fffcc1b6d7d6d414d57e', '402880eb71d61d3d0171d61d3de30000', 'date', '日期', NULL, 0, 1, 'string', 200, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '#{date}', 0, 1, 1, 0, 'single', '', '', 4, 'admin', '2020-11-26 17:28:14', '2020-05-02 23:59:33', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('4ba7c553ca4babcec75273c531cd65e1', '402860816bff91c0016bff91cfea0004', 'workplace', '工作单位', 'workplace', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 5, 'admin', '2019-07-19 18:05:13', '2019-07-17 18:54:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('4c2cba9fc950333421c4193576b8384d', '32f75e4043ef4070919dbd4337186a3d', 'salary', '工资', NULL, 0, 1, 'double', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 10, 'admin', '2019-04-11 10:15:32', '2019-03-28 15:24:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('4c4f4067fa31737f3ff9e088130ef793', '4adec929a6594108bef5b35ee9966e9f', 'sex', '性别', NULL, 0, 1, 'String', 200, 0, '', 'sex', '', '', 'list', '', 120, NULL, '0', '', '{{ 2 }}', 0, 1, 1, 0, 'single', '', '', 4, 'admin', '2020-04-10 19:43:38', '2020-04-10 19:35:58', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('4c570c5cf05590348e12621ca62773cf', '402860816aa5921f016aa5921f480000', 'name', '请假人', 'name', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 2, 'admin', '2019-05-11 15:31:54', '2019-05-11 14:26:19', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('4cacfa054e96791ab938b5c8f8e02cd1', '27fc5f91274344afa7673a732b279939', 'bpm_status', '流程状态', NULL, 0, 1, 'String', 2, 0, '', 'bpm_status', '', '', 'list', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 9, NULL, NULL, '2019-07-01 16:28:20', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('4d3945ef20f2c8af62b0c0cf935ae83d', '910984408e1948519e2fcf5ac08fe9ad', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 1, 'single', '', '', 1, 'admin', '2022-03-24 12:24:00', '2022-03-24 12:21:06', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('4dc3f7e772564de45773a8379adc4335', '3b5e18da618247539481816995b6bf9f', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, 'admin', '2020-07-11 11:27:29', '2020-07-11 11:27:17', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('4e3760f9068aee4318123d85fbf2ebf9', '53a3e82b54b946c2b904f605875a275c', 'good_type_id', '商品分类', NULL, 0, 1, 'string', 32, 0, '', '0', 'ces_shop_type', 'id,pid,name,has_child', 'sel_tree', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 11, 'admin', '2020-05-08 23:42:51', '2020-05-07 22:51:42', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('4f39f2213568b1259f8117a2ff248811', '2c91a0817fc4c754017fc4c754210000', 'authoren', '作者-英文版', 'authoren', 0, 1, 'string', 255, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 13, 'admin', '2022-03-26 13:58:51', '2022-03-26 13:51:12', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('4f718d95ad9de33eac18fd0663e4c1f1', '32f75e4043ef4070919dbd4337186a3d', 'birthday', '生日', NULL, 0, 1, 'Date', 32, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 1, 1, 1, 0, 'single', '', '', 8, 'admin', '2019-04-11 10:15:32', '2019-03-27 15:54:49', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('4f7cba71de7afe6efbd024f5f9935521', '402860816bff91c0016bff91cda80003', 'to_time', '截止时间', 'to_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 4, 'admin', '2019-07-19 18:06:36', '2019-07-17 18:54:34', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('4fa29e880104e0ed0cb9143d801b209f', '18f064d1ef424c93ba7a16148851664f', 'checkbox', 'checkbox', NULL, 0, 1, 'string', 32, 0, '', 'sex', '', '', 'checkbox', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 10, 'admin', '2020-09-11 14:35:44', '2020-05-12 20:26:01', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('4faa7848b92f05bcb3cf03de34af9ff2', 'cb2d8534a2f544bc9c618dd49da66336', 'ddd', 'dd', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 9, 'admin', '2020-02-24 17:22:42', '2020-02-24 15:15:14', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('506c9b0b2331a24e5c284274d28fe569', '27fc5f91274344afa7673a732b279939', 'kkk', '描述', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 8, 'admin', '2019-07-01 16:28:20', '2019-07-01 16:26:42', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('508eb28e1409a2a9501cdf6fd7eb24c7', 'dbf4675875e14676a3f9a8b2b8941140', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, NULL, NULL, '2019-05-27 18:02:07', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('509a4f63f02e784bc04499a6a9be8528', 'd35109c3632c4952a19ecc094943dd71', 'update_by', '更新人登录名称', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, '', '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, 'admin', '2020-11-28 00:03:03', '2019-03-15 14:24:35', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('50f12777fae30133ca05b111f7f0c936', '2c91a0817fc4c754017fc4c757850002', 'url', '链接', 'url', 0, 1, 'string', 2000, 0, '', '', '', '', 'text', '', 120, 'url', '1', '', '', 0, 1, 1, 0, 'single', '', '', 9, 'admin', '2022-03-26 13:59:39', '2022-03-26 13:51:13', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('519f68557b953fc2d38400182b187366', '402860816bff91c0016bffa220a9000b', 'residence_type', '户籍类别', 'residence_type', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 13, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('52ee861bc1b62cd8e4f10632b3d9d1b2', '79091e8277c744158530321513119c68', 'name', '顺序会签标题', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 6, 'admin', '2019-05-11 15:29:47', '2019-05-11 15:27:17', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('5531fb261c77e9d12f7cca1af528f70a', '05a3a30dada7411c9109306aa4117068', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, 'admin', '2020-05-12 22:39:41', '2020-05-06 11:34:31', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('553a250fb89de39e4ba9f8450fd72ade', '05a3a30dada7411c9109306aa4117068', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, 'admin', '2020-05-12 22:39:41', '2020-05-06 11:34:31', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('555f9d43db20204128d76e22226ca36e', '402881e6760269a201760269a2af0000', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', NULL, NULL, 2, NULL, NULL, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('5562a7242e4978f02e6d3a08d5828bbf', '53a3e82b54b946c2b904f605875a275c', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, 'admin', '2020-05-08 23:42:51', '2020-05-07 22:49:47', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('5562ad3165b1399f97a48f5f06d7fa06', '3b5e18da618247539481816995b6bf9f', 'ccc', 'cc', NULL, 0, 1, 'string', 1000, 0, '', '', '', '', 'umeditor', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 10, 'admin', '2020-07-11 11:27:29', '2020-07-11 11:27:17', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('56a7800e4e476812c74217c2aad781aa', '32feeb502544416c9bf41329c10a88f4', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, 'admin', '2019-08-23 20:03:40', '2019-07-02 18:23:23', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('56cd0a76f922bf76d982b24a509e4782', '4028839a6de2ebd3016de2ebd3870000', 'create_time', '创建日期', 'create_time', 0, 1, 'Date', 0, 0, NULL, NULL, NULL, NULL, 'date', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'group', NULL, NULL, 3, NULL, NULL, '2019-10-19 15:29:30', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('56e247f12d62b49cd9bd537e3efecf16', '402860816bff91c0016bff91c0cb0000', 'create_by', '创建人', 'create_by', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 12, 'admin', '2019-07-19 18:09:01', '2019-07-17 18:54:32', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('57552a4f0b7b5c096ab8985ced57cc7d', 'cb2d8534a2f544bc9c618dd49da66336', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, 'admin', '2020-02-24 17:22:42', '2020-02-24 15:15:14', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('579cc11a36576bc89e15dc7efaf9a14f', '2c91a0817fc4c754017fc4c756050001', 'create_by', '创建人', 'create_by', 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 2, 'admin', '2022-03-26 13:56:15', '2022-03-26 13:51:13', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('581d8e8ce270b762458121b1dea0be9a', '8d66ea41c7cc4ef9ab3aab9055657fc9', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, NULL, NULL, '2020-05-07 22:46:32', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('588400f6ebcdd0bc9bb560dd36636af9', 'e2faf977fdaf4b25a524f58c2441a51c', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, 'admin', '2019-06-10 17:27:00', '2019-04-24 17:12:11', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('58a96f945912d33b64ebf5dee98156dc', '402860816bff91c0016bffa220a9000b', 'mobile', '手机号', 'mobile', 0, 1, 'string', 20, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 19, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('58eea85add4788b83c893092434bc413', 'fb19fb067cd841f9ae93d4eb3b883dc0', 'update_time', '更新日期', NULL, 0, 1, 'date', 20, 0, '', '', '', '', 'text', '', 120, '', '0', '', '', 0, 1, 1, 0, 'single', '', '', 4, NULL, NULL, '2019-03-23 11:39:48', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('593f9be11e07af0a9eb644ff752a81de', '2c91a0817fc4c754017fc4c754210000', 'create_time', '创建日期', 'create_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 3, 'admin', '2022-03-26 13:58:50', '2022-03-26 13:51:12', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('59ae1e853668c676e85329aa029c68a6', '402860816bff91c0016bff91c0cb0000', 'status', '状态(1:申请中 2:通过)', 'status', 0, 1, 'string', 2, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 11, 'admin', '2019-07-19 18:09:01', '2019-07-17 18:54:32', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('5a043c7ae042e48f50d1fb0bb3d760a8', '402880eb71d61d3d0171d61d3de30000', 'code', '编码', NULL, 0, 1, 'String', 200, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '${order_num_rule_param}', 0, 1, 1, 0, 'single', '', '', 2, 'admin', '2020-11-26 17:28:14', '2020-05-02 23:59:33', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('5a1ab458d88bb766f92c3d791495cdcd', '402860816bff91c0016bff91d2810005', 'age', '年龄', 'age', 0, 1, 'int', 10, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 5, 'admin', '2019-07-19 18:05:55', '2019-07-17 18:54:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('5a4ef083dd572114aeb581b6828de545', '402860816bff91c0016bff91c7010001', 'award_name', '获奖名称', 'award_name', 0, 1, 'string', 255, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 5, 'admin', '2019-07-19 18:07:47', '2019-07-17 18:54:32', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('5a621f27aa443fe9eccc73717e4fa172', '4028318169e81b970169e81b97650000', 'method', '请求java方法', 'method', 0, 1, 'string', 500, 0, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'group', NULL, NULL, 8, NULL, NULL, '2019-04-04 19:28:36', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('5a655b208d6318ed02f236f15a319b5f', 'fbc35f067da94a70adb622ddba259352', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, NULL, NULL, '2019-07-03 19:44:23', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('5a6f88710c49bbe8e2e0ca58e149abad', '402860816bff91c0016bff91cda80003', 'create_by', '创建人', 'create_by', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 9, 'admin', '2019-07-19 18:06:36', '2019-07-17 18:54:34', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('5a7ce5af50f28d613d8beea7c866ae0c', '402881e6760269a20176026d25650002', 'update_by', '修改人', 'update_by', 0, 1, 'string', 32, 0, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'single', NULL, NULL, 14, NULL, NULL, '2020-11-26 10:41:17', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('5ab702dbc37d6fd8d3a1093fda7223bf', '53a3e82b54b946c2b904f605875a275c', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, 'admin', '2020-05-08 23:42:51', '2020-05-07 22:49:47', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('5b17ba693745c258f6b66380ac851e5f', 'd35109c3632c4952a19ecc094943dd71', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, '', '0', '', '', 0, 1, 1, 0, 'single', '', '', 1, 'admin', '2020-11-28 00:03:03', '2019-03-15 14:24:35', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('5b8718b995d541028e7f6a8e73d54211', '2c91a0817fc4c754017fc4c756050001', 'parent', '上级ID 0为顶级', 'parent', 0, 1, 'string', 64, 0, '', '', '', '', 'text', '', 120, NULL, '1', '', '', 0, 1, 1, 0, 'single', '', '', 10, 'admin', '2022-03-26 13:56:15', '2022-03-26 13:51:13', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('5ba2a4950a90235d05f9673b58778b2e', '2c91a0817fc4c754017fc4c757850002', 'update_by', '更新人', 'update_by', 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 4, 'admin', '2022-03-26 13:59:39', '2022-03-26 13:51:13', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('5c1803c06268e4f57cff02da5b6ef672', '2c91a0817fc4c754017fc4c757850002', 'is_enable', '是否启用', 'is_enable', 0, 1, 'string', 2, 0, '', '', 'yn', '', 'switch', '', 120, NULL, '1', '', '', 1, 1, 1, 0, 'single', '', '', 15, 'admin', '2022-03-26 13:59:39', '2022-03-26 13:51:13', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('5c76f5ecc774d7339eb0c2199c0052bc', '402860816bff91c0016bff91c0cb0000', 'biz_no', '编号', 'biz_no', 0, 1, 'string', 64, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 2, 'admin', '2019-07-19 18:09:01', '2019-07-17 18:54:32', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('5c8c8d573e01e4f40b5a7c451515e1d2', '32feeb502544416c9bf41329c10a88f4', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, 'admin', '2019-08-23 20:03:40', '2019-07-02 18:23:23', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('5dfbea516ee2390d712eace5405c5219', '402860816bff91c0016bff91ca7e0002', 'create_by', '创建人', 'create_by', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 9, 'admin', '2019-07-19 18:07:13', '2019-07-17 18:54:33', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('5e1d11197e9dd2a99e2019c37236161f', '2c91a0817fc4c754017fc4c757850002', 'titleen', '标题-英文版', 'titleen', 0, 1, 'string', 255, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 12, 'admin', '2022-03-26 13:59:39', '2022-03-26 13:51:13', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('5e4484b7348dc3e59a0c58bdc3828cc0', '27fc5f91274344afa7673a732b279939', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, 'admin', '2019-07-01 16:28:20', '2019-07-01 16:26:42', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('5e4ac29ac2007ceabf93368330290a42', '402860816bff91c0016bff91d8830007', 'order_no', '序号', 'order_no', 0, 1, 'int', 10, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 9, 'admin', '2019-07-19 18:04:41', '2019-07-17 18:54:37', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('5e729f9823b5cc96c50b0b7c0f07eb05', '402880e5721355dd01721355dd390000', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', NULL, NULL, 2, NULL, NULL, '2020-05-14 21:18:14', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('5e991844962b2f3c42237445fdf2cd19', '402881e6760269a20176026a22e70001', 'remakr', 'markdown', NULL, 0, 1, 'Text', 0, 0, '', '', '', '', 'markdown', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', NULL, NULL, 16, NULL, NULL, '2020-11-26 10:37:59', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('5f13f7087caa0bbf47e5eba01d0d0443', '05a3a30dada7411c9109306aa4117068', 'contents', '请假原因', NULL, 0, 1, 'string', 500, 0, '', '', '', '', 'markdown', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 11, 'admin', '2020-05-12 22:39:41', '2020-05-06 11:34:31', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('5f5ac4d37fd1a3a09e2b19f0d4d99c0f', '4adec929a6594108bef5b35ee9966e9f', 'code', '编码', NULL, 0, 1, 'String', 200, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '${order_num_rule_param}', 0, 1, 1, 0, 'single', '', '', 2, 'admin', '2020-04-10 19:43:38', '2020-04-10 19:35:58', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('5f718d8968d908cd2e4de6ee4c74d644', '402880eb71d61d3d0171d61d3de30000', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 7, 'admin', '2020-05-03 00:54:16', '2020-05-02 23:59:33', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('60b3b452232904f5a1130348bc1eab53', '402881e6760269a20176026d25650002', 'sys_org_code', '所属部门编码', 'sys_org_code', 0, 1, 'string', 64, 0, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'single', NULL, NULL, 16, NULL, NULL, '2020-11-26 10:41:17', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('6130dbb6d36bab8ee9154e7ab58af34c', '402880e570a5d7000170a5d700f50000', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', NULL, NULL, 1, NULL, NULL, '2020-03-04 21:58:16', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('617349b18dab429009ccd304fd7d459c', '4028839a6de2ebd3016de2ebd3870000', 'update_by', '更新人', 'update_by', 0, 1, 'string', 50, 0, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'group', NULL, NULL, 4, NULL, NULL, '2019-10-19 15:29:30', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('61c7a0058c264dd746eb35e6f50fc15b', '402860816aa5921f016aa5dedcb90009', 'update_time', '更新日期', 'update_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'group', '', '', 5, 'admin', '2019-05-11 15:56:47', '2019-05-11 15:50:08', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('6232ade7e2a0c1e97e2c0945b32e61b6', '402860816bff91c0016bffa220a9000b', 'paying_social_insurance', '是否上社保', 'paying_social_insurance', 0, 1, 'string', 20, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 32, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('6352d477b6b2751780c5852e92d0daa6', '402880eb71d61d3d0171d61d3de30000', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 6, 'admin', '2020-05-03 00:54:16', '2020-05-02 23:59:33', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('635e09afc01aad757faacf1321465c23', 'b81de38db24047b497d476516f8a0865', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, NULL, NULL, '2020-02-24 14:56:08', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('6490a98dccb6df218feaeb4ce11bc03b', '402860816aa5921f016aa5921f480000', 'update_time', '修改时间', 'update_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'group', '', '', 10, 'admin', '2019-05-11 15:31:54', '2019-05-11 14:26:19', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('654362725195829005036b3db47ec826', '402860816bff91c0016bffa220a9000b', 'post', '职务', 'post', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 4, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('6603058186832c4ff9e8c6e43baa5c3d', '86bf17839a904636b7ed96201b2fa6ea', 'sys_org_code', '所属部门', NULL, 0, 1, 'string', 64, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 6, 'admin', '2020-05-14 21:18:49', '2020-05-08 23:48:31', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('66a7ef842bc34e105a90186e48167ef2', 'dbf4675875e14676a3f9a8b2b8941140', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, NULL, NULL, '2019-05-27 18:02:07', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('671e62c685bc86bde3cef0e023418fb4', '05a3a30dada7411c9109306aa4117068', 'sys_org_code', '所属部门', NULL, 0, 1, 'string', 64, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 6, 'admin', '2020-05-12 22:39:41', '2020-05-06 11:34:31', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('67b5e120cd014ee9ff684e8d66f9d411', '2c91a0817fc4c754017fc4c757850002', 'logoen', 'logo url-英文版', 'logoen', 0, 1, 'string', 2000, 0, '', '', '', '', 'image', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 14, 'admin', '2022-03-26 13:59:39', '2022-03-26 13:51:13', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('6831d3231369ebc978992c7e5b3f141f', '910984408e1948519e2fcf5ac08fe9ad', 'identification', '语言标识', NULL, 0, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '1', '', '', 0, 1, 1, 1, 'single', '', '', 7, 'admin', '2022-03-24 12:24:00', '2022-03-24 12:21:06', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '1');
|
||
INSERT INTO `onl_cgform_field` VALUES ('686dea2621feadcd9b4c611df046adb4', '86bf17839a904636b7ed96201b2fa6ea', 'price', '价格', NULL, 0, 1, 'double', 10, 3, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 8, 'admin', '2020-05-14 21:18:49', '2020-05-08 23:48:31', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('68769fa7e4696e3a28f4cecf63076b7b', '402860816bff91c0016bff91ca7e0002', 'order_no', '序号', 'order_no', 0, 1, 'int', 10, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 8, 'admin', '2019-07-19 18:07:13', '2019-07-17 18:54:33', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('68861523516849eff46a0df045f1031b', '402881e6760269a201760269a2af0000', 'birthday', '时间', NULL, 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', NULL, NULL, 13, NULL, NULL, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('6915257f75506f72789e61bb155f49bd', '402881e6760269a20176026a22e70001', 'sel_search', '下拉搜索', NULL, 0, 1, 'string', 32, 0, '', 'username', 'sys_user', 'username', 'sel_search', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', NULL, NULL, 12, NULL, NULL, '2020-11-26 10:37:59', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('69666f21896136af16a6303aff440156', '402860816bff91c0016bffa220a9000b', 'nation', '民族', 'nation', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 11, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('69d11490788fecfc9fb7d74bf449ba86', '32f75e4043ef4070919dbd4337186a3d', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, 'admin', '2019-04-11 10:15:32', '2019-03-27 15:54:49', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('69e568501d10281d061311d3db15e6af', '18f064d1ef424c93ba7a16148851664f', 'user_sel', '选择用户', NULL, 0, 1, 'string', 200, 0, '', '', '', '', 'sel_user', '', 120, NULL, '0', '', '#{sysUserCode}', 0, 1, 1, 0, 'single', '', '', 18, 'admin', '2020-09-11 14:35:44', '2020-05-12 20:26:01', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('6a0082c8ffbae092e99689520f1c83f7', '4fb8e12a697f4d5bbe9b9fb1e9009486', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 9, 'admin', '2020-11-26 17:28:14', '2020-04-10 19:47:01', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('6a30c2e6f01ddd24349da55a37025cc0', 'd35109c3632c4952a19ecc094943dd71', 'top_pic', '头像', NULL, 0, 1, 'String', 500, 0, '', '', '', '', 'image', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 12, 'admin', '2020-11-28 00:03:03', '2019-06-10 20:06:56', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('6ab2e3d9b944701b405fb1a5ed167012', '86bf17839a904636b7ed96201b2fa6ea', 'zong_price', '单品总价', NULL, 0, 1, 'double', 10, 3, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 10, 'admin', '2020-05-14 21:18:49', '2020-05-08 23:48:31', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('6b21f5239671023ca769b6717a51130e', '402880eb71d61d3d0171d61d3de30000', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 8, 'admin', '2020-05-03 00:54:16', '2020-05-02 23:59:33', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('6b6f3aa00b8e73fb785154e795189739', '402860816aa5921f016aa5dedcb90009', 'start_time', '会签发起时间', 'start_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 7, 'admin', '2019-05-11 15:56:47', '2019-05-11 15:50:08', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('6beb40bdd28af22e06b26640bc0c3f4d', '3b5e18da618247539481816995b6bf9f', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 1, 'single', '', '', 1, 'admin', '2020-07-11 11:27:29', '2020-07-11 11:27:17', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('6c35eb97737e9f86279939d264454a94', '86bf17839a904636b7ed96201b2fa6ea', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, 'admin', '2020-05-14 21:18:49', '2020-05-08 23:48:31', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('6ce89fbe0120fc95693819f3f038a365', '910984408e1948519e2fcf5ac08fe9ad', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, 'admin', '2022-03-24 12:24:00', '2022-03-24 12:21:06', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('6cfb5acbbb69782bf0c7043b53f595b2', '402860816bff91c0016bff91cda80003', 'update_by', '更新人', 'update_by', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 11, 'admin', '2019-07-19 18:06:36', '2019-07-17 18:54:34', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('6d03a7774a50c6e6f76dbc7a8269beba', '3b5e18da618247539481816995b6bf9f', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, 'admin', '2020-07-11 11:27:29', '2020-07-11 11:27:17', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('6d4a4414b55ad5b6f31c8fb327dad834', '09fd28e4b7184c1a9668496a5c496450', 'address', '常用地址', NULL, 0, 1, 'string', 300, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 11, 'admin', '2020-05-14 21:19:21', '2020-05-08 23:51:49', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('6e5c9d8e8b7eb6980ec246cb813b180b', '4fb8e12a697f4d5bbe9b9fb1e9009486', 'sys_org_code', '所属部门', NULL, 0, 1, 'string', 64, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 10, 'admin', '2020-11-26 17:28:14', '2020-04-10 19:47:01', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('6ed8d9acef3cccd1b8fd659b3b538023', '53a3e82b54b946c2b904f605875a275c', 'price', '价格', NULL, 0, 1, 'BigDecimal', 10, 5, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 8, 'admin', '2020-05-08 23:42:51', '2020-05-07 22:49:47', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('6f38a07ea2b1065315a6b89a02af5bb4', '3b5e18da618247539481816995b6bf9f', 'name', '用户名', NULL, 0, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 7, 'admin', '2020-07-11 11:27:29', '2020-07-11 11:27:17', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('6f73e96a659c200c083006b6fce1f043', '402860816bff91c0016bff91ca7e0002', 'cert_name', '证书名称', 'cert_name', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 4, 'admin', '2019-07-19 18:07:13', '2019-07-17 18:54:33', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('71197d255e05c9f6db67fd30380953c7', '402881e6760269a201760269a2af0000', 'sel_mut', '下拉多选', NULL, 0, 1, 'string', 32, 0, '', 'sex', '', '', 'list_multi', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', NULL, NULL, 11, NULL, NULL, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('7154c75d754a5f88bef2b68829baf576', '4028318169e81b970169e81b97650000', 'operate_type', '操作类型', 'operate_type', 0, 1, 'string', 10, 0, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'group', NULL, NULL, 4, NULL, NULL, '2019-04-04 19:28:36', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('71afb00a1971125ecfa13b4dfa49665e', '402860816bff91c0016bff91cfea0004', 'order_no', '序号', 'order_no', 0, 1, 'int', 10, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 8, 'admin', '2019-07-19 18:05:13', '2019-07-17 18:54:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('71d5b0675df5aba71688c9d7d75cccee', '4028318169e81b970169e81b97650000', 'log_type', '日志类型(1登录日志,2操作日志)', 'log_type', 0, 1, 'string', 10, 0, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'group', NULL, NULL, 2, NULL, NULL, '2019-04-04 19:28:36', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('71e9ab74dae687837365e50eed090591', '1acb6f81a1d9439da6cc4e868617b565', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 1, 'admin', '2019-06-10 14:47:14', '2019-04-23 22:58:19', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('7280c56a210e6a47794fda855d0c6abb', 'fbc35f067da94a70adb622ddba259352', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, NULL, NULL, '2019-07-03 19:44:23', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('72e784af5c47bbbc0534b29bf656bd61', '4028839a6de2ebd3016de2ebd3870000', 'id', '主键', 'id', 1, 0, 'string', 36, 0, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 0, 0, 0, 'group', NULL, NULL, 1, NULL, NULL, '2019-10-19 15:29:30', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('7365f05f551092716223d5d449efd8c7', 'beee191324fd40c1afec4fda18bd9d47', 'name', 'ss', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 6, 'admin', '2019-04-13 13:41:13', '2019-04-13 13:40:56', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('73d3b57df0c6cf15c21970f4dd979319', '402880e5721355dd01721355dd390000', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', NULL, NULL, 5, NULL, NULL, '2020-05-14 21:18:14', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('73dc6089556f3446e39d42df3dedb2db', '402880e570a5d7000170a5d700f50000', 'num', '数量', NULL, 0, 1, 'int', 32, 0, '', '', '', '', 'text', '', 120, 'n', '0', '', '', 0, 1, 1, 0, 'single', NULL, NULL, 8, NULL, NULL, '2020-03-04 21:58:16', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('74134505542ad8d48ecb119840028ed8', '2c91a0817fc4c754017fc4c754210000', 'contenten', '文章内容-英文版', 'contenten', 0, 1, 'Text', 0, 0, '', '', '', '', 'umeditor', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 17, 'admin', '2022-03-26 13:58:51', '2022-03-26 13:51:12', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('742329ccdb185cf5d3e0b5b0c05dcffa', '402860816bff91c0016bffa220a9000b', 'interest', '兴趣爱好', 'interest', 0, 1, 'string', 255, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 34, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('744444a7ada3bbb05c6b114b5ba0d477', '402860816aa5921f016aa5dedcb90009', 'id', 'id', 'id', 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'group', '', '', 1, 'admin', '2019-05-11 15:56:47', '2019-05-11 15:50:08', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('74af99545de724a4abd2022581a36026', 'fb7125a344a649b990c12949945cb6c1', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'text', '', 120, '', '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, 'admin', '2019-03-26 19:24:11', '2019-03-26 19:01:52', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('756b07656386dbd91245f7ffda32ae61', '402860816bff91c0016bff91d8830007', 'id', 'id', 'id', 1, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'group', '', '', 1, 'admin', '2019-07-19 18:04:41', '2019-07-17 18:54:37', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('75841fa7c75ebdc94655bd5e44fbc9f6', '402860816bff91c0016bffa220a9000b', 'native_place', '籍贯', 'native_place', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 10, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('75ba781c67711bed71bba1c3e3c68e11', '8994f2817b5a45d9890aa04497a317c5', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, '', '0', '', '', 0, 1, 1, 0, 'single', '', '', 0, NULL, NULL, '2019-03-23 11:39:16', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('75e82f151e8cc12455f7f0d25bf4dac0', '4028839a6de2ebd3016de2ebd3870000', 'wl_name', '物料名称', 'wl_name', 0, 1, 'string', 100, 0, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'group', NULL, NULL, 7, NULL, NULL, '2019-10-19 15:29:30', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('7639c1bc4327f1f674ffeab2ca261134', '32f75e4043ef4070919dbd4337186a3d', 'update_by', '更新人登录名称', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, 'admin', '2019-04-11 10:15:32', '2019-03-27 15:54:49', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('766ca866b72d118f5d8883de46a8c043', '4028839a6de2ebd3016de2ebd3870000', 'supplier', '供应商', 'supplier', 0, 1, 'string', 32, 0, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'group', NULL, NULL, 15, NULL, NULL, '2019-10-19 15:29:30', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('768e29bb93a68fa37bcb0d6722a6f6de', '2c91a0817fc4c754017fc4c756050001', 'create_time', '创建日期', 'create_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 3, 'admin', '2022-03-26 13:56:15', '2022-03-26 13:51:13', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('76c64fdb02faecd86c817cbb58d293c2', '402881e6760269a201760269a2af0000', 'sys_org_code', '所属部门', NULL, 0, 1, 'string', 64, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', NULL, NULL, 6, NULL, NULL, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('783a5ff64c6b0da3fd4cd540ddc662bf', '402881e6760269a20176026a22e70001', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 1, 'single', NULL, NULL, 1, NULL, NULL, '2020-11-26 10:37:59', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('78a40344207c791b8d7ac7de721ce1c4', '79091e8277c744158530321513119c68', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, 'admin', '2019-05-11 15:29:47', '2019-05-11 15:27:17', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('78eb7e3b77cd49f9acb9b024cfe834e1', '402860816aa5921f016aa5dedcb90009', 'create_time', '创建日期', 'create_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'group', '', '', 3, 'admin', '2019-05-11 15:56:47', '2019-05-11 15:50:08', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('78fd804d93dc716fd8c2ccc45f788565', 'fb7125a344a649b990c12949945cb6c1', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, '', '0', '', '', 0, 0, 0, 0, 'single', '', '', 1, 'admin', '2019-03-26 19:24:11', '2019-03-26 19:01:52', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('790c9f3dba773ed9a6ea3ad627393f57', '402860816bff91c0016bffa220a9000b', 'archives_location', '档案所在地', 'archives_location', 0, 1, 'string', 255, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 36, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('7a665ed90ef64b4d65632c941e5795b2', '4b556f0168f64976a3d20bfb932bc798', 'sex', '性别', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 7, NULL, NULL, '2019-04-12 23:38:29', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('7a697e4053445f07ad1a56a246f593e7', '86bf17839a904636b7ed96201b2fa6ea', 'good_name', '商品名字', NULL, 0, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 7, 'admin', '2020-05-14 21:18:49', '2020-05-08 23:48:31', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('7abe873f542bb5d7ce1cd8c798a62073', '402881e6760269a20176026a22e70001', 'checkbox', 'checkbox', NULL, 0, 1, 'string', 32, 0, '', 'sex', '', '', 'checkbox', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', NULL, NULL, 10, NULL, NULL, '2020-11-26 10:37:59', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('7af06f4d732ff15c114ed51acc1c8891', '402881e6760269a20176026a22e70001', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', NULL, NULL, 4, NULL, NULL, '2020-11-26 10:37:59', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('7b2ffcf3e43a5d7b8d6f77d2a96b8491', '2d3bbeafdc364ecb974971a2d82adb9b', 'sys_org_code', '所属部门', NULL, 0, 1, 'string', 64, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 6, 'admin', '2022-03-24 12:16:35', '2022-03-24 12:15:06', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('7b4c181e4ebd76022f75535ed6fd9de3', '4adec929a6594108bef5b35ee9966e9f', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 10, 'admin', '2020-04-10 19:43:38', '2020-04-10 19:35:58', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('7b642d983ac06bfef91edde2c932dbe7', '1acb6f81a1d9439da6cc4e868617b565', 'xg_shangxian', '选购上限', NULL, 0, 1, 'int', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 14, 'admin', '2019-06-10 14:47:14', '2019-04-23 22:58:19', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('7b849e57debfb889caea5e0fef09062b', 'beee191324fd40c1afec4fda18bd9d47', 'sex2', 'dd', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 7, 'admin', '2019-04-13 13:41:13', '2019-04-13 13:40:56', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('7beb639aa9ffda07edb5ce1e49c2287f', '402860816bff91c0016bff91d2810005', 'update_time', '更新时间', 'update_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 13, 'admin', '2019-07-19 18:05:55', '2019-07-17 18:54:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('7bf091da401b74d55b107fe9f930ea54', '4028839a6de2ebd3016de2ebd3870000', 'create_by', '创建人', 'create_by', 0, 1, 'string', 50, 0, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'group', NULL, NULL, 2, NULL, NULL, '2019-10-19 15:29:30', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('7c6aecc377816c69147f1193b17dfcc5', 'e9faf717024b4aae95cff224ae9b6d97', 'sex', '员工性别', NULL, 0, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 8, 'admin', '2019-07-03 18:23:49', '2019-07-03 18:22:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('7cadf4e0be0b173bb5b8d39613e25190', '402860816bff91c0016bffa220a9000b', 'residence_postcode', '户籍邮编', 'residence_postcode', 0, 1, 'string', 10, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 29, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('7cc13710a3ff2046364204b7e5158467', '402881e6760269a20176026a22e70001', 'sys_org_code', '所属部门', NULL, 0, 1, 'string', 64, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', NULL, NULL, 6, NULL, NULL, '2020-11-26 10:37:59', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('7cce797000cec08416fb027d1a4013cb', '402881e6760269a20176026d25650002', 'sex', '性别 {男:1,女:2}', 'sex', 0, 1, 'string', 2, 0, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'single', NULL, NULL, 7, NULL, NULL, '2020-11-26 10:41:17', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('7cdbe0d563e15f3fb1fb32d996fe4ba7', '3d447fa919b64f6883a834036c14aa67', 'area', '区', NULL, 0, 1, 'String', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 4, 'admin', '2020-02-21 17:58:46', '2020-02-20 16:19:00', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('7d107728408c21ece332406a21f2d692', '402860816bff91c0016bff91cfea0004', 'update_by', '更新人', 'update_by', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 11, 'admin', '2019-07-19 18:05:13', '2019-07-17 18:54:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('7e066f60680158d47b328ef519d80e49', 'beee191324fd40c1afec4fda18bd9d47', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, 'admin', '2019-04-13 13:41:13', '2019-04-13 13:40:56', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('7e331396f6e544ae801690cf475e7615', '402881e6760269a201760269a2af0000', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', NULL, NULL, 3, NULL, NULL, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('7f10901c6ade3aa9d9ff46ed7039c70f', '1acb6f81a1d9439da6cc4e868617b565', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, 'admin', '2019-06-10 14:47:14', '2019-04-23 22:58:19', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('7ff9dbe4ac71bb64d057a3a2063fca2c', '402881e6760269a20176026a22e70001', 'radio', 'radio', NULL, 0, 1, 'string', 32, 0, '', 'sex', '', '', 'radio', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', NULL, NULL, 9, NULL, NULL, '2020-11-26 10:37:59', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('809a9fafe0b79c9997de32cb6e831c6f', '05a3a30dada7411c9109306aa4117068', 'birthday', '生日', NULL, 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 10, 'admin', '2020-05-12 22:39:41', '2020-05-06 11:34:31', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('8119d3de514092232935b038531828c5', '05a3a30dada7411c9109306aa4117068', 'sex', '性别', NULL, 0, 1, 'string', 32, 0, '', 'sex', '', '', 'list', '', 120, NULL, '0', '', '', 1, 1, 1, 0, 'single', '', '', 9, 'admin', '2020-05-12 22:39:41', '2020-05-06 11:34:31', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('813a5ebf7335309c7edb3803f7e4b204', '402880e570a5d7000170a5d700f50000', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', NULL, NULL, 2, NULL, NULL, '2020-03-04 21:58:16', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('817cc5e277e88164dffd4caee1169276', '56efb74326e74064b60933f6f8af30ea', 'remark', '备注', NULL, 0, 1, 'string', 500, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 10, 'admin', '2020-07-10 16:53:27', '2020-05-08 23:45:32', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('81ed9556c9fda1bbb46d94a53a6c90c7', '402860816bff91c0016bff91c0cb0000', 'depart_name', '部门名称', 'depart', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 7, 'admin', '2019-07-19 18:09:01', '2019-07-17 18:54:32', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('840343a59a8e705821d393506c2bc1fe', '402880e570a5d7000170a5d700f50000', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', NULL, NULL, 3, NULL, NULL, '2020-03-04 21:58:16', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('8419278effeb3a6531247fbfdb3b10e3', '402881e6760269a201760269a2af0000', 'user_sel', '选择用户', NULL, 0, 1, 'string', 200, 0, '', '', '', '', 'sel_user', '', 120, NULL, '0', '', '#{sysUserCode}', 0, 1, 1, 0, 'single', NULL, NULL, 18, NULL, NULL, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('8422485e1cbf4455f9ded7d0af59379c', '402860816bff91c0016bff91cfea0004', 'to_time', '截止时间', 'to_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 4, 'admin', '2019-07-19 18:05:13', '2019-07-17 18:54:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('845c70568d44a074f067d6d277950525', '402860816bff91c0016bffa220a9000b', 'entrytime', '入职时间', 'entrytime', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 23, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('8529ddaed8d5f3d9084e873203d55cac', '402860816bff91c0016bffa220a9000b', 'marital_status', '婚姻状况', 'marital_status', 0, 1, 'string', 20, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 24, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('857a0daa9cd8a058f2f15fc7c5fb3571', '402860816bff91c0016bffa220a9000b', 'email', '邮箱', 'email', 0, 1, 'string', 255, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 17, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('85e43fa87074845f86cf52606a23a57c', 'b81de38db24047b497d476516f8a0865', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, NULL, NULL, '2020-02-24 14:56:08', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('8652ca69a947fd4c961a3ac7c0fa252a', 'fb19fb067cd841f9ae93d4eb3b883dc0', 'create_by', '创建人登录名称', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, '', '0', '', '', 0, 1, 1, 0, 'single', '', '', 1, NULL, NULL, '2019-03-23 11:39:48', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('86bbafef5683674a736cf7241c458d44', '27fc5f91274344afa7673a732b279939', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, 'admin', '2019-07-01 16:28:20', '2019-07-01 16:26:42', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('86e0f3a8f31c60698157f139ed993954', '402860816bff91c0016bffa220a9000b', 'having_reserve_funds', '是否有公积金', 'having_reserve_funds', 0, 1, 'string', 20, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 33, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('86f29e9919766e0d1128263608c016a0', '997ee931515a4620bc30a9c1246429a9', 'type_name', '商品分类', NULL, 0, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 7, 'admin', '2020-05-03 00:57:44', '2020-05-03 00:56:56', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('873e2bb041b17bff77d3aca72900ea1b', '56870166aba54ebfacb20ba6c770bd73', 'order_code', '订单编码', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 6, 'admin', '2020-11-28 00:02:01', '2019-04-20 11:38:39', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('8756fbb5c23a0258e029e0cb3c0a045c', '402880e5721355dd01721355dd390000', 'price', '价格', NULL, 0, 1, 'double', 10, 3, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', NULL, NULL, 8, NULL, NULL, '2020-05-14 21:18:14', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('877391ae770a4ce2c95181ef410982ce', '4028318169e81b970169e81b97650000', 'request_param', '请求参数', 'request_param', 0, 1, 'string', 255, 0, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'group', NULL, NULL, 10, NULL, NULL, '2019-04-04 19:28:36', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('87e22ceeb12312250c16741929586c4b', '402881e6760269a20176026a22e70001', 'sel_mut', '下拉多选', NULL, 0, 1, 'string', 32, 0, '', 'sex', '', '', 'list_multi', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', NULL, NULL, 11, NULL, NULL, '2020-11-26 10:37:59', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('87e82e3c723a6abb020122babdac6bd1', '8994f2817b5a45d9890aa04497a317c5', 'create_by', '创建人登录名称', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, '', '0', '', '', 0, 1, 1, 0, 'single', '', '', 1, NULL, NULL, '2019-03-23 11:39:16', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('87f7a2703c5850f0b063dd866d0e2917', '402860816bff91c0016bffa220a9000b', 'birthday', '出生日期', 'birthday', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 7, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('87fafe1a4a8a626e3875697574c19f15', '402860816bff91c0016bff91d2810005', 'sys_org_code', '组织机构编码', 'sys_org_code', 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 14, 'admin', '2019-07-19 18:05:55', '2019-07-17 18:54:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('883265736ad6db0c98a7517d1f4a2488', '402880eb71d52dc30171d52dc3a10000', 'main_id', '主表ID', NULL, 0, 1, 'String', 200, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', NULL, NULL, 5, NULL, NULL, '2020-05-02 19:37:59', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('8845c67217ff1ce16acc0f6b84f22a6d', '2c91a0817fc4c754017fc4c754210000', 'update_time', '更新日期', 'update_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 5, 'admin', '2022-03-26 13:58:50', '2022-03-26 13:51:12', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('88a12570e14c9f6f442e731ae5ad0eb1', 'beee191324fd40c1afec4fda18bd9d47', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, 'admin', '2019-04-13 13:41:13', '2019-04-13 13:40:56', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('88de72456c03410c364c80095aaa96eb', 'd35109c3632c4952a19ecc094943dd71', 'pop', '弹窗', NULL, 0, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 15, 'admin', '2020-11-28 00:03:03', '2020-11-26 18:02:20', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('89370ae67e241fa5d1e47d22adeaca7b', '402880eb71d52dc30171d52dc3a10000', 'date', '日期', NULL, 0, 1, 'string', 200, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '#{date}', 0, 1, 1, 0, 'single', NULL, NULL, 4, NULL, NULL, '2020-05-02 19:37:58', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('89ab9eedbac6141e7a0df6d37a3655d0', 'e67d26b610dd414c884c4dbb24e71ce3', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, 'admin', '2019-04-24 11:03:32', '2019-04-24 11:02:57', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('8a24fb45e2af120c253c8b61c0085f7a', '402860816bff91c0016bff91cda80003', 'sys_org_code', '组织机构编码', 'sys_org_code', 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 13, 'admin', '2019-07-19 18:06:36', '2019-07-17 18:54:34', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('8a2f97fde739720e86fbcd3ce311c037', '09fd28e4b7184c1a9668496a5c496450', 'sys_org_code', '所属部门', NULL, 0, 1, 'string', 64, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 6, 'admin', '2020-05-14 21:19:21', '2020-05-08 23:51:49', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('8a6440c447ca97b1ceac40fa8576044e', '3b5e18da618247539481816995b6bf9f', 'sys_org_code', '所属部门', NULL, 0, 1, 'string', 64, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 6, 'admin', '2020-07-11 11:27:29', '2020-07-11 11:27:17', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('8a9d6bbbe45fd3539a8cb3ba2cee470a', '402881e6760269a201760269a2af0000', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', NULL, NULL, 5, NULL, NULL, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('8ac8a0c0087469a4e7579229ff17f273', 'e5464aa8fa7b47c580e91593cf9b46dc', 'jifen', '合计积分', NULL, 0, 1, 'int', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 10, 'admin', '2019-04-24 17:09:49', '2019-04-24 11:05:10', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('8bd4deadc9e96c1a6d7abd77033105f6', 'e67d26b610dd414c884c4dbb24e71ce3', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, 'admin', '2019-04-24 11:03:32', '2019-04-24 11:02:57', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('8c1b6fff73650b8650947c2a29c63492', '402881e6760269a201760269a2af0000', 'sex', '下拉框', NULL, 0, 1, 'string', 32, 0, '', 'sex', '', '', 'list', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', NULL, NULL, 8, NULL, NULL, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '1');
|
||
INSERT INTO `onl_cgform_field` VALUES ('8c6518fec11fc4769ba4eb770c9e00f7', '4028839a6de2ebd3016de2ebd3870000', 'integral_val', '积分值', 'integral_val', 0, 1, 'int', 10, 0, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'group', NULL, NULL, 11, NULL, NULL, '2019-10-19 15:29:30', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('8c960ed82ba23e19580307c0e9434de0', '18f064d1ef424c93ba7a16148851664f', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, 'admin', '2020-09-11 14:35:44', '2020-05-12 20:26:01', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('8ca56210938fbe649f840e505eb9fd41', '56870166aba54ebfacb20ba6c770bd73', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, 'admin', '2020-11-28 00:02:01', '2019-04-20 11:38:39', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('8d03979d053b758473c8d777996aef46', '2c91a0817fc4c754017fc4c757850002', 'update_time', '更新日期', 'update_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 5, 'admin', '2022-03-26 13:59:39', '2022-03-26 13:51:13', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('8e080f4ded1e3b2a1daa5b11eca4a0ff', '4adec929a6594108bef5b35ee9966e9f', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 7, 'admin', '2020-04-10 19:43:38', '2020-04-10 19:35:58', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('8e1212df6a94ed8f5102a327564e5af6', '8d66ea41c7cc4ef9ab3aab9055657fc9', 'name', '分类名字', NULL, 0, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 7, NULL, NULL, '2020-05-07 22:46:32', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('8e131d4a438c907b3272474780be7603', '402880eb71d52dc30171d52dc3a10000', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', NULL, NULL, 8, NULL, NULL, '2020-05-02 19:37:58', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('8e1e4cb5c41ba685c48ebabf0aacc469', '402880eb71d61d3d0171d61d3de30000', 'name', '名称', NULL, 0, 1, 'String', 200, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '#{sysUserName}', 0, 1, 0, 0, 'single', '', '', 3, 'admin', '2020-11-26 17:28:14', '2020-05-02 23:59:33', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('8ea43fd1e4ce82becee61b2f1e2e843f', '32feeb502544416c9bf41329c10a88f4', 'sex', '性别', NULL, 0, 1, 'String', 32, 0, '', 'sex', '', '', 'list', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 8, 'admin', '2019-08-23 20:03:40', '2019-07-02 18:23:23', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('8f1d302868640b72cef52171a023a203', 'e9faf717024b4aae95cff224ae9b6d97', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, 'admin', '2019-07-03 18:23:49', '2019-07-03 18:22:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('8f3e6fb68179c690f748f3c541fb50f1', '7ea60a25fa27470e9080d6a921aabbd1', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, NULL, NULL, '2019-04-17 00:22:21', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('8fc0be84bed1216635c69af918e097ff', '402860816aa5921f016aa5dedcb90009', 'name', '并行会签标题', 'name', 0, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 6, 'admin', '2019-05-11 15:56:47', '2019-05-11 15:50:08', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('903c33f7d18175a269b783cd4288216f', '402881e6760269a20176026d25650002', 'update_time', '修改时间', 'update_time', 0, 1, 'Date', 0, 0, NULL, NULL, NULL, NULL, 'date', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'single', NULL, NULL, 15, NULL, NULL, '2020-11-26 10:41:17', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('909b3de0c8a48a21ef8cf98eb4831689', '56efb74326e74064b60933f6f8af30ea', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, 'admin', '2020-07-10 16:53:27', '2020-05-08 23:45:32', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('90a822b8a63bbbc1e9575c9f4e21e021', 'd35109c3632c4952a19ecc094943dd71', 'descc', '描述', NULL, 0, 1, 'string', 500, 0, '', '', '', '', 'umeditor', '', 120, '', '0', '', '', 0, 1, 1, 0, 'single', '', '', 9, 'admin', '2020-11-28 00:03:03', '2019-03-15 14:24:35', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('90f39a6e29dae2e1fbb59d7d605f7c09', '1acb6f81a1d9439da6cc4e868617b565', 'iz_valid', '启用状态', NULL, 0, 1, 'String', 2, 0, '', 'air_china_valid', '', '', 'list', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 11, 'admin', '2019-06-10 14:47:14', '2019-04-23 22:58:19', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('9189717f24edba06c6f7ad734e24d395', '2c91a0817fc4c754017fc4c754210000', 'content', '文章内容', 'content', 0, 1, 'Text', 0, 0, '', '', '', '', 'umeditor', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 16, 'admin', '2022-03-26 13:58:51', '2022-03-26 13:51:12', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('918b8d661e480624713ddcff1bdda4f4', '402881e6760269a20176026d25650002', 'birthday', '生日', 'birthday', 0, 1, 'Date', 0, 0, NULL, NULL, NULL, NULL, 'date', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'single', NULL, NULL, 9, NULL, NULL, '2020-11-26 10:41:17', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('91be98b96dea1528abc943f9f131fd16', '402880e570a5d7000170a5d700f50000', 'price', '价格', NULL, 0, 1, 'double', 32, 0, '', '', '', '', 'text', '', 120, 'n', '0', '', '', 0, 1, 1, 0, 'single', NULL, NULL, 7, NULL, NULL, '2020-03-04 21:58:16', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('91f7cd9b59c0da033363f8a09b02ec96', '3d447fa919b64f6883a834036c14aa67', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, 'admin', '2020-02-21 17:58:46', '2020-02-20 16:19:00', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('921cc5a92a79e1e21e9e631a1b7f3fbd', '8d66ea41c7cc4ef9ab3aab9055657fc9', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 1, 'single', '', '', 1, NULL, NULL, '2020-05-07 22:46:31', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('9341a3b2a734d8c73455c136e1cac8ad', '4fb8e12a697f4d5bbe9b9fb1e9009486', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 8, 'admin', '2020-11-26 17:28:14', '2020-04-10 19:47:01', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('9370c9304af30b8d29defe0a5ada6e5b', '62e29cdb81ac44d1a2d8ff89851b853d', 'DC_DDSA', 'DD', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 6, NULL, NULL, '2019-05-11 14:01:14', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('9371f61d39c5d57ddb0a2db96b2e2412', '402860816bff91c0016bffa220a9000b', 'speciality', '专业', 'speciality', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 15, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('947174892512ea97fafde899d427ea7e', '402860816bff91c0016bff91c0cb0000', 'real_name', '姓名', 'real_name', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 4, 'admin', '2019-07-19 18:09:01', '2019-07-17 18:54:32', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('94b8bf435175cc545366e11992280757', '32f75e4043ef4070919dbd4337186a3d', 'age', '年龄', NULL, 0, 1, 'int', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 1, 1, 1, 0, 'group', '', '', 7, 'admin', '2019-04-11 10:15:32', '2019-03-27 15:54:49', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('94e682cb802777fe4205536888f69353', '402860816bff91c0016bff91d2810005', 'create_by', '创建人', 'create_by', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 10, 'admin', '2019-07-19 18:05:55', '2019-07-17 18:54:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('951c51699d728072d88196d30f7aad10', '4adec929a6594108bef5b35ee9966e9f', 'address', '地址', NULL, 0, 1, 'String', 200, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '{{ demoFieldDefVal_getAddress() }}', 0, 1, 1, 0, 'single', '', '', 5, 'admin', '2020-04-10 19:43:38', '2020-04-10 19:35:58', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('957386b500be42a200d6a56d54345392', 'deea5a8ec619460c9245ba85dbc59e80', 'num', '数量', NULL, 0, 1, 'int', 32, 0, '', '', '', '', 'text', '', 120, 'n', '0', '', '', 0, 1, 1, 0, 'single', '', '', 8, 'admin', '2020-05-03 01:01:18', '2019-04-20 11:41:19', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('95fbb1d279402b9d1c0e17665340febb', '402881e6760269a20176026a22e70001', 'pic', '图片', NULL, 0, 1, 'string', 1000, 0, '', '', '', '', 'image', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', NULL, NULL, 14, NULL, NULL, '2020-11-26 10:37:59', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('960d2847922b61dadeb3518ef55fb0c1', '1acb6f81a1d9439da6cc4e868617b565', 'wl_name', '物料名称', NULL, 0, 1, 'String', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 7, 'admin', '2019-06-10 14:47:14', '2019-04-23 22:58:19', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('9665f02764774fdd77c19923d3ff3c3e', '4028318169e81b970169e81b97650000', 'cost_time', '耗时', 'cost_time', 0, 1, 'string', 19, 0, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'group', NULL, NULL, 12, NULL, NULL, '2019-04-04 19:28:36', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('966a4988298d5cb0be47848735ce8cb7', '4028839a6de2ebd3016de2ebd3870000', 'xg_shangxian', '选购上限', 'xg_shangxian', 0, 1, 'int', 10, 0, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'group', NULL, NULL, 12, NULL, NULL, '2019-10-19 15:29:30', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('9698964a9e06edf12fc88df976080984', '09fd28e4b7184c1a9668496a5c496450', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, 'admin', '2020-05-14 21:19:21', '2020-05-08 23:51:49', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('96c585a4f71e5c38ed25b9741366365b', '402860816bff91c0016bff91c7010001', 'sys_org_code', '组织机构编码', 'sys_org_code', 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 11, 'admin', '2019-07-19 18:07:47', '2019-07-17 18:54:32', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('9765efa2cafde6d0ede2215848c9e80b', '32f75e4043ef4070919dbd4337186a3d', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 0, 'admin', '2019-04-11 10:15:32', '2019-03-27 15:54:49', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('982f9669faf4d655d4aa1fec3c519a0e', '2c91a0817fc4c754017fc4c754210000', 'source', '来源', 'source', 0, 1, 'string', 255, 0, '', '', '', '', 'text', '', 120, NULL, '1', '', '', 1, 1, 1, 0, 'single', '', '', 14, 'admin', '2022-03-26 13:58:51', '2022-03-26 13:51:12', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('98e82cb1595609a3b42fa75c60ac1229', '402860816bff91c0016bff91d2810005', 'update_by', '更新人', 'update_by', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 12, 'admin', '2019-07-19 18:05:55', '2019-07-17 18:54:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('9914a0c84805e72c4b6075e36edb13f9', '402860816aa5921f016aa5921f480000', 'create_time', '创建时间', 'create_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'group', '', '', 9, 'admin', '2019-05-11 15:31:54', '2019-05-11 14:26:19', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('9920ecec9c9109fc6b93e86f8fdfa03b', '402860816bff91c0016bffa220a9000b', 'depart_name', '所在部门', 'depart_name', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 1, 1, 1, 0, 'group', '', '', 2, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('99b43bbb23237815ebb74b12b4d7ea2f', '62e29cdb81ac44d1a2d8ff89851b853d', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 1, NULL, NULL, '2019-05-11 14:01:14', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('9a462d83210cad30f0e12b98e8a172a7', '3b5e18da618247539481816995b6bf9f', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, 'admin', '2020-07-11 11:27:29', '2020-07-11 11:27:17', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('9a4dc8718000c30953a3923eb7db5096', '402880eb71d52dc30171d52dc3a10000', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 1, 'single', NULL, NULL, 1, NULL, NULL, '2020-05-02 19:37:59', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('9a579c506f75f75baf88352a5eb2c249', '1acb6f81a1d9439da6cc4e868617b565', 'bpm_status', '流程状态', NULL, 0, 1, 'String', 2, 0, '1', 'bpm_status', '', '', 'list', '', 120, NULL, '0', '', '', 0, 0, 1, 0, 'single', '', '', 16, 'admin', '2019-06-10 14:47:14', '2019-05-07 16:54:43', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('9a9516645cbc8147b23333fea76aa2bb', 'b81de38db24047b497d476516f8a0865', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, NULL, NULL, '2020-02-24 14:56:08', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('9aa6738443d3d8a67cf50506199d15ad', 'cb2d8534a2f544bc9c618dd49da66336', 'aaae', 'aae', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 8, NULL, NULL, '2020-02-24 17:22:43', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('9bd056786694d67666f6924cc225b1a0', '3d447fa919b64f6883a834036c14aa67', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 1, 'admin', '2020-02-21 17:58:46', '2020-02-20 16:19:00', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('9c40fb4db8afed3c682c6b8a732fd69d', 'e2faf977fdaf4b25a524f58c2441a51c', 'post', '用户岗位', NULL, 0, 1, 'String', 32, 0, '', 'post_code', 'air_china_post_materiel_main', 'post_name', 'sel_search', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 8, 'admin', '2019-06-10 17:27:00', '2019-04-24 17:12:11', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('9cc60be30026301b9eafb8c310387f54', '402880e570a5d7000170a5d700f50000', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', NULL, NULL, 4, NULL, NULL, '2020-03-04 21:58:16', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('9ceff249ef81ca6fa145456667c89051', '4adec929a6594108bef5b35ee9966e9f', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 8, 'admin', '2020-04-10 19:43:38', '2020-04-10 19:35:58', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('9d85bafa399f28a40e1de1eeef747223', '4028318169e81b970169e81b97650000', 'ip', 'IP', 'ip', 0, 1, 'string', 100, 0, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'group', NULL, NULL, 7, NULL, NULL, '2019-04-04 19:28:36', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('9d88e0661ed4b0969b7f0608a714b14a', '402881e6760269a20176026d25650002', 'create_time', '创建时间', 'create_time', 0, 1, 'Date', 0, 0, NULL, NULL, NULL, NULL, 'date', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'single', NULL, NULL, 13, NULL, NULL, '2020-11-26 10:41:17', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('9d89ff1a019f41d80307652041490944', '32feeb502544416c9bf41329c10a88f4', 'name', '请假人', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 7, 'admin', '2019-08-23 20:03:40', '2019-07-02 18:23:23', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('9e50680eb4e79b3af352a5933d239dff', 'dbf4675875e14676a3f9a8b2b8941140', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 1, NULL, NULL, '2019-05-27 18:02:07', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('9ec6c73432e57354d7d55dbea0916776', '18f064d1ef424c93ba7a16148851664f', 'name', '用户名', NULL, 0, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '#{sysUserCode}', 0, 1, 1, 0, 'single', '', '', 7, 'admin', '2020-09-11 14:35:44', '2020-05-12 20:26:01', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '1');
|
||
INSERT INTO `onl_cgform_field` VALUES ('a01a7fe5660206e6f407ed98b6c732d6', '402860816bff91c0016bff91cfea0004', 'phone', '联系方式', 'phone', 0, 1, 'string', 20, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 7, 'admin', '2019-07-19 18:05:13', '2019-07-17 18:54:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('a1a2d49b35c185df9f9e149b290aa277', '56efb74326e74064b60933f6f8af30ea', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, 'admin', '2020-07-10 16:53:27', '2020-05-08 23:45:32', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('a1f5daba36f536e7acf6a939826183b0', 'fb19fb067cd841f9ae93d4eb3b883dc0', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, '', '0', '', '', 0, 1, 1, 0, 'single', '', '', 0, NULL, NULL, '2019-03-23 11:39:48', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('a232d608434d15fcecd8a3f31a9044b2', '86bf17839a904636b7ed96201b2fa6ea', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, 'admin', '2020-05-14 21:18:49', '2020-05-08 23:48:31', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('a3dea64c8009780e213d16c69704c030', '53a3e82b54b946c2b904f605875a275c', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 1, 'single', '', '', 1, 'admin', '2020-05-08 23:42:51', '2020-05-07 22:49:47', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('a45eba33810c485b9d8e6f70818a1dfa', '402860816aa5921f016aa5921f480000', 'bpm_status', '流程状态', 'bpm_status', 0, 1, 'string', 50, 0, '1', 'bpm_status', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 1, 0, 'group', '', '', 7, 'admin', '2019-05-11 15:31:54', '2019-05-11 14:26:19', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('a55576228512c4ee873fc68c8f3dd429', '2d3bbeafdc364ecb974971a2d82adb9b', 'mailbox', '邮箱', NULL, 0, 1, 'string', 255, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 10, 'admin', '2022-03-24 12:16:35', '2022-03-24 12:15:06', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('a6471d4fb3dbffef01dab1f7d452bb30', '27fc5f91274344afa7673a732b279939', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, 'admin', '2019-07-01 16:28:20', '2019-07-01 16:26:42', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('a6722b498602d7d7b5177b16789d8cc1', 'e5464aa8fa7b47c580e91593cf9b46dc', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, 'admin', '2019-04-24 17:09:48', '2019-04-24 11:05:10', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('a76f561057ac9e43a8ca09e478a1eab8', '402860816bff91c0016bff91ca7e0002', 'update_time', '更新时间', 'update_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 12, 'admin', '2019-07-19 18:07:13', '2019-07-17 18:54:33', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('a7822f6e4cffb37fc0729cbd4cfd8655', '32f75e4043ef4070919dbd4337186a3d', 'name', '用户名', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 1, 1, 1, 0, 'single', '', '', 5, 'admin', '2019-04-11 10:15:32', '2019-03-27 15:54:49', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('a7b6ae09441ce36a14c7ce95f17a218e', '86bf17839a904636b7ed96201b2fa6ea', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, 'admin', '2020-05-14 21:18:49', '2020-05-08 23:48:31', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('a82ca42a76e9d2b8dae6d57dbb5edb54', 'deea5a8ec619460c9245ba85dbc59e80', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, 'admin', '2020-05-03 01:01:18', '2019-04-20 11:41:19', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('a83c029e021023771f646a20b63c4d4b', '18f064d1ef424c93ba7a16148851664f', 'sel_search', '下拉搜索', NULL, 0, 1, 'string', 32, 0, '', 'username', 'sys_user', 'username', 'sel_search', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 12, 'admin', '2020-09-11 14:35:44', '2020-05-12 20:26:01', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('a940adc4585fa3b5bd2114ea9abe8491', '402860816bff91c0016bff91ca7e0002', 'cert_level', '证书级别', 'cert_level', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 5, 'admin', '2019-07-19 18:07:13', '2019-07-17 18:54:33', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('a94f1d7da64f3aa35c32155ea00ccb2f', '402860816bff91c0016bffa220a9000b', 'id', 'id', 'id', 1, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'group', '', '', 1, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('a9780eace237a15f26931dd6a9ec02e9', '758334cb1e7445e2822b60e807aec4a3', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, NULL, NULL, '2019-10-18 18:02:09', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('aa07931514727913413880b7a2b76dcb', 'd3ae1c692b9640e0a091f8c46e17bb01', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, NULL, NULL, '2019-07-24 14:47:30', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('aa4780601419c21dabb6c42fc511e71c', '402860816bff91c0016bffa220a9000b', 'have_children', '有无子女', 'have_children', 0, 1, 'string', 20, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 25, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('ab10e0aa029ded2f4420a33420de225d', '1acb6f81a1d9439da6cc4e868617b565', 'wl_code', '物料编码', NULL, 0, 1, 'String', 60, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 6, 'admin', '2019-06-10 14:47:14', '2019-04-23 22:58:19', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('ab1f880ba593f3757dac70e003945aa2', '402860816bff91c0016bff91c0cb0000', 'depart_id', '部门ID', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 6, 'admin', '2019-07-19 18:09:01', '2019-07-17 19:38:45', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('ab58f43f853fd1f65f83c22966883afb', 'beee191324fd40c1afec4fda18bd9d47', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, 'admin', '2019-04-13 13:41:13', '2019-04-13 13:40:56', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('ab8e6f1cca421c5ce395a2c1fdfd2100', '32feeb502544416c9bf41329c10a88f4', 'sys_org_code', '所属部门', NULL, 0, 1, 'string', 64, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 6, 'admin', '2019-08-23 20:03:40', '2019-07-02 18:23:23', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('abe61a8ddf966a979457b763329a537b', 'e5464aa8fa7b47c580e91593cf9b46dc', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, 'admin', '2019-04-24 17:09:49', '2019-04-24 11:05:10', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('ac91565da5fb8fe43a4da3dec660b25f', '402860816bff91c0016bff91c7010001', 'award_place', '获奖地点', 'award_place', 0, 1, 'string', 255, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 4, 'admin', '2019-07-19 18:07:47', '2019-07-17 18:54:32', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('ace01516cca57f1235543dcc9742fde5', '2c91a0817fc4c754017fc4c754210000', 'titleen', '标题-英文版', 'titleen', 0, 1, 'string', 255, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 8, 'admin', '2022-03-26 13:58:51', '2022-03-26 13:51:12', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('acff5c8aef3b6288b87fd91215012206', 'e5464aa8fa7b47c580e91593cf9b46dc', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, 'admin', '2019-04-24 17:09:49', '2019-04-24 11:05:10', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('ad061417d5b53c67975eb83657505218', '73162c3b8161413e8ecdca7eb288d0c9', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, 'admin', '2019-07-01 14:23:32', '2019-06-10 15:18:34', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('ad93762c6c4a1dd8331e5fa11215b568', 'e2faf977fdaf4b25a524f58c2441a51c', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 1, 'admin', '2019-06-10 17:27:00', '2019-04-24 17:12:11', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('adc05e865edbaabce772636632b741bd', '910984408e1948519e2fcf5ac08fe9ad', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, 'admin', '2022-03-24 12:24:00', '2022-03-24 12:21:06', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('ae31da96f38fc2941cb93d1bb1ab9431', 'deea5a8ec619460c9245ba85dbc59e80', 'product_name', '产品名字', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 6, 'admin', '2020-05-03 01:01:18', '2019-04-20 11:41:19', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('ae77bb317366622698c8ab9bf2325833', 'deea5a8ec619460c9245ba85dbc59e80', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, 'admin', '2020-05-03 01:01:18', '2019-04-20 11:41:19', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('ae9e686072c3c7f9b36bbc4be0fe1384', '402881e6760269a201760269a2af0000', 'name', '用户名', NULL, 0, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '#{sysUserCode}', 0, 1, 1, 0, 'single', NULL, NULL, 7, NULL, NULL, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '1');
|
||
INSERT INTO `onl_cgform_field` VALUES ('af0fe0df8b626129de62e22212732517', '402860816bff91c0016bff91cda80003', 'speciality', '专业', 'speciality', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 6, 'admin', '2019-07-19 18:06:36', '2019-07-17 18:54:34', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('af6c582b902e2f2bf9930eba61ae7938', '73162c3b8161413e8ecdca7eb288d0c9', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, 'admin', '2019-07-01 14:23:32', '2019-06-10 15:18:34', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('afd3ef1d494a9b69d2c7a3cdde937f6f', '402860816bff91c0016bffa220a9000b', 'create_by', '创建人', 'create_by', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 39, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('b01304904babd7479de2acfe8a77157f', '402860816aa5921f016aa5921f480000', 'id', 'ID', 'id', 1, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'group', '', '', 1, 'admin', '2019-05-11 15:31:54', '2019-05-11 14:26:19', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('b05b4cbb74f389a7376f51ed9fd97030', '402860816bff91c0016bff91d8830007', 'create_by', '创建人', 'create_by', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 10, 'admin', '2019-07-19 18:04:41', '2019-07-17 18:54:37', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('b0a06bdbefd304d81a1838d8d94deda9', '4b556f0168f64976a3d20bfb932bc798', 'name', '用户名', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 6, NULL, NULL, '2019-04-12 23:38:28', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('b0a2c8d21782830ec6a2d16cc1231328', '402881e6760269a20176026d25650002', 'punch_time', '打卡时间', 'punch_time', 0, 1, 'Date', 0, 0, NULL, NULL, NULL, NULL, 'date', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'single', NULL, NULL, 4, NULL, NULL, '2020-11-26 10:41:17', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('b0ab4e227d74c4de4bea33e6e9b4e7ff', '2c91a0817fc4c754017fc4c757850002', 'urlen', '链接-英文版', 'urlen', 0, 1, 'string', 2000, 0, '', '', '', '', 'text', '', 120, 'url', '0', '', '', 0, 1, 1, 0, 'single', '', '', 10, 'admin', '2022-03-26 13:59:39', '2022-03-26 13:51:13', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('b0b0cc4395c9f08b4dd9e849e622b953', '2c91a0817fc4c754017fc4c756050001', 'is_enable', '是否启用', 'is_enable', 0, 1, 'string', 2, 0, '', '', 'yn', '', 'switch', '', 120, NULL, '1', '', '', 1, 1, 1, 0, 'single', '', '', 11, 'admin', '2022-03-26 13:56:15', '2022-03-26 13:51:13', 'admin', '', '', '', '', 'YN', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('b0b1cf271dd6b221a902da2d2f8f889a', 'e9faf717024b4aae95cff224ae9b6d97', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, 'admin', '2019-07-03 18:23:49', '2019-07-03 18:22:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('b0dfd0f0c36ee46ef483c0c225956ac5', '402881e6760269a201760269a2af0000', 'checkbox', 'checkbox', NULL, 0, 1, 'string', 32, 0, '', 'sex', '', '', 'checkbox', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', NULL, NULL, 10, NULL, NULL, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('b18f96f96d979daa7336e81086ea2bc1', 'cb2d8534a2f544bc9c618dd49da66336', 'sys_org_code', '所属部门', NULL, 0, 1, 'string', 64, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 6, 'admin', '2020-02-24 17:22:42', '2020-02-24 15:15:14', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('b1fc6e2ca671b19e57b08a4f57fc2454', 'fb7125a344a649b990c12949945cb6c1', 'update_time', '更新日期', NULL, 0, 1, 'date', 20, 0, '', '', '', '', 'text', '', 120, '', '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, 'admin', '2019-03-26 19:24:11', '2019-03-26 19:01:52', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('b22694cf34ffb967b8717647816ad5df', 'e5464aa8fa7b47c580e91593cf9b46dc', 'fk_id', '外键', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', 'air_china_post_materiel_main', 'id', 15, 'admin', '2019-04-24 17:09:49', '2019-04-24 11:05:10', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('b276facab025f9750b0aff391693cc4b', '402860816bff91c0016bff91c7010001', 'id', 'id', 'id', 1, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'group', '', '', 1, 'admin', '2019-07-19 18:07:47', '2019-07-17 18:54:32', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('b2b0cb30159639bb1190e150322b7541', '4028839a6de2ebd3016de2ebd3870000', 'wl_unit', '计量单位', 'wl_unit', 0, 1, 'string', 100, 0, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'group', NULL, NULL, 14, NULL, NULL, '2019-10-19 15:29:30', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('b319cc124cd7f9bd0c8156712de0ef79', '910984408e1948519e2fcf5ac08fe9ad', 'is_enable', '是否启用(1:是,0:否),同一个标识只能有一个启用的', NULL, 0, 1, 'int', 1, 0, '', '', 'yn', '', 'switch', '', 120, NULL, '0', '', '', 0, 1, 1, 1, 'single', '', '', 9, 'admin', '2022-03-24 12:24:00', '2022-03-24 12:21:06', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '1');
|
||
INSERT INTO `onl_cgform_field` VALUES ('b3542d3e7908ed885ecc4ba9e7300705', '4b556f0168f64976a3d20bfb932bc798', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, NULL, NULL, '2019-04-12 23:38:28', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('b3b61f9386eb2262919e0835e3c82eb9', '86bf17839a904636b7ed96201b2fa6ea', 'num', '数量', NULL, 0, 1, 'int', 10, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 9, 'admin', '2020-05-14 21:18:49', '2020-05-08 23:48:31', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('b3c29e47c5093e68c297a7fa29c7e8cc', '2c91a0817fc4c754017fc4c756050001', 'update_by', '更新人', 'update_by', 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 4, 'admin', '2022-03-26 13:56:15', '2022-03-26 13:51:13', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('b47af4d937e55c6208939bac5378bfad', '62e29cdb81ac44d1a2d8ff89851b853d', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, NULL, NULL, '2019-05-11 14:01:14', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('b53203fc52d067bb4730dbcb7e496bd3', '56870166aba54ebfacb20ba6c770bd73', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 1, 'admin', '2020-11-28 00:02:01', '2019-04-20 11:38:39', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('b57cfd6922ebb3d75c84e386b7df38d0', '402881e6760269a20176026a22e70001', 'user_sel', '选择用户', NULL, 0, 1, 'string', 200, 0, '', '', '', '', 'sel_user', '', 120, NULL, '0', '', '#{sysUserCode}', 0, 1, 1, 0, 'single', NULL, NULL, 18, NULL, NULL, '2020-11-26 10:37:59', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('b5cfd3c9691a884430f3d9cd5ecb211f', 'e2faf977fdaf4b25a524f58c2441a51c', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, 'admin', '2019-06-10 17:27:00', '2019-04-24 17:12:11', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('b6874a05734cad8bd96ffd2f31f1ebca', '402860816bff91c0016bff91c7010001', 'create_by', '创建人', 'create_by', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 7, 'admin', '2019-07-19 18:07:47', '2019-07-17 18:54:32', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('b733fa73519603b22d401fabbf9e9781', '402860816bff91c0016bff91c0cb0000', 'hiredate', '入职时间', 'hiredate', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 5, 'admin', '2019-07-19 18:09:01', '2019-07-17 18:54:32', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('b78d5ab8bbb5ff9b5308d226629ea19f', '402881e6760269a20176026a22e70001', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', NULL, NULL, 3, NULL, NULL, '2020-11-26 10:37:59', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('b7938e4518f9062ce62702cf45986e06', 'e2faf977fdaf4b25a524f58c2441a51c', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, 'admin', '2019-06-10 17:27:00', '2019-04-24 17:12:11', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('b7a1243aaa712e2c152c0c7a46f88683', '402860816bff91c0016bff91d8830007', 'age', '年龄', 'age', 0, 1, 'int', 10, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 5, 'admin', '2019-07-19 18:04:41', '2019-07-17 18:54:37', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('b7b311cf4483bd10a93a40891cc39a77', '8d66ea41c7cc4ef9ab3aab9055657fc9', 'has_child', '是否有子节点', NULL, 0, 1, 'string', 3, 0, '', 'yn', '', '', 'list', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 11, NULL, NULL, '2020-05-07 22:46:32', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('b889cee39613fe2d8121d03ad28a8af4', '2c91a0817fc4c754017fc4c757850002', 'id', 'id', 'id', 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 1, 'single', '', '', 1, 'admin', '2022-03-26 13:59:39', '2022-03-26 13:51:13', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('b91258e3dc15b28c2e3f0d934e6e27e8', 'fb7125a344a649b990c12949945cb6c1', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, '', '0', '', '', 0, 1, 1, 0, 'single', '', '', 0, NULL, NULL, '2019-03-26 19:01:52', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('b92572ae142f8dd5f2ac02fb45e6b2c1', 'e2faf977fdaf4b25a524f58c2441a51c', 'name', '用户名', NULL, 0, 1, 'String', 32, 0, '', 'realname,username', 'report_user', 'name,account', 'sel_search', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 6, 'admin', '2019-06-10 17:27:00', '2019-04-24 17:12:11', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('b9fbace24688c9c9a8c9be72c1d014e7', '402860816bff91c0016bffa220a9000b', 'phone', '电话', 'phone', 0, 1, 'string', 20, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 18, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('ba17414716b12b51c85f9d1f6f1e5787', 'd35109c3632c4952a19ecc094943dd71', 'chegnshi', '城市', NULL, 0, 1, 'string', 300, 0, '', '', '', '', 'pca', '', 120, NULL, '0', '', '', 1, 1, 1, 0, 'single', '', '', 14, 'admin', '2020-11-28 00:03:03', '2020-11-26 16:54:45', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('ba5f4b2affa94f36eda7f6f133db7ae3', '402860816bff91c0016bff91d2810005', 'workplace', '工作单位', 'workplace', 0, 1, 'string', 255, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 6, 'admin', '2019-07-19 18:05:55', '2019-07-17 18:54:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('ba63a228af579d5a7e8d361b02c0db05', '2c91a0817fc4c754017fc4c756050001', 'update_time', '更新日期', 'update_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 5, 'admin', '2022-03-26 13:56:15', '2022-03-26 13:51:13', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('ba6f3e762d6e3ea1068a085ec2f7e501', '56efb74326e74064b60933f6f8af30ea', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, 'admin', '2020-07-10 16:53:27', '2020-05-08 23:45:32', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('bad02e68ea37bf387337516af84a1ddb', '73162c3b8161413e8ecdca7eb288d0c9', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 1, 'admin', '2019-07-01 14:23:32', '2019-06-10 15:18:34', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('bb44475e1d1738a19745bf9f3ebf9e40', '402860816bff91c0016bff91cfea0004', 'update_time', '更新时间', 'update_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 12, 'admin', '2019-07-19 18:05:13', '2019-07-17 18:54:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('bbbb38347b1a5340a1d293e455c632ce', 'fb19fb067cd841f9ae93d4eb3b883dc0', '3', '4', NULL, 0, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, '', '0', '', '', 0, 1, 1, 0, 'single', '', '', 6, NULL, NULL, '2019-03-23 11:39:48', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('bc648624ad14c826bbc6e9b23a2b9858', '402860816bff91c0016bff91ca7e0002', 'employee_id', '员工ID', 'employee_id', 0, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', 'oa_employee_info', 'id', 2, 'admin', '2019-07-19 18:07:13', '2019-07-17 18:54:33', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('bc793fdbef9f6474425456c4eb9d197a', '402860816bff91c0016bff91cfea0004', 'witness', '证明人', 'references', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 6, 'admin', '2019-07-19 18:05:13', '2019-07-17 18:54:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('bc7df6f3cf49f670c36a3de25e25e715', '402860816bff91c0016bff91d2810005', 'order_no', '序号', 'order_no', 0, 1, 'int', 10, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 9, 'admin', '2019-07-19 18:05:55', '2019-07-17 18:54:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('bcf2f5d1390227cf0d9ddfbd6121161f', '402880eb71d61d3d0171d61d3de30000', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 1, 'single', '', '', 1, 'admin', '2020-05-03 00:54:16', '2020-05-02 23:59:33', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('bd39cb237049ac60218b3f4dd844f30c', '402860816bff91c0016bffa220a9000b', 'current_address', '现居住地', 'current_address', 0, 1, 'string', 200, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 30, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('bde81809057b1a4c974fa0f090501fdd', '402860816aa5921f016aa5dedcb90009', 'update_by', '更新人', 'update_by', 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'group', '', '', 4, 'admin', '2019-05-11 15:56:47', '2019-05-11 15:50:08', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('bdea5b776a15897265c43e6ee44af2e1', '997ee931515a4620bc30a9c1246429a9', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, 'admin', '2020-05-03 00:57:44', '2020-05-03 00:56:56', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('be3f8c157d8a1b40e6f7b836552a8095', '8994f2817b5a45d9890aa04497a317c5', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'text', '', 120, '', '0', '', '', 0, 1, 1, 0, 'single', '', '', 2, NULL, NULL, '2019-03-23 11:39:16', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('be5eeda7d51dace73d3818bd8467b53b', '402860816bff91c0016bff91c0cb0000', 'update_time', '更新时间', 'update_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 15, 'admin', '2019-07-19 18:09:01', '2019-07-17 18:54:32', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('be868eed386da3cfcf49ea9afcdadf11', 'd35109c3632c4952a19ecc094943dd71', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'text', '', 120, '', '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, 'admin', '2020-11-28 00:03:03', '2019-03-15 14:24:35', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('bec3082fc5f0f194be5cd72cc2866ff4', 'e5464aa8fa7b47c580e91593cf9b46dc', 'wl_name', '物料名字', NULL, 0, 1, 'String', 200, 0, '', 'wl_code', 'air_china_materiel', 'wl_name', 'list', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 6, 'admin', '2019-04-24 17:09:49', '2019-04-24 11:05:10', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('bed0bc67f570613eaa6a1bd8bcaaddcc', '4b556f0168f64976a3d20bfb932bc798', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, NULL, NULL, '2019-04-12 23:38:28', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('bed95ca6dd6bb4b4f7cfd787313a0a4b', '402880e570a5d7000170a5d700f50000', 'product_name', '产品名字', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', NULL, NULL, 6, NULL, NULL, '2020-03-04 21:58:16', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('bef85fd2846dd7ffc42d747095557d14', '4fb8e12a697f4d5bbe9b9fb1e9009486', 'date', '日期', NULL, 0, 1, 'string', 200, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '#{date}', 0, 1, 1, 0, 'single', '', '', 4, 'admin', '2020-11-26 17:28:14', '2020-04-10 19:47:01', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('bf61aa04c5ca77ad54c764f8f8b2bdec', '402860816bff91c0016bff91d8830007', 'update_by', '更新人', 'update_by', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 12, 'admin', '2019-07-19 18:04:41', '2019-07-17 18:54:37', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('bfb71a6fdbf8b45b0f78197e0ca34663', '2c91a0817fc4c754017fc4c756050001', 'name', '名称', 'name', 0, 1, 'string', 255, 0, '', '', '', '', 'text', '', 120, NULL, '1', '', '', 1, 1, 1, 0, 'single', '', '', 7, 'admin', '2022-03-26 13:56:15', '2022-03-26 13:51:13', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('bfc2f19fae367f885adb8bd82a344391', '4028318169e81b970169e81b97650000', 'userid', '操作用户账号', 'userid', 0, 1, 'string', 32, 0, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'group', NULL, NULL, 5, NULL, NULL, '2019-04-04 19:28:36', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('c047ed2cead5bab0307967435f370936', '53a3e82b54b946c2b904f605875a275c', 'chuc_date', '出厂时间', NULL, 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 9, 'admin', '2020-05-08 23:42:51', '2020-05-07 22:49:47', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('c0c80f370e1d400fe670d8702c3b84da', '4adec929a6594108bef5b35ee9966e9f', 'address_param', '地址(传参)', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '{{ demoFieldDefVal_getAddress(\"昌平区\") }}', 0, 1, 1, 0, 'single', '', '', 6, 'admin', '2020-04-10 19:43:38', '2020-04-10 19:40:53', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('c0d66c95773774e7ac1f2a88df307e7a', '402860816aa5921f016aa5921f480000', 'reason', '请假原因', 'reason', 0, 1, 'string', 500, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 6, 'admin', '2019-05-11 15:31:54', '2019-05-11 14:26:19', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('c29216d975fee50af175bca8c664a475', 'e67d26b610dd414c884c4dbb24e71ce3', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 1, 'admin', '2019-04-24 11:03:32', '2019-04-24 11:02:56', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('c2b9eae184afe56d59ea7940d77cfced', '4adec929a6594108bef5b35ee9966e9f', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 1, 'single', '', '', 1, 'admin', '2020-04-10 19:43:38', '2020-04-10 19:35:57', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('c2dbb6846ab0945a430d095a29e0f53d', '18f064d1ef424c93ba7a16148851664f', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, 'admin', '2020-09-11 14:35:44', '2020-05-12 20:26:01', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('c311cca084580e5fd4b5a2e5b81c4cc5', '402881e6760269a20176026d25650002', 'email', '邮箱', 'email', 0, 1, 'string', 50, 0, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'single', NULL, NULL, 10, NULL, NULL, '2020-11-26 10:41:17', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('c382877700a9987f4bcc2deea9ee9daf', '4fb8e12a697f4d5bbe9b9fb1e9009486', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 1, 'single', '', '', 1, 'admin', '2020-11-26 17:28:14', '2020-04-10 19:47:01', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('c3b5f7850d0052465fdfa4edeb063a96', '2c91a0817fc4c754017fc4c757850002', 'type', '类型(显示在哪)', 'type', 0, 1, 'string', 255, 0, '', '', '', '', 'text', '', 120, NULL, '1', '', '', 1, 1, 1, 0, 'single', '', '', 8, 'admin', '2022-03-26 13:59:39', '2022-03-26 13:51:13', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('c43d87b6340c29c0c354aa9c579f387f', '32feeb502544416c9bf41329c10a88f4', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, 'admin', '2019-08-23 20:03:40', '2019-07-02 18:23:23', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('c456753a9c83e55fa241c4ec72c00f86', '402880eb71d52dc30171d52dc3a10000', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', NULL, NULL, 6, NULL, NULL, '2020-05-02 19:37:58', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('c4d71528f3f45661b1a87841b7256204', '402880e5721355dd01721355dd390000', 'order_main_id', '订单ID', NULL, 0, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', NULL, NULL, 11, NULL, NULL, '2020-05-14 21:18:14', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('c52711856d2e81ad1074265833f44328', 'b81de38db24047b497d476516f8a0865', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 1, 'single', '', '', 1, NULL, NULL, '2020-02-24 14:56:07', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('c596f7f9035c71f9d2d0206d14b0eee8', '402881e6760269a201760269a2af0000', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', NULL, NULL, 4, NULL, NULL, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('c59f39e7b3bb877398f16796b2cd7962', '997ee931515a4620bc30a9c1246429a9', 'pid', '父级节点', NULL, 0, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 0, 0, 'single', '', '', 9, 'admin', '2020-05-03 00:57:44', '2020-05-03 00:56:56', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('c5a61724b3b1fdfd0eb39c361f22bafd', '8d66ea41c7cc4ef9ab3aab9055657fc9', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, NULL, NULL, '2020-05-07 22:46:32', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('c5dd2fc34ae825ebfced2ec74948654c', '402860816aa5921f016aa5921f480000', 'end_date', '请假结束时间', 'end_date', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 5, 'admin', '2019-05-11 15:31:54', '2019-05-11 14:26:19', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('c5f6ea01a6523a60df153cc61dc92f4d', 'fbc35f067da94a70adb622ddba259352', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, NULL, NULL, '2019-07-03 19:44:23', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('c6024742fbc62f2fc39992e6b59ac13d', '05a3a30dada7411c9109306aa4117068', 'age', '年龄', NULL, 0, 1, 'int', 10, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 1, 1, 1, 0, 'group', '', '', 8, 'admin', '2020-05-12 22:39:41', '2020-05-06 11:34:31', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '1');
|
||
INSERT INTO `onl_cgform_field` VALUES ('c6730e00df5efd77fedf181df29102de', '402860816bff91c0016bff91c7010001', 'update_by', '更新人', 'update_by', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 9, 'admin', '2019-07-19 18:07:47', '2019-07-17 18:54:32', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('c75a7cb0a21958aa7ca5442f66019669', 'e9faf717024b4aae95cff224ae9b6d97', 'depart', '所属部门', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 9, 'admin', '2019-07-03 18:23:49', '2019-07-03 18:22:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('c772ed9cbe2d1dc69e9ffa73d3487021', '4b556f0168f64976a3d20bfb932bc798', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 1, NULL, NULL, '2019-04-12 23:38:28', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('c8027cf4f2483042445c89ba86c4e51f', '402880e5721355dd01721355dd390000', 'zong_price', '单品总价', NULL, 0, 1, 'double', 10, 3, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', NULL, NULL, 10, NULL, NULL, '2020-05-14 21:18:14', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('c91b697b1bcd2be943fc746e2660bc9e', '402860816bff91c0016bff91d2810005', 'real_name', '姓名', 'real_name', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 3, 'admin', '2019-07-19 18:05:55', '2019-07-17 18:54:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('c988bd2b6125c01ceb3579a207dd8784', '3d447fa919b64f6883a834036c14aa67', 'city', '市', NULL, 0, 1, 'String', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 3, 'admin', '2020-02-21 17:58:46', '2020-02-20 16:19:00', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('c9b698d3f75aa780ee1eb67ef090b15b', '73162c3b8161413e8ecdca7eb288d0c9', 'wl_code', '物料编码', NULL, 0, 1, 'String', 200, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 8, 'admin', '2019-07-01 14:23:32', '2019-06-10 15:18:34', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('ca7c27f60d2022c7c3ace466dd805498', '2d3bbeafdc364ecb974971a2d82adb9b', 'homepage_url', '学校主页地址', NULL, 0, 1, 'string', 2000, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 14, 'admin', '2022-03-24 12:16:35', '2022-03-24 12:15:06', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('caf5a071f2299c0f9ff2f3038d6d0fc6', '402860816bff91c0016bff91ca7e0002', 'update_by', '更新人', 'update_by', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 11, 'admin', '2019-07-19 18:07:13', '2019-07-17 18:54:33', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('cb33a708b95e19085f8c9001d2d5c64c', 'e9faf717024b4aae95cff224ae9b6d97', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, 'admin', '2019-07-03 18:23:49', '2019-07-03 18:22:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('cb50a5991ca29e617aa32e49e92c01e7', '09fd28e4b7184c1a9668496a5c496450', 'age', '年龄', NULL, 0, 1, 'int', 10, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 10, 'admin', '2020-05-14 21:19:21', '2020-05-08 23:51:49', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('cb7da49a981a1b0acc5f7e8a0130bdcd', 'd35109c3632c4952a19ecc094943dd71', 'user_code', '用户编码', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 1, 1, 0, 0, 'single', '', '', 11, 'admin', '2020-11-28 00:03:03', '2019-05-11 16:26:37', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('cb871284e845e26e88242a96fac9c576', '402860816bff91c0016bff91c7010001', 'order_no', '序号', 'order_no', 0, 1, 'int', 10, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 6, 'admin', '2019-07-19 18:07:47', '2019-07-17 18:54:32', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('cc025f73d4d88696913ef172f4dae725', '2c91a0817fc4c754017fc4c754210000', 'sourceen', '来源-英文版', 'sourceen', 0, 1, 'string', 255, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 15, 'admin', '2022-03-26 13:58:51', '2022-03-26 13:51:12', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('cc1ddc1304d3eb5d9a189da0a509ccd0', '32f75e4043ef4070919dbd4337186a3d', 'create_by', '创建人登录名称', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 1, 'admin', '2019-04-11 10:15:32', '2019-03-27 15:54:49', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('ccda49a8cea079c34f0034361d058c08', '09fd28e4b7184c1a9668496a5c496450', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, 'admin', '2020-05-14 21:19:21', '2020-05-08 23:51:49', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('ccf2f331af46ddc411b8039dd187621b', '4028839a6de2ebd3016de2ebd3870000', 'price', '单价', 'price', 0, 1, 'double', 10, 2, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'group', NULL, NULL, 10, NULL, NULL, '2019-10-19 15:29:30', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('cdd9867c9781be961c626b5e5e9c8010', '2c91a0817fc4c754017fc4c756050001', 'id', 'id', 'id', 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 1, 'single', '', '', 1, 'admin', '2022-03-26 13:56:15', '2022-03-26 13:51:13', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('ce2fc04cb4d800d35b4ea84c66b7248b', '402881e6760269a20176026a22e70001', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', NULL, NULL, 2, NULL, NULL, '2020-11-26 10:37:59', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('cee3c1dbf67b4a7d9626b8032897a4c7', '402860816bff91c0016bff91d8830007', 'employee_id', '员工ID', 'employee_id', 0, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', 'oa_employee_info', 'id', 2, 'admin', '2019-07-19 18:04:41', '2019-07-17 18:54:37', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('cefb82e2168ab7e3aa57a7e9c3ca950e', '09fd28e4b7184c1a9668496a5c496450', 'order_main_id', '订单ID', NULL, 0, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', 'ces_order_main', 'id', 12, 'admin', '2020-05-14 21:19:21', '2020-05-08 23:51:49', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('cf4c5a4c06ae6bac701edfeedfcd16aa', 'd3ae1c692b9640e0a091f8c46e17bb01', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 1, NULL, NULL, '2019-07-24 14:47:30', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('cf5dfcb4ccedec473a513414dbd243ef', '18f064d1ef424c93ba7a16148851664f', 'ddd', 'DD类型', NULL, 0, 1, 'double', 10, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 20, 'admin', '2020-09-11 14:35:44', '2020-07-20 15:07:27', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('cfeb6491427aec2b4db9694af867da23', 'e9faf717024b4aae95cff224ae9b6d97', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, 'admin', '2019-07-03 18:23:49', '2019-07-03 18:22:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('d0559db07f05c870860f98313eb0f857', 'cb2d8534a2f544bc9c618dd49da66336', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, 'admin', '2020-02-24 17:22:42', '2020-02-24 15:15:14', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('d0d1be336726df9c41f2173f8886ba35', '997ee931515a4620bc30a9c1246429a9', 'has_child', '是否有子节点', NULL, 0, 1, 'string', 3, 0, '', 'yn', '', '', 'list', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 10, 'admin', '2020-05-03 00:57:44', '2020-05-03 00:56:56', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('d14e47befe47925b1440d584f4ca56fc', '09fd28e4b7184c1a9668496a5c496450', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, 'admin', '2020-05-14 21:19:21', '2020-05-08 23:51:49', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('d2551b70dc96a45a73b304bf755a996f', '402860816bff91c0016bff91d8830007', 'workplace', '工作单位', 'workplace', 0, 1, 'string', 255, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 6, 'admin', '2019-07-19 18:04:41', '2019-07-17 18:54:37', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('d2765121c8b6348c12f6e368a369159f', '2d3bbeafdc364ecb974971a2d82adb9b', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, 'admin', '2022-03-24 12:16:35', '2022-03-24 12:15:06', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('d29dcdba14ea61808391fff2d927efea', '402860816bff91c0016bff91c0cb0000', 'work_summary', '工作总结', 'work_summary', 0, 1, 'Text', 65535, 0, '', '', '', '', 'textarea', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 10, 'admin', '2019-07-19 18:09:01', '2019-07-17 18:54:32', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('d3a701472d27ca8435d6a781a597038d', 'deea5a8ec619460c9245ba85dbc59e80', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, 'admin', '2020-05-03 01:01:18', '2019-04-20 11:41:19', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('d3ba5f990e14f9a1a0bbf6aa4cfa26dc', '56efb74326e74064b60933f6f8af30ea', 'xd_date', '下单时间', NULL, 0, 1, 'Date', 0, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 8, 'admin', '2020-07-10 16:53:27', '2020-05-08 23:45:32', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('d44b89cc5f1828f7ceb9be196d549665', '4fb8e12a697f4d5bbe9b9fb1e9009486', 'code', '编码', NULL, 0, 1, 'String', 200, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '${order_num_rule_param}', 0, 1, 1, 0, 'single', '', '', 2, 'admin', '2020-11-26 17:28:14', '2020-04-10 19:47:01', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('d48bfd2a840f9b1d00bd3b5599dca0f0', '402860816bff91c0016bff91cda80003', 'post', '职务', 'post', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 7, 'admin', '2019-07-19 18:06:36', '2019-07-17 18:54:34', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('d4d8cae3cd9ea93e378fc14303eee105', 'd35109c3632c4952a19ecc094943dd71', 'create_by', '创建人登录名称', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, '', '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, 'admin', '2020-11-28 00:03:03', '2019-03-15 14:24:35', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('d4dea775487aef5a7aea41791d3a65db', 'e5464aa8fa7b47c580e91593cf9b46dc', 'cycle_time', '发放周期(年)', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 11, 'admin', '2019-04-24 17:09:49', '2019-04-24 14:09:06', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('d52c79620e21128fb69b4e8628cf25cc', 'dbf4675875e14676a3f9a8b2b8941140', 'sys_org_code', '所属部门', NULL, 0, 1, 'string', 64, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 6, NULL, NULL, '2019-05-27 18:02:07', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('d530ab1bc3c51e8249a506a25d1003c7', '79091e8277c744158530321513119c68', 'start_time', '会签发起时间', NULL, 0, 1, 'Date', 32, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 7, 'admin', '2019-05-11 15:29:47', '2019-05-11 15:27:17', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('d53e70411c206efecb8dcd00174e907c', '62e29cdb81ac44d1a2d8ff89851b853d', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, NULL, NULL, '2019-05-11 14:01:14', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('d5df0a35352ee960053686e959e9084b', '1acb6f81a1d9439da6cc4e868617b565', 'wl_unit', '计量单位', NULL, 0, 1, 'String', 100, 0, '', 'air_china_unit', '', '', 'list_multi', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 8, 'admin', '2019-06-10 14:47:14', '2019-04-23 22:58:19', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('d6fad89f4f26d733291863c2dfbc5945', '27fc5f91274344afa7673a732b279939', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 1, 'admin', '2019-07-01 16:28:20', '2019-07-01 16:26:42', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('d6fb7dcec9256d4044199641cb823e5e', '18f064d1ef424c93ba7a16148851664f', 'sex', '下拉框', NULL, 0, 1, 'string', 32, 0, '', 'sex', '', '', 'list', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 8, 'admin', '2020-09-11 14:35:44', '2020-05-12 20:26:01', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '1');
|
||
INSERT INTO `onl_cgform_field` VALUES ('d7082454dac60103fdda3e00b6557d39', '402880eb71d52dc30171d52dc3a10000', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', NULL, NULL, 9, NULL, NULL, '2020-05-02 19:37:58', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('d766ea5809e2ec9ff2cdbcb18f610ab3', '7ea60a25fa27470e9080d6a921aabbd1', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 1, NULL, NULL, '2019-04-17 00:22:21', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('d7c3b107f004cbc99dfe1fe6c79894d8', '402860816bff91c0016bffa220a9000b', 'social_insurance_type', '参加社保类型', 'social_insurance_type', 0, 1, 'string', 255, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 35, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('d8234b56acea1a752271a6c911dd91a0', '7ea60a25fa27470e9080d6a921aabbd1', 'age', '年龄', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 7, NULL, NULL, '2019-04-17 00:22:21', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('d86909d794b01ad7fbb5e61d28b6603b', '73162c3b8161413e8ecdca7eb288d0c9', 'sys_org_code', '所属部门', NULL, 0, 1, 'string', 64, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 6, 'admin', '2019-07-01 14:23:32', '2019-06-10 15:18:34', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('d949d9157831c2fb7ba9f175081fe036', '402860816bff91c0016bff91cda80003', 'school', '学校', 'school', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 5, 'admin', '2019-07-19 18:06:36', '2019-07-17 18:54:34', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('d9d308feb95968dbb322c9bff0c18452', '32feeb502544416c9bf41329c10a88f4', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, 'admin', '2019-08-23 20:03:40', '2019-07-02 18:23:23', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('d9dde2f59bb148c6b7e95256acad8972', 'e67d26b610dd414c884c4dbb24e71ce3', 'post_name', '岗位名字', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 7, 'admin', '2019-04-24 11:03:32', '2019-04-24 11:02:57', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('d9f9ae6986cb85019a3a4030f62f4d1a', '402860816bff91c0016bff91cfea0004', 'employee_id', '员工ID', 'employee_id', 0, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', 'oa_employee_info', 'id', 2, 'admin', '2019-07-19 18:05:13', '2019-07-17 18:54:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('db11e7fe2a76680e502007ad82fc08b9', '402881e6760269a20176026d25650002', 'name', '姓名', 'name', 0, 1, 'string', 30, 0, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'single', NULL, NULL, 2, NULL, NULL, '2020-11-26 10:41:17', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('db1fb3e12385cb967b63420cfe97cde6', '402860816bff91c0016bff91cda80003', 'employee_id', '员工ID', 'employee_id', 0, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', 'oa_employee_info', 'id', 2, 'admin', '2019-07-19 18:06:36', '2019-07-17 18:54:34', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('db2a5b044968d599cd35146e8996e69b', '2c91a0817fc4c754017fc4c756050001', 'type', '类型', 'type', 0, 1, 'string', 255, 0, '', '', 'ls', '', 'list', '', 120, NULL, '1', '', '', 1, 1, 1, 0, 'single', '', '', 9, 'admin', '2022-03-26 13:56:15', '2022-03-26 13:51:13', 'admin', '', '', '', '', '', 'list', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('dbfc8f23823c4091f516635a464b3cc5', '402881e6760269a20176026d25650002', 'content', '个人简介', 'content', 0, 1, 'string', 1000, 0, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'single', NULL, NULL, 11, NULL, NULL, '2020-11-26 10:41:17', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('dc2bec862a4f0d600751c632d246f0ed', '4028839a6de2ebd3016de2ebd3870000', 'update_time', '更新日期', 'update_time', 0, 1, 'Date', 0, 0, NULL, NULL, NULL, NULL, 'date', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'group', NULL, NULL, 5, NULL, NULL, '2019-10-19 15:29:30', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('dc3cacf1747695e33cf54a924aa97729', '2d3bbeafdc364ecb974971a2d82adb9b', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, 'admin', '2022-03-24 12:16:35', '2022-03-24 12:15:06', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('dd3e1e13d7429807b83a00a090e060b7', '402860816bff91c0016bffa220a9000b', 'join_party_info', '入党(团)时间地点', 'join_party_info', 0, 1, 'string', 255, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 26, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('ddc302f84c75a5f056855c664b82202a', '402860816aa5921f016aa5921f480000', 'days', '请假天数', 'days', 0, 1, 'int', 10, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 3, 'admin', '2019-05-11 15:31:54', '2019-05-11 14:26:19', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('ddcc14a2105588982b4ae657f2893d81', '32feeb502544416c9bf41329c10a88f4', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 1, 'admin', '2019-08-23 20:03:40', '2019-07-02 18:23:23', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('de34e46a66def956437635585db427b7', 'cb2d8534a2f544bc9c618dd49da66336', 'dde', 'ee', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 10, NULL, NULL, '2020-02-24 17:22:43', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('de3a8a6b042b1821b3dcbd236fd82174', '402881e6760269a201760269a2af0000', 'pic', '图片', NULL, 0, 1, 'string', 1000, 0, '', '', '', '', 'image', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', NULL, NULL, 14, NULL, NULL, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('de8f510d358f499dcd966e97708f82d4', '997ee931515a4620bc30a9c1246429a9', 'sys_org_code', '所属部门', NULL, 0, 1, 'string', 64, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 6, 'admin', '2020-05-03 00:57:44', '2020-05-03 00:56:56', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('dedb920a5e876e27eb144464209ebe1e', '27fc5f91274344afa7673a732b279939', 'sys_org_code', '所属部门', NULL, 0, 1, 'string', 64, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 6, 'admin', '2019-07-01 16:28:20', '2019-07-01 16:26:42', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('dee21fa8241c351e910056c203e9bfd5', '402881e6760269a20176026a22e70001', 'files', '文件', NULL, 0, 1, 'string', 1000, 0, '', '', '', '', 'file', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', NULL, NULL, 15, NULL, NULL, '2020-11-26 10:37:59', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('df489194c6008f3bd21b2c1c11fde337', 'fb19fb067cd841f9ae93d4eb3b883dc0', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'text', '', 120, '', '0', '', '', 0, 1, 1, 0, 'single', '', '', 2, NULL, NULL, '2019-03-23 11:39:48', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('df4c5e8411c102f02a6fe6727e858d55', '997ee931515a4620bc30a9c1246429a9', 'pic', '分类图片', NULL, 0, 1, 'string', 500, 0, '', '', '', '', 'image', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 8, 'admin', '2020-05-03 00:57:44', '2020-05-03 00:56:56', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('df58a7b1c3ed8f58a1994c0c0855db16', '4adec929a6594108bef5b35ee9966e9f', 'sys_org_code', '所属部门', NULL, 0, 1, 'string', 64, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 11, 'admin', '2020-04-10 19:43:38', '2020-04-10 19:35:58', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('e08af664ffdbc37cfafb779f0692f86e', '402881e6760269a20176026a22e70001', 'name', '用户名', NULL, 0, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '#{sysUserCode}', 0, 1, 1, 0, 'single', NULL, NULL, 7, NULL, NULL, '2020-11-26 10:37:59', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '1');
|
||
INSERT INTO `onl_cgform_field` VALUES ('e09b191e3c37f9c89ae2192c75220b89', 'b81de38db24047b497d476516f8a0865', 'sys_org_code', '所属部门', NULL, 0, 1, 'string', 64, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 6, NULL, NULL, '2020-02-24 14:56:08', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('e0c5d6e483897d5c4e7894dc66dd1aff', '32feeb502544416c9bf41329c10a88f4', 'bpm_status', '流程状态', NULL, 0, 1, 'String', 2, 0, '', 'bpm_status', '', '', 'list', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 9, 'admin', '2019-08-23 20:03:40', '2019-07-02 18:23:58', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('e24de426223dc0271a55eccc1d5457d0', '73162c3b8161413e8ecdca7eb288d0c9', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, 'admin', '2019-07-01 14:23:32', '2019-06-10 15:18:34', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('e29510e2a063eebaa763e7ef1be701ff', '2c91a0817fc4c754017fc4c754210000', 'sys_org_code', '所属部门', 'sys_org_code', 0, 1, 'string', 64, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 6, 'admin', '2022-03-26 13:58:50', '2022-03-26 13:51:12', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('e2d73ccda7f10f5a1ccce3c48b1e699e', '402860816bff91c0016bffa220a9000b', 'residence_street', '户口所在街道', 'residence_street', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 27, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('e31096aa7a62fc74ad8425108723177a', '2d3bbeafdc364ecb974971a2d82adb9b', 'copyright', '版权所有', NULL, 0, 1, 'string', 255, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 9, 'admin', '2022-03-24 12:16:35', '2022-03-24 12:15:06', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('e350986acb670f247df30fe4a44e73df', '09fd28e4b7184c1a9668496a5c496450', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 1, 'single', '', '', 1, 'admin', '2020-05-14 21:19:21', '2020-05-08 23:51:49', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('e4914fdff68ac72486ada105e6e9fa36', 'e9faf717024b4aae95cff224ae9b6d97', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 1, 'admin', '2019-07-03 18:23:49', '2019-07-03 18:22:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('e4a4c1d50b7b46678bc14fd5b90ee082', '73162c3b8161413e8ecdca7eb288d0c9', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, 'admin', '2019-07-01 14:23:32', '2019-06-10 15:18:34', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('e4d7f95340e73a54e8ff3f66b0613513', '56efb74326e74064b60933f6f8af30ea', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, 'admin', '2020-07-10 16:53:27', '2020-05-08 23:45:32', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('e50b4398731e06572c247993a0dcc38d', 'd35109c3632c4952a19ecc094943dd71', 'name', '用户名', NULL, 0, 1, 'string', 200, 0, '', '', '', '', 'text', '', 120, '*', '0', '', '', 1, 1, 1, 0, 'single', '', '', 6, 'admin', '2020-11-28 00:03:03', '2019-03-15 14:24:35', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '1');
|
||
INSERT INTO `onl_cgform_field` VALUES ('e53f53766d1f7718b3ee5eabe105b969', '402860816bff91c0016bffa220a9000b', 'social_insurance_time', '五险一金日期', 'social_insurance_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 38, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('e60a8e496b0f7081dbfe4253b3218546', '402880eb71d61d3d0171d61d3de30000', 'sys_org_code', '所属部门', NULL, 0, 1, 'string', 64, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 10, 'admin', '2020-05-03 00:54:16', '2020-05-02 23:59:33', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('e672d5974a06d5c37b3b4c94a6f29f96', '4028318169e81b970169e81b97650000', 'request_url', '请求路径', 'request_url', 0, 1, 'string', 255, 0, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'group', NULL, NULL, 9, NULL, NULL, '2019-04-04 19:28:36', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('e7aade12ca722b59c1ec681d14247ff8', '402860816bff91c0016bff91d8830007', 'sys_org_code', '组织机构编码', 'sys_org_code', 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 14, 'admin', '2019-07-19 18:04:41', '2019-07-17 18:54:37', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('e7c367221181aa9d1fc395e09796be8d', '402880eb71d52dc30171d52dc3a10000', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', NULL, NULL, 7, NULL, NULL, '2020-05-02 19:37:58', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('e7e622076bcbe7bf7ea9fd9acb6f19bc', '18f064d1ef424c93ba7a16148851664f', 'pic', '图片', NULL, 0, 1, 'string', 1000, 0, '', '', '', '', 'image', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 14, 'admin', '2020-09-11 14:35:44', '2020-05-12 20:26:01', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('e7ec6838aad8d2dd2e175886a7c6e14e', '402881e6760269a201760269a2af0000', 'sel_search', '下拉搜索', NULL, 0, 1, 'string', 32, 0, '', 'username', 'sys_user', 'username', 'sel_search', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', NULL, NULL, 12, NULL, NULL, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('e824c44d26034ad8eed32e22a3f69043', '402881e6760269a201760269a2af0000', 'ddd', 'DD类型', NULL, 0, 1, 'double', 10, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', NULL, NULL, 20, NULL, NULL, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('e845925368919482df6dac58e6ed708d', '402860816bff91c0016bff91d8830007', 'phone', '联系方式', 'phone', 0, 1, 'string', 20, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 8, 'admin', '2019-07-19 18:04:41', '2019-07-17 18:54:37', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('e85295979d84bde27615a008d8bbadf1', '3b5e18da618247539481816995b6bf9f', 'sex', '性别', NULL, 0, 1, 'string', 32, 0, '', 'sex', '', '', 'list', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 9, 'admin', '2020-07-11 11:27:29', '2020-07-11 11:27:17', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('e878e70574d0d6180c2f6f0d281c9262', '8d66ea41c7cc4ef9ab3aab9055657fc9', 'pid', '父级节点', NULL, 0, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 0, 0, 'single', '', '', 10, NULL, NULL, '2020-05-07 22:46:32', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('e88d328af34dd8a17f51437c52b68a2d', '402860816bff91c0016bff91cfea0004', 'create_by', '创建人', 'create_by', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 9, 'admin', '2019-07-19 18:05:13', '2019-07-17 18:54:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('e99cc08f4d88dd8f788399db8d448ee8', '62e29cdb81ac44d1a2d8ff89851b853d', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, NULL, NULL, '2019-05-11 14:01:14', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('e9a45935d69f5fd91f0c6880e5e6cfa4', '402881e6760269a20176026d25650002', 'age', '年龄', 'age', 0, 1, 'int', 10, 0, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'single', NULL, NULL, 8, NULL, NULL, '2020-11-26 10:41:17', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('e9fb150adabaaacdd804b1953e6bad24', '05a3a30dada7411c9109306aa4117068', 'create_time', '创建日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, 'admin', '2020-05-12 22:39:41', '2020-05-06 11:34:31', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('ea309f9cd81ede7b9b36a1377a3a40d8', '997ee931515a4620bc30a9c1246429a9', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, 'admin', '2020-05-03 00:57:44', '2020-05-03 00:56:56', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('ea644c4c208739640933ba6e568045c1', 'e2faf977fdaf4b25a524f58c2441a51c', 'ruz_date', '入职时间', NULL, 0, 1, 'Date', 32, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 9, 'admin', '2019-06-10 17:27:00', '2019-04-24 17:12:11', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('ea749346b5eb9e70df2058ade2b0bbfa', '402881e6760269a201760269a2af0000', 'fuwenb', '富文本', NULL, 0, 1, 'Text', 0, 0, '', '', '', '', 'umeditor', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', NULL, NULL, 17, NULL, NULL, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('ea96d1c33f0f0d7245045e70a5793257', '402860816bff91c0016bffa220a9000b', 'current_postcode', '现居住地邮编', 'current_postcode', 0, 1, 'string', 10, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 31, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('eb36b8deedb265f43549723d24265c65', '2d3bbeafdc364ecb974971a2d82adb9b', 'wechat_url', '官方微信', NULL, 0, 1, 'string', 2000, 0, '', '', '', '', 'file', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 13, 'admin', '2022-03-24 12:16:35', '2022-03-24 12:15:06', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('ebc41362681919cc680fcc58bf87fdcb', '1acb6f81a1d9439da6cc4e868617b565', 'price', '单价', NULL, 0, 1, 'double', 10, 2, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 12, 'admin', '2019-06-10 14:47:14', '2019-04-23 22:58:19', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('ec20e66d5eb9b8b7f58de9edc0f7630b', '1acb6f81a1d9439da6cc4e868617b565', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, 'admin', '2019-06-10 14:47:14', '2019-04-23 22:58:19', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('ec5e9cb5809b2f8ce1446df4a27693f0', '27fc5f91274344afa7673a732b279939', 'name', '用户名', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 7, 'admin', '2019-07-01 16:28:20', '2019-07-01 16:26:42', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('ed16f23d08e7bcda11a1383fda68057e', '402860816bff91c0016bff91c7010001', 'employee_id', '员工ID', 'employee_id', 0, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', 'oa_employee_info', 'id', 2, 'admin', '2019-07-19 18:07:47', '2019-07-17 18:54:32', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('edaa8951735cedf29d6114354faaae67', '402881e6760269a201760269a2af0000', 'radio', 'radio', NULL, 0, 1, 'string', 32, 0, '', 'sex', '', '', 'radio', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', NULL, NULL, 9, NULL, NULL, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('edda30c64e1dccee510d40b77a8ca094', 'fb7125a344a649b990c12949945cb6c1', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, '', '0', '', '', 0, 0, 0, 0, 'single', '', '', 3, 'admin', '2019-03-26 19:24:11', '2019-03-26 19:01:52', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('ee09e0e21fa350b9346b70292dcfca00', '79091e8277c744158530321513119c68', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 1, 'admin', '2019-05-11 15:29:47', '2019-05-11 15:27:17', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('ee4ffe04a25fcf556e78183f1f521546', '402860816aa5921f016aa5921f480000', 'create_by', '创建人id', 'create_by', 0, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'group', '', '', 8, 'admin', '2019-05-11 15:31:54', '2019-05-11 14:26:19', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('ee5803611f63643059b6375166d71567', '402860816bff91c0016bff91c7010001', 'create_time', '创建时间', 'create_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 8, 'admin', '2019-07-19 18:07:47', '2019-07-17 18:54:32', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('ee657ba3e974e3ca00e20592fcd44dbe', '2c91a0817fc4c754017fc4c754210000', 'coveren', '封面图url--英文版', 'coveren', 0, 1, 'string', 2000, 0, '', '', '', '', 'image', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 11, 'admin', '2022-03-26 13:58:51', '2022-03-26 13:51:12', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('eec5bc01720642ccc635c7fc2e9b1eb8', '86bf17839a904636b7ed96201b2fa6ea', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, 'admin', '2020-05-14 21:18:49', '2020-05-08 23:48:31', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('ef81373c5fd7130d7e23859d90c9eb3e', '402860816bff91c0016bff91cda80003', 'from_time', '开始日期', 'from_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 3, 'admin', '2019-07-19 18:06:36', '2019-07-17 18:54:34', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('efd1b955a75b5046e9857e00fe94ae2c', 'fbc35f067da94a70adb622ddba259352', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 1, NULL, NULL, '2019-07-03 19:44:23', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('f015cc2ffdcc2c4be1e9b3622eb69b52', 'fbc35f067da94a70adb622ddba259352', 'sys_org_code', '所属部门', NULL, 0, 1, 'string', 64, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 6, NULL, NULL, '2019-07-03 19:44:23', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('f06b2bb01ea1fae487b7e3c3eb521d5b', 'd3ae1c692b9640e0a091f8c46e17bb01', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, NULL, NULL, '2019-07-24 14:47:30', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('f0967fd139b440f79f21248bf4e4a209', 'd3ae1c692b9640e0a091f8c46e17bb01', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, NULL, NULL, '2019-07-24 14:47:30', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('f0a453930aa16ca32f2e3be860bfe542', '402860816bff91c0016bffa220a9000b', 'education', '学历', 'education', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 14, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('f12753b4a3815697a72017a7436fe733', 'e2faf977fdaf4b25a524f58c2441a51c', 'update_time', '更新日期', NULL, 0, 1, 'Date', 20, 0, '', '', '', '', 'datetime', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 5, 'admin', '2019-06-10 17:27:00', '2019-04-24 17:12:11', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('f18bb17ae2b9274e4ce77d66445284ac', '402881e6760269a20176026a22e70001', 'ddd', 'DD类型', NULL, 0, 1, 'double', 10, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', NULL, NULL, 20, NULL, NULL, '2020-11-26 10:37:59', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('f1ab7d3b55ade57eeac6c55b32ce813a', '1acb6f81a1d9439da6cc4e868617b565', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, 'admin', '2019-06-10 14:47:14', '2019-04-23 22:58:19', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('f1c7fde21f26c7ed64a0ef1095900c52', '4028318169e81b970169e81b97650000', 'request_type', '请求类型', 'request_type', 0, 1, 'string', 10, 0, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'group', NULL, NULL, 11, NULL, NULL, '2019-04-04 19:28:36', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('f3284a1ce6da9b887dce89091eaa0f6b', '402880e570a5d7000170a5d700f50000', 'pro_type', '产品类型', NULL, 0, 1, 'String', 32, 0, '', 'sex', '', '', 'radio', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', NULL, NULL, 9, NULL, NULL, '2020-03-04 21:58:16', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('f38319e2add8da6a7223d77359144a22', '402880e5721355dd01721355dd390000', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', NULL, NULL, 4, NULL, NULL, '2020-05-14 21:18:14', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('f3fcc5cf657a726fd4e08a1908975bbb', '2c91a0817fc4c754017fc4c757850002', 'title', '标题', 'title', 0, 1, 'string', 255, 0, '', '', '', '', 'text', '', 120, NULL, '1', '', '', 1, 1, 1, 0, 'single', '', '', 11, 'admin', '2022-03-26 13:59:39', '2022-03-26 13:51:13', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('f4632c462c662edccee10aeb4900071b', '910984408e1948519e2fcf5ac08fe9ad', 'i18n_json', '国际化JSON', NULL, 0, 1, 'Text', 0, 0, '', '', '', '', 'textarea', '', 120, NULL, '1', '', '', 0, 1, 0, 0, 'single', '', '', 8, 'admin', '2022-03-24 12:24:00', '2022-03-24 12:21:06', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('f4647a91a4ac5d6d32bb0692b800bffe', '402860816bff91c0016bff91c0cb0000', 'probation_post', '试用期职位', 'probation_post', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 8, 'admin', '2019-07-19 18:09:01', '2019-07-17 18:54:32', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('f4b0bc7f3d6562e28d7c5e2d56510ecd', 'e5464aa8fa7b47c580e91593cf9b46dc', 'first_num', '首次数量', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 8, 'admin', '2019-04-24 17:09:49', '2019-04-24 14:31:31', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('f558359b06aea79a992c102ce3563a4d', '4028318169e81b970169e81b97650000', 'username', '操作用户名称', 'username', 0, 1, 'string', 100, 0, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'group', NULL, NULL, 6, NULL, NULL, '2019-04-04 19:28:36', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('f5d2475aec4b9016dfc0c8772e1704ea', '402880eb71d52dc30171d52dc3a10000', 'code', '编码', NULL, 0, 1, 'String', 200, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '${order_num_rule_param}', 0, 1, 1, 0, 'single', NULL, NULL, 2, NULL, NULL, '2020-05-02 19:37:59', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('f6076d9c662a0adddb39a91cccb4c993', 'd35109c3632c4952a19ecc094943dd71', 'xiamuti', '下拉多选', NULL, 0, 1, 'string', 100, 0, '', 'sex', '', '', 'list_multi', '', 120, NULL, '0', '', '', 1, 1, 1, 0, 'single', '', '', 17, 'admin', '2020-11-28 00:03:03', '2020-11-26 18:02:20', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('f6431abe33976df2491df14db01591fe', '402881e6760269a20176026d25650002', 'key_word', '关键词', 'key_word', 0, 1, 'string', 255, 0, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'single', NULL, NULL, 3, NULL, NULL, '2020-11-26 10:41:17', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('f6465f5de23ced98051167dae5ef6db9', '2c91a0817fc4c754017fc4c757850002', 'name', '名称', 'name', 0, 1, 'string', 255, 0, '', '', '', '', 'text', '', 120, NULL, '1', '', '', 1, 1, 1, 0, 'single', '', '', 7, 'admin', '2022-03-26 13:59:39', '2022-03-26 13:51:13', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('f6afcb7d8ea81879593ff737b55ddcc0', '402860816bff91c0016bff91cda80003', 'id', 'id', 'id', 1, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'group', '', '', 1, 'admin', '2019-07-19 18:06:36', '2019-07-17 18:54:34', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('f6f8aed87ec73994f6a12abbc079dbb1', '402860816bff91c0016bffa220a9000b', 'update_by', '更新人', 'update_by', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 41, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('f7332af7586c83c87f7b9ea144a5292d', '62e29cdb81ac44d1a2d8ff89851b853d', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, NULL, NULL, '2019-05-11 14:01:14', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('f759a7e4d74ebaa95b2e19d9f442ccef', '2c91a0817fc4c754017fc4c757850002', 'create_time', '创建日期', 'create_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 3, 'admin', '2022-03-26 13:59:39', '2022-03-26 13:51:13', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('f76719783433487f4710232e2ae0e521', '402860816bff91c0016bff91cfea0004', 'id', 'id', 'id', 1, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'group', '', '', 1, 'admin', '2019-07-19 18:05:13', '2019-07-17 18:54:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('f7e7eb84ddc34d7e09d10af213ac6667', '402860816bff91c0016bff91d2810005', 'create_time', '创建时间', 'create_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 11, 'admin', '2019-07-19 18:05:55', '2019-07-17 18:54:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('f81d7103c0c857e5c744cda2bc4c000a', '402860816bff91c0016bff91ca7e0002', 'cert_organizations', '发证机关', 'cert_organizations', 0, 1, 'string', 255, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 6, 'admin', '2019-07-19 18:07:13', '2019-07-17 18:54:33', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('f82db8edef5babf741914b0fa221329b', '4028839a6de2ebd3016de2ebd3870000', 'bpm_status', '流程状态', 'bpm_status', 0, 1, 'string', 2, 0, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 1, 1, 0, 'group', NULL, NULL, 16, NULL, NULL, '2019-10-19 15:29:30', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('f857d4fd2d63c1ad94ed4698f5b173f5', '05a3a30dada7411c9109306aa4117068', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 1, 'single', '', '', 1, 'admin', '2020-05-12 22:39:41', '2020-05-06 11:34:31', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('f8a0fd20a1173270afdfed1129d5c669', '402860816bff91c0016bffa220a9000b', 'depart_id', '所在部门id', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 44, 'admin', '2019-07-22 16:15:32', '2019-07-19 15:33:44', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('f8cc6be747fec10802eb625ac529c16f', '402860816bff91c0016bff91cfea0004', 'create_time', '创建时间', 'create_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 10, 'admin', '2019-07-19 18:05:13', '2019-07-17 18:54:35', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('f90bcb38fb89988bd40d1618aa75cea0', '758334cb1e7445e2822b60e807aec4a3', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 1, NULL, NULL, '2019-10-18 18:02:09', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('f93dcb2aa091b8e1038019d8f07cbd3f', '402881e6760269a201760269a2af0000', 'id', '主键', NULL, 1, 0, 'string', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 1, 'single', NULL, NULL, 1, NULL, NULL, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('f94db83e41c69f407d3c9a81c5892269', '402860816bff91c0016bffa220a9000b', 'first_job_time', '首次工作时间', 'first_job_time', 0, 1, 'Date', 0, 0, '', '', '', '', 'date', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 22, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('f95d2cbefd25444909c83aaf8c4f72fb', '402860816bff91c0016bff91ca7e0002', 'memo', '备注', 'memo', 0, 1, 'string', 255, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 7, 'admin', '2019-07-19 18:07:13', '2019-07-17 18:54:33', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('fa3a12d7abf72b23afe425f8dbd57f86', '1acb6f81a1d9439da6cc4e868617b565', 'size_type', '尺码类型', NULL, 0, 1, 'String', 2, 0, '', 'air_china_size', '', '', 'list', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 9, 'admin', '2019-06-10 14:47:14', '2019-04-23 22:58:19', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('fa8f5a0ba673e0208934567462844eab', '402860816bff91c0016bff91ca7e0002', 'sys_org_code', '组织机构编码', 'sys_org_code', 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 13, 'admin', '2019-07-19 18:07:13', '2019-07-17 18:54:33', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('faaaca21b7b2b16089c885f3224e4dc5', '4fb8e12a697f4d5bbe9b9fb1e9009486', 'main_id', '主表ID', NULL, 0, 1, 'String', 200, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', 'demo_field_def_val_main', 'id', 5, 'admin', '2020-11-26 17:28:14', '2020-04-10 19:47:55', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('fafb32cf7e63bca93bbd70b0a0ea11fc', '758334cb1e7445e2822b60e807aec4a3', 'sys_org_code', '所属部门', NULL, 0, 1, 'string', 64, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 6, NULL, NULL, '2019-10-18 18:02:09', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('fb56aeb6b3a5a0a974ef62f34727eea6', '402880e5721355dd01721355dd390000', 'sys_org_code', '所属部门', NULL, 0, 1, 'string', 64, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', NULL, NULL, 6, NULL, NULL, '2020-05-14 21:18:14', 'admin', '', '', '', '', '', NULL, '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('fc55d467102c2c782286f546d7820c3d', '73162c3b8161413e8ecdca7eb288d0c9', 'pid', '父物料', NULL, 0, 1, 'String', 36, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 9, 'admin', '2019-07-01 14:23:32', '2019-06-10 15:18:34', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('fc76a3832d232829852cae6c66e44f67', '402860816bff91c0016bffa220a9000b', 'identity_no', '身份证号', 'identity_no', 0, 1, 'string', 20, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 21, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('fcd519058d68fa4dab192335602b5d24', '402860816bff91c0016bffa220a9000b', 'real_name', '姓名', 'real_name', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 5, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('fd0586cae06685959415d9017b2bdf49', '758334cb1e7445e2822b60e807aec4a3', 'create_by', '创建人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 2, NULL, NULL, '2019-10-18 18:02:09', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('fde00160a5d664effaa4b5552e814e74', 'fb7125a344a649b990c12949945cb6c1', 'sex', '性别', NULL, 0, 1, 'string', 32, 0, '', '', '', '', 'text', '', 120, '', '0', '', '', 0, 1, 1, 0, 'single', '', '', 6, 'admin', '2019-03-26 19:24:11', '2019-03-26 19:01:52', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('fe05080f0cd87dd11710b83ce77fefb7', '402881e6760269a20176026d25650002', 'id', '主键ID', 'id', 1, 0, 'string', 50, 0, NULL, NULL, NULL, NULL, 'text', NULL, 120, NULL, '0', NULL, NULL, 0, 0, 0, 1, 'single', NULL, NULL, 1, NULL, NULL, '2020-11-26 10:41:17', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('fed133a00f57245d4cfb02dd3c3ce7c1', '4adec929a6594108bef5b35ee9966e9f', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 9, 'admin', '2020-04-10 19:43:38', '2020-04-10 19:35:58', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('fef2add806c5e1ddd01c79c7e84f5a65', 'cb2d8534a2f544bc9c618dd49da66336', 'cc', 'cc', NULL, 0, 1, 'String', 32, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 7, NULL, NULL, '2020-02-24 17:22:42', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('ff2a099186b13d3ecb0764f7f22b1fbf', '09fd28e4b7184c1a9668496a5c496450', 'name', '客户名字', NULL, 0, 1, 'string', 32, 0, '', 'realname,sex,birthday', 'tj_user_report', 'name,sex,birthday', 'popup', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'single', '', '', 7, 'admin', '2020-05-14 21:19:21', '2020-05-08 23:51:49', 'admin', '', '', '', '', '', 'text', '0', NULL, NULL, '0');
|
||
INSERT INTO `onl_cgform_field` VALUES ('ff49b468e54e137032f7e4d976b83b5a', '402860816bff91c0016bffa220a9000b', 'politically_status', '政治面貌', 'politically_status', 0, 1, 'string', 20, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 8, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('ff601f75d0e7ced226748eb8fba2c896', '402860816bff91c0016bff91d8830007', 'relation', '关系', 'relation', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 4, 'admin', '2019-07-19 18:04:41', '2019-07-17 18:54:37', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('ffacafee9fa46eb297ca3252f95acef9', '402860816bff91c0016bffa220a9000b', 'school', '毕业学校', 'school', 0, 1, 'string', 100, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 1, 1, 0, 'group', '', '', 9, 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_field` VALUES ('ffcbf379fffabbd13aa2c22ce565ec12', '79091e8277c744158530321513119c68', 'update_by', '更新人', NULL, 0, 1, 'string', 50, 0, '', '', '', '', 'text', '', 120, NULL, '0', '', '', 0, 0, 0, 0, 'single', '', '', 4, 'admin', '2019-05-11 15:29:47', '2019-05-11 15:27:17', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for onl_cgform_head
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `onl_cgform_head`;
|
||
CREATE TABLE `onl_cgform_head` (
|
||
`id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '主键ID',
|
||
`table_name` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '表名',
|
||
`table_type` int(11) NOT NULL COMMENT '表类型: 0单表、1主表、2附表',
|
||
`table_version` int(11) NULL DEFAULT 1 COMMENT '表版本',
|
||
`table_txt` varchar(200) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '表说明',
|
||
`is_checkbox` varchar(5) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '是否带checkbox',
|
||
`is_db_synch` varchar(20) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N' COMMENT '同步数据库状态',
|
||
`is_page` varchar(5) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '是否分页',
|
||
`is_tree` varchar(5) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '是否是树',
|
||
`id_sequence` varchar(200) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '主键生成序列',
|
||
`id_type` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '主键类型',
|
||
`query_mode` varchar(10) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '查询模式',
|
||
`relation_type` int(11) NULL DEFAULT NULL COMMENT '映射关系 0一对多 1一对一',
|
||
`sub_table_str` varchar(1000) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '子表',
|
||
`tab_order_num` int(11) NULL DEFAULT NULL COMMENT '附表排序序号',
|
||
`tree_parent_id_field` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '树形表单父id',
|
||
`tree_id_field` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '树表主键字段',
|
||
`tree_fieldname` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '树开表单列字段',
|
||
`form_category` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'bdfl_ptbd' COMMENT '表单分类',
|
||
`form_template` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT 'PC表单模板',
|
||
`form_template_mobile` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '表单模板样式(移动端)',
|
||
`scroll` int(11) NULL DEFAULT 0 COMMENT '是否有横向滚动条',
|
||
`copy_version` int(11) NULL DEFAULT NULL COMMENT '复制版本号',
|
||
`copy_type` int(11) NULL DEFAULT 0 COMMENT '复制表类型1为复制表 0为原始表',
|
||
`physic_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '原始表ID',
|
||
`update_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '修改人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '修改时间',
|
||
`create_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间',
|
||
`theme_template` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '主题模板',
|
||
`is_des_form` varchar(2) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '是否用设计器表单',
|
||
`des_form_code` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '设计器表单编码',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
UNIQUE INDEX `index_onlineform_table_name`(`table_name`) USING BTREE,
|
||
INDEX `index_form_templdate`(`form_template`) USING BTREE,
|
||
INDEX `index_templdate_mobile`(`form_template_mobile`) USING BTREE,
|
||
INDEX `index_onlineform_table_version`(`table_version`) USING BTREE,
|
||
INDEX `idx_och_cgform_head_id`(`table_name`) USING BTREE,
|
||
INDEX `idx_och_table_name`(`form_template`) USING BTREE,
|
||
INDEX `idx_och_form_template_mobile`(`form_template_mobile`) USING BTREE,
|
||
INDEX `idx_och_table_version`(`table_version`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of onl_cgform_head
|
||
-- ----------------------------
|
||
INSERT INTO `onl_cgform_head` VALUES ('05a3a30dada7411c9109306aa4117068', 'test_note', 1, 10, '测试请假单', 'Y', 'Y', 'Y', 'N', NULL, 'UUID', 'single', NULL, NULL, NULL, NULL, NULL, NULL, 'temp', '1', NULL, 1, NULL, 0, NULL, 'admin', '2020-05-12 22:39:41', 'admin', '2020-05-06 11:34:31', 'normal', NULL, NULL);
|
||
INSERT INTO `onl_cgform_head` VALUES ('09fd28e4b7184c1a9668496a5c496450', 'ces_order_customer', 3, 5, '订单客户', 'Y', 'Y', 'Y', 'N', NULL, 'UUID', 'single', 1, 'ces_order_customer', 3, NULL, NULL, NULL, 'temp', '1', NULL, 1, NULL, 0, NULL, 'admin', '2020-05-14 21:19:21', 'admin', '2020-05-08 23:51:49', 'normal', NULL, NULL);
|
||
INSERT INTO `onl_cgform_head` VALUES ('18f064d1ef424c93ba7a16148851664f', 'ces_field_kongj', 1, 14, 'online表单控件', 'Y', 'Y', 'Y', 'N', NULL, 'UUID', 'single', NULL, NULL, NULL, NULL, NULL, NULL, 'temp', '2', NULL, 1, NULL, 0, NULL, 'admin', '2020-09-11 14:35:44', 'admin', '2020-05-12 20:26:01', 'normal', NULL, NULL);
|
||
INSERT INTO `onl_cgform_head` VALUES ('2c91a0817fc4c754017fc4c754210000', 'tqd_gateway_article', 1, 3, '门户-文章', 'Y', 'Y', 'Y', 'N', NULL, 'UUID', 'group', NULL, NULL, NULL, NULL, NULL, NULL, 'bdfl_include', '1', NULL, 1, NULL, 0, NULL, 'admin', '2022-03-26 14:00:27', 'admin', '2022-03-26 13:51:12', 'normal', 'N', NULL);
|
||
INSERT INTO `onl_cgform_head` VALUES ('2c91a0817fc4c754017fc4c756050001', 'tqd_gateway_column', 1, 4, '门户-栏目', 'Y', 'Y', 'Y', 'N', NULL, 'UUID', 'group', NULL, NULL, NULL, NULL, NULL, NULL, 'bdfl_include', '1', NULL, 1, NULL, 0, NULL, 'admin', '2022-03-26 14:00:04', 'admin', '2022-03-26 13:51:13', 'normal', 'N', NULL);
|
||
INSERT INTO `onl_cgform_head` VALUES ('2c91a0817fc4c754017fc4c757850002', 'tqd_gateway_links', 1, 3, '门户-友情链接,快速导航', 'Y', 'Y', 'Y', 'N', NULL, 'UUID', 'group', NULL, NULL, NULL, NULL, NULL, NULL, 'bdfl_include', '1', NULL, 1, NULL, 0, NULL, 'admin', '2022-03-26 14:00:24', 'admin', '2022-03-26 13:51:13', 'normal', 'N', NULL);
|
||
INSERT INTO `onl_cgform_head` VALUES ('2d3bbeafdc364ecb974971a2d82adb9b', 'tqc_gateway_common', 1, 2, '基本信息表', 'Y', 'Y', 'Y', 'N', NULL, 'UUID', 'single', NULL, NULL, NULL, NULL, NULL, NULL, 'temp', '1', NULL, 1, NULL, 0, NULL, 'admin', '2022-03-24 12:24:35', 'admin', '2022-03-24 12:15:06', 'normal', 'N', NULL);
|
||
INSERT INTO `onl_cgform_head` VALUES ('3d447fa919b64f6883a834036c14aa67', 'test_enhance_select', 1, 5, 'js增强实现下拉联动效果', 'N', 'Y', 'Y', 'N', NULL, 'UUID', 'single', NULL, NULL, NULL, NULL, NULL, NULL, 'bdfl_include', '1', NULL, 0, NULL, 0, NULL, 'admin', '2020-02-21 17:58:46', 'admin', '2020-02-20 16:19:00', 'normal', NULL, NULL);
|
||
INSERT INTO `onl_cgform_head` VALUES ('402880e570a5d7000170a5d700f50000', 'test_order_product$1', 1, 11, '订单产品明细', 'N', 'N', 'Y', 'N', NULL, 'UUID', 'single', NULL, NULL, NULL, NULL, NULL, NULL, 'bdfl_include', '1', NULL, 0, 1, 1, 'deea5a8ec619460c9245ba85dbc59e80', NULL, NULL, 'admin', '2020-03-04 21:58:16', NULL, NULL, NULL);
|
||
INSERT INTO `onl_cgform_head` VALUES ('402880e5721355dd01721355dd390000', 'ces_order_goods$1', 1, 1, '订单商品', 'Y', 'N', 'Y', 'N', NULL, 'UUID', 'single', NULL, NULL, NULL, NULL, NULL, NULL, 'temp', '1', NULL, 1, 1, 1, '86bf17839a904636b7ed96201b2fa6ea', NULL, NULL, 'admin', '2020-05-14 21:18:14', 'normal', NULL, NULL);
|
||
INSERT INTO `onl_cgform_head` VALUES ('402880eb71d61d3d0171d61d3de30000', 'demo_field_def_val_sub$1', 1, 2, '示例:控件默认值(子表)', 'Y', 'N', 'Y', 'N', NULL, 'UUID', 'single', NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '1', NULL, 1, 1, 1, '4fb8e12a697f4d5bbe9b9fb1e9009486', 'admin', '2020-05-03 00:54:16', 'admin', '2020-05-02 23:59:33', 'normal', NULL, NULL);
|
||
INSERT INTO `onl_cgform_head` VALUES ('402881e6760269a20176026a22e70001', 'ces_field_kongj$0', 1, 1, 'online表单控件', 'Y', 'N', 'Y', 'N', NULL, 'UUID', 'single', NULL, NULL, NULL, NULL, NULL, NULL, 'temp', '2', NULL, 1, 14, 1, '18f064d1ef424c93ba7a16148851664f', NULL, NULL, 'admin', '2020-11-26 10:37:59', 'normal', NULL, NULL);
|
||
INSERT INTO `onl_cgform_head` VALUES ('402881e6760269a20176026d25650002', 'demo', 1, 1, 'demo', 'Y', 'Y', 'Y', 'N', NULL, 'UUID', 'group', NULL, NULL, NULL, NULL, NULL, NULL, 'bdfl_include', '1', NULL, 1, NULL, 0, NULL, NULL, NULL, 'admin', '2020-11-26 10:41:17', 'normal', NULL, NULL);
|
||
INSERT INTO `onl_cgform_head` VALUES ('4adec929a6594108bef5b35ee9966e9f', 'demo_field_def_val_main', 2, 1, '示例:控件默认值(主表)', 'Y', 'Y', 'Y', 'N', NULL, 'UUID', 'single', NULL, 'demo_field_def_val_sub', NULL, NULL, NULL, NULL, 'demo', '1', NULL, 1, NULL, 0, NULL, 'admin', '2020-11-26 17:28:14', 'admin', '2020-04-10 19:35:57', 'normal', NULL, NULL);
|
||
INSERT INTO `onl_cgform_head` VALUES ('4fb8e12a697f4d5bbe9b9fb1e9009486', 'demo_field_def_val_sub', 3, 2, '示例:控件默认值(子表)', 'Y', 'Y', 'Y', 'N', NULL, 'UUID', 'group', 0, NULL, 1, NULL, NULL, NULL, 'demo', '1', NULL, 1, NULL, 0, NULL, 'admin', '2020-11-26 17:28:14', 'admin', '2020-04-10 19:47:01', 'normal', NULL, NULL);
|
||
INSERT INTO `onl_cgform_head` VALUES ('53a3e82b54b946c2b904f605875a275c', 'ces_shop_goods', 1, 7, '商品', 'Y', 'Y', 'Y', 'N', NULL, 'UUID', 'single', NULL, NULL, NULL, NULL, NULL, NULL, 'temp', '1', NULL, 1, NULL, 0, NULL, 'admin', '2020-05-08 23:42:51', 'admin', '2020-05-07 22:49:47', 'normal', NULL, NULL);
|
||
INSERT INTO `onl_cgform_head` VALUES ('56870166aba54ebfacb20ba6c770bd73', 'test_order_main', 2, 16, '测试订单主表', 'N', 'Y', 'Y', 'N', NULL, 'UUID', 'single', NULL, 'test_order_product', NULL, NULL, NULL, NULL, 'bdfl_include', '2', NULL, 0, NULL, 0, NULL, 'admin', '2020-11-28 00:02:01', 'admin', '2019-04-20 11:38:39', 'tab', NULL, NULL);
|
||
INSERT INTO `onl_cgform_head` VALUES ('56efb74326e74064b60933f6f8af30ea', 'ces_order_main', 2, 9, '商城订单表', 'Y', 'Y', 'Y', 'N', NULL, 'UUID', 'single', NULL, 'ces_order_goods,ces_order_customer', NULL, NULL, NULL, NULL, 'temp', '1', NULL, 1, NULL, 0, NULL, 'admin', '2020-07-10 16:53:27', 'admin', '2020-05-08 23:45:32', 'normal', NULL, NULL);
|
||
INSERT INTO `onl_cgform_head` VALUES ('86bf17839a904636b7ed96201b2fa6ea', 'ces_order_goods', 3, 2, '订单商品', 'Y', 'Y', 'Y', 'N', NULL, 'UUID', 'single', 0, NULL, 2, NULL, NULL, NULL, 'temp', '1', NULL, 1, NULL, 0, NULL, 'admin', '2020-05-14 21:18:49', 'admin', '2020-05-08 23:48:31', 'normal', NULL, NULL);
|
||
INSERT INTO `onl_cgform_head` VALUES ('8d66ea41c7cc4ef9ab3aab9055657fc9', 'ces_shop_type', 1, 1, '商品分类', 'Y', 'Y', 'Y', 'Y', NULL, 'UUID', 'single', NULL, NULL, NULL, 'pid', 'has_child', 'name', 'temp', '1', NULL, 1, NULL, 0, NULL, 'admin', '2020-05-07 22:46:40', 'admin', '2020-05-07 22:46:31', 'normal', NULL, NULL);
|
||
INSERT INTO `onl_cgform_head` VALUES ('910984408e1948519e2fcf5ac08fe9ad', 'tqc_i18n_config', 1, 3, '国际化配置', 'Y', 'Y', 'Y', 'N', NULL, 'UUID', 'single', NULL, NULL, NULL, NULL, NULL, NULL, 'temp', '1', NULL, 1, NULL, 0, NULL, 'admin', '2022-03-24 12:24:28', 'admin', '2022-03-24 12:21:06', 'normal', 'N', NULL);
|
||
INSERT INTO `onl_cgform_head` VALUES ('997ee931515a4620bc30a9c1246429a9', 'test_shoptype_tree', 1, 2, '商品分类', 'Y', 'Y', 'Y', 'Y', NULL, 'UUID', 'single', NULL, NULL, NULL, 'pid', 'has_child', 'type_name', 'temp', '1', NULL, 1, NULL, 0, NULL, 'admin', '2020-05-03 00:57:47', 'admin', '2020-05-03 00:56:56', 'normal', NULL, NULL);
|
||
INSERT INTO `onl_cgform_head` VALUES ('d35109c3632c4952a19ecc094943dd71', 'test_demo', 1, 30, '测试用户表', 'Y', 'Y', 'Y', 'N', NULL, 'UUID', 'group', NULL, NULL, NULL, NULL, NULL, NULL, 'bdfl_include', '1', NULL, 0, NULL, 0, NULL, 'admin', '2020-11-28 00:03:03', 'admin', '2019-03-15 14:24:35', 'normal', NULL, NULL);
|
||
INSERT INTO `onl_cgform_head` VALUES ('deea5a8ec619460c9245ba85dbc59e80', 'test_order_product', 3, 12, '订单产品明细', 'N', 'Y', 'Y', 'N', NULL, 'UUID', 'single', 0, NULL, 1, NULL, NULL, NULL, 'bdfl_include', '1', NULL, 0, NULL, 0, NULL, 'admin', '2020-05-03 01:01:18', 'admin', '2019-04-20 11:41:19', 'normal', NULL, NULL);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for onl_cgform_index
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `onl_cgform_index`;
|
||
CREATE TABLE `onl_cgform_index` (
|
||
`id` varchar(36) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '主键',
|
||
`cgform_head_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '主表id',
|
||
`index_name` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '索引名称',
|
||
`index_field` varchar(500) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '索引栏位',
|
||
`index_type` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '索引类型',
|
||
`create_by` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人登录名称',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建日期',
|
||
`update_by` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '更新人登录名称',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新日期',
|
||
`is_db_synch` varchar(2) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT 'N' COMMENT '是否同步数据库 N未同步 Y已同步',
|
||
`del_flag` int(11) NULL DEFAULT 0 COMMENT '是否删除 0未删除 1删除',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
INDEX `index_table_id`(`cgform_head_id`) USING BTREE,
|
||
INDEX `idx_oci_cgform_head_id`(`cgform_head_id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for onl_cgreport_head
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `onl_cgreport_head`;
|
||
CREATE TABLE `onl_cgreport_head` (
|
||
`id` varchar(36) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
|
||
`code` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '报表编码',
|
||
`name` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '报表名字',
|
||
`cgr_sql` varchar(1000) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '报表SQL',
|
||
`return_val_field` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '返回值字段',
|
||
`return_txt_field` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '返回文本字段',
|
||
`return_type` varchar(2) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT '1' COMMENT '返回类型,单选或多选',
|
||
`db_source` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '动态数据源',
|
||
`content` varchar(1000) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '描述',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '修改时间',
|
||
`update_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '修改人id',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间',
|
||
`create_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人id',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
UNIQUE INDEX `index_onlinereport_code`(`code`) USING BTREE,
|
||
INDEX `idx_och_code`(`code`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of onl_cgreport_head
|
||
-- ----------------------------
|
||
INSERT INTO `onl_cgreport_head` VALUES ('1256627801873821698', 'report002', '统计登录每日登录次数', 'select DATE_FORMAT(create_time, \'%Y-%m-%d\') as date,count(*) as num from sys_log group by DATE_FORMAT(create_time, \'%Y-%m-%d\')', NULL, NULL, '1', NULL, NULL, '2020-11-26 19:22:04', 'admin', '2020-05-03 00:53:10', 'admin');
|
||
INSERT INTO `onl_cgreport_head` VALUES ('1260179852088135681', 'tj_user_report', '统一有效系统用户', 'select * from sys_user', NULL, NULL, '1', NULL, NULL, '2020-11-26 19:50:35', 'admin', '2020-05-12 20:07:44', 'admin');
|
||
INSERT INTO `onl_cgreport_head` VALUES ('6c7f59741c814347905a938f06ee003c', 'report_user', '统计在线用户', 'select * from sys_user', NULL, NULL, '1', '', NULL, '2020-05-03 02:35:28', 'admin', '2019-03-25 11:20:45', 'admin');
|
||
INSERT INTO `onl_cgreport_head` VALUES ('87b55a515d3441b6b98e48e5b35474a6', 'demo', 'Report Demo', 'select * from demo', NULL, NULL, '1', '', NULL, '2020-05-03 01:14:35', 'admin', '2019-03-12 11:25:16', 'admin');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for onl_cgreport_item
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `onl_cgreport_item`;
|
||
CREATE TABLE `onl_cgreport_item` (
|
||
`id` varchar(36) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
|
||
`cgrhead_id` varchar(36) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '报表ID',
|
||
`field_name` varchar(36) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '字段名字',
|
||
`field_txt` varchar(300) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '字段文本',
|
||
`field_width` int(11) NULL DEFAULT NULL,
|
||
`field_type` varchar(10) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '字段类型',
|
||
`search_mode` varchar(10) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '查询模式',
|
||
`is_order` int(11) NULL DEFAULT 0 COMMENT '是否排序 0否,1是',
|
||
`is_search` int(11) NULL DEFAULT 0 COMMENT '是否查询 0否,1是',
|
||
`dict_code` varchar(500) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '字典CODE',
|
||
`field_href` varchar(120) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '字段跳转URL',
|
||
`is_show` int(11) NULL DEFAULT 1 COMMENT '是否显示 0否,1显示',
|
||
`order_num` int(11) NULL DEFAULT NULL COMMENT '排序',
|
||
`replace_val` varchar(200) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '取值表达式',
|
||
`is_total` varchar(2) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '是否合计 0否,1是(仅对数值有效)',
|
||
`group_title` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '分组标题',
|
||
`create_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间',
|
||
`update_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '修改人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '修改时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
INDEX `index_CGRHEAD_ID`(`cgrhead_id`) USING BTREE,
|
||
INDEX `index_isshow`(`is_show`) USING BTREE,
|
||
INDEX `index_order_num`(`order_num`) USING BTREE,
|
||
INDEX `idx_oci_cgrhead_id`(`cgrhead_id`) USING BTREE,
|
||
INDEX `idx_oci_is_show`(`is_show`) USING BTREE,
|
||
INDEX `idx_oci_order_num`(`order_num`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of onl_cgreport_item
|
||
-- ----------------------------
|
||
INSERT INTO `onl_cgreport_item` VALUES ('1256627802020622337', '1256627801873821698', 'date', '日期', NULL, 'String', NULL, 0, 0, '', '', 1, 1, '', NULL, NULL, 'admin', '2020-09-11 14:50:45', NULL, NULL);
|
||
INSERT INTO `onl_cgreport_item` VALUES ('1256627802075148289', '1256627801873821698', 'num', '登录次数', NULL, 'String', NULL, 0, 0, '', '', 1, 2, '', '1', NULL, 'admin', '2020-09-11 14:50:45', NULL, NULL);
|
||
INSERT INTO `onl_cgreport_item` VALUES ('1260179881129496577', '1260179852088135681', 'id', 'ID', NULL, 'String', NULL, 0, 0, '', '', 0, 1, '', NULL, NULL, 'admin', '2020-09-11 14:07:38', NULL, NULL);
|
||
INSERT INTO `onl_cgreport_item` VALUES ('1260179881129496578', '1260179852088135681', 'username', '账号', NULL, 'String', NULL, 0, 0, '', '', 1, 2, '', NULL, '用户信息', 'admin', '2020-09-11 14:07:38', NULL, NULL);
|
||
INSERT INTO `onl_cgreport_item` VALUES ('1260179881129496579', '1260179852088135681', 'realname', '用户名字', NULL, 'String', NULL, 0, 0, '', '', 1, 3, '', NULL, '用户信息', 'admin', '2020-09-11 14:07:38', NULL, NULL);
|
||
INSERT INTO `onl_cgreport_item` VALUES ('1260179881129496584', '1260179852088135681', 'sex', '性别', NULL, 'String', NULL, 0, 1, 'sex', '', 1, 4, '', NULL, '用户信息', 'admin', '2020-09-11 14:07:38', NULL, NULL);
|
||
INSERT INTO `onl_cgreport_item` VALUES ('1260179881129496585', '1260179852088135681', 'email', '邮箱', NULL, 'String', 'single', 0, 1, '', '', 1, 5, '', NULL, NULL, 'admin', '2020-09-11 14:07:38', NULL, NULL);
|
||
INSERT INTO `onl_cgreport_item` VALUES ('1260179881129496586', '1260179852088135681', 'phone', '电话', NULL, 'String', NULL, 0, 0, '', '', 1, 6, '', NULL, NULL, 'admin', '2020-09-11 14:07:38', NULL, NULL);
|
||
INSERT INTO `onl_cgreport_item` VALUES ('15884396588465896672', '87b55a515d3441b6b98e48e5b35474a6', 'id', 'ID', NULL, 'String', NULL, 0, 0, '', '', 0, 1, '', NULL, NULL, 'admin', '2020-05-03 01:14:35', NULL, NULL);
|
||
INSERT INTO `onl_cgreport_item` VALUES ('15892858611256977947', '1260179852088135681', 'birthday', '生日', NULL, 'Date', NULL, 0, 0, '', '', 1, 7, '', NULL, NULL, 'admin', '2020-09-11 14:07:38', NULL, NULL);
|
||
INSERT INTO `onl_cgreport_item` VALUES ('1740bb02519db90c44cb2cba8b755136', '6c7f59741c814347905a938f06ee003c', 'realname', '用户名称', NULL, 'String', NULL, 0, 0, '', 'https://www.baidu.com', 1, 1, '', NULL, NULL, 'admin', '2020-05-03 02:35:28', NULL, NULL);
|
||
INSERT INTO `onl_cgreport_item` VALUES ('1b181e6d2813bcb263adc39737f9df46', '87b55a515d3441b6b98e48e5b35474a6', 'name', '用户名', NULL, 'String', 'single', 0, 1, '', '', 1, 2, '', NULL, NULL, 'admin', '2020-05-03 01:14:35', NULL, NULL);
|
||
INSERT INTO `onl_cgreport_item` VALUES ('61ef5b323134938fdd07ad5e3ea16cd3', '87b55a515d3441b6b98e48e5b35474a6', 'key_word', '关键词', NULL, 'String', 'single', 0, 1, '', '', 1, 3, '', NULL, NULL, 'admin', '2020-05-03 01:14:35', NULL, NULL);
|
||
INSERT INTO `onl_cgreport_item` VALUES ('627768efd9ba2c41e905579048f21000', '6c7f59741c814347905a938f06ee003c', 'username', '用户账号', NULL, 'String', 'single', 0, 1, '', '', 1, 2, '', NULL, NULL, 'admin', '2020-05-03 02:35:28', NULL, NULL);
|
||
INSERT INTO `onl_cgreport_item` VALUES ('8bb087a9aa2000bcae17a1b3f5768435', '6c7f59741c814347905a938f06ee003c', 'sex', '性别', NULL, 'String', 'single', 0, 1, 'sex', '', 1, 3, '', NULL, NULL, 'admin', '2020-05-03 02:35:28', NULL, NULL);
|
||
INSERT INTO `onl_cgreport_item` VALUES ('90d4fa57d301801abb26a9b86b6b94c4', '6c7f59741c814347905a938f06ee003c', 'birthday', '生日', NULL, 'Date', 'single', 0, 0, '', '', 1, 4, '', NULL, NULL, 'admin', '2020-05-03 02:35:28', NULL, NULL);
|
||
INSERT INTO `onl_cgreport_item` VALUES ('a4ac355f07a05218854e5f23e2930163', '6c7f59741c814347905a938f06ee003c', 'avatar', '头像', NULL, 'String', NULL, 0, 0, '', '', 0, 5, '', NULL, NULL, 'admin', '2020-05-03 02:35:28', NULL, NULL);
|
||
INSERT INTO `onl_cgreport_item` VALUES ('d6e86b5ffd096ddcc445c0f320a45004', '6c7f59741c814347905a938f06ee003c', 'phone', '手机号', NULL, 'String', NULL, 0, 0, '', '', 1, 6, '', NULL, NULL, 'admin', '2020-05-03 02:35:28', NULL, NULL);
|
||
INSERT INTO `onl_cgreport_item` VALUES ('df365cd357699eea96c29763d1dd7f9d', '6c7f59741c814347905a938f06ee003c', 'email', '邮箱', NULL, 'String', NULL, 0, 0, '', '', 1, 7, '', NULL, NULL, 'admin', '2020-05-03 02:35:28', NULL, NULL);
|
||
INSERT INTO `onl_cgreport_item` VALUES ('edf9932912b81ad01dd557d3d593a559', '87b55a515d3441b6b98e48e5b35474a6', 'age', '年龄', NULL, 'String', NULL, 0, 0, '', '', 1, 4, '', NULL, NULL, 'admin', '2020-05-03 01:14:35', NULL, NULL);
|
||
INSERT INTO `onl_cgreport_item` VALUES ('f985883e509a6faaaf62ca07fd24a73c', '87b55a515d3441b6b98e48e5b35474a6', 'birthday', '生日', NULL, 'Date', 'single', 0, 1, '', '', 1, 5, '', NULL, NULL, 'admin', '2020-05-03 01:14:35', NULL, NULL);
|
||
INSERT INTO `onl_cgreport_item` VALUES ('fce83e4258de3e2f114ab3116397670c', '87b55a515d3441b6b98e48e5b35474a6', 'punch_time', '发布时间', NULL, 'String', NULL, 0, 0, '', '', 1, 6, '', NULL, NULL, 'admin', '2020-05-03 01:14:35', NULL, NULL);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for onl_cgreport_param
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `onl_cgreport_param`;
|
||
CREATE TABLE `onl_cgreport_param` (
|
||
`id` varchar(36) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
|
||
`cgrhead_id` varchar(36) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '动态报表ID',
|
||
`param_name` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '参数字段',
|
||
`param_txt` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '参数文本',
|
||
`param_value` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '参数默认值',
|
||
`order_num` int(11) NULL DEFAULT NULL COMMENT '排序',
|
||
`create_by` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人登录名称',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建日期',
|
||
`update_by` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '更新人登录名称',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新日期',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
INDEX `idx_cgrheadid`(`cgrhead_id`) USING BTREE,
|
||
INDEX `idx_ocp_cgrhead_id`(`cgrhead_id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for oss_file
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `oss_file`;
|
||
CREATE TABLE `oss_file` (
|
||
`id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '主键id',
|
||
`file_name` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '文件名称',
|
||
`url` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '文件地址',
|
||
`create_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人登录名称',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建日期',
|
||
`update_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '更新人登录名称',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新日期',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = 'Oss File' ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for qrtz_blob_triggers
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `qrtz_blob_triggers`;
|
||
CREATE TABLE `qrtz_blob_triggers` (
|
||
`SCHED_NAME` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`TRIGGER_NAME` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`TRIGGER_GROUP` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`BLOB_DATA` blob NULL,
|
||
PRIMARY KEY (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) USING BTREE,
|
||
CONSTRAINT `qrtz_blob_triggers_ibfk_1` FOREIGN KEY (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) REFERENCES `qrtz_triggers` (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) ON DELETE RESTRICT ON UPDATE RESTRICT
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for qrtz_calendars
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `qrtz_calendars`;
|
||
CREATE TABLE `qrtz_calendars` (
|
||
`SCHED_NAME` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`CALENDAR_NAME` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`CALENDAR` blob NOT NULL,
|
||
PRIMARY KEY (`SCHED_NAME`, `CALENDAR_NAME`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for qrtz_cron_triggers
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `qrtz_cron_triggers`;
|
||
CREATE TABLE `qrtz_cron_triggers` (
|
||
`SCHED_NAME` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`TRIGGER_NAME` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`TRIGGER_GROUP` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`CRON_EXPRESSION` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`TIME_ZONE_ID` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
|
||
PRIMARY KEY (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) USING BTREE,
|
||
CONSTRAINT `qrtz_cron_triggers_ibfk_1` FOREIGN KEY (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) REFERENCES `qrtz_triggers` (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) ON DELETE RESTRICT ON UPDATE RESTRICT
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for qrtz_fired_triggers
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `qrtz_fired_triggers`;
|
||
CREATE TABLE `qrtz_fired_triggers` (
|
||
`SCHED_NAME` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`ENTRY_ID` varchar(95) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`TRIGGER_NAME` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`TRIGGER_GROUP` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`INSTANCE_NAME` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`FIRED_TIME` bigint(20) NOT NULL,
|
||
`SCHED_TIME` bigint(20) NOT NULL,
|
||
`PRIORITY` int(11) NOT NULL,
|
||
`STATE` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`JOB_NAME` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
|
||
`JOB_GROUP` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
|
||
`IS_NONCONCURRENT` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
|
||
`REQUESTS_RECOVERY` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
|
||
PRIMARY KEY (`SCHED_NAME`, `ENTRY_ID`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for qrtz_job_details
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `qrtz_job_details`;
|
||
CREATE TABLE `qrtz_job_details` (
|
||
`SCHED_NAME` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`JOB_NAME` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`JOB_GROUP` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`DESCRIPTION` varchar(250) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
|
||
`JOB_CLASS_NAME` varchar(250) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`IS_DURABLE` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`IS_NONCONCURRENT` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`IS_UPDATE_DATA` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`REQUESTS_RECOVERY` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`JOB_DATA` blob NULL,
|
||
PRIMARY KEY (`SCHED_NAME`, `JOB_NAME`, `JOB_GROUP`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for qrtz_locks
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `qrtz_locks`;
|
||
CREATE TABLE `qrtz_locks` (
|
||
`SCHED_NAME` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`LOCK_NAME` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
PRIMARY KEY (`SCHED_NAME`, `LOCK_NAME`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of qrtz_locks
|
||
-- ----------------------------
|
||
INSERT INTO `qrtz_locks` VALUES ('MyScheduler', 'STATE_ACCESS');
|
||
INSERT INTO `qrtz_locks` VALUES ('MyScheduler', 'TRIGGER_ACCESS');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for qrtz_paused_trigger_grps
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `qrtz_paused_trigger_grps`;
|
||
CREATE TABLE `qrtz_paused_trigger_grps` (
|
||
`SCHED_NAME` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`TRIGGER_GROUP` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
PRIMARY KEY (`SCHED_NAME`, `TRIGGER_GROUP`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for qrtz_scheduler_state
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `qrtz_scheduler_state`;
|
||
CREATE TABLE `qrtz_scheduler_state` (
|
||
`SCHED_NAME` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`INSTANCE_NAME` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`LAST_CHECKIN_TIME` bigint(20) NOT NULL,
|
||
`CHECKIN_INTERVAL` bigint(20) NOT NULL,
|
||
PRIMARY KEY (`SCHED_NAME`, `INSTANCE_NAME`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of qrtz_scheduler_state
|
||
-- ----------------------------
|
||
INSERT INTO `qrtz_scheduler_state` VALUES ('MyScheduler', 'DESKTOP-7S2OTTP1651890316144', 1651902190771, 10000);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for qrtz_simple_triggers
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `qrtz_simple_triggers`;
|
||
CREATE TABLE `qrtz_simple_triggers` (
|
||
`SCHED_NAME` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`TRIGGER_NAME` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`TRIGGER_GROUP` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`REPEAT_COUNT` bigint(20) NOT NULL,
|
||
`REPEAT_INTERVAL` bigint(20) NOT NULL,
|
||
`TIMES_TRIGGERED` bigint(20) NOT NULL,
|
||
PRIMARY KEY (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) USING BTREE,
|
||
CONSTRAINT `qrtz_simple_triggers_ibfk_1` FOREIGN KEY (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) REFERENCES `qrtz_triggers` (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) ON DELETE RESTRICT ON UPDATE RESTRICT
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for qrtz_simprop_triggers
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `qrtz_simprop_triggers`;
|
||
CREATE TABLE `qrtz_simprop_triggers` (
|
||
`SCHED_NAME` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`TRIGGER_NAME` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`TRIGGER_GROUP` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`STR_PROP_1` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
|
||
`STR_PROP_2` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
|
||
`STR_PROP_3` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
|
||
`INT_PROP_1` int(11) NULL DEFAULT NULL,
|
||
`INT_PROP_2` int(11) NULL DEFAULT NULL,
|
||
`LONG_PROP_1` bigint(20) NULL DEFAULT NULL,
|
||
`LONG_PROP_2` bigint(20) NULL DEFAULT NULL,
|
||
`DEC_PROP_1` decimal(13, 4) NULL DEFAULT NULL,
|
||
`DEC_PROP_2` decimal(13, 4) NULL DEFAULT NULL,
|
||
`BOOL_PROP_1` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
|
||
`BOOL_PROP_2` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
|
||
PRIMARY KEY (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) USING BTREE,
|
||
CONSTRAINT `qrtz_simprop_triggers_ibfk_1` FOREIGN KEY (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) REFERENCES `qrtz_triggers` (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) ON DELETE RESTRICT ON UPDATE RESTRICT
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for qrtz_triggers
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `qrtz_triggers`;
|
||
CREATE TABLE `qrtz_triggers` (
|
||
`SCHED_NAME` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`TRIGGER_NAME` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`TRIGGER_GROUP` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`JOB_NAME` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`JOB_GROUP` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`DESCRIPTION` varchar(250) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
|
||
`NEXT_FIRE_TIME` bigint(20) NULL DEFAULT NULL,
|
||
`PREV_FIRE_TIME` bigint(20) NULL DEFAULT NULL,
|
||
`PRIORITY` int(11) NULL DEFAULT NULL,
|
||
`TRIGGER_STATE` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`TRIGGER_TYPE` varchar(8) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`START_TIME` bigint(20) NOT NULL,
|
||
`END_TIME` bigint(20) NULL DEFAULT NULL,
|
||
`CALENDAR_NAME` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
|
||
`MISFIRE_INSTR` smallint(6) NULL DEFAULT NULL,
|
||
`JOB_DATA` blob NULL,
|
||
PRIMARY KEY (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) USING BTREE,
|
||
INDEX `SCHED_NAME`(`SCHED_NAME`, `JOB_NAME`, `JOB_GROUP`) USING BTREE,
|
||
CONSTRAINT `qrtz_triggers_ibfk_1` FOREIGN KEY (`SCHED_NAME`, `JOB_NAME`, `JOB_GROUP`) REFERENCES `qrtz_job_details` (`SCHED_NAME`, `JOB_NAME`, `JOB_GROUP`) ON DELETE RESTRICT ON UPDATE RESTRICT
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_announcement
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_announcement`;
|
||
CREATE TABLE `sys_announcement` (
|
||
`id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
|
||
`titile` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '标题',
|
||
`msg_content` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT '内容',
|
||
`start_time` datetime(0) NULL DEFAULT NULL COMMENT '开始时间',
|
||
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '结束时间',
|
||
`sender` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '发布人',
|
||
`priority` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '优先级(L低,M中,H高)',
|
||
`msg_category` varchar(10) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '2' COMMENT '消息类型1:通知公告2:系统消息',
|
||
`msg_type` varchar(10) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '通告对象类型(USER:指定用户,ALL:全体用户)',
|
||
`send_status` varchar(10) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '发布状态(0未发布,1已发布,2已撤销)',
|
||
`send_time` datetime(0) NULL DEFAULT NULL COMMENT '发布时间',
|
||
`cancel_time` datetime(0) NULL DEFAULT NULL COMMENT '撤销时间',
|
||
`del_flag` varchar(1) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '删除状态(0,正常,1已删除)',
|
||
`bus_type` varchar(20) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '业务类型(email:邮件 bpm:流程)',
|
||
`bus_id` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '业务id',
|
||
`open_type` varchar(20) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '打开方式(组件:component 路由:url)',
|
||
`open_page` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '组件/路由 地址',
|
||
`create_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间',
|
||
`update_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '更新人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新时间',
|
||
`user_ids` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT '指定用户',
|
||
`msg_abstract` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT '摘要',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '系统通告表' ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_announcement
|
||
-- ----------------------------
|
||
INSERT INTO `sys_announcement` VALUES ('1256486502931722242', 'JeecgBoot 2.2.0版本发布', '<h5 id=\"h5_5\" style=\"box-sizing: inherit; font-family: \'PingFang SC\', \'Helvetica Neue\', \'Microsoft YaHei UI\', \'Microsoft YaHei\', \'Noto Sans CJK SC\', Sathu, EucrosiaUPC, Arial, Helvetica, sans-serif; line-height: 1.8; margin: 22px 0px 16px; padding: 0px; font-size: 18px; border: none; color: #333333; background-color: #ffffff;\">升级不兼容</h5>\n<ul style=\"box-sizing: inherit; margin: 0px 0px 20px; padding: 0px 0px 0px 20px; color: #333333; font-family: -apple-system, BlinkMacSystemFont, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Segoe UI\', \'PingFang SC\', \'Hiragino Sans GB\', \'Microsoft YaHei\', \'Helvetica Neue\', Helvetica, Arial, sans-serif; font-size: 16px; background-color: #ffffff;\">\n<li style=\"box-sizing: inherit; line-height: 1.875em; margin-top: 0px;\">1、升级 ant-design-vue 到最新版本 1.5.2,会导致使用disabled的组件不可用(需要全局替换disabled 为readOnly;另外原来readOnly不允许全小写)</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">2、JSearchSelectTag.vue行编辑的popup传参做了修改,需要全局替换 orgFieldse 为 orgFields</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">3、 项目删除了sass,全部换成 less,其中涉及/deep/语法得改造</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em; margin-bottom: 0px;\">4、 Online表单的填值规则用法修改了 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" href=\"http://doc.jeecg.com/1630378\">文档</a></li>\n</ul>\n<h5 id=\"h5_6\" style=\"box-sizing: inherit; font-family: \'PingFang SC\', \'Helvetica Neue\', \'Microsoft YaHei UI\', \'Microsoft YaHei\', \'Noto Sans CJK SC\', Sathu, EucrosiaUPC, Arial, Helvetica, sans-serif; line-height: 1.8; margin: 22px 0px 16px; padding: 0px; font-size: 18px; border: none; color: #333333; background-color: #ffffff;\">较大改造</h5>\n<ul style=\"box-sizing: inherit; margin: 0px 0px 20px; padding: 0px 0px 0px 20px; color: #333333; font-family: -apple-system, BlinkMacSystemFont, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Segoe UI\', \'PingFang SC\', \'Hiragino Sans GB\', \'Microsoft YaHei\', \'Helvetica Neue\', Helvetica, Arial, sans-serif; font-size: 16px; background-color: #ffffff;\">\n<li style=\"box-sizing: inherit; line-height: 1.875em; margin-top: 0px;\">登录的时候一次性加载系统字典,进行前端缓存,减少ajax重复请求</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">修改定时任务quartz配置</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">logback-spring.xml配置不按照日期和大小生成新日志文件问题修复</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">vue-cli3 编译打包进行zip压缩优化</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">根据index.html页面window._CONFIG[\'domianURL\'],指定 axios的 baseURL(所以vue的代理没有用了)</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">JEditableTable重构,新增获取值时应该把临时id去掉、行编辑修改不直接更改数据源的ID</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em; margin-bottom: 0px;\">Online模块重点优化升级、Online代码生成器重点优化升级</li>\n</ul>\n<h5 id=\"h5_7\" style=\"box-sizing: inherit; font-family: \'PingFang SC\', \'Helvetica Neue\', \'Microsoft YaHei UI\', \'Microsoft YaHei\', \'Noto Sans CJK SC\', Sathu, EucrosiaUPC, Arial, Helvetica, sans-serif; line-height: 1.8; margin: 22px 0px 16px; padding: 0px; font-size: 18px; border: none; color: #333333; background-color: #ffffff;\">ONLINE升级</h5>\n<ul style=\"box-sizing: inherit; margin: 0px 0px 20px; padding: 0px 0px 0px 20px; color: #333333; font-family: -apple-system, BlinkMacSystemFont, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Segoe UI\', \'PingFang SC\', \'Hiragino Sans GB\', \'Microsoft YaHei\', \'Helvetica Neue\', Helvetica, Arial, sans-serif; font-size: 16px; background-color: #ffffff;\">\n<li style=\"box-sizing: inherit; line-height: 1.875em; margin-top: 0px;\">Online访问权限控制实现,如果online表单配置了菜单,则用户需要授权才能访问此表单</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online表单新增组件: 省市区地域组件、开关组件、三级联动(级联下拉)组件、markdown组件</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online表单弹窗宽度,根据不同的列数显示不同的宽度,实现更好的效果</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online 树表单功能一系列优化,比如数据列新增添加下级按钮功能、添加下级不自动展开列表等问题</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online JS增强编辑器支持放大,同时JS代码变更,增加版本记忆功能,方便追踪历史</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online JS增强支持lodash工具</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online控件 默认值表达式功能 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" href=\"http://doc.jeecg.com/1630378\">文档</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online 增加Excel导入导出转换器配置,针对各种控件的导入导出做了统一处理</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online 列表字段排序支持配置</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online同步数据库,数据库兼容性优化(mysql、oracle11g、SqlServer2017)</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online功能列表,高级查询优化,丰富控件的支持(新增:用户选择、部门选择、时间等)</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online表单配置,类型Text、date、Blob的字段长度默认设置为0</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online自定义button,支持位置自定义(支持右侧和下方)</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online表单列表,列表显示那些字段,支持用户个性化设置</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online表单删除和移除逻辑优化,防止未同步情况下删除报错</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online上传逻辑重构,针对单表、一对多行操作,都支持图片和文件上传,同时支持三种模式(minio、阿里云、本地存储)</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online上传逻辑重构, 行编辑模式,支持图片顺序修改</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online上传逻辑重构,在列表页面支持图片和文件的展示</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online表单索引同步逻辑重构,同时支持选择多个字段,组合索引设置</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online表单 excel导出实现数据权限逻辑</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online表单列表强制列不换行,自动出现超出滚定条,支持移动端自适应(单表、树和ERP等模型都已修改)</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online表单管理列表,回车查询和列表左右拖动移动自适应问题</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online表单附表序号必填</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online表名加校验不能全是数字,自动trim空格</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online 一对多tab必填校验不通过,添加友好提醒</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online表单控件默认值示例</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online一对多内嵌子表风格,高级查询不好用,过滤不了数据处理</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online表单 自定义校验规则正则,录入不成功问题处理</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online表单设置不分页,排序后又分页了问题处理</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online表单,下拉搜索组件,表字典配置加条件,下拉值出不来问题处理</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online表单,一对一子表,下拉选择、时间等组件被遮挡问题处理</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online表单树模型和一对多ERP模板支持href</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online 报表支持上下文变量表达式</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online 报表实现数据权限逻辑</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online 报表新增拖动字段顺序</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online 报表列表,sql过长截取显示</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">Online 报表,popup回车查询</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em; margin-bottom: 0px;\">Online表单auto页面弹窗改成JModule;online表单移动自适应;</li>\n</ul>\n<h5 id=\"h5_8\" style=\"box-sizing: inherit; font-family: \'PingFang SC\', \'Helvetica Neue\', \'Microsoft YaHei UI\', \'Microsoft YaHei\', \'Noto Sans CJK SC\', Sathu, EucrosiaUPC, Arial, Helvetica, sans-serif; line-height: 1.8; margin: 22px 0px 16px; padding: 0px; font-size: 18px; border: none; color: #333333; background-color: #ffffff;\">Online代码生成器升级</h5>\n<blockquote style=\"box-sizing: inherit; position: relative; margin: 0px 0px 20px; padding: 20px; background-color: #f6f6f6; border-left: 6px solid #e6e6e6; word-break: break-word; color: #333333; font-family: -apple-system, BlinkMacSystemFont, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Segoe UI\', \'PingFang SC\', \'Hiragino Sans GB\', \'Microsoft YaHei\', \'Helvetica Neue\', Helvetica, Arial, sans-serif; font-size: 16px;\">\n<p style=\"box-sizing: inherit; margin: 0px; line-height: inherit;\">后期重点维护ONLINE模式的代码生成器,GUI模式逐步弃用。</p>\n</blockquote>\n<ul style=\"box-sizing: inherit; margin: 0px 0px 20px; padding: 0px 0px 0px 20px; color: #333333; font-family: -apple-system, BlinkMacSystemFont, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Segoe UI\', \'PingFang SC\', \'Hiragino Sans GB\', \'Microsoft YaHei\', \'Helvetica Neue\', Helvetica, Arial, sans-serif; font-size: 16px; background-color: #ffffff;\">\n<li style=\"box-sizing: inherit; line-height: 1.875em; margin-top: 0px;\">新增内嵌Table代码生成器模板</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">升级代码生成器依赖,支持返回生成结果&支持服务器端生成代码config</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">代码生成器列表,列表自适应优化,支持移动效果(强制列不换行,不过有弊端,<a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" href=\"http://doc.jeecg.com/1607183\">见文档</a>)</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">实体生成,自动带着swagger 注解(支持单表、一对多等模型)</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">代码生成器,列表移动自适应样式修改</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">生成后的代码导入导出bug修复</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">online树代码生成器模板,直接删除一级分类会导致列表乱</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">ERP代码生成器模板升级,子表支持导入导出</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">ERP风格代码生成器模板问题(导入导入路径错误、swagger注解问题)</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">代码生成器,校验为空的话不生成,简化生成的代码</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">代码生成器,支持子表校验生成</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">树形列表代码生成器优化,添加子节点</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">修复bug: online字典未配置,代码生成器报错问题</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">生成的实体字段excel注解,针对系统标准字段,创建人、创建时间等字段不生成</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">生成的表单弹窗统一更换为j-modal,支持放大缩小全屏</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">代码生成,popup参数大小写 驼峰问题修复</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">生成的表单控件类型更丰富,新支持控件:markdown、省市区地域、密码、下拉搜索</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em; margin-bottom: 0px;\">生成的列表查询区域,控件支持加强,新支持控件:省市区地域、下拉搜索、popup、选择用户、选择部门</li>\n</ul>\n<h5 id=\"h5_9\" style=\"box-sizing: inherit; font-family: \'PingFang SC\', \'Helvetica Neue\', \'Microsoft YaHei UI\', \'Microsoft YaHei\', \'Noto Sans CJK SC\', Sathu, EucrosiaUPC, Arial, Helvetica, sans-serif; line-height: 1.8; margin: 22px 0px 16px; padding: 0px; font-size: 18px; border: none; color: #333333; background-color: #ffffff;\">平台基础升级</h5>\n<ul style=\"box-sizing: inherit; margin: 0px 0px 20px; padding: 0px 0px 0px 20px; color: #333333; font-family: -apple-system, BlinkMacSystemFont, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Segoe UI\', \'PingFang SC\', \'Hiragino Sans GB\', \'Microsoft YaHei\', \'Helvetica Neue\', Helvetica, Arial, sans-serif; font-size: 16px; background-color: #ffffff;\">\n<li style=\"box-sizing: inherit; line-height: 1.875em; margin-top: 0px;\">针对auto隐藏路由菜单,实现自动授权,简化online菜单的授权</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">IDE中找不到sun.misc.BASE64Encoder jar包问题</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">删掉作废获取所有用户角色列表接口,接口有性能问题</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">在我的消息里点击已读以后,首页上面的通知红点并没有同步更改问题修复</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">用户与部门取消关联删除关联关系bug修改</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">部门导入未刷新redis缓存</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">修复SysPermissionMapper.xml 的SQL语句不兼容SQLServer的问题</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">在线动态数据源代码重构</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">【二级管理员】部门修改、删除权限时关联删除部门角色数据</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">【二级管理员】我的部门,选中部门只能看当前部门下的角色</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">我的消息支持模糊查询</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">常用示例-对象存储文件上传优化</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">用户相关功能,sql写法不兼容其他数据库问题修复</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">图片上传组件修改</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">导入功能优化,提示准确导入成功失败信息,涉及功能 用户、角色、部门、字典、定时任务等</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">增加生产环境禁用swagger-ui配置</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">第三方登录代码集成</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">系统公告优化</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">MockController 返回json数据,utf-8格式化,防止中文乱码</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">部门删除后删除部门角色等关联</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em; margin-bottom: 0px;\">分类字典支持选择数据,添加下级分类</li>\n</ul>\n<h5 id=\"h5_10\" style=\"box-sizing: inherit; font-family: \'PingFang SC\', \'Helvetica Neue\', \'Microsoft YaHei UI\', \'Microsoft YaHei\', \'Noto Sans CJK SC\', Sathu, EucrosiaUPC, Arial, Helvetica, sans-serif; line-height: 1.8; margin: 22px 0px 16px; padding: 0px; font-size: 18px; border: none; color: #333333; background-color: #ffffff;\">UI组件升级</h5>\n<ul style=\"box-sizing: inherit; margin: 0px 0px 20px; padding: 0px 0px 0px 20px; color: #333333; font-family: -apple-system, BlinkMacSystemFont, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Segoe UI\', \'PingFang SC\', \'Hiragino Sans GB\', \'Microsoft YaHei\', \'Helvetica Neue\', Helvetica, Arial, sans-serif; font-size: 16px; background-color: #ffffff;\">\n<li style=\"box-sizing: inherit; line-height: 1.875em; margin-top: 0px;\">升级 ant-design-vue 为最新版本 1.5.2</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">登录验证码获取失败的时候,不显示空白</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">升级 ant-design-vue,JModal切换全屏按钮因ant升级错位问题修复</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">简化 j-modal 的相关代码</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">封装常用组件示例;JInput新增当 type 变化的时候重新计算值</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">markdown集成</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">富文本支持minio上传</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">选择用户组件列表样式错位;Ellipsis.vue 优化</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">JModal移动端全屏效果</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">高级查询只有在 in 模式下才能多选</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">自定义选择用户组件JSelectMultiUser的宽度和截取显示长度</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">行编辑 JEditableTable移动自适应效果;</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">JEditableTable重构 行编辑新增合计功能</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">JEditableTable重构 行编辑Popup请求数量过多(加缓存机制)</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">JEditableTable重构,行编辑InputNumber扩展支持输入小数和负数</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">JEditableTable.vue disable模式禁用添加删除按钮</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">JEditableTable行编辑, popup返回值,时间赋值有问题</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">JEditableTable行编辑,日期控件显示错位问题</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">高级查询移动自适应效果;</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">高级查询保存的同时也要保存匹配方式(支持and or)</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">高级查询混入统一修改</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">高级查询选择用户组件时,点开用户弹框不选择用户,直接关掉用户弹框,再次点击弹框时,无法点开问题</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">高级查询组件支持,新支持组件,选择人、选择部门、popup、时间等</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">JPopup支持多选</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">JPopup返回值null问题</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">JPopup列表数据不刷新问题</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">JSearchSelectTag.vue匹配不上数字值问题</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">JSelectUserByDep 根据部门选择人组件bug</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">JTreeDict.vue 分类字典组件 清空不了问题</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">常用示例,新增搜索下拉 JSearchSelectTag.vue例子</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">常用示例,新增如何关闭当前页面例子</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">常用示例,省市区三级联动的例子</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">常用示例,增加字典下拉多选组件示例</li>\n<li style=\"box-sizing: inherit; line-height: 1.875em; margin-bottom: 0px;\">示例demo,关于图片的做统一优化</li>\n</ul>\n<h5 id=\"h5_11\" style=\"box-sizing: inherit; font-family: \'PingFang SC\', \'Helvetica Neue\', \'Microsoft YaHei UI\', \'Microsoft YaHei\', \'Noto Sans CJK SC\', Sathu, EucrosiaUPC, Arial, Helvetica, sans-serif; line-height: 1.8; margin: 22px 0px 16px; padding: 0px; font-size: 18px; border: none; color: #333333; background-color: #ffffff;\">Issues处理</h5>\n<ul style=\"box-sizing: inherit; margin: 0px 0px 20px; padding: 0px 0px 0px 20px; color: #333333; font-family: -apple-system, BlinkMacSystemFont, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Segoe UI\', \'PingFang SC\', \'Hiragino Sans GB\', \'Microsoft YaHei\', \'Helvetica Neue\', Helvetica, Arial, sans-serif; font-size: 16px; background-color: #ffffff;\">\n<li style=\"box-sizing: inherit; line-height: 1.875em; margin-top: 0px;\">online form表单项能否支持配置有级联关系的内容 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"#948\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/948\">#948</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">全局拦截异常错误的提醒文字 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"#768\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/768\">#768</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">建议:城市级联选择组件 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"#905\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/905\">#905</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">表单配置中检验字段配置href,报表中该配置字段无法看到链接 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"#961\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/961\">#961</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">SysUserMapper.xml查询脚本数据兼容问题 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"#962\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/962\">#962</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">在线表单 提示 ButtonExpHandler is not defined <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"#957\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/957\">#957</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">online表单中添加自定义按钮无法显示 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"#973\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/973\">#973</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">online报表不支持按照登录用户过滤数据 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"#934\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/934\">#934</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">点击新增或者编辑按钮弹框宽度的设置问题 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"#974\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/974\">#974</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">online报表配置中使用系统参数,报错 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"I1AWNM\" href=\"https://gitee.com/jeecg/jeecg-boot/issues/I1AWNM\">I1AWNM</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">online增强SQL变量取数为null,#{sys.sys_date} 还有#{sys.sys_time} <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"#999\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/999\">#999</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">一个主表,多个付表。1对多。保存后,某些从表行项目内容保存成功,单重新打开数据表现丢失。 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"#997\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/997\">#997</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">/online/cgform/api/exportXls/{code}接口问题 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"#1012\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/1012\">#1012</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">打成jar包,访问不到代码生成器模板 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"#1010\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/1010\">#1010</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">online表单开发,打包后模板找不到 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"#865\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/865\">#865</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">已生成的代码,子表最下下行添加合计行底部固定问题 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"#936\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/936\">#936</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">下拉搜索框在编辑时下拉name无法带过来 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"#971\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/971\">#971</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">建议autoPoi升级,优化数据返回List Map格式下的复合表头导出excel的体验 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"#873\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/873\">#873</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">配置 Href 跳转,并没有显示为超链接 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"#1020\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/1020\">#1020</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">首次打开一对多表单,JEditableTable的addDefaultRowNum属性不生效 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"#1003\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/1003\">#1003</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">autopoi 双表头问题 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"#862\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/862\">#862</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">应该是权限管理bug <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"#110\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/110\">#110</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">在线 的online报表报错 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"#1029\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/1029\">#1029</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">online代码生成器树形表单父节点字段名称问题 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"issues/I1ABGV \" href=\"https://gitee.com/jeecg/jeecg-boot/issues/I1ABGV\">issues/I1ABGV</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">点击j-popup,里面有数据,如果选择同名的数据,文本框为空 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"#1044\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/1044\">#1044</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">关于table列宽可拖动问题 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"#1054\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/1054\">#1054</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">单表数据导出多表头 auto 的Excel注解 groupName属性<a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\" #1053\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/1053\"> #1053</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">在线报表和在线online的问题 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"#1030\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/1030\">#1030</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">J-pop组件 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"#1043\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/1043\">#1043</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">2.1.4 日志管理---没有记录查询接口参数 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"#1070\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/1070\">#1070</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">服务器日志超过设置的MaxFileSize时 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"#1130\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/1130\">#1130</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">online 表单中,在 附表中存在上传图片组件,点击上传图片并提交,显示提交失败 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"#1074\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/1074\">#1074</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">online表单js增强修改从表控件值问题 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"#1051\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/1051\">#1051</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">重复代理问题 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"#994\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/994\">#994</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">系统使用的日志包有问题 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"#887\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/887\">#887</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">使用sqlserver数据库,用户管理查询出错 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"#1140\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/1140\">#1140</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">主表和从表 一对一关系表单 TypeError: Cannot read property \'getAll\' of undefined <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"#1129\" href=\"https://github.com/zhangdaiscott/jeecg-boot/issues/1129\">#1129</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">ERP表单附表数据编辑后消失 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"issues/I1DN3B\" href=\"https://gitee.com/jeecg/jeecg-boot/issues/I1DN3B\">issues/I1DN3B</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">多表的erp模式生成的子表,表单没有导入导出功能 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"issues/I1BB2U\" href=\"https://gitee.com/jeecg/jeecg-boot/issues/I1BB2U\">issues/I1BB2U</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">用edge打开首页,整个页面动不了,控制台console打出很多错误 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"issues/I189B5\" href=\"https://gitee.com/jeecg/jeecg-boot/issues/I189B5\">issues/I189B5</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">官方的快速开发平台主子表对IE11不兼容 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"issues/I17LEE\" href=\"https://gitee.com/jeecg/jeecg-boot/issues/I17LEE\">issues/I17LEE</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em;\">360兼容模式 修改为你说的js之后;单表的数据兼容可以;主子表的不加载;错误如下 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"issues/I17H8L\" href=\"https://gitee.com/jeecg/jeecg-boot/issues/I17H8L\">issues/I17H8L</a></li>\n<li style=\"box-sizing: inherit; line-height: 1.875em; margin-bottom: 0px;\">Online表单开发,点击“新增”按钮,是否树:选择是,页面控制台报错 <a style=\"box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;\" title=\"issues/I1BHXG\" href=\"https://gitee.com/jeecg/jeecg-boot/issues/I1BHXG\">issues/I1BHXG</a></li>\n</ul>', '2020-05-01 15:30:56', '2020-05-30 15:31:00', 'admin', 'H', '1', 'ALL', '1', '2020-05-02 15:31:44', NULL, '0', NULL, NULL, NULL, NULL, 'admin', '2020-05-02 15:31:41', 'admin', '2020-05-02 15:31:44', NULL, '重磅版本发布');
|
||
INSERT INTO `sys_announcement` VALUES ('1256486817286418434', '放假通知', '<p>放假通知</p>', '2020-05-02 15:32:38', '2020-05-30 15:32:40', 'admin', 'M', '1', 'USER', '1', '2020-05-02 15:32:59', NULL, '0', NULL, NULL, NULL, NULL, 'admin', '2020-05-02 15:32:56', 'admin', '2020-05-02 15:32:59', 'e9ca23d68d884d4ebb19d07889727dae,a75d45a015c44384a04449ee80dc3503,', '放假通知');
|
||
INSERT INTO `sys_announcement` VALUES ('1256529336858685441', '1', '<p>22</p>', '2020-05-02 18:21:41', '2020-05-30 18:21:44', 'admin', 'M', '1', 'ALL', '2', '2020-05-02 18:21:57', '2020-05-02 18:22:07', '0', NULL, NULL, NULL, NULL, 'admin', '2020-05-02 18:21:54', 'admin', '2020-05-02 18:22:07', NULL, '22');
|
||
INSERT INTO `sys_announcement` VALUES ('1b714f8ebc3cc33f8b4f906103b6a18d', '5467567', NULL, NULL, NULL, 'admin', NULL, '2', NULL, '1', '2019-03-30 12:40:38', NULL, '1', NULL, NULL, NULL, NULL, 'admin', '2019-02-26 17:23:26', 'admin', '2020-05-02 15:30:42', NULL, NULL);
|
||
INSERT INTO `sys_announcement` VALUES ('3d11237ccdf62450d20bb8abdb331178', '111222', NULL, NULL, NULL, NULL, NULL, '2', NULL, '0', NULL, NULL, '1', NULL, NULL, NULL, NULL, 'admin', '2019-03-29 17:19:47', 'admin', '2019-03-29 17:19:50', NULL, NULL);
|
||
INSERT INTO `sys_announcement` VALUES ('7ef04e95f8de030b1d5f7a9144090dc6', '111', NULL, '2019-02-06 17:28:10', '2019-03-08 17:28:11', NULL, NULL, '2', NULL, '0', NULL, NULL, '1', NULL, NULL, NULL, NULL, 'admin', '2019-02-26 17:28:17', 'admin', '2019-03-26 19:59:49', NULL, NULL);
|
||
INSERT INTO `sys_announcement` VALUES ('93a9060a1c20e4bf98b3f768a02c2ff9', '111', '111', '2019-02-06 17:20:17', '2019-02-21 17:20:20', 'admin', 'M', '2', 'ALL', '1', '2019-02-26 17:24:29', NULL, '1', NULL, NULL, NULL, NULL, 'admin', '2019-02-26 17:16:26', 'admin', '2020-05-02 15:30:42', NULL, NULL);
|
||
INSERT INTO `sys_announcement` VALUES ('de1dc57f31037079e1e55c8347fe6ef7', '222', '2222', '2019-02-06 17:28:26', '2019-02-23 17:28:28', 'admin', 'M', '2', 'ALL', '1', '2019-03-29 17:19:56', NULL, '1', NULL, NULL, NULL, NULL, 'admin', '2019-02-26 17:28:36', 'admin', '2019-02-26 17:28:40', NULL, NULL);
|
||
INSERT INTO `sys_announcement` VALUES ('e52f3eb6215f139cb2224c52517af3bd', '334', '334', NULL, NULL, NULL, NULL, '2', NULL, '0', NULL, NULL, '1', NULL, NULL, NULL, NULL, 'admin', '2019-03-30 12:40:28', 'admin', '2019-03-30 12:40:32', NULL, NULL);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_announcement_send
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_announcement_send`;
|
||
CREATE TABLE `sys_announcement_send` (
|
||
`id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
|
||
`annt_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '通告ID',
|
||
`user_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '用户id',
|
||
`read_flag` varchar(10) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '阅读状态(0未读,1已读)',
|
||
`read_time` datetime(0) NULL DEFAULT NULL COMMENT '阅读时间',
|
||
`create_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间',
|
||
`update_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '更新人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新时间'
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '用户通告阅读标记表' ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_announcement_send
|
||
-- ----------------------------
|
||
INSERT INTO `sys_announcement_send` VALUES ('646c0c405ec643d4dc4160db2446f8ff', '93a9060a1c20e4bf98b3f768a02c2ff9', 'e9ca23d68d884d4ebb19d07889727dae', '1', '2019-11-21 16:30:01', 'admin', '2019-05-17 11:50:56', 'admin', '2019-11-21 16:30:01');
|
||
INSERT INTO `sys_announcement_send` VALUES ('1197434450981543938', '93a9060a1c20e4bf98b3f768a02c2ff9', 'a75d45a015c44384a04449ee80dc3503', '0', NULL, 'jeecg', '2019-11-21 16:39:55', NULL, NULL);
|
||
INSERT INTO `sys_announcement_send` VALUES ('1256486817319972866', '1256486817286418434', 'e9ca23d68d884d4ebb19d07889727dae', '1', '2020-05-02 15:33:05', 'admin', '2020-05-02 15:32:56', 'admin', '2020-05-02 15:33:05');
|
||
INSERT INTO `sys_announcement_send` VALUES ('1256486817349332993', '1256486817286418434', 'a75d45a015c44384a04449ee80dc3503', '0', '2020-05-02 15:32:56', 'admin', '2020-05-02 15:32:56', NULL, NULL);
|
||
INSERT INTO `sys_announcement_send` VALUES ('1256527099214278657', '1256486502931722242', 'e9ca23d68d884d4ebb19d07889727dae', '1', '2020-05-02 18:22:00', 'admin', '2020-05-02 18:12:59', 'admin', '2020-05-02 18:22:00');
|
||
INSERT INTO `sys_announcement_send` VALUES ('1260927781673484290', '1256486502931722242', 'a75d45a015c44384a04449ee80dc3503', '0', NULL, 'jeecg', '2020-05-14 21:39:45', NULL, NULL);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_category
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_category`;
|
||
CREATE TABLE `sys_category` (
|
||
`id` varchar(36) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
|
||
`pid` varchar(36) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '父级节点',
|
||
`name` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '类型名称',
|
||
`code` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '类型编码',
|
||
`create_by` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建日期',
|
||
`update_by` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '更新人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新日期',
|
||
`sys_org_code` varchar(64) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '所属部门',
|
||
`has_child` varchar(3) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '是否有子节点',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
UNIQUE INDEX `index_code`(`code`) USING BTREE,
|
||
INDEX `idx_sc_code`(`code`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_category
|
||
-- ----------------------------
|
||
INSERT INTO `sys_category` VALUES ('1183693424827564034', '0', '物料树', 'B02', 'admin', '2019-10-14 18:37:59', 'admin', '2019-10-14 18:38:15', 'A01', '1');
|
||
INSERT INTO `sys_category` VALUES ('1183693491043041282', '1183693424827564034', '上衣', 'B02A01', 'admin', '2019-10-14 18:38:15', 'admin', '2019-10-14 18:38:43', 'A01', '1');
|
||
INSERT INTO `sys_category` VALUES ('1183693534173069314', '1183693424827564034', '裤子', 'B02A02', 'admin', '2019-10-14 18:38:25', NULL, NULL, 'A01', NULL);
|
||
INSERT INTO `sys_category` VALUES ('1183693610534567937', '1183693491043041282', '秋衣', 'B02A01A01', 'admin', '2019-10-14 18:38:43', NULL, NULL, 'A01', NULL);
|
||
INSERT INTO `sys_category` VALUES ('1183693700254924802', '1183693491043041282', '兵装', 'B02A01A02', 'admin', '2019-10-14 18:39:05', NULL, NULL, 'A01', NULL);
|
||
INSERT INTO `sys_category` VALUES ('1183693773974011906', '1183693491043041282', '女装', 'B02A01A03', 'admin', '2019-10-14 18:39:22', NULL, NULL, 'A01', NULL);
|
||
INSERT INTO `sys_category` VALUES ('1185039122143719425', '0', '电脑产品', 'A01', 'admin', '2019-10-18 11:45:18', 'admin', '2019-10-18 11:45:31', 'A01', '1');
|
||
INSERT INTO `sys_category` VALUES ('1185039176799694850', '1185039122143719425', 'thinkpad', 'A01A01', 'admin', '2019-10-18 11:45:31', NULL, NULL, 'A01', NULL);
|
||
INSERT INTO `sys_category` VALUES ('1185039255115739138', '1185039122143719425', 'mackbook', 'A01A02', 'admin', '2019-10-18 11:45:50', NULL, NULL, 'A01', NULL);
|
||
INSERT INTO `sys_category` VALUES ('1185039299051073537', '1185039122143719425', '华为电脑', 'A01A03', 'admin', '2019-10-18 11:46:01', NULL, NULL, 'A01', NULL);
|
||
INSERT INTO `sys_category` VALUES ('1230769196661510146', '0', '省', NULL, 'admin', '2020-02-21 16:20:16', 'admin', '2020-02-21 16:20:31', 'A01A03', '1');
|
||
INSERT INTO `sys_category` VALUES ('1230769253267836929', '1230769196661510146', '安徽省', NULL, 'admin', '2020-02-21 16:20:31', 'admin', '2020-02-21 16:20:53', 'A01A03', '1');
|
||
INSERT INTO `sys_category` VALUES ('1230769290609725441', '1230769196661510146', '山东省', NULL, 'admin', '2020-02-21 16:20:40', 'admin', '2020-02-21 16:21:23', 'A01A03', '1');
|
||
INSERT INTO `sys_category` VALUES ('1230769347157331969', '1230769253267836929', '合肥市', NULL, 'admin', '2020-02-21 16:20:53', 'admin', '2020-02-21 16:21:08', 'A01A03', '1');
|
||
INSERT INTO `sys_category` VALUES ('1230769407907631106', '1230769347157331969', '包河区', NULL, 'admin', '2020-02-21 16:21:08', NULL, NULL, 'A01A03', NULL);
|
||
INSERT INTO `sys_category` VALUES ('1230769470889299970', '1230769290609725441', '济南市', NULL, 'admin', '2020-02-21 16:21:23', 'admin', '2020-02-21 16:21:41', 'A01A03', '1');
|
||
INSERT INTO `sys_category` VALUES ('1230769547519234050', '1230769470889299970', 'A区', NULL, 'admin', '2020-02-21 16:21:41', NULL, NULL, 'A01A03', NULL);
|
||
INSERT INTO `sys_category` VALUES ('1230769620021972993', '1230769470889299970', 'B区', NULL, 'admin', '2020-02-21 16:21:58', NULL, NULL, 'A01A03', NULL);
|
||
INSERT INTO `sys_category` VALUES ('1230769769930592257', '1230769253267836929', '淮南市', NULL, 'admin', '2020-02-21 16:22:34', 'admin', '2020-02-21 16:22:54', 'A01A03', '1');
|
||
INSERT INTO `sys_category` VALUES ('1230769855347593217', '1230769769930592257', 'C区', NULL, 'admin', '2020-02-21 16:22:54', NULL, NULL, 'A01A03', NULL);
|
||
INSERT INTO `sys_category` VALUES ('22a50b413c5e1ef661fb8aea9469cf52', 'e9ded10fd33e5753face506f4f1564b5', 'MacBook', 'B01-2-1', 'admin', '2019-06-10 15:43:13', NULL, NULL, 'A01', NULL);
|
||
INSERT INTO `sys_category` VALUES ('5c8f68845e57f68ab93a2c8d82d26ae1', '0', '笔记本', 'B01', 'admin', '2019-06-10 15:34:11', 'admin', '2019-06-10 15:34:24', 'A01', '1');
|
||
INSERT INTO `sys_category` VALUES ('937fd2e9aa13b8bab1da1ca36d3fd344', 'e9ded10fd33e5753face506f4f1564b5', '台式机', 'B02-2-2', 'admin', '2019-06-10 15:43:32', 'admin', '2019-08-21 12:01:59', 'A01', NULL);
|
||
INSERT INTO `sys_category` VALUES ('e9ded10fd33e5753face506f4f1564b5', '5c8f68845e57f68ab93a2c8d82d26ae1', '苹果电脑', 'B01-2', 'admin', '2019-06-10 15:41:14', 'admin', '2019-06-10 15:43:13', 'A01', '1');
|
||
INSERT INTO `sys_category` VALUES ('f39a06bf9f390ba4a53d11bc4e0018d7', '5c8f68845e57f68ab93a2c8d82d26ae1', '华为', 'B01-1', 'admin', '2019-06-10 15:34:24', 'admin', '2019-08-21 12:01:56', 'A01', NULL);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_check_rule
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_check_rule`;
|
||
CREATE TABLE `sys_check_rule` (
|
||
`id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '主键id',
|
||
`rule_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '规则名称',
|
||
`rule_code` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '规则Code',
|
||
`rule_json` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '规则JSON',
|
||
`rule_description` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '规则描述',
|
||
`update_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '更新人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新时间',
|
||
`create_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
UNIQUE INDEX `uni_sys_check_rule_code`(`rule_code`) USING BTREE,
|
||
UNIQUE INDEX `uk_scr_rule_code`(`rule_code`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_check_rule
|
||
-- ----------------------------
|
||
INSERT INTO `sys_check_rule` VALUES ('1224980593992388610', '通用编码规则', 'common', '[{\"digits\":\"1\",\"pattern\":\"^[a-z|A-Z]$\",\"message\":\"第一位只能是字母\"},{\"digits\":\"*\",\"pattern\":\"^[0-9|a-z|A-Z|_]{0,}$\",\"message\":\"只能填写数字、大小写字母、下划线\"},{\"digits\":\"*\",\"pattern\":\"^.{3,}$\",\"message\":\"最少输入3位数\"},{\"digits\":\"*\",\"pattern\":\"^.{3,12}$\",\"message\":\"最多输入12位数\"}]', '规则:1、首位只能是字母;2、只能填写数字、大小写字母、下划线;3、最少3位数,最多12位数。', 'admin', '2020-02-07 11:25:48', 'admin', '2020-02-05 16:58:27');
|
||
INSERT INTO `sys_check_rule` VALUES ('1225001845524004866', '负责的功能测试', 'test', '[{\"digits\":\"*\",\"pattern\":\"^.{3,12}$\",\"message\":\"只能输入3-12位字符\"},{\"digits\":\"3\",\"pattern\":\"^\\\\d{3}$\",\"message\":\"前3位必须是数字\"},{\"digits\":\"*\",\"pattern\":\"^[^pP]*$\",\"message\":\"不能输入P\"},{\"digits\":\"4\",\"pattern\":\"^@{4}$\",\"message\":\"第4-7位必须都为 @\"},{\"digits\":\"2\",\"pattern\":\"^#=$\",\"message\":\"第8-9位必须是 #=\"},{\"digits\":\"1\",\"pattern\":\"^O$\",\"message\":\"第10位必须为大写的O\"},{\"digits\":\"*\",\"pattern\":\"^.*。$\",\"message\":\"必须以。结尾\"}]', '包含长度校验、特殊字符校验等', 'admin', '2020-02-07 11:57:31', 'admin', '2020-02-05 18:22:54');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_data_log
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_data_log`;
|
||
CREATE TABLE `sys_data_log` (
|
||
`id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT 'id',
|
||
`create_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人登录名称',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建日期',
|
||
`update_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '更新人登录名称',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新日期',
|
||
`data_table` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '表名',
|
||
`data_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '数据ID',
|
||
`data_content` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT '数据内容',
|
||
`data_version` int(11) NULL DEFAULT NULL COMMENT '版本号',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
INDEX `sindex`(`data_table`, `data_id`) USING BTREE,
|
||
INDEX `idx_sdl_data_table_id`(`data_table`, `data_id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_data_source
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_data_source`;
|
||
CREATE TABLE `sys_data_source` (
|
||
`id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`code` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '数据源编码',
|
||
`name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '数据源名称',
|
||
`remark` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注',
|
||
`db_type` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '数据库类型',
|
||
`db_driver` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '驱动类',
|
||
`db_url` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '数据源地址',
|
||
`db_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '数据库名称',
|
||
`db_username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '用户名',
|
||
`db_password` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '密码',
|
||
`create_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建日期',
|
||
`update_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '更新人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新日期',
|
||
`sys_org_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '所属部门',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
UNIQUE INDEX `sys_data_source_code_uni`(`code`) USING BTREE,
|
||
UNIQUE INDEX `uk_sdc_rule_code`(`code`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_data_source
|
||
-- ----------------------------
|
||
INSERT INTO `sys_data_source` VALUES ('1209779538310004737', 'local_mysql', 'MySQL5.7', '本地数据库MySQL5.7', '1', 'com.mysql.jdbc.Driver', 'jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false', 'jeecg-boot', 'root', 'f5b6775e8d1749483f2320627de0e706', 'admin', '2019-12-25 18:14:53', 'admin', '2020-07-10 16:54:42', 'A01');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_depart
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_depart`;
|
||
CREATE TABLE `sys_depart` (
|
||
`id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT 'ID',
|
||
`parent_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '父机构ID',
|
||
`depart_name` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '机构/部门名称',
|
||
`depart_name_en` varchar(500) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '英文名',
|
||
`depart_name_abbr` varchar(500) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '缩写',
|
||
`depart_order` int(11) NULL DEFAULT 0 COMMENT '排序',
|
||
`description` varchar(500) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '描述',
|
||
`org_category` varchar(10) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '1' COMMENT '机构类别 1组织机构,2岗位',
|
||
`org_type` varchar(10) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '机构类型 1一级部门 2子部门',
|
||
`org_code` varchar(64) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '机构编码',
|
||
`mobile` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '手机号',
|
||
`fax` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '传真',
|
||
`address` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '地址',
|
||
`memo` varchar(500) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '备注',
|
||
`status` varchar(1) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '状态(1启用,0不启用)',
|
||
`del_flag` varchar(1) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '删除状态(0,正常,1已删除)',
|
||
`create_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建日期',
|
||
`update_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '更新人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新日期',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
UNIQUE INDEX `uniq_depart_org_code`(`org_code`) USING BTREE,
|
||
INDEX `index_depart_parent_id`(`parent_id`) USING BTREE,
|
||
INDEX `index_depart_depart_order`(`depart_order`) USING BTREE,
|
||
INDEX `index_depart_org_code`(`org_code`) USING BTREE,
|
||
INDEX `idx_sd_parent_id`(`parent_id`) USING BTREE,
|
||
INDEX `idx_sd_depart_order`(`depart_order`) USING BTREE,
|
||
INDEX `idx_sd_org_code`(`org_code`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '组织机构表' ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_depart
|
||
-- ----------------------------
|
||
INSERT INTO `sys_depart` VALUES ('743ba9dbdc114af8953a11022ef3096a', 'f28c6f53abd841ac87ead43afc483433', '财务部', NULL, NULL, 0, NULL, '1', '2', 'A03A01', NULL, NULL, NULL, NULL, NULL, '0', 'admin', '2019-03-22 16:45:43', NULL, NULL);
|
||
INSERT INTO `sys_depart` VALUES ('c6d7cb4deeac411cb3384b1b31278596', '', '吉林农业大学', NULL, NULL, 0, NULL, '1', '1', 'A01', NULL, NULL, NULL, NULL, NULL, '0', 'admin', '2019-02-11 14:21:51', 'admin', '2022-03-31 17:36:37');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_depart_permission
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_depart_permission`;
|
||
CREATE TABLE `sys_depart_permission` (
|
||
`id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
|
||
`depart_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '部门id',
|
||
`permission_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '权限id',
|
||
`data_rule_ids` varchar(1000) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '数据规则id',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '部门权限表' ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_depart_role
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_depart_role`;
|
||
CREATE TABLE `sys_depart_role` (
|
||
`id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
|
||
`depart_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '部门id',
|
||
`role_name` varchar(200) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '部门角色名称',
|
||
`role_code` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '部门角色编码',
|
||
`description` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '描述',
|
||
`create_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间',
|
||
`update_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '更新人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '部门角色表' ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_depart_role_permission
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_depart_role_permission`;
|
||
CREATE TABLE `sys_depart_role_permission` (
|
||
`id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
|
||
`depart_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '部门id',
|
||
`role_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '角色id',
|
||
`permission_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '权限id',
|
||
`data_rule_ids` varchar(1000) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '数据权限ids',
|
||
`operate_date` datetime(0) NULL DEFAULT NULL COMMENT '操作时间',
|
||
`operate_ip` varchar(20) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '操作ip',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
INDEX `index_group_role_per_id`(`role_id`, `permission_id`) USING BTREE,
|
||
INDEX `index_group_role_id`(`role_id`) USING BTREE,
|
||
INDEX `index_group_per_id`(`permission_id`) USING BTREE,
|
||
INDEX `idx_sdrp_role_per_id`(`role_id`, `permission_id`) USING BTREE,
|
||
INDEX `idx_sdrp_role_id`(`role_id`) USING BTREE,
|
||
INDEX `idx_sdrp_per_id`(`permission_id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '部门角色权限表' ROW_FORMAT = Compact;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_depart_role_user
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_depart_role_user`;
|
||
CREATE TABLE `sys_depart_role_user` (
|
||
`id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '主键id',
|
||
`user_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '用户id',
|
||
`drole_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '角色id',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '部门角色用户表' ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_dict
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_dict`;
|
||
CREATE TABLE `sys_dict` (
|
||
`id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
|
||
`dict_name` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '字典名称',
|
||
`dict_code` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '字典编码',
|
||
`description` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '描述',
|
||
`del_flag` int(11) NULL DEFAULT NULL COMMENT '删除状态',
|
||
`create_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间',
|
||
`update_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '更新人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新时间',
|
||
`type` int(1) UNSIGNED ZEROFILL NULL DEFAULT 0 COMMENT '字典类型0为string,1为number',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
UNIQUE INDEX `indextable_dict_code`(`dict_code`) USING BTREE,
|
||
UNIQUE INDEX `uk_sd_dict_code`(`dict_code`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_dict
|
||
-- ----------------------------
|
||
INSERT INTO `sys_dict` VALUES ('0b5d19e1fce4b2e6647e6b4a17760c14', '通告类型', 'msg_category', '消息类型1:通知公告2:系统消息', 0, 'admin', '2019-04-22 18:01:35', NULL, NULL, 0);
|
||
INSERT INTO `sys_dict` VALUES ('1174509082208395266', '职务职级', 'position_rank', '职务表职级字典', 0, 'admin', '2019-09-19 10:22:41', NULL, NULL, 0);
|
||
INSERT INTO `sys_dict` VALUES ('1174511106530525185', '机构类型', 'org_category', '机构类型 1公司,2部门 3岗位', 0, 'admin', '2019-09-19 10:30:43', NULL, NULL, 0);
|
||
INSERT INTO `sys_dict` VALUES ('1178295274528845826', '表单权限策略', 'form_perms_type', '', 0, 'admin', '2019-09-29 21:07:39', 'admin', '2019-09-29 21:08:26', NULL);
|
||
INSERT INTO `sys_dict` VALUES ('1199517671259906049', '紧急程度', 'urgent_level', '日程计划紧急程度', 0, 'admin', '2019-11-27 10:37:53', NULL, NULL, 0);
|
||
INSERT INTO `sys_dict` VALUES ('1199518099888414722', '日程计划类型', 'eoa_plan_type', '', 0, 'admin', '2019-11-27 10:39:36', NULL, NULL, 0);
|
||
INSERT INTO `sys_dict` VALUES ('1199520177767587841', '分类栏目类型', 'eoa_cms_menu_type', '', 0, 'admin', '2019-11-27 10:47:51', 'admin', '2019-11-27 10:49:35', 0);
|
||
INSERT INTO `sys_dict` VALUES ('1199525215290306561', '日程计划状态', 'eoa_plan_status', '', 0, 'admin', '2019-11-27 11:07:52', 'admin', '2019-11-27 11:10:11', 0);
|
||
INSERT INTO `sys_dict` VALUES ('1209733563293962241', '数据库类型', 'database_type', '', 0, 'admin', '2019-12-25 15:12:12', NULL, NULL, 0);
|
||
INSERT INTO `sys_dict` VALUES ('1232913193820581889', 'Online表单业务分类', 'ol_form_biz_type', '', 0, 'admin', '2020-02-27 14:19:46', 'admin', '2020-02-27 14:20:23', 0);
|
||
INSERT INTO `sys_dict` VALUES ('1250687930947620866', '定时任务状态', 'quartz_status', '', 0, 'admin', '2020-04-16 15:30:14', '', NULL, NULL);
|
||
INSERT INTO `sys_dict` VALUES ('1280401766745718786', '租户状态', 'tenant_status', '租户状态', 0, 'admin', '2020-07-07 15:22:25', NULL, NULL, 0);
|
||
INSERT INTO `sys_dict` VALUES ('1508267152743739393', '门户栏目类型', 'gateway_column_type', '', 0, 'admin', '2022-03-28 10:18:06', NULL, NULL, 0);
|
||
INSERT INTO `sys_dict` VALUES ('1508267496747970562', '门户友情链接类型', 'gateway_links_type', '', 0, 'admin', '2022-03-28 10:19:28', NULL, NULL, 0);
|
||
INSERT INTO `sys_dict` VALUES ('1508286776285790210', '门户文章类型', 'gateway_article_type', '', 0, 'admin', '2022-03-28 11:36:05', NULL, NULL, 0);
|
||
INSERT INTO `sys_dict` VALUES ('236e8a4baff0db8c62c00dd95632834f', '同步工作流引擎', 'activiti_sync', '同步工作流引擎', 0, 'admin', '2019-05-15 15:27:33', NULL, NULL, 0);
|
||
INSERT INTO `sys_dict` VALUES ('2e02df51611a4b9632828ab7e5338f00', '权限策略', 'perms_type', '权限策略', 0, 'admin', '2019-04-26 18:26:55', NULL, NULL, 0);
|
||
INSERT INTO `sys_dict` VALUES ('2f0320997ade5dd147c90130f7218c3e', '推送类别', 'msg_type', '', 0, 'admin', '2019-03-17 21:21:32', 'admin', '2019-03-26 19:57:45', 0);
|
||
INSERT INTO `sys_dict` VALUES ('3486f32803bb953e7155dab3513dc68b', '删除状态', 'del_flag', NULL, 0, 'admin', '2019-01-18 21:46:26', 'admin', '2019-03-30 11:17:11', 0);
|
||
INSERT INTO `sys_dict` VALUES ('3d9a351be3436fbefb1307d4cfb49bf2', '性别', 'sex', NULL, 0, NULL, '2019-01-04 14:56:32', 'admin', '2019-03-30 11:28:27', 1);
|
||
INSERT INTO `sys_dict` VALUES ('4274efc2292239b6f000b153f50823ff', '全局权限策略', 'global_perms_type', '全局权限策略', 0, 'admin', '2019-05-10 17:54:05', NULL, NULL, 0);
|
||
INSERT INTO `sys_dict` VALUES ('4c03fca6bf1f0299c381213961566349', 'Online图表展示模板', 'online_graph_display_template', 'Online图表展示模板', 0, 'admin', '2019-04-12 17:28:50', NULL, NULL, 0);
|
||
INSERT INTO `sys_dict` VALUES ('4c753b5293304e7a445fd2741b46529d', '字典状态', 'dict_item_status', NULL, 0, 'admin', '2020-06-18 23:18:42', 'admin', '2019-03-30 19:33:52', 1);
|
||
INSERT INTO `sys_dict` VALUES ('4d7fec1a7799a436d26d02325eff295e', '优先级', 'priority', '优先级', 0, 'admin', '2019-03-16 17:03:34', 'admin', '2019-04-16 17:39:23', 0);
|
||
INSERT INTO `sys_dict` VALUES ('4e4602b3e3686f0911384e188dc7efb4', '条件规则', 'rule_conditions', '', 0, 'admin', '2019-04-01 10:15:03', 'admin', '2019-04-01 10:30:47', 0);
|
||
INSERT INTO `sys_dict` VALUES ('4f69be5f507accea8d5df5f11346181a', '发送消息类型', 'msgType', NULL, 0, 'admin', '2019-04-11 14:27:09', NULL, NULL, 0);
|
||
INSERT INTO `sys_dict` VALUES ('68168534ff5065a152bfab275c2136f8', '有效无效状态', 'valid_status', '有效无效状态', 0, 'admin', '2020-09-26 19:21:14', 'admin', '2019-04-26 19:21:23', 0);
|
||
INSERT INTO `sys_dict` VALUES ('6b78e3f59faec1a4750acff08030a79b', '用户类型', 'user_type', NULL, 0, NULL, '2019-01-04 14:59:01', 'admin', '2019-03-18 23:28:18', 0);
|
||
INSERT INTO `sys_dict` VALUES ('72cce0989df68887546746d8f09811aa', 'Online表单类型', 'cgform_table_type', '', 0, 'admin', '2019-01-27 10:13:02', 'admin', '2019-03-30 11:37:36', 0);
|
||
INSERT INTO `sys_dict` VALUES ('78bda155fe380b1b3f175f1e88c284c6', '流程状态', 'bpm_status', '流程状态', 0, 'admin', '2019-05-09 16:31:52', NULL, NULL, 0);
|
||
INSERT INTO `sys_dict` VALUES ('83bfb33147013cc81640d5fd9eda030c', '日志类型', 'log_type', NULL, 0, 'admin', '2019-03-18 23:22:19', NULL, NULL, 1);
|
||
INSERT INTO `sys_dict` VALUES ('845da5006c97754728bf48b6a10f79cc', '状态', 'status', NULL, 0, 'admin', '2019-03-18 21:45:25', 'admin', '2019-03-18 21:58:25', 0);
|
||
INSERT INTO `sys_dict` VALUES ('880a895c98afeca9d9ac39f29e67c13e', '操作类型', 'operate_type', '操作类型', 0, 'admin', '2019-07-22 10:54:29', NULL, NULL, 0);
|
||
INSERT INTO `sys_dict` VALUES ('8dfe32e2d29ea9430a988b3b558bf233', '发布状态', 'send_status', '发布状态', 0, 'admin', '2019-04-16 17:40:42', NULL, NULL, 0);
|
||
INSERT INTO `sys_dict` VALUES ('a7adbcd86c37f7dbc9b66945c82ef9e6', '1是0否', 'yn', '', 0, 'admin', '2019-05-22 19:29:29', NULL, NULL, 0);
|
||
INSERT INTO `sys_dict` VALUES ('a9d9942bd0eccb6e89de92d130ec4c4a', '消息发送状态', 'msgSendStatus', NULL, 0, 'admin', '2019-04-12 18:18:17', NULL, NULL, 0);
|
||
INSERT INTO `sys_dict` VALUES ('ac2f7c0c5c5775fcea7e2387bcb22f01', '菜单类型', 'menu_type', NULL, 0, 'admin', '2020-12-18 23:24:32', 'admin', '2019-04-01 15:27:06', 1);
|
||
INSERT INTO `sys_dict` VALUES ('ad7c65ba97c20a6805d5dcdf13cdaf36', 'onlineT类型', 'ceshi_online', NULL, 0, 'admin', '2019-03-22 16:31:49', 'admin', '2019-03-22 16:34:16', 0);
|
||
INSERT INTO `sys_dict` VALUES ('bd1b8bc28e65d6feefefb6f3c79f42fd', 'Online图表数据类型', 'online_graph_data_type', 'Online图表数据类型', 0, 'admin', '2019-04-12 17:24:24', 'admin', '2019-04-12 17:24:57', 0);
|
||
INSERT INTO `sys_dict` VALUES ('c36169beb12de8a71c8683ee7c28a503', '部门状态', 'depart_status', NULL, 0, 'admin', '2019-03-18 21:59:51', NULL, NULL, 0);
|
||
INSERT INTO `sys_dict` VALUES ('c5a14c75172783d72cbee6ee7f5df5d1', 'Online图表类型', 'online_graph_type', 'Online图表类型', 0, 'admin', '2019-04-12 17:04:06', NULL, NULL, 0);
|
||
INSERT INTO `sys_dict` VALUES ('d6e1152968b02d69ff358c75b48a6ee1', '流程类型', 'bpm_process_type', NULL, 0, 'admin', '2021-02-22 19:26:54', 'admin', '2019-03-30 18:14:44', 0);
|
||
INSERT INTO `sys_dict` VALUES ('fc6cd58fde2e8481db10d3a1e68ce70c', '用户状态', 'user_status', NULL, 0, 'admin', '2019-03-18 21:57:25', 'admin', '2019-03-18 23:11:58', 1);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_dict_item
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_dict_item`;
|
||
CREATE TABLE `sys_dict_item` (
|
||
`id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
|
||
`dict_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '字典id',
|
||
`item_text` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '字典项文本',
|
||
`item_value` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '字典项值',
|
||
`description` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '描述',
|
||
`sort_order` int(11) NULL DEFAULT NULL COMMENT '排序',
|
||
`status` int(11) NULL DEFAULT NULL COMMENT '状态(1启用 0不启用)',
|
||
`create_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
|
||
`create_time` datetime(0) NULL DEFAULT NULL,
|
||
`update_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
|
||
`update_time` datetime(0) NULL DEFAULT NULL,
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
INDEX `index_table_dict_id`(`dict_id`) USING BTREE,
|
||
INDEX `index_table_sort_order`(`sort_order`) USING BTREE,
|
||
INDEX `index_table_dict_status`(`status`) USING BTREE,
|
||
INDEX `idx_sdi_role_dict_id`(`dict_id`) USING BTREE,
|
||
INDEX `idx_sdi_role_sort_order`(`sort_order`) USING BTREE,
|
||
INDEX `idx_sdi_status`(`status`) USING BTREE,
|
||
INDEX `idx_sdi_dict_val`(`dict_id`, `item_value`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_dict_item
|
||
-- ----------------------------
|
||
INSERT INTO `sys_dict_item` VALUES ('0072d115e07c875d76c9b022e2179128', '4d7fec1a7799a436d26d02325eff295e', '低', 'L', '低', 3, 1, 'admin', '2019-04-16 17:04:59', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('05a2e732ce7b00aa52141ecc3e330b4e', '3486f32803bb953e7155dab3513dc68b', '已删除', '1', NULL, NULL, 1, 'admin', '2025-10-18 21:46:56', 'admin', '2019-03-28 22:23:20');
|
||
INSERT INTO `sys_dict_item` VALUES ('096c2e758d823def3855f6376bc736fb', 'bd1b8bc28e65d6feefefb6f3c79f42fd', 'SQL', 'sql', NULL, 1, 1, 'admin', '2019-04-12 17:26:26', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('0c9532916f5cd722017b46bc4d953e41', '2f0320997ade5dd147c90130f7218c3e', '指定用户', 'USER', NULL, NULL, 1, 'admin', '2019-03-17 21:22:19', 'admin', '2019-03-17 21:22:28');
|
||
INSERT INTO `sys_dict_item` VALUES ('0ca4beba9efc4f9dd54af0911a946d5c', '72cce0989df68887546746d8f09811aa', '附表', '3', NULL, 3, 1, 'admin', '2019-03-27 10:13:43', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('1030a2652608f5eac3b49d70458b8532', '2e02df51611a4b9632828ab7e5338f00', '禁用', '2', '禁用', 2, 1, 'admin', '2021-03-26 18:27:28', 'admin', '2019-04-26 18:39:11');
|
||
INSERT INTO `sys_dict_item` VALUES ('1174509082208395266', '1174511106530525185', '岗位', '3', '岗位', 1, 1, 'admin', '2019-09-19 10:31:16', '', NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('1174509601047994369', '1174509082208395266', '员级', '1', '', 1, 1, 'admin', '2019-09-19 10:24:45', 'admin', '2019-09-23 11:46:39');
|
||
INSERT INTO `sys_dict_item` VALUES ('1174509667297026049', '1174509082208395266', '助级', '2', '', 2, 1, 'admin', '2019-09-19 10:25:01', 'admin', '2019-09-23 11:46:47');
|
||
INSERT INTO `sys_dict_item` VALUES ('1174509713568587777', '1174509082208395266', '中级', '3', '', 3, 1, 'admin', '2019-09-19 10:25:12', 'admin', '2019-09-23 11:46:56');
|
||
INSERT INTO `sys_dict_item` VALUES ('1174509788361416705', '1174509082208395266', '副高级', '4', '', 4, 1, 'admin', '2019-09-19 10:25:30', 'admin', '2019-09-23 11:47:06');
|
||
INSERT INTO `sys_dict_item` VALUES ('1174509835803189250', '1174509082208395266', '正高级', '5', '', 5, 1, 'admin', '2019-09-19 10:25:41', 'admin', '2019-09-23 11:47:12');
|
||
INSERT INTO `sys_dict_item` VALUES ('1174511197735665665', '1174511106530525185', '公司', '1', '公司', 1, 1, 'admin', '2019-09-19 10:31:05', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('1174511244036587521', '1174511106530525185', '部门', '2', '部门', 1, 1, 'admin', '2019-09-19 10:31:16', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('1178295553450061826', '1178295274528845826', '可编辑(未授权禁用)', '2', '', 2, 1, 'admin', '2019-09-29 21:08:46', 'admin', '2019-09-29 21:09:18');
|
||
INSERT INTO `sys_dict_item` VALUES ('1178295639554928641', '1178295274528845826', '可见(未授权不可见)', '1', '', 1, 1, 'admin', '2019-09-29 21:09:06', 'admin', '2019-09-29 21:09:24');
|
||
INSERT INTO `sys_dict_item` VALUES ('1199517884758368257', '1199517671259906049', '一般', '1', '', 1, 1, 'admin', '2019-11-27 10:38:44', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('1199517914017832962', '1199517671259906049', '重要', '2', '', 1, 1, 'admin', '2019-11-27 10:38:51', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('1199517941339529217', '1199517671259906049', '紧急', '3', '', 1, 1, 'admin', '2019-11-27 10:38:58', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('1199518186144276482', '1199518099888414722', '日常记录', '1', '', 1, 1, 'admin', '2019-11-27 10:39:56', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('1199518214858481666', '1199518099888414722', '本周工作', '2', '', 1, 1, 'admin', '2019-11-27 10:40:03', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('1199518235943247874', '1199518099888414722', '下周计划', '3', '', 1, 1, 'admin', '2019-11-27 10:40:08', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('1199520817285701634', '1199520177767587841', '列表', '1', '', 1, 1, 'admin', '2019-11-27 10:50:24', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('1199520835035996161', '1199520177767587841', '链接', '2', '', 1, 1, 'admin', '2019-11-27 10:50:28', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('1199525468672405505', '1199525215290306561', '未开始', '0', '', 1, 1, 'admin', '2019-11-27 11:08:52', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('1199525490575060993', '1199525215290306561', '进行中', '1', '', 1, 1, 'admin', '2019-11-27 11:08:58', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('1199525506429530114', '1199525215290306561', '已完成', '2', '', 1, 1, 'admin', '2019-11-27 11:09:02', 'admin', '2019-11-27 11:10:02');
|
||
INSERT INTO `sys_dict_item` VALUES ('1199607547704647681', '4f69be5f507accea8d5df5f11346181a', '系统', '4', '', 1, 1, 'admin', '2019-11-27 16:35:02', 'admin', '2019-11-27 19:37:46');
|
||
INSERT INTO `sys_dict_item` VALUES ('1209733775114702850', '1209733563293962241', 'MySQL', '1', '', 1, 1, 'admin', '2019-12-25 15:13:02', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('1209733839933476865', '1209733563293962241', 'Oracle', '2', '', 1, 1, 'admin', '2019-12-25 15:13:18', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('1209733903020003330', '1209733563293962241', 'SQLServer', '3', '', 1, 1, 'admin', '2019-12-25 15:13:33', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('1232913424813486081', '1232913193820581889', '官方示例', 'demo', '', 1, 1, 'admin', '2020-02-27 14:20:42', 'admin', '2020-02-27 14:21:37');
|
||
INSERT INTO `sys_dict_item` VALUES ('1232913493717512194', '1232913193820581889', '流程表单', 'bpm', '', 2, 1, 'admin', '2020-02-27 14:20:58', 'admin', '2020-02-27 14:22:20');
|
||
INSERT INTO `sys_dict_item` VALUES ('1232913605382467585', '1232913193820581889', '测试表单', 'temp', '', 4, 1, 'admin', '2020-02-27 14:21:25', 'admin', '2020-02-27 14:22:16');
|
||
INSERT INTO `sys_dict_item` VALUES ('1232914232372195330', '1232913193820581889', '导入表单', 'bdfl_include', '', 5, 1, 'admin', '2020-02-27 14:23:54', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('1234371726545010689', '4e4602b3e3686f0911384e188dc7efb4', '左模糊', 'LEFT_LIKE', '左模糊', 7, 1, 'admin', '2020-03-02 14:55:27', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('1234371809495760898', '4e4602b3e3686f0911384e188dc7efb4', '右模糊', 'RIGHT_LIKE', '右模糊', 7, 1, 'admin', '2020-03-02 14:55:47', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('1250688147579228161', '1250687930947620866', '正常', '0', '', 1, 1, 'admin', '2020-04-16 15:31:05', '', NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('1250688201064992770', '1250687930947620866', '停止', '-1', '', 1, 1, 'admin', '2020-04-16 15:31:18', '', NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('1280401815068295170', '1280401766745718786', '正常', '1', '', 1, 1, 'admin', '2020-07-07 15:22:36', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('1280401847607705602', '1280401766745718786', '冻结', '0', '', 1, 1, 'admin', '2020-07-07 15:22:44', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('1305827309355302914', 'bd1b8bc28e65d6feefefb6f3c79f42fd', 'API', 'api', '', 3, 1, 'admin', '2020-09-15 19:14:26', 'admin', '2020-09-15 19:14:41');
|
||
INSERT INTO `sys_dict_item` VALUES ('147c48ff4b51545032a9119d13f3222a', 'd6e1152968b02d69ff358c75b48a6ee1', '测试流程', 'test', NULL, 1, 1, 'admin', '2019-03-22 19:27:05', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('1508267608446480386', '1508267496747970562', '友情链接', '友情链接', '', 1, 1, 'admin', '2022-03-28 10:19:55', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('1508267676817829890', '1508267496747970562', '快速导航', '快速导航', '', 1, 1, 'admin', '2022-03-28 10:20:11', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('1508286880648462337', '1508286776285790210', '首页轮播', '首页轮播', '', 1, 1, 'admin', '2022-03-28 11:36:30', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('1508322441442557954', '1508267152743739393', '隐藏在头部显示', '隐藏在头部显示', '', 1, 1, 'admin', '2022-03-28 13:57:48', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('1543fe7e5e26fb97cdafe4981bedc0c8', '4c03fca6bf1f0299c381213961566349', '单排布局', 'single', NULL, 2, 1, 'admin', '2022-07-12 17:43:39', 'admin', '2019-04-12 17:43:57');
|
||
INSERT INTO `sys_dict_item` VALUES ('1ce390c52453891f93514c1bd2795d44', 'ad7c65ba97c20a6805d5dcdf13cdaf36', '000', '00', NULL, 1, 1, 'admin', '2019-03-22 16:34:34', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('1db531bcff19649fa82a644c8a939dc4', '4c03fca6bf1f0299c381213961566349', '组合布局', 'combination', '', 4, 1, 'admin', '2019-05-11 16:07:08', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('222705e11ef0264d4214affff1fb4ff9', '4f69be5f507accea8d5df5f11346181a', '短信', '1', '', 1, 1, 'admin', '2023-02-28 10:50:36', 'admin', '2019-04-28 10:58:11');
|
||
INSERT INTO `sys_dict_item` VALUES ('23a5bb76004ed0e39414e928c4cde155', '4e4602b3e3686f0911384e188dc7efb4', '不等于', '!=', '不等于', 3, 1, 'admin', '2019-04-01 16:46:15', 'admin', '2019-04-01 17:48:40');
|
||
INSERT INTO `sys_dict_item` VALUES ('25847e9cb661a7c711f9998452dc09e6', '4e4602b3e3686f0911384e188dc7efb4', '小于等于', '<=', '小于等于', 6, 1, 'admin', '2019-04-01 16:44:34', 'admin', '2019-04-01 17:49:10');
|
||
INSERT INTO `sys_dict_item` VALUES ('2d51376643f220afdeb6d216a8ac2c01', '68168534ff5065a152bfab275c2136f8', '有效', '1', '有效', 2, 1, 'admin', '2019-04-26 19:22:01', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('308c8aadf0c37ecdde188b97ca9833f5', '8dfe32e2d29ea9430a988b3b558bf233', '已发布', '1', '已发布', 2, 1, 'admin', '2019-04-16 17:41:24', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('333e6b2196e01ef9a5f76d74e86a6e33', '8dfe32e2d29ea9430a988b3b558bf233', '未发布', '0', '未发布', 1, 1, 'admin', '2019-04-16 17:41:12', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('337ea1e401bda7233f6258c284ce4f50', 'bd1b8bc28e65d6feefefb6f3c79f42fd', 'JSON', 'json', NULL, 1, 1, 'admin', '2019-04-12 17:26:33', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('33bc9d9f753cf7dc40e70461e50fdc54', 'a9d9942bd0eccb6e89de92d130ec4c4a', '发送失败', '2', NULL, 3, 1, 'admin', '2019-04-12 18:20:02', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('3fbc03d6c994ae06d083751248037c0e', '78bda155fe380b1b3f175f1e88c284c6', '已完成', '3', '已完成', 3, 1, 'admin', '2019-05-09 16:33:25', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('41d7aaa40c9b61756ffb1f28da5ead8e', '0b5d19e1fce4b2e6647e6b4a17760c14', '通知公告', '1', NULL, 1, 1, 'admin', '2019-04-22 18:01:57', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('41fa1e9571505d643aea87aeb83d4d76', '4e4602b3e3686f0911384e188dc7efb4', '等于', '=', '等于', 4, 1, 'admin', '2019-04-01 16:45:24', 'admin', '2019-04-01 17:49:00');
|
||
INSERT INTO `sys_dict_item` VALUES ('43d2295b8610adce9510ff196a49c6e9', '845da5006c97754728bf48b6a10f79cc', '正常', '1', NULL, NULL, 1, 'admin', '2019-03-18 21:45:51', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('4f05fb5376f4c61502c5105f52e4dd2b', '83bfb33147013cc81640d5fd9eda030c', '操作日志', '2', NULL, NULL, 1, 'admin', '2019-03-18 23:22:49', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('50223341bfb5ba30bf6319789d8d17fe', 'd6e1152968b02d69ff358c75b48a6ee1', '业务办理', 'business', NULL, 3, 1, 'admin', '2023-04-22 19:28:05', 'admin', '2019-03-22 23:24:39');
|
||
INSERT INTO `sys_dict_item` VALUES ('51222413e5906cdaf160bb5c86fb827c', 'a7adbcd86c37f7dbc9b66945c82ef9e6', '是', '1', '', 1, 1, 'admin', '2019-05-22 19:29:45', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('538fca35afe004972c5f3947c039e766', '2e02df51611a4b9632828ab7e5338f00', '显示', '1', '显示', 1, 1, 'admin', '2025-03-26 18:27:13', 'admin', '2019-04-26 18:39:07');
|
||
INSERT INTO `sys_dict_item` VALUES ('5584c21993bde231bbde2b966f2633ac', '4e4602b3e3686f0911384e188dc7efb4', '自定义SQL表达式', 'USE_SQL_RULES', '自定义SQL表达式', 9, 1, 'admin', '2019-04-01 10:45:24', 'admin', '2019-04-01 17:49:27');
|
||
INSERT INTO `sys_dict_item` VALUES ('58b73b344305c99b9d8db0fc056bbc0a', '72cce0989df68887546746d8f09811aa', '主表', '2', NULL, 2, 1, 'admin', '2019-03-27 10:13:36', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('5b65a88f076b32e8e69d19bbaadb52d5', '2f0320997ade5dd147c90130f7218c3e', '全体用户', 'ALL', NULL, NULL, 1, 'admin', '2020-10-17 21:22:43', 'admin', '2019-03-28 22:17:09');
|
||
INSERT INTO `sys_dict_item` VALUES ('5d833f69296f691843ccdd0c91212b6b', '880a895c98afeca9d9ac39f29e67c13e', '修改', '3', '', 3, 1, 'admin', '2019-07-22 10:55:07', 'admin', '2019-07-22 10:55:41');
|
||
INSERT INTO `sys_dict_item` VALUES ('5d84a8634c8fdfe96275385075b105c9', '3d9a351be3436fbefb1307d4cfb49bf2', '女', '2', NULL, 2, 1, NULL, '2019-01-04 14:56:56', NULL, '2019-01-04 17:38:12');
|
||
INSERT INTO `sys_dict_item` VALUES ('66c952ae2c3701a993e7db58f3baf55e', '4e4602b3e3686f0911384e188dc7efb4', '大于', '>', '大于', 1, 1, 'admin', '2019-04-01 10:45:46', 'admin', '2019-04-01 17:48:29');
|
||
INSERT INTO `sys_dict_item` VALUES ('6937c5dde8f92e9a00d4e2ded9198694', 'ad7c65ba97c20a6805d5dcdf13cdaf36', 'easyui', '3', NULL, 1, 1, 'admin', '2019-03-22 16:32:15', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('69cacf64e244100289ddd4aa9fa3b915', 'a9d9942bd0eccb6e89de92d130ec4c4a', '未发送', '0', NULL, 1, 1, 'admin', '2019-04-12 18:19:23', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('6a7a9e1403a7943aba69e54ebeff9762', '4f69be5f507accea8d5df5f11346181a', '邮件', '2', '', 2, 1, 'admin', '2031-02-28 10:50:44', 'admin', '2019-04-28 10:59:03');
|
||
INSERT INTO `sys_dict_item` VALUES ('6c682d78ddf1715baf79a1d52d2aa8c2', '72cce0989df68887546746d8f09811aa', '单表', '1', NULL, 1, 1, 'admin', '2019-03-27 10:13:29', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('6d404fd2d82311fbc87722cd302a28bc', '4e4602b3e3686f0911384e188dc7efb4', '模糊', 'LIKE', '模糊', 7, 1, 'admin', '2019-04-01 16:46:02', 'admin', '2019-04-01 17:49:20');
|
||
INSERT INTO `sys_dict_item` VALUES ('6d4e26e78e1a09699182e08516c49fc4', '4d7fec1a7799a436d26d02325eff295e', '高', 'H', '高', 1, 1, 'admin', '2019-04-16 17:04:24', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('700e9f030654f3f90e9ba76ab0713551', '6b78e3f59faec1a4750acff08030a79b', '333', '333', NULL, NULL, 1, 'admin', '2019-02-21 19:59:47', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('7050c1522702bac3be40e3b7d2e1dfd8', 'c5a14c75172783d72cbee6ee7f5df5d1', '柱状图', 'bar', NULL, 1, 1, 'admin', '2019-04-12 17:05:17', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('71b924faa93805c5c1579f12e001c809', 'd6e1152968b02d69ff358c75b48a6ee1', 'OA办公', 'oa', NULL, 2, 1, 'admin', '2021-03-22 19:27:17', 'admin', '2019-03-22 23:24:36');
|
||
INSERT INTO `sys_dict_item` VALUES ('75b260d7db45a39fc7f21badeabdb0ed', 'c36169beb12de8a71c8683ee7c28a503', '不启用', '0', NULL, NULL, 1, 'admin', '2019-03-18 23:29:41', 'admin', '2019-03-18 23:29:54');
|
||
INSERT INTO `sys_dict_item` VALUES ('7688469db4a3eba61e6e35578dc7c2e5', 'c36169beb12de8a71c8683ee7c28a503', '启用', '1', NULL, NULL, 1, 'admin', '2019-03-18 23:29:28', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('78ea6cadac457967a4b1c4eb7aaa418c', 'fc6cd58fde2e8481db10d3a1e68ce70c', '正常', '1', NULL, NULL, 1, 'admin', '2019-03-18 23:30:28', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('7ccf7b80c70ee002eceb3116854b75cb', 'ac2f7c0c5c5775fcea7e2387bcb22f01', '按钮权限', '2', NULL, NULL, 1, 'admin', '2019-03-18 23:25:40', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('81fb2bb0e838dc68b43f96cc309f8257', 'fc6cd58fde2e8481db10d3a1e68ce70c', '冻结', '2', NULL, NULL, 1, 'admin', '2019-03-18 23:30:37', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('83250269359855501ec4e9c0b7e21596', '4274efc2292239b6f000b153f50823ff', '可见/可访问(授权后可见/可访问)', '1', '', 1, 1, 'admin', '2019-05-10 17:54:51', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('84778d7e928bc843ad4756db1322301f', '4e4602b3e3686f0911384e188dc7efb4', '大于等于', '>=', '大于等于', 5, 1, 'admin', '2019-04-01 10:46:02', 'admin', '2019-04-01 17:49:05');
|
||
INSERT INTO `sys_dict_item` VALUES ('848d4da35ebd93782029c57b103e5b36', 'c5a14c75172783d72cbee6ee7f5df5d1', '饼图', 'pie', NULL, 3, 1, 'admin', '2019-04-12 17:05:49', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('84dfc178dd61b95a72900fcdd624c471', '78bda155fe380b1b3f175f1e88c284c6', '处理中', '2', '处理中', 2, 1, 'admin', '2019-05-09 16:33:01', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('86f19c7e0a73a0bae451021ac05b99dd', 'ac2f7c0c5c5775fcea7e2387bcb22f01', '子菜单', '1', NULL, NULL, 1, 'admin', '2019-03-18 23:25:27', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('8bccb963e1cd9e8d42482c54cc609ca2', '4f69be5f507accea8d5df5f11346181a', '微信', '3', NULL, 3, 1, 'admin', '2021-05-11 14:29:12', 'admin', '2019-04-11 14:29:31');
|
||
INSERT INTO `sys_dict_item` VALUES ('8c618902365ca681ebbbe1e28f11a548', '4c753b5293304e7a445fd2741b46529d', '启用', '1', '', 0, 1, 'admin', '2020-07-18 23:19:27', 'admin', '2019-05-17 14:51:18');
|
||
INSERT INTO `sys_dict_item` VALUES ('8cdf08045056671efd10677b8456c999', '4274efc2292239b6f000b153f50823ff', '可编辑(未授权时禁用)', '2', '', 2, 1, 'admin', '2019-05-10 17:55:38', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('8ff48e657a7c5090d4f2a59b37d1b878', '4d7fec1a7799a436d26d02325eff295e', '中', 'M', '中', 2, 1, 'admin', '2019-04-16 17:04:40', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('948923658baa330319e59b2213cda97c', '880a895c98afeca9d9ac39f29e67c13e', '添加', '2', '', 2, 1, 'admin', '2019-07-22 10:54:59', 'admin', '2019-07-22 10:55:36');
|
||
INSERT INTO `sys_dict_item` VALUES ('9a96c4a4e4c5c9b4e4d0cbf6eb3243cc', '4c753b5293304e7a445fd2741b46529d', '不启用', '0', NULL, 1, 1, 'admin', '2019-03-18 23:19:53', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('a1e7d1ca507cff4a480c8caba7c1339e', '880a895c98afeca9d9ac39f29e67c13e', '导出', '6', '', 6, 1, 'admin', '2019-07-22 12:06:50', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('a2be752dd4ec980afaec1efd1fb589af', '8dfe32e2d29ea9430a988b3b558bf233', '已撤销', '2', '已撤销', 3, 1, 'admin', '2019-04-16 17:41:39', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('aa0d8a8042a18715a17f0a888d360aa4', 'ac2f7c0c5c5775fcea7e2387bcb22f01', '一级菜单', '0', NULL, NULL, 1, 'admin', '2019-03-18 23:24:52', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('adcf2a1fe93bb99a84833043f475fe0b', '4e4602b3e3686f0911384e188dc7efb4', '包含', 'IN', '包含', 8, 1, 'admin', '2019-04-01 16:45:47', 'admin', '2019-04-01 17:49:24');
|
||
INSERT INTO `sys_dict_item` VALUES ('b029a41a851465332ee4ee69dcf0a4c2', '0b5d19e1fce4b2e6647e6b4a17760c14', '系统消息', '2', NULL, 1, 1, 'admin', '2019-02-22 18:02:08', 'admin', '2019-04-22 18:02:13');
|
||
INSERT INTO `sys_dict_item` VALUES ('b2a8b4bb2c8e66c2c4b1bb086337f393', '3486f32803bb953e7155dab3513dc68b', '正常', '0', NULL, NULL, 1, 'admin', '2022-10-18 21:46:48', 'admin', '2019-03-28 22:22:20');
|
||
INSERT INTO `sys_dict_item` VALUES ('b57f98b88363188daf38d42f25991956', '6b78e3f59faec1a4750acff08030a79b', '22', '222', NULL, NULL, 0, 'admin', '2019-02-21 19:59:43', 'admin', '2019-03-11 21:23:27');
|
||
INSERT INTO `sys_dict_item` VALUES ('b5f3bd5f66bb9a83fecd89228c0d93d1', '68168534ff5065a152bfab275c2136f8', '无效', '0', '无效', 1, 1, 'admin', '2019-04-26 19:21:49', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('b9fbe2a3602d4a27b45c100ac5328484', '78bda155fe380b1b3f175f1e88c284c6', '待提交', '1', '待提交', 1, 1, 'admin', '2019-05-09 16:32:35', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('ba27737829c6e0e582e334832703d75e', '236e8a4baff0db8c62c00dd95632834f', '同步', '1', '同步', 1, 1, 'admin', '2019-05-15 15:28:15', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('bcec04526b04307e24a005d6dcd27fd6', '880a895c98afeca9d9ac39f29e67c13e', '导入', '5', '', 5, 1, 'admin', '2019-07-22 12:06:41', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('c53da022b9912e0aed691bbec3c78473', '880a895c98afeca9d9ac39f29e67c13e', '查询', '1', '', 1, 1, 'admin', '2019-07-22 10:54:51', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('c5700a71ad08994d18ad1dacc37a71a9', 'a7adbcd86c37f7dbc9b66945c82ef9e6', '否', '0', '', 1, 1, 'admin', '2019-05-22 19:29:55', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('cbfcc5b88fc3a90975df23ffc8cbe29c', 'c5a14c75172783d72cbee6ee7f5df5d1', '曲线图', 'line', NULL, 2, 1, 'admin', '2019-05-12 17:05:30', 'admin', '2019-04-12 17:06:06');
|
||
INSERT INTO `sys_dict_item` VALUES ('d217592908ea3e00ff986ce97f24fb98', 'c5a14c75172783d72cbee6ee7f5df5d1', '数据列表', 'table', NULL, 4, 1, 'admin', '2019-04-12 17:05:56', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('df168368dcef46cade2aadd80100d8aa', '3d9a351be3436fbefb1307d4cfb49bf2', '男', '1', NULL, 1, 1, NULL, '2027-08-04 14:56:49', 'admin', '2019-03-23 22:44:44');
|
||
INSERT INTO `sys_dict_item` VALUES ('e6329e3a66a003819e2eb830b0ca2ea0', '4e4602b3e3686f0911384e188dc7efb4', '小于', '<', '小于', 2, 1, 'admin', '2019-04-01 16:44:15', 'admin', '2019-04-01 17:48:34');
|
||
INSERT INTO `sys_dict_item` VALUES ('e94eb7af89f1dbfa0d823580a7a6e66a', '236e8a4baff0db8c62c00dd95632834f', '不同步', '0', '不同步', 2, 1, 'admin', '2019-05-15 15:28:28', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('f0162f4cc572c9273f3e26b2b4d8c082', 'ad7c65ba97c20a6805d5dcdf13cdaf36', 'booostrap', '1', NULL, 1, 1, 'admin', '2021-08-22 16:32:04', 'admin', '2019-03-22 16:33:57');
|
||
INSERT INTO `sys_dict_item` VALUES ('f16c5706f3ae05c57a53850c64ce7c45', 'a9d9942bd0eccb6e89de92d130ec4c4a', '发送成功', '1', NULL, 2, 1, 'admin', '2019-04-12 18:19:43', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('f2a7920421f3335afdf6ad2b342f6b5d', '845da5006c97754728bf48b6a10f79cc', '冻结', '2', NULL, NULL, 1, 'admin', '2019-03-18 21:46:02', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('f37f90c496ec9841c4c326b065e00bb2', '83bfb33147013cc81640d5fd9eda030c', '登录日志', '1', NULL, NULL, 1, 'admin', '2019-03-18 23:22:37', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('f753aff60ff3931c0ecb4812d8b5e643', '4c03fca6bf1f0299c381213961566349', '双排布局', 'double', NULL, 3, 1, 'admin', '2019-04-12 17:43:51', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('f80a8f6838215753b05e1a5ba3346d22', '880a895c98afeca9d9ac39f29e67c13e', '删除', '4', '', 4, 1, 'admin', '2019-07-22 10:55:14', 'admin', '2019-07-22 10:55:30');
|
||
INSERT INTO `sys_dict_item` VALUES ('fcec03570f68a175e1964808dc3f1c91', '4c03fca6bf1f0299c381213961566349', 'Tab风格', 'tab', NULL, 1, 1, 'admin', '2019-04-12 17:43:31', NULL, NULL);
|
||
INSERT INTO `sys_dict_item` VALUES ('fe50b23ae5e68434def76f67cef35d2d', '78bda155fe380b1b3f175f1e88c284c6', '已作废', '4', '已作废', 4, 1, 'admin', '2021-09-09 16:33:43', 'admin', '2019-05-09 16:34:40');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_fill_rule
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_fill_rule`;
|
||
CREATE TABLE `sys_fill_rule` (
|
||
`id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '主键ID',
|
||
`rule_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '规则名称',
|
||
`rule_code` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '规则Code',
|
||
`rule_class` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '规则实现类',
|
||
`rule_params` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '规则参数',
|
||
`update_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '修改人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '修改时间',
|
||
`create_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
UNIQUE INDEX `uni_sys_fill_rule_code`(`rule_code`) USING BTREE,
|
||
UNIQUE INDEX `uk_sfr_rule_code`(`rule_code`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_fill_rule
|
||
-- ----------------------------
|
||
INSERT INTO `sys_fill_rule` VALUES ('1202551334738382850', '机构编码生成', 'org_num_role', 'org.jeecg.modules.system.rule.OrgCodeRule', '{\"parentId\":\"c6d7cb4deeac411cb3384b1b31278596\"}', 'admin', '2019-12-09 10:37:06', 'admin', '2019-12-05 19:32:35');
|
||
INSERT INTO `sys_fill_rule` VALUES ('1202787623203065858', '分类字典编码生成', 'category_code_rule', 'org.jeecg.modules.system.rule.CategoryCodeRule', '{\"pid\":\"\"}', 'admin', '2019-12-09 10:36:54', 'admin', '2019-12-06 11:11:31');
|
||
INSERT INTO `sys_fill_rule` VALUES ('1260134137920090113', '商城订单流水号', 'shop_order_num', 'org.jeecg.modules.system.rule.OrderNumberRule', '{}', 'admin', '2020-07-11 11:35:00', 'admin', '2020-05-12 17:06:05');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_gateway_route
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_gateway_route`;
|
||
CREATE TABLE `sys_gateway_route` (
|
||
`id` varchar(36) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
|
||
`router_id` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '路由ID',
|
||
`name` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '服务名',
|
||
`uri` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '服务地址',
|
||
`predicates` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT '断言',
|
||
`filters` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT '过滤器',
|
||
`retryable` int(11) NULL DEFAULT NULL COMMENT '是否重试:0-否 1-是',
|
||
`strip_prefix` int(11) NULL DEFAULT NULL COMMENT '是否忽略前缀0-否 1-是',
|
||
`persist` int(11) NULL DEFAULT NULL COMMENT '是否为保留数据:0-否 1-是',
|
||
`show_api` int(11) NULL DEFAULT NULL COMMENT '是否在接口文档中展示:0-否 1-是',
|
||
`status` int(11) NULL DEFAULT NULL COMMENT '状态:0-无效 1-有效',
|
||
`create_by` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建日期',
|
||
`update_by` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '更新人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新日期',
|
||
`sys_org_code` varchar(64) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '所属部门',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Compact;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_gateway_route
|
||
-- ----------------------------
|
||
INSERT INTO `sys_gateway_route` VALUES ('1331051599401857026', 'jeecg-demo-websocket', 'jeecg-demo-websocket', 'lb:ws://jeecg-demo', '[{\"args\":[\"/vxeSocket/**\"],\"name\":\"Path\"}]', '[]', NULL, NULL, NULL, NULL, 1, 'admin', '2020-11-24 09:46:46', NULL, NULL, NULL);
|
||
INSERT INTO `sys_gateway_route` VALUES ('jeecg-cloud-websocket', 'jeecg-system-websocket', 'jeecg-system-websocket', 'lb:ws://jeecg-system', '[{\"args\":[\"/websocket/**\",\"/eoaSocket/**\",\"/newsWebsocket/**\"],\"name\":\"Path\"}]', '[]', NULL, NULL, NULL, NULL, 1, 'admin', '2020-11-16 19:41:51', NULL, NULL, NULL);
|
||
INSERT INTO `sys_gateway_route` VALUES ('jeecg-demo', 'jeecg-demo', 'jeecg-demo', 'lb://jeecg-demo', '[{\"args\":[\"/mock/**\",\"/test/**\",\"/bigscreen/template1/**\",\"/bigscreen/template2/**\"],\"name\":\"Path\"}]', '[]', NULL, NULL, NULL, NULL, 1, 'admin', '2020-11-16 19:41:51', NULL, NULL, NULL);
|
||
INSERT INTO `sys_gateway_route` VALUES ('jeecg-system', 'jeecg-system', 'jeecg-system', 'lb://jeecg-system', '[{\"args\":[\"/sys/**\",\"/eoa/**\",\"/joa/**\",\"/online/**\",\"/bigscreen/**\",\"/jmreport/**\",\"/desform/**\",\"/process/**\",\"/act/**\",\"/plug-in/***/\",\"/druid/**\",\"/generic/**\"],\"name\":\"Path\"}]', '[]', NULL, NULL, NULL, NULL, 1, 'admin', '2020-11-16 19:41:51', NULL, NULL, NULL);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_log
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_log`;
|
||
CREATE TABLE `sys_log` (
|
||
`id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
|
||
`log_type` int(11) NULL DEFAULT NULL COMMENT '日志类型(1登录日志,2操作日志)',
|
||
`log_content` varchar(1000) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '日志内容',
|
||
`operate_type` int(11) NULL DEFAULT NULL COMMENT '操作类型',
|
||
`userid` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '操作用户账号',
|
||
`username` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '操作用户名称',
|
||
`ip` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT 'IP',
|
||
`method` varchar(500) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '请求java方法',
|
||
`request_url` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '请求路径',
|
||
`request_param` longtext CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT '请求参数',
|
||
`request_type` varchar(10) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '请求类型',
|
||
`cost_time` bigint(20) NULL DEFAULT NULL COMMENT '耗时',
|
||
`create_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间',
|
||
`update_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '更新人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
INDEX `index_table_userid`(`userid`) USING BTREE,
|
||
INDEX `index_logt_ype`(`log_type`) USING BTREE,
|
||
INDEX `index_operate_type`(`operate_type`) USING BTREE,
|
||
INDEX `index_log_type`(`log_type`) USING BTREE,
|
||
INDEX `idx_sl_userid`(`userid`) USING BTREE,
|
||
INDEX `idx_sl_log_type`(`log_type`) USING BTREE,
|
||
INDEX `idx_sl_operate_type`(`operate_type`) USING BTREE,
|
||
INDEX `idx_sl_create_time`(`create_time`) USING BTREE
|
||
) ENGINE = MyISAM CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '系统日志表' ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_log
|
||
-- ----------------------------
|
||
INSERT INTO `sys_log` VALUES ('1509739970689593345', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@531e175f', NULL, 111, NULL, '2022-04-01 11:50:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509739970966417410', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@14a5ea2c', NULL, 184, NULL, '2022-04-01 11:50:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509739974992949251', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@106772a', NULL, 44, NULL, '2022-04-01 11:50:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509739974992949250', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6e097bb3', NULL, 50, NULL, '2022-04-01 11:50:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509739975030697985', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5bc19cbf', NULL, 56, NULL, '2022-04-01 11:50:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509739975055863811', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6b0209fc', NULL, 66, NULL, '2022-04-01 11:50:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509739975055863809', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@86c82f0', NULL, 64, NULL, '2022-04-01 11:50:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509739975055863810', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@132d4e0d', NULL, 45, NULL, '2022-04-01 11:50:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803897117077506', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@45544c42', NULL, 70, NULL, '2022-04-01 16:04:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803897301626882', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4b85865e', NULL, 121, NULL, '2022-04-01 16:04:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803897834303489', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7e3f7fae', NULL, 52, NULL, '2022-04-01 16:04:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803897834303490', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6b2d73b7', NULL, 49, NULL, '2022-04-01 16:04:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803897855275010', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@ee8c5d0', NULL, 58, NULL, '2022-04-01 16:04:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803897863663618', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3e04ecf6', NULL, 57, NULL, '2022-04-01 16:04:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803897867857921', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1dd13900', NULL, 57, NULL, '2022-04-01 16:04:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803897905606658', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7bfa85d9', NULL, 70, NULL, '2022-04-01 16:04:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803915836256257', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@42676640', NULL, 11, NULL, '2022-04-01 16:04:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803915882393602', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1508426630185254914', NULL, 24, NULL, '2022-04-01 16:04:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803920458379265', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1d607615', NULL, 9, NULL, '2022-04-01 16:04:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803920462573569', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@23202e06', NULL, 9, NULL, '2022-04-01 16:04:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803920466767873', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@17c70f38', NULL, 10, NULL, '2022-04-01 16:04:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803922735886337', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@57a8ae6b', NULL, 6, NULL, '2022-04-01 16:04:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803922740080642', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f04114e', NULL, 5, NULL, '2022-04-01 16:04:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803929052508161', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508281679451451394, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@717d0cca', NULL, 6, NULL, '2022-04-01 16:04:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803929052508162', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508281679451451394, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2f2de568', NULL, 7, NULL, '2022-04-01 16:04:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803929136394242', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508281679451451394, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@72365476', NULL, 5, NULL, '2022-04-01 16:04:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803929178337281', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508281679451451394, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@25dcf7b4', NULL, 6, NULL, '2022-04-01 16:04:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803931413901314', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508293703577305089, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7b1aea86', NULL, 5, NULL, '2022-04-01 16:04:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803931413901313', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508293703577305089, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7e301076', NULL, 5, NULL, '2022-04-01 16:04:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803933615910913', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508293987569434626, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@11d9a306', NULL, 6, NULL, '2022-04-01 16:04:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803933607522305', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508293987569434626, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3bd1d4e4', NULL, 6, NULL, '2022-04-01 16:04:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803947239010306', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508293703577305089, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1f92b20b', NULL, 5, NULL, '2022-04-01 16:04:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803947239010305', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508293703577305089, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@21e7cc34', NULL, 5, NULL, '2022-04-01 16:04:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803948904148994', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508293987569434626, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2456b135', NULL, 5, NULL, '2022-04-01 16:04:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803948904148993', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508293987569434626, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5bb23f7a', NULL, 5, NULL, '2022-04-01 16:04:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803950397321218', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508293703577305089, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3d3ac04b', NULL, 4, NULL, '2022-04-01 16:04:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803950397321219', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508293703577305089, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2467446c', NULL, 5, NULL, '2022-04-01 16:04:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803951932436482', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508281679451451394, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6c98df7e', NULL, 6, NULL, '2022-04-01 16:04:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803951936630786', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508281679451451394, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@562e57b4', NULL, 5, NULL, '2022-04-01 16:04:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803953501106177', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@81ae4ec', NULL, 12, NULL, '2022-04-01 16:04:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803953513689090', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@198266d2', NULL, 13, NULL, '2022-04-01 16:04:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803953513689089', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@454d9efb', NULL, 13, NULL, '2022-04-01 16:04:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803953526272002', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@592d1af0', NULL, 18, NULL, '2022-04-01 16:04:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803953538854914', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@52decadb', NULL, 19, NULL, '2022-04-01 16:04:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803953559826434', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@66fb9ef2', NULL, 24, NULL, '2022-04-01 16:04:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803955799584769', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508281679451451394, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@77bbcb7d', NULL, 7, NULL, '2022-04-01 16:04:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803955816361985', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5ead6a9e', NULL, 11, NULL, '2022-04-01 16:04:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803955812167682', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508281679451451394, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6eb77e9c', NULL, 9, NULL, '2022-04-01 16:04:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803957376643073', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508293703577305089, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@dc55e42', NULL, 4, NULL, '2022-04-01 16:04:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803957393420289', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508293703577305089, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@222dad74', NULL, 7, NULL, '2022-04-01 16:04:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803958836260865', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508293987569434626, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1c921df3', NULL, 5, NULL, '2022-04-01 16:04:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803958836260866', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508293987569434626, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@328b7b69', NULL, 5, NULL, '2022-04-01 16:04:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803960086163458', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508293703577305089, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@52d7d02d', NULL, 5, NULL, '2022-04-01 16:04:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803960094552066', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508293703577305089, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@41f4169', NULL, 8, NULL, '2022-04-01 16:04:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803961289928706', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508281679451451394, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@39613a4c', NULL, 6, NULL, '2022-04-01 16:04:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803961289928707', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508281679451451394, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@670a6e6', NULL, 7, NULL, '2022-04-01 16:04:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803963030564865', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@9f1c608', NULL, 9, NULL, '2022-04-01 16:04:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803963038953473', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@566d0405', NULL, 11, NULL, '2022-04-01 16:04:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803963030564866', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@45d4ab7f', NULL, 8, NULL, '2022-04-01 16:04:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803963047342082', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@16559af0', NULL, 13, NULL, '2022-04-01 16:04:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803963064119297', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@48a16d0e', NULL, 17, NULL, '2022-04-01 16:04:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803963080896513', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@640db289', NULL, 21, NULL, '2022-04-01 16:04:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803965668782081', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508281679451451394, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@397a987e', NULL, 5, NULL, '2022-04-01 16:04:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803965668782082', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508281679451451394, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@515a2e7d', NULL, 4, NULL, '2022-04-01 16:04:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803965672976386', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@34740577', NULL, 7, NULL, '2022-04-01 16:04:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803968403468290', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508293987569434626, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@22ce65b6', NULL, 5, NULL, '2022-04-01 16:04:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803968403468291', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508293987569434626, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7291fbde', NULL, 5, NULL, '2022-04-01 16:04:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803970324459522', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508293703577305089, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@56f964a7', NULL, 4, NULL, '2022-04-01 16:04:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509803970324459523', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508293703577305089, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@73522f5e', NULL, 4, NULL, '2022-04-01 16:04:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509805720116785154', 1, '用户名: admin,登录成功!', NULL, 'admin', '管理员', '127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-01 16:11:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509806633510367234', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@63ab18de', NULL, 10, NULL, '2022-04-01 16:15:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509806749126356994', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@70a3bf6c', NULL, 8, NULL, '2022-04-01 16:15:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509806749218631682', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@744f1ffa', NULL, 18, NULL, '2022-04-01 16:15:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509806750162350082', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@90cee00', NULL, 13, NULL, '2022-04-01 16:15:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509806750200098818', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@77752eaa', NULL, 19, NULL, '2022-04-01 16:15:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509806750216876033', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@66cfe1d9', NULL, 23, NULL, '2022-04-01 16:15:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509806750216876034', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@e68d206', NULL, 23, NULL, '2022-04-01 16:15:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509806750237847553', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@429fc7f4', NULL, 26, NULL, '2022-04-01 16:15:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509806750237847554', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@790ed294', NULL, 27, NULL, '2022-04-01 16:15:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807021219246082', 2, '门户-栏目-添加', 2, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createTime\":1648801019350,\"id\":\"1509807021152137217\",\"isEnable\":\"Y\",\"name\":\"中意合作办学项目\",\"nameen\":\"China&Italy Project\",\"parent\":\"1508293987569434626\"}]', NULL, 20, NULL, '2022-04-01 16:16:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807021563179010', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@449d553f', NULL, 7, NULL, '2022-04-01 16:16:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807071005634561', 2, '门户-栏目-添加', 2, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createTime\":1648801031232,\"id\":\"1509807070959497217\",\"isEnable\":\"N\",\"name\":\"中美合作办学项目\",\"nameen\":\"China&U.S.A Project\",\"parent\":\"1508293987569434626\"}]', NULL, 11, NULL, '2022-04-01 16:17:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807071395704833', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4a995d24', NULL, 9, NULL, '2022-04-01 16:17:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807132091478017', 2, '门户-栏目-添加', 2, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createTime\":1648801045796,\"id\":\"1509807132049534978\",\"isEnable\":\"Y\",\"name\":\"管理办法\",\"nameen\":\"Management measure\",\"parent\":\"1508294063201124354\"}]', NULL, 11, NULL, '2022-04-01 16:17:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807132443799554', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5733e361', NULL, 9, NULL, '2022-04-01 16:17:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807149359427585', 2, '门户-栏目-编辑', 3, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.edit()', NULL, '[{\"createTime\":1648742400000,\"id\":\"1509807070959497217\",\"isEnable\":\"Y\",\"name\":\"中美合作办学项目\",\"nameen\":\"China&U.S.A Project\",\"parent\":\"1508293987569434626\",\"updateTime\":1648801049911}]', NULL, 14, NULL, '2022-04-01 16:17:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807149665611778', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@67f0ae4f', NULL, 8, NULL, '2022-04-01 16:17:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807215985946626', 2, '门户-栏目-添加', 2, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createTime\":1648801065798,\"id\":\"1509807215944003585\",\"isEnable\":\"Y\",\"name\":\"引智项目\",\"nameen\":\"Conference,project\",\"parent\":\"1508294063201124354\"}]', NULL, 12, NULL, '2022-04-01 16:17:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807216350851074', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@78241758', NULL, 8, NULL, '2022-04-01 16:17:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807287310086146', 2, '门户-栏目-添加', 2, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createTime\":1648801082805,\"id\":\"1509807287272337409\",\"isEnable\":\"Y\",\"name\":\"管理办法\",\"nameen\":\"Management measure\",\"parent\":\"1508294174937382913\"}]', NULL, 10, NULL, '2022-04-01 16:18:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807287666601985', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@17639efc', NULL, 8, NULL, '2022-04-01 16:18:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807340246396929', 2, '门户-栏目-添加', 2, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createTime\":1648801095424,\"id\":\"1509807340200259585\",\"isEnable\":\"Y\",\"name\":\"办理流程\",\"nameen\":\"Handling process\",\"parent\":\"1508294174937382913\"}]', NULL, 10, NULL, '2022-04-01 16:18:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807340556775425', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@71707a42', NULL, 8, NULL, '2022-04-01 16:18:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807422614138882', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7b7a04ba', NULL, 14, NULL, '2022-04-01 16:18:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807422630916098', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1508288564728627201', NULL, 16, NULL, '2022-04-01 16:18:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807430059028482', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6881b55c', NULL, 6, NULL, '2022-04-01 16:18:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807430075805698', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@72c91b70', NULL, 9, NULL, '2022-04-01 16:18:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807431128576001', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7e1ed5df', NULL, 9, NULL, '2022-04-01 16:18:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807431166324738', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1508288564728627201', NULL, 17, NULL, '2022-04-01 16:18:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807436392427522', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@13d0a3f', NULL, 11, NULL, '2022-04-01 16:18:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807436392427521', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@b76da5e', NULL, 11, NULL, '2022-04-01 16:18:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807436438564866', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@39ddb04b', NULL, 22, NULL, '2022-04-01 16:18:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807436438564867', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6f2fbf54', NULL, 19, NULL, '2022-04-01 16:18:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807436438564865', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@70a47027', NULL, 19, NULL, '2022-04-01 16:18:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807436459536386', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7df71193', NULL, 26, NULL, '2022-04-01 16:18:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807443879260162', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@35d3fc9c', NULL, 6, NULL, '2022-04-01 16:18:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807443891843074', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@774cc1c2', NULL, 8, NULL, '2022-04-01 16:18:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807445657645057', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@354bd846', NULL, 15, NULL, '2022-04-01 16:18:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807445657645059', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1ef82317', NULL, 13, NULL, '2022-04-01 16:18:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807445653450754', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5bff85c0', NULL, 14, NULL, '2022-04-01 16:18:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807445657645058', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@ac5221', NULL, 11, NULL, '2022-04-01 16:18:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807445678616577', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7c5ce7e3', NULL, 17, NULL, '2022-04-01 16:18:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807445674422273', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@560c5980', NULL, 14, NULL, '2022-04-01 16:18:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807458714513410', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508294101805498369, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@52310494', NULL, 4, NULL, '2022-04-01 16:18:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807458714513411', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508294101805498369, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@9cd3432', NULL, 4, NULL, '2022-04-01 16:18:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807458718707713', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@267453f1', NULL, 8, NULL, '2022-04-01 16:18:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807476041183234', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508294243073851393, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@22ded381', NULL, 5, NULL, '2022-04-01 16:18:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807476041183233', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508294243073851393, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1d21a0f1', NULL, 5, NULL, '2022-04-01 16:18:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807477735682051', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508294281619505153, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2a43f66d', NULL, 5, NULL, '2022-04-01 16:18:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807477735682050', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508294281619505153, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@38b0f002', NULL, 5, NULL, '2022-04-01 16:18:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807479153356803', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508294315236851714, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@71955e20', NULL, 4, NULL, '2022-04-01 16:18:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807479153356802', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508294315236851714, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@34aaf5c4', NULL, 4, NULL, '2022-04-01 16:18:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807560334110722', 2, '门户-栏目-添加', 2, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createTime\":1648801147897,\"id\":\"1509807560283779073\",\"isEnable\":\"Y\",\"name\":\"国际会议\",\"nameen\":\"Conference\",\"parent\":\"1508294101805498369\"}]', NULL, 11, NULL, '2022-04-01 16:19:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807560711598081', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@139ff8e4', NULL, 12, NULL, '2022-04-01 16:19:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807620279103489', 2, '门户-栏目-添加', 2, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createTime\":1648801162190,\"id\":\"1509807620237160449\",\"isEnable\":\"Y\",\"name\":\"港澳台事务\",\"nameen\":\"HK,Macao,Taiwan\",\"parent\":\"1508294243073851393\"}]', NULL, 10, NULL, '2022-04-01 16:19:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807620639813634', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@609dae76', NULL, 9, NULL, '2022-04-01 16:19:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807679704002562', 2, '门户-栏目-添加', 2, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createTime\":1648801176358,\"id\":\"1509807679662059522\",\"isEnable\":\"Y\",\"name\":\"党建工作\",\"nameen\":\"Party Building\",\"parent\":\"1508294281619505153\"}]', NULL, 10, NULL, '2022-04-01 16:19:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807680022769665', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4d8c4414', NULL, 8, NULL, '2022-04-01 16:19:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807719520530434', 2, '门户-栏目-添加', 2, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createTime\":1648801185852,\"id\":\"1509807719482781698\",\"isEnable\":\"Y\",\"name\":\"下载专区\",\"nameen\":\"Download\",\"parent\":\"1508294315236851714\"}]', NULL, 9, NULL, '2022-04-01 16:19:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807719818326018', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5f745055', NULL, 7, NULL, '2022-04-01 16:19:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807730505412609', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@157fb2a4', NULL, 6, NULL, '2022-04-01 16:19:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807730517995521', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@31a410c9', NULL, 9, NULL, '2022-04-01 16:19:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807731440742401', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508294315236851714, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7811d60d', NULL, 7, NULL, '2022-04-01 16:19:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807731440742402', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508294315236851714, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@55fd52e', NULL, 8, NULL, '2022-04-01 16:19:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509807731482685441', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@315551f', NULL, 16, NULL, '2022-04-01 16:19:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509809564871684097', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508294281619505153, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@64c61007', NULL, 5, NULL, '2022-04-01 16:27:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509809564892655618', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1509807679662059522, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@12a3a392', NULL, 10, NULL, '2022-04-01 16:27:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509809564951375874', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508294281619505153, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4e68f738', NULL, 6, NULL, '2022-04-01 16:27:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509809564963958786', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1509807679662059522, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@bd9ecd', NULL, 7, NULL, '2022-04-01 16:27:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509809570387193857', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508294281619505153, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f5b9310', NULL, 6, NULL, '2022-04-01 16:27:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509809570387193858', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508294281619505153, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@24b283ba', NULL, 6, NULL, '2022-04-01 16:27:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509809574472445955', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508294281619505153, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@464bf95', NULL, 4, NULL, '2022-04-01 16:27:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509809574472445954', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1509807679662059522, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@77bca676', NULL, 4, NULL, '2022-04-01 16:27:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509809576473128961', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508294281619505153, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@d08bb0c', NULL, 5, NULL, '2022-04-01 16:27:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509809576477323265', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508294281619505153, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@614a0d86', NULL, 6, NULL, '2022-04-01 16:27:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509809581997027329', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508294281619505153, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@57d84d2e', NULL, 5, NULL, '2022-04-01 16:27:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509809582001221634', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1509807679662059522, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@49ef2cc3', NULL, 6, NULL, '2022-04-01 16:27:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509810884072566786', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508294315236851714, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@58d1413d', NULL, 5, NULL, '2022-04-01 16:32:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509810884097732609', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508294315236851714, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@47d5bfd8', NULL, 10, NULL, '2022-04-01 16:32:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509810884139675649', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508294315236851714, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5f783b91', NULL, 5, NULL, '2022-04-01 16:32:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509810884152258562', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508294315236851714, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3460756e', NULL, 5, NULL, '2022-04-01 16:32:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509810885637042178', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508294281619505153, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@76b14de', NULL, 3, NULL, '2022-04-01 16:32:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509810885637042177', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508294281619505153, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7bbe8d35', NULL, 3, NULL, '2022-04-01 16:32:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509810887218294786', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508294243073851393, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6ff6d07f', NULL, 5, NULL, '2022-04-01 16:32:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509810887222489089', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508294243073851393, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@b13b731', NULL, 6, NULL, '2022-04-01 16:32:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509810888707272707', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508294174937382913, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6e4eb636', NULL, 6, NULL, '2022-04-01 16:32:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509810888707272706', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508294174937382913, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6181fb0e', NULL, 5, NULL, '2022-04-01 16:32:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509810890393382913', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508294101805498369, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@41537c2e', NULL, 4, NULL, '2022-04-01 16:32:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509810890393382914', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508294101805498369, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@553f81ea', NULL, 4, NULL, '2022-04-01 16:32:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509810891832029185', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508294063201124354, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6728ebc7', NULL, 4, NULL, '2022-04-01 16:32:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509810891836223489', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508294063201124354, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@304dd04b', NULL, 5, NULL, '2022-04-01 16:32:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509810893572665346', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508293987569434626, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6d734af7', NULL, 3, NULL, '2022-04-01 16:32:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509810893572665347', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508293987569434626, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6ec24b97', NULL, 4, NULL, '2022-04-01 16:32:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509810896361877506', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508293703577305089, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7821911d', NULL, 3, NULL, '2022-04-01 16:32:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509810896361877507', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508293703577305089, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@60316127', NULL, 4, NULL, '2022-04-01 16:32:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509810897913769986', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508281679451451394, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3997fdf7', NULL, 4, NULL, '2022-04-01 16:32:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509810897913769987', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508281679451451394, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2a9077f7', NULL, 5, NULL, '2022-04-01 16:32:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509810900405186561', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4fb107ff', NULL, 16, NULL, '2022-04-01 16:32:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509810900421963777', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6c485bcc', NULL, 19, NULL, '2022-04-01 16:32:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509810900447129602', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@48f4ae4e', NULL, 12, NULL, '2022-04-01 16:32:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509810900480684034', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6e392669', NULL, 30, NULL, '2022-04-01 16:32:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509810900480684035', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@68276df5', NULL, 20, NULL, '2022-04-01 16:32:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509810900514238466', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@146ddf29', NULL, 39, NULL, '2022-04-01 16:32:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509813751810486273', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@62d81da', NULL, 8, NULL, '2022-04-01 16:43:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509813773847359490', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=null, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@e600b3b', NULL, 9, NULL, '2022-04-01 16:43:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509816656659607554', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5b2d876c', NULL, 7, NULL, '2022-04-01 16:55:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509816677283000322', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1faf51fe', NULL, 7, NULL, '2022-04-01 16:55:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509816692621570050', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=null, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3cfb84a', NULL, 8, NULL, '2022-04-01 16:55:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509816711013593089', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@18ef6fad', NULL, 7, NULL, '2022-04-01 16:55:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509825615021862914', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=null, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@945738f', NULL, 8, NULL, '2022-04-01 17:30:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509825665911353346', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1518676c', NULL, 11, NULL, '2022-04-01 17:31:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509825667488411650', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@193e4d0f', NULL, 8, NULL, '2022-04-01 17:31:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509825759591133185', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@74cf1bf3', NULL, 15, NULL, '2022-04-01 17:31:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509825759607910402', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1508426630185254913', NULL, 29, NULL, '2022-04-01 17:31:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509825785507737601', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5b2d47', NULL, 7, NULL, '2022-04-01 17:31:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509825785511931905', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2c284ca7', NULL, 8, NULL, '2022-04-01 17:31:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509825785524514817', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@17c9e26b', NULL, 11, NULL, '2022-04-01 17:31:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509825794747789314', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2f37df46', NULL, 8, NULL, '2022-04-01 17:31:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509825794768760834', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1508426630185254913', NULL, 14, NULL, '2022-04-01 17:31:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509826303630110722', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@124ac8a0', NULL, 6, NULL, '2022-04-01 17:33:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509826303663665153', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@ab3961d', NULL, 15, NULL, '2022-04-01 17:33:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509826304401862657', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1d96097', NULL, 8, NULL, '2022-04-01 17:33:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509826304439611393', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1508426630185254913', NULL, 17, NULL, '2022-04-01 17:33:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509826384852807682', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@20328475', NULL, 8, NULL, '2022-04-01 17:33:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509826384877973506', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1508426630185254913', NULL, 13, NULL, '2022-04-01 17:33:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509826494902956034', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3b383586', NULL, 9, NULL, '2022-04-01 17:34:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1509826494932316161', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1508426630185254913', NULL, 15, NULL, '2022-04-01 17:34:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1511550364802809858', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@795b9719', NULL, 78, NULL, '2022-04-06 11:44:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1511550365020913665', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@390a0de4', NULL, 134, NULL, '2022-04-06 11:44:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1511550366027546626', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4ec3fd03', NULL, 43, NULL, '2022-04-06 11:44:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1511550366035935234', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@23969433', NULL, 37, NULL, '2022-04-06 11:44:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1511550366052712449', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@58f108eb', NULL, 55, NULL, '2022-04-06 11:44:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1511550366073683970', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3c35fb08', NULL, 51, NULL, '2022-04-06 11:44:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1511550366086266881', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6df66d83', NULL, 53, NULL, '2022-04-06 11:44:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1511550366111432706', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@20035fb0', NULL, 69, NULL, '2022-04-06 11:44:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1511550390274818050', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7b09461a', NULL, 9, NULL, '2022-04-06 11:44:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1511550390308372481', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2875bc7a', NULL, 17, NULL, '2022-04-06 11:44:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1511550392657182722', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@41e4b916', NULL, 13, NULL, '2022-04-06 11:44:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1511550392690737154', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@11ce49e1', NULL, 24, NULL, '2022-04-06 11:44:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1511550392694931458', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@14f1295f', NULL, 22, NULL, '2022-04-06 11:44:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1511550392724291585', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@323e8f8e', NULL, 26, NULL, '2022-04-06 11:44:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1511550392724291586', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@453b37f7', NULL, 22, NULL, '2022-04-06 11:44:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1511550392728485889', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@66a2802', NULL, 29, NULL, '2022-04-06 11:44:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1511550483061211137', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6d332ebb', NULL, 8, NULL, '2022-04-06 11:44:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1511550483086376961', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@44dd0293', NULL, 14, NULL, '2022-04-06 11:44:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1511550484982202369', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1508287d', NULL, 16, NULL, '2022-04-06 11:44:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1511550484986396674', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@45e706ea', NULL, 23, NULL, '2022-04-06 11:44:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1511550484986396673', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@38cf398f', NULL, 17, NULL, '2022-04-06 11:44:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1511550484998979585', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@39e08319', NULL, 20, NULL, '2022-04-06 11:44:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1511550484994785281', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2a5e6095', NULL, 28, NULL, '2022-04-06 11:44:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1511550485032534017', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1df333bd', NULL, 29, NULL, '2022-04-06 11:44:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512313112849039361', 1, '用户名: 管理员,退出成功!', NULL, 'admin', '管理员', '127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-08 14:15:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512313188216487938', 1, '用户名: admin,登录成功!', NULL, 'admin', '管理员', '127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-08 14:15:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512313193140600833', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3bf0d705', NULL, 90, NULL, '2022-04-08 14:15:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512314248511373314', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4032a221', NULL, 25, NULL, '2022-04-08 14:19:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512315063011729409', 2, '门户-文章-编辑', 3, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.edit()', NULL, '[{\"author\":\"cscs\",\"columnId\":\"3\",\"content\":\"<p>cscscscs</p>\",\"contenten\":\"<p>啊实打实大三</p>\",\"cover\":\"temp/banner_1648471837761.png\",\"createTime\":1648396800000,\"files\":\"fujian/604d562fa40ee8e7a846b2b303c6b98b1f1d893a_1649398900692.jpg\",\"filesen\":\"fujianen/604d562fa40ee8e7a846b2b303c6b98b1f1d893a_1649398906385.jpg,fujianen/1f1e86dfff42ca428e79b5e13011d288349c2bf9_1649398915307.png,fujianen/604d562fa40ee8e7a846b2b303c6b98b1f1d893a_1649398974343.jpg\",\"id\":\"1508426630185254913\",\"isRelease\":\"Y\",\"source\":\"cscsc\",\"title\":\"cscs\",\"titleen\":\"csccsc\",\"updateTime\":1649398983098}]', NULL, 32, NULL, '2022-04-08 14:23:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512315064299380738', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@302d6887', NULL, 123, NULL, '2022-04-08 14:23:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512315537995685889', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3d101c10', NULL, 21, NULL, '2022-04-08 14:24:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512315547793580034', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3596549a', NULL, 38, NULL, '2022-04-08 14:24:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512315547856494594', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@70413567', NULL, 55, NULL, '2022-04-08 14:24:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512315549290946561', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@667544d1', NULL, 48, NULL, '2022-04-08 14:24:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512315549290946562', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2d326228', NULL, 47, NULL, '2022-04-08 14:24:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512315549416775681', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6f40e07e', NULL, 88, NULL, '2022-04-08 14:24:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512315549475495938', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@f5ae1ef', NULL, 51, NULL, '2022-04-08 14:24:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512315549475495940', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@337e3bad', NULL, 88, NULL, '2022-04-08 14:24:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512315549475495939', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f5749a1', NULL, 58, NULL, '2022-04-08 14:24:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512316754402594818', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@604e7140', NULL, 98, NULL, '2022-04-08 14:29:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512316754582949889', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@39b023af', NULL, 150, NULL, '2022-04-08 14:29:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512316755262427137', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1f36af4b', NULL, 34, NULL, '2022-04-08 14:29:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512316755279204353', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@186d8f99', NULL, 43, NULL, '2022-04-08 14:29:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512316755295981570', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5a438742', NULL, 40, NULL, '2022-04-08 14:29:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512316755321147394', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7a68dbb1', NULL, 54, NULL, '2022-04-08 14:29:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512316755337924610', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@365837a', NULL, 60, NULL, '2022-04-08 14:29:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512316755367284738', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3ae6421e', NULL, 66, NULL, '2022-04-08 14:29:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512317134133866498', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4dd29bd6', NULL, 52, NULL, '2022-04-08 14:31:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512317134339387393', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6c01e19c', NULL, 107, NULL, '2022-04-08 14:31:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512317136201658370', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7ce6e046', NULL, 54, NULL, '2022-04-08 14:31:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512317136214241282', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@40e086a2', NULL, 44, NULL, '2022-04-08 14:31:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512317136235212801', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@73ae95e7', NULL, 68, NULL, '2022-04-08 14:31:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512317136264572930', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6a536455', NULL, 60, NULL, '2022-04-08 14:31:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512317136298127362', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@28df3c18', NULL, 78, NULL, '2022-04-08 14:31:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512317136298127363', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@75a2a1ee', NULL, 78, NULL, '2022-04-08 14:31:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512317181277843457', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@733ae49c', NULL, 9, NULL, '2022-04-08 14:31:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512317181319786498', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5d0f688e', NULL, 18, NULL, '2022-04-08 14:31:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512317183492435970', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6ceab60d', NULL, 22, NULL, '2022-04-08 14:31:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512317183496630274', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2979778b', NULL, 18, NULL, '2022-04-08 14:31:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512317183496630275', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@450d4ebe', NULL, 22, NULL, '2022-04-08 14:31:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512317183496630276', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4dd02e21', NULL, 22, NULL, '2022-04-08 14:31:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512317183538573313', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@67db10c7', NULL, 30, NULL, '2022-04-08 14:31:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512317183551156226', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@414008db', NULL, 29, NULL, '2022-04-08 14:31:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512317228086276098', 1, '用户名: 管理员,退出成功!', NULL, 'admin', '管理员', '127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-08 14:31:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512317247455571969', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@56c6184a', NULL, 8, NULL, '2022-04-08 14:31:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512317247476543490', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2e52795c', NULL, 13, NULL, '2022-04-08 14:31:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512317250618077185', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@59b33b9c', NULL, 10, NULL, '2022-04-08 14:31:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512317250634854401', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@722cdcae', NULL, 17, NULL, '2022-04-08 14:31:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512317250622271490', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@e71f17a', NULL, 11, NULL, '2022-04-08 14:31:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512317250664214529', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6e225dc6', NULL, 24, NULL, '2022-04-08 14:31:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512317250685186050', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2252f627', NULL, 26, NULL, '2022-04-08 14:31:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512317250701963266', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@68e7af4b', NULL, 27, NULL, '2022-04-08 14:31:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318678002667522', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@22a99f2e', NULL, 109, NULL, '2022-04-08 14:37:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318678396932097', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2448ff55', NULL, 213, NULL, '2022-04-08 14:37:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318681299390467', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@683688ca', NULL, 52, NULL, '2022-04-08 14:37:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318681299390466', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@530a3dfb', NULL, 55, NULL, '2022-04-08 14:37:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318681349722114', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@fb8ff23', NULL, 32, NULL, '2022-04-08 14:37:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318681349722113', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@312f5a2a', NULL, 67, NULL, '2022-04-08 14:37:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318681362305026', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3266826b', NULL, 72, NULL, '2022-04-08 14:37:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318681383276546', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4629d886', NULL, 43, NULL, '2022-04-08 14:37:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318692800172034', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@149ec6a4', NULL, 21, NULL, '2022-04-08 14:37:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318692884058114', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1508426630185254914', NULL, 39, NULL, '2022-04-08 14:37:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318701746622466', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7678cae1', NULL, 12, NULL, '2022-04-08 14:37:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318701759205378', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@a29a1a0', NULL, 16, NULL, '2022-04-08 14:37:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318701759205377', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@550b366c', NULL, 17, NULL, '2022-04-08 14:37:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318707140497410', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@167d196e', NULL, 14, NULL, '2022-04-08 14:37:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318707161468929', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1508426630185254913', NULL, 21, NULL, '2022-04-08 14:37:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318718645473282', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7e316b6b', NULL, 8, NULL, '2022-04-08 14:37:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318718645473281', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@695797b2', NULL, 8, NULL, '2022-04-08 14:37:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318718666444802', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@761e2871', NULL, 13, NULL, '2022-04-08 14:37:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318722596507649', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508293863887798274, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5bb23f7a', NULL, 6, NULL, '2022-04-08 14:37:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318722596507650', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508293703577305089, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@12bffde4', NULL, 6, NULL, '2022-04-08 14:37:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318722688782338', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508293863887798274, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4cee8e19', NULL, 7, NULL, '2022-04-08 14:37:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318722705559553', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508293703577305089, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@19d9ff70', NULL, 9, NULL, '2022-04-08 14:37:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318727822610435', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508293987569434626, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4c83ebb7', NULL, 9, NULL, '2022-04-08 14:37:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318727822610434', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1509807021152137217, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1f31080e', NULL, 7, NULL, '2022-04-08 14:37:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318727923273729', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1509807021152137217, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@37aa29e3', NULL, 7, NULL, '2022-04-08 14:37:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318727931662337', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508293987569434626, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6c3cea93', NULL, 8, NULL, '2022-04-08 14:37:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318732004331521', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1509807070959497217, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@39e64ec6', NULL, 6, NULL, '2022-04-08 14:37:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318732012720129', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508293987569434626, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@736d6166', NULL, 7, NULL, '2022-04-08 14:37:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318734231506946', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508282344655482882, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@519bdb0e', NULL, 5, NULL, '2022-04-08 14:37:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318734231506947', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508281679451451394, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@22471697', NULL, 6, NULL, '2022-04-08 14:37:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318734357336066', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508282344655482882, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7e301076', NULL, 5, NULL, '2022-04-08 14:37:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318734357336065', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508281679451451394, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6553b27f', NULL, 6, NULL, '2022-04-08 14:37:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318737997991937', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5950b958', NULL, 16, NULL, '2022-04-08 14:37:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318738018963457', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@42e99223', NULL, 14, NULL, '2022-04-08 14:37:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318738035740674', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@15955ade', NULL, 20, NULL, '2022-04-08 14:37:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318738052517890', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2acf54fb', NULL, 21, NULL, '2022-04-08 14:37:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318738052517889', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6df4aae8', NULL, 23, NULL, '2022-04-08 14:37:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318738073489409', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1d67a44c', NULL, 30, NULL, '2022-04-08 14:37:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318788686155778', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7da5da13', NULL, 12, NULL, '2022-04-08 14:37:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318788723904514', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1508426630185254913', NULL, 22, NULL, '2022-04-08 14:37:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318797569691649', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@47b4c968', NULL, 7, NULL, '2022-04-08 14:37:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318797586468865', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@70a0f3dd', NULL, 10, NULL, '2022-04-08 14:37:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318797599051778', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@73d76de4', NULL, 12, NULL, '2022-04-08 14:37:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318800086274049', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6751c694', NULL, 6, NULL, '2022-04-08 14:37:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318800094662658', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@54297eb5', NULL, 7, NULL, '2022-04-08 14:37:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318805274628097', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6381497', NULL, 11, NULL, '2022-04-08 14:37:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512318805312376833', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1508426630185254913', NULL, 19, NULL, '2022-04-08 14:37:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512319354271272961', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4d4112f0', NULL, 23, NULL, '2022-04-08 14:40:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512319354283855873', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1508426630185254913', NULL, 29, NULL, '2022-04-08 14:40:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512321217502744577', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5942983', NULL, 26, NULL, '2022-04-08 14:47:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512321217544687617', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1508426630185254913', NULL, 33, NULL, '2022-04-08 14:47:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512321227749429250', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@57d5048c', NULL, 9, NULL, '2022-04-08 14:47:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512321227749429251', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@397a987e', NULL, 13, NULL, '2022-04-08 14:47:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512321227808149505', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@fbb9159', NULL, 22, NULL, '2022-04-08 14:47:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512321231385890818', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6b5419ab', NULL, 10, NULL, '2022-04-08 14:47:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512321231432028162', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1508426630185254914', NULL, 21, NULL, '2022-04-08 14:47:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512321235286593538', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5c85290', NULL, 12, NULL, '2022-04-08 14:47:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512321235286593539', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7b0961c3', NULL, 10, NULL, '2022-04-08 14:47:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512321235299176450', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3fd72cdb', NULL, 15, NULL, '2022-04-08 14:47:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512321299618828289', 1, '用户名: admin,登录成功!', NULL, 'admin', '管理员', '127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-08 14:47:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512321327146045441', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@606896c2', NULL, 21, NULL, '2022-04-08 14:47:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512321395592892417', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@76dabf12', NULL, 8, NULL, '2022-04-08 14:48:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512321395618058242', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1508426630185254913', NULL, 14, NULL, '2022-04-08 14:48:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512321599545118721', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=null, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@12284eae', NULL, 15, NULL, '2022-04-08 14:49:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512321602862813185', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@77677925', NULL, 10, NULL, '2022-04-08 14:49:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512321620571164674', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4df824ae', NULL, 9, NULL, '2022-04-08 14:49:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512321809151266817', 2, '国际化配置-编辑', 3, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.edit()', NULL, '[{\"createTime\":1648101813000,\"id\":\"1506874335557328898\",\"identification\":\"en\",\"isEnable\":\"Y\",\"name\":\"English\",\"updateBy\":\"admin\",\"updateTime\":1649400591518}]', NULL, 17, NULL, '2022-04-08 14:49:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512321809453256706', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6282b08e', NULL, 8, NULL, '2022-04-08 14:49:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512321863643664385', 2, '国际化配置-编辑', 3, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.edit()', NULL, '[{\"createTime\":1648101785000,\"id\":\"1506874219039563778\",\"identification\":\"cn\",\"isEnable\":\"Y\",\"name\":\"中文\",\"updateBy\":\"admin\",\"updateTime\":1649400604513}]', NULL, 18, NULL, '2022-04-08 14:50:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512321863916294146', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6ecc50e4', NULL, 8, NULL, '2022-04-08 14:50:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322258990370817', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6b47279e', NULL, 14, NULL, '2022-04-08 14:51:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322259141365761', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7b81a3da', NULL, 48, NULL, '2022-04-08 14:51:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322263037874177', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@562426b4', NULL, 216, NULL, '2022-04-08 14:51:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322263365029889', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1508426630185254913', NULL, 194, NULL, '2022-04-08 14:51:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322450191912962', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@875cce5', NULL, 10, NULL, '2022-04-08 14:52:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322450208690178', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@c8ae99c', NULL, 13, NULL, '2022-04-08 14:52:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322450221273089', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@35a1a45f', NULL, 16, NULL, '2022-04-08 14:52:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322455120220162', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@37676224', NULL, 11, NULL, '2022-04-08 14:52:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322455149580290', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1508426630185254914', NULL, 17, NULL, '2022-04-08 14:52:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322465165578242', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508294281619505153, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@71108120', NULL, 5, NULL, '2022-04-08 14:52:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322465165578241', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1509807679662059522, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@71e70646', NULL, 5, NULL, '2022-04-08 14:52:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322465186549761', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2c1b9c8a', NULL, 11, NULL, '2022-04-08 14:52:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322473206059009', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1509807560283779073, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4d8dcfb1', NULL, 7, NULL, '2022-04-08 14:52:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322473252196353', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508294101805498369, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7d5927f9', NULL, 4, NULL, '2022-04-08 14:52:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322473285750785', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1509807560283779073, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@b673ed3', NULL, 5, NULL, '2022-04-08 14:52:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322473323499522', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508294101805498369, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@489f56f5', NULL, 4, NULL, '2022-04-08 14:52:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322484228689922', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508294063201124354, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3ddfd834', NULL, 6, NULL, '2022-04-08 14:52:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322484224495618', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1509807132049534978, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@43c50d6c', NULL, 5, NULL, '2022-04-08 14:52:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322484291604481', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508294063201124354, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@32f44865', NULL, 4, NULL, '2022-04-08 14:52:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322484299993090', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1509807132049534978, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4769b65c', NULL, 4, NULL, '2022-04-08 14:52:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322488217473026', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508294063201124354, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4cbe0806', NULL, 5, NULL, '2022-04-08 14:52:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322488217473025', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1509807215944003585, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3856c2dc', NULL, 5, NULL, '2022-04-08 14:52:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322491879100419', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508282344655482882, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@dc94fb4', NULL, 7, NULL, '2022-04-08 14:52:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322491879100418', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508281679451451394, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@a7686a', NULL, 8, NULL, '2022-04-08 14:52:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322491958792194', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508281679451451394, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6e8963db', NULL, 5, NULL, '2022-04-08 14:52:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322491967180802', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1508282344655482882, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2eb53198', NULL, 7, NULL, '2022-04-08 14:52:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322495431675906', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@71777330', NULL, 13, NULL, '2022-04-08 14:52:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322495469424642', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1508288564728627201', NULL, 21, NULL, '2022-04-08 14:52:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322503161778177', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=1509807719482781698, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1bb6c866', NULL, 5, NULL, '2022-04-08 14:52:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322503161778178', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, fpid=1508294315236851714, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7fc9899d', NULL, 5, NULL, '2022-04-08 14:52:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322503165972481', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3ac5b49f', NULL, 7, NULL, '2022-04-08 14:52:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322511101595650', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5669b5e0', NULL, 16, NULL, '2022-04-08 14:52:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322511122567170', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7b43d30a', NULL, 23, NULL, '2022-04-08 14:52:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322511168704514', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3f4b1e5e', NULL, 32, NULL, '2022-04-08 14:52:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322511198064641', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@396f784c', NULL, 22, NULL, '2022-04-08 14:52:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322511210647554', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@57b05c7b', NULL, 33, NULL, '2022-04-08 14:52:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322511210647555', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3fa22d4', NULL, 22, NULL, '2022-04-08 14:52:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322519876079618', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7ce84316', NULL, 14, NULL, '2022-04-08 14:52:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512322519901245441', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1508426630185254913', NULL, 20, NULL, '2022-04-08 14:52:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512323135172087810', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5bfcff72', NULL, 12, NULL, '2022-04-08 14:55:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512323135260168194', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@63a690cd', NULL, 31, NULL, '2022-04-08 14:55:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512323138678525954', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7261f048', NULL, 22, NULL, '2022-04-08 14:55:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512323138783383553', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@14086863', NULL, 47, NULL, '2022-04-08 14:55:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512323138804355074', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5e631dbd', NULL, 47, NULL, '2022-04-08 14:55:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512323138804355075', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7d37be08', NULL, 54, NULL, '2022-04-08 14:55:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512323138842103810', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7ec70924', NULL, 43, NULL, '2022-04-08 14:55:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512323138858881025', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6d090018', NULL, 43, NULL, '2022-04-08 14:55:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512323152276459522', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1385d63a', NULL, 6, NULL, '2022-04-08 14:55:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512323152289042433', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7e1ed5df', NULL, 10, NULL, '2022-04-08 14:55:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512323155673845762', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@47b10f2a', NULL, 10, NULL, '2022-04-08 14:55:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512323155715788802', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1508426630185254913', NULL, 20, NULL, '2022-04-08 14:55:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512323290550079490', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@444f0084', NULL, 9, NULL, '2022-04-08 14:55:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512323290583633922', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1508426630185254913', NULL, 18, NULL, '2022-04-08 14:55:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512324307601690626', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6f2cc99d', NULL, 30, NULL, '2022-04-08 14:59:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512324307748491266', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1508426630185254913', NULL, 50, NULL, '2022-04-08 14:59:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512325424599371777', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@268cdea4', NULL, 9, NULL, '2022-04-08 15:04:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512325424662286338', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@192797ff', NULL, 24, NULL, '2022-04-08 15:04:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512325432505634818', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3422f7aa', NULL, 11, NULL, '2022-04-08 15:04:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512325432572743681', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1508426630185254913', NULL, 24, NULL, '2022-04-08 15:04:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512325460880101378', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@61b63fc1', NULL, 14, NULL, '2022-04-08 15:04:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512326614707965954', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@520c9d58', NULL, 21, NULL, '2022-04-08 15:08:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512326614938652674', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7bb4739e', NULL, 62, NULL, '2022-04-08 15:08:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512326662564974594', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2574b10c', NULL, 10, NULL, '2022-04-08 15:09:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512326707246895105', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1534ee0e', NULL, 7, NULL, '2022-04-08 15:09:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512326707301421058', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@40b797d7', NULL, 18, NULL, '2022-04-08 15:09:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512326753887555585', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@21a27517', NULL, 10, NULL, '2022-04-08 15:09:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512327099435290625', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5e5e39b3', NULL, 34, NULL, '2022-04-08 15:10:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512327099535953922', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@e63a682', NULL, 46, NULL, '2022-04-08 15:10:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512327141206364161', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@12ae383b', NULL, 17, NULL, '2022-04-08 15:11:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512327457217810434', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@d8c04c3', NULL, 11, NULL, '2022-04-08 15:12:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512327457226199041', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@dfa212b', NULL, 13, NULL, '2022-04-08 15:12:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512327528961380353', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@260abcc0', NULL, 6, NULL, '2022-04-08 15:12:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512327528990740481', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6a9f6a63', NULL, 13, NULL, '2022-04-08 15:12:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512328169528070145', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3f9042fb', NULL, 6, NULL, '2022-04-08 15:15:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512328169544847362', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1ffe600d', NULL, 10, NULL, '2022-04-08 15:15:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512337189961830401', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@e7a6fec', NULL, 16, NULL, '2022-04-08 15:50:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512337189991190529', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@542af5f6', NULL, 21, NULL, '2022-04-08 15:50:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512337196362338306', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@66cfe1d9', NULL, 17, NULL, '2022-04-08 15:51:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512337196400087041', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6dc51d56', NULL, 27, NULL, '2022-04-08 15:51:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512337196429447169', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@f5d59c0', NULL, 29, NULL, '2022-04-08 15:51:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512337196429447170', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5484e03', NULL, 34, NULL, '2022-04-08 15:51:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512337196454612994', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5e9e5c6c', NULL, 40, NULL, '2022-04-08 15:51:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512337196525916162', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@39e8b71b', NULL, 55, NULL, '2022-04-08 15:51:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512337207531769857', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4fe92428', NULL, 12, NULL, '2022-04-08 15:51:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1512337207565324290', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1508426630185254913', NULL, 18, NULL, '2022-04-08 15:51:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1513343002734055426', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f0daa7b', NULL, 83, NULL, '2022-04-11 10:27:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1513343002952159234', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@67136731', NULL, 129, NULL, '2022-04-11 10:27:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1513343003153485825', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@11a5c44d', NULL, 174, NULL, '2022-04-11 10:27:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1513343003153485826', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@143ba93', NULL, 172, NULL, '2022-04-11 10:27:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1513343003153485828', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@45679cf9', NULL, 175, NULL, '2022-04-11 10:27:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1513343003153485827', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@58360fae', NULL, 186, NULL, '2022-04-11 10:27:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1513343003346423810', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@553a682d', NULL, 18, NULL, '2022-04-11 10:27:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1513343003346423811', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4273a55e', NULL, 31, NULL, '2022-04-11 10:27:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1513343026251517953', 1, '用户名: 管理员,退出成功!', NULL, 'admin', '管理员', '127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-11 10:27:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1513343059348770817', 1, '用户名: admin,登录成功!', NULL, 'admin', '管理员', '127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-11 10:27:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1513343178559279105', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@793d8eec', NULL, 13, NULL, '2022-04-11 10:28:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518821683660439554', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f39a646', NULL, 65, NULL, '2022-04-26 13:18:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518821683840794626', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@17725b45', NULL, 122, NULL, '2022-04-26 13:18:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518821684281196547', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@655689bb', NULL, 30, NULL, '2022-04-26 13:18:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518821684281196548', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@41290561', NULL, 30, NULL, '2022-04-26 13:18:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518821684281196546', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@26600a5e', NULL, 28, NULL, '2022-04-26 13:18:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518821684306362369', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@640a7391', NULL, 33, NULL, '2022-04-26 13:18:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518821684306362370', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1d6d9562', NULL, 34, NULL, '2022-04-26 13:18:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518821684323139586', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3f6f5d7a', NULL, 41, NULL, '2022-04-26 13:18:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518823190912942082', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@536fa25e', NULL, 7, NULL, '2022-04-26 13:24:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518823191378509826', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@42372d72', NULL, 119, NULL, '2022-04-26 13:24:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518823192464834561', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@305678c9', NULL, 11, NULL, '2022-04-26 13:24:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518823192490000386', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2e4712f', NULL, 15, NULL, '2022-04-26 13:24:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518823192498388993', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@551c72e1', NULL, 17, NULL, '2022-04-26 13:24:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518823192615829506', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4483a2c3', NULL, 47, NULL, '2022-04-26 13:24:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518823192649383938', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4c4be2ec', NULL, 51, NULL, '2022-04-26 13:24:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518823192653578242', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f1cf06a', NULL, 52, NULL, '2022-04-26 13:24:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518823210194157569', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@39c04d1', NULL, 9, NULL, '2022-04-26 13:24:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518823210210934786', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@616a4d76', NULL, 13, NULL, '2022-04-26 13:24:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518823212022874113', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7dbfc54c', NULL, 7, NULL, '2022-04-26 13:24:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518823212052234241', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6987adb8', NULL, 15, NULL, '2022-04-26 13:24:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518823212052234242', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@49f8907f', NULL, 13, NULL, '2022-04-26 13:24:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518823212060622849', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@311aa0e4', NULL, 17, NULL, '2022-04-26 13:24:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518823212060622850', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@af6fe41', NULL, 19, NULL, '2022-04-26 13:24:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518823212069011458', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5621025a', NULL, 20, NULL, '2022-04-26 13:24:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518837394931826689', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@29b65cd6', NULL, 16, NULL, '2022-04-26 14:20:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518837395015712769', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3aa088dc', NULL, 39, NULL, '2022-04-26 14:20:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518837395963625473', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1499eaf2', NULL, 18, NULL, '2022-04-26 14:20:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518837395963625474', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@109bf355', NULL, 27, NULL, '2022-04-26 14:20:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518837395963625475', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@29e24eb7', NULL, 19, NULL, '2022-04-26 14:20:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518837396039122948', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5341ed6f', NULL, 40, NULL, '2022-04-26 14:20:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518837396039122947', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3a504459', NULL, 22, NULL, '2022-04-26 14:20:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518837396039122946', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5f69bfd8', NULL, 34, NULL, '2022-04-26 14:20:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518837492323565569', 1, '用户名: admin,登录成功!', NULL, 'admin', '管理员', '127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-26 14:20:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518837520404430849', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@38832c2d', NULL, 11, NULL, '2022-04-26 14:20:58', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518839544885919745', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1650954540815,\"icon\":\"icon/weixintupian_20220315131826_1650954529803.jpg\",\"id\":\"1518839544831393794\",\"isEnable\":\"N\",\"name\":\"666\",\"sort\":\"1\",\"sysOrgCode\":\"A01\"}]', NULL, 11, NULL, '2022-04-26 14:29:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518839545435373569', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@45eb598c', NULL, 9, NULL, '2022-04-26 14:29:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518839922008375298', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6b06bf9a', NULL, 9, NULL, '2022-04-26 14:30:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518840692376190978', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@11ec9529', NULL, 8, NULL, '2022-04-26 14:33:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518840869971410946', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6328541e', NULL, 7, NULL, '2022-04-26 14:34:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518843594087972866', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@244d5802', NULL, 5, NULL, '2022-04-26 14:45:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518843619039887362', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6c9248a9', NULL, 10, NULL, '2022-04-26 14:45:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518843619048275970', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3eca436a', NULL, 12, NULL, '2022-04-26 14:45:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518843619966828546', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@61a728f5', NULL, 16, NULL, '2022-04-26 14:45:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518843619996188674', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3f52510d', NULL, 15, NULL, '2022-04-26 14:45:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518843620038131713', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@452bd113', NULL, 20, NULL, '2022-04-26 14:45:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518843620059103234', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@46c315d2', NULL, 29, NULL, '2022-04-26 14:45:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518843620067491841', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@65426b4a', NULL, 31, NULL, '2022-04-26 14:45:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518843620122017793', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1a5f8dfa', NULL, 46, NULL, '2022-04-26 14:45:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518844153134170113', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1c745a40', NULL, 9, NULL, '2022-04-26 14:47:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518844153159335937', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4b8d4773', NULL, 15, NULL, '2022-04-26 14:47:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518844154090471426', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1a827f3c', NULL, 7, NULL, '2022-04-26 14:47:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518844154098860034', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@680e525b', NULL, 11, NULL, '2022-04-26 14:47:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518844154115637250', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@10a3c2dc', NULL, 10, NULL, '2022-04-26 14:47:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518844154132414465', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@357ae4f2', NULL, 17, NULL, '2022-04-26 14:47:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518844154132414466', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1c81d6b7', NULL, 17, NULL, '2022-04-26 14:47:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518844154140803073', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5c703c13', NULL, 17, NULL, '2022-04-26 14:47:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518844627413483521', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@446a0adb', NULL, 6, NULL, '2022-04-26 14:49:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518844627476398081', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5a2916cd', NULL, 15, NULL, '2022-04-26 14:49:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518844628445282306', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@25ca7f0f', NULL, 7, NULL, '2022-04-26 14:49:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518844628453670913', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@585f15b4', NULL, 7, NULL, '2022-04-26 14:49:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518844628504002561', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@69a5e3e6', NULL, 19, NULL, '2022-04-26 14:49:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518844628512391170', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3ad79266', NULL, 21, NULL, '2022-04-26 14:49:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518844628520779778', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7e3b85dd', NULL, 24, NULL, '2022-04-26 14:49:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518844628554334210', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2aea058f', NULL, 30, NULL, '2022-04-26 14:49:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518844686804828162', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5b468836', NULL, 7, NULL, '2022-04-26 14:49:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518844686813216770', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6189a306', NULL, 9, NULL, '2022-04-26 14:49:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518844688683876353', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3c4e9658', NULL, 8, NULL, '2022-04-26 14:49:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518844688683876354', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2a88b81d', NULL, 5, NULL, '2022-04-26 14:49:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518844688683876355', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@78d0fc98', NULL, 8, NULL, '2022-04-26 14:49:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518844688700653569', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@573871a7', NULL, 9, NULL, '2022-04-26 14:49:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518844688709042178', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@262a9dc3', NULL, 15, NULL, '2022-04-26 14:49:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518844688709042177', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@27e1c7f5', NULL, 11, NULL, '2022-04-26 14:49:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518846889342910466', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@73e66af3', NULL, 8, NULL, '2022-04-26 14:58:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518846889372270594', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3a668a0a', NULL, 17, NULL, '2022-04-26 14:58:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518846890278240257', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@18e6176d', NULL, 6, NULL, '2022-04-26 14:58:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518846890286628866', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@338cddb', NULL, 10, NULL, '2022-04-26 14:58:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518846890295017473', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@41d29732', NULL, 8, NULL, '2022-04-26 14:58:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518846890336960513', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@516cd1d9', NULL, 22, NULL, '2022-04-26 14:58:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518846890345349121', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6a66a7d3', NULL, 21, NULL, '2022-04-26 14:58:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1518846890362126338', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@65bde7c4', NULL, 25, NULL, '2022-04-26 14:58:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519123575670116353', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@55f1e43a', NULL, 70, NULL, '2022-04-27 09:17:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519123575670116354', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@31eb6fa1', NULL, 80, NULL, '2022-04-27 09:17:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519123575959523329', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6148c0a5', NULL, 148, NULL, '2022-04-27 09:17:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519123575959523330', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7b36ee50', NULL, 148, NULL, '2022-04-27 09:17:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519123575959523331', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@76280d9', NULL, 148, NULL, '2022-04-27 09:17:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519123575967911938', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@50a653f5', NULL, 149, NULL, '2022-04-27 09:17:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519123576253124610', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@365a6bb6', NULL, 17, NULL, '2022-04-27 09:17:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519123576261513218', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@304b4c7f', NULL, 18, NULL, '2022-04-27 09:17:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519123902129573889', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@35a100da', NULL, 11, NULL, '2022-04-27 09:18:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519123902163128321', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3e1929e6', NULL, 16, NULL, '2022-04-27 09:18:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519123903404642306', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@61c4b353', NULL, 14, NULL, '2022-04-27 09:18:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519123903413030914', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@66dfd04e', NULL, 13, NULL, '2022-04-27 09:18:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519123903434002433', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@47dcd2ac', NULL, 19, NULL, '2022-04-27 09:18:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519123903450779649', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6ec72115', NULL, 22, NULL, '2022-04-27 09:18:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519123903475945474', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6fdf4e6a', NULL, 27, NULL, '2022-04-27 09:18:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519123903475945475', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3738b65b', NULL, 29, NULL, '2022-04-27 09:18:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519124333010423809', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@333f7fa1', NULL, 9, NULL, '2022-04-27 09:20:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519124333035589634', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6d803a83', NULL, 15, NULL, '2022-04-27 09:20:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519124334545539074', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@509f995e', NULL, 6, NULL, '2022-04-27 09:20:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519124334553927681', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7e0a5938', NULL, 8, NULL, '2022-04-27 09:20:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519124334587482113', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4ce7cbf', NULL, 17, NULL, '2022-04-27 09:20:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519124334587482114', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@697b6e95', NULL, 16, NULL, '2022-04-27 09:20:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519124334675562497', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1cf539ec', NULL, 34, NULL, '2022-04-27 09:20:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519124334692339714', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@788751b1', NULL, 40, NULL, '2022-04-27 09:20:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519131925820542977', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@60b65bf9', NULL, 10, NULL, '2022-04-27 09:50:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519131925828931585', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6d9b677f', NULL, 12, NULL, '2022-04-27 09:50:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519131926978170881', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@745b3847', NULL, 8, NULL, '2022-04-27 09:50:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519131927024308226', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3ad2d853', NULL, 14, NULL, '2022-04-27 09:50:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519131927032696834', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@68b4ca92', NULL, 19, NULL, '2022-04-27 09:50:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519131927032696833', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@70649b4f', NULL, 17, NULL, '2022-04-27 09:50:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519131927049474050', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@63133c5', NULL, 21, NULL, '2022-04-27 09:50:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519131927066251265', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@69c10648', NULL, 26, NULL, '2022-04-27 09:50:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519133189631447042', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5331bb95', NULL, 19, NULL, '2022-04-27 09:55:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519133189711138818', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6f288b23', NULL, 34, NULL, '2022-04-27 09:55:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519133189719527426', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2c3173f1', NULL, 34, NULL, '2022-04-27 09:55:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519133189719527427', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@78c91290', NULL, 35, NULL, '2022-04-27 09:55:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519133189744693249', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4c5ecc5a', NULL, 39, NULL, '2022-04-27 09:55:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519133550526140418', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2bc3e86a', NULL, 4, NULL, '2022-04-27 09:57:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519133550568083457', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@12c060c1', NULL, 13, NULL, '2022-04-27 09:57:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519133551893483522', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@34ff3722', NULL, 12, NULL, '2022-04-27 09:57:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519133551952203777', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@8c57407', NULL, 22, NULL, '2022-04-27 09:57:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519133551893483521', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2e97ea1d', NULL, 16, NULL, '2022-04-27 09:57:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519133551968980995', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@42c26940', NULL, 31, NULL, '2022-04-27 09:57:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519133551968980994', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@247ac9a4', NULL, 31, NULL, '2022-04-27 09:57:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519133552048672769', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@75c3ec63', NULL, 50, NULL, '2022-04-27 09:57:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519133815903948802', 1, '用户名: 管理员,退出成功!', NULL, 'admin', '管理员', '127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-27 09:58:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519133941049397249', 1, '用户名: admin,登录成功!', NULL, 'admin', '管理员', '127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-27 09:58:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519133996011556865', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3157e93', NULL, 4, NULL, '2022-04-27 09:59:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519134236127072257', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@366d2a4b', NULL, 3, NULL, '2022-04-27 10:00:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519134339453751298', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651024825324,\"id\":\"1519134339420196865\",\"isEnable\":\"Y\",\"name\":\"头条\",\"sort\":\"1\",\"sysOrgCode\":\"A01\",\"type\":\"隐藏在头部显示\"}]', NULL, 4, NULL, '2022-04-27 10:00:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519134339642494977', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7dffeaa9', NULL, 3, NULL, '2022-04-27 10:00:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519134447532576770', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3ca08eac', NULL, 3, NULL, '2022-04-27 10:00:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519134698880438273', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2bed435c', NULL, 3, NULL, '2022-04-27 10:01:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519134759320358914', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1f29de44', NULL, 3, NULL, '2022-04-27 10:02:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519134822352359426', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@83db62f', NULL, 2, NULL, '2022-04-27 10:02:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519134963591352321', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3bce5abc', NULL, 4, NULL, '2022-04-27 10:02:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519135062845362177', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651024997795,\"id\":\"1519135062811807745\",\"isEnable\":\"Y\",\"name\":\"区域农业资源\",\"sort\":\"1\",\"sysOrgCode\":\"A01\"}]', NULL, 8, NULL, '2022-04-27 10:03:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519135063059271682', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@11296e48', NULL, 4, NULL, '2022-04-27 10:03:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519135075361165314', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@26a39794', NULL, 2, NULL, '2022-04-27 10:03:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519135131178962946', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@8a4f455', NULL, 3, NULL, '2022-04-27 10:03:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519135350494924802', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@32b8cb6c', NULL, 4, NULL, '2022-04-27 10:04:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519135350503313410', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6b648697', NULL, 7, NULL, '2022-04-27 10:04:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519135351375728642', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@34185295', NULL, 5, NULL, '2022-04-27 10:04:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519135351375728643', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5c94d556', NULL, 4, NULL, '2022-04-27 10:04:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519135351400894466', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@52a632b5', NULL, 9, NULL, '2022-04-27 10:04:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519135351484780545', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3d0a785d', NULL, 29, NULL, '2022-04-27 10:04:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519135351493169153', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3fbd0677', NULL, 31, NULL, '2022-04-27 10:04:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519135351501557762', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@37f62a5b', NULL, 33, NULL, '2022-04-27 10:04:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519135366869487617', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@62781360', NULL, 4, NULL, '2022-04-27 10:04:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519136531552210946', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5bac6bf', NULL, 6, NULL, '2022-04-27 10:09:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519136784049311746', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@39eac85', NULL, 2, NULL, '2022-04-27 10:10:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519136989771534337', 2, '门户-文章-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.add()', NULL, '[{\"author\":\"aaa\",\"columnId\":\"1519134339420196865\",\"content\":\"<p>《政府工作报告》指出,2022年,吉林省坚决扛稳国家粮食安全重任,深入实施“藏粮于地、藏粮于技”战略,推动乡村全面振兴取得新进推动乡村全面振兴取得新进</p>\",\"createBy\":\"admin\",\"createTime\":1651025457204,\"id\":\"1519136989721202689\",\"isRelease\":\"Y\",\"source\":\"bbb\",\"sysOrgCode\":\"A01\",\"title\":\"正常年景下今年我省努力确保粮食产量稳定在800亿斤以上\"}]', NULL, 10, NULL, '2022-04-27 10:10:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519136990065135618', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6bfd5efc', NULL, 4, NULL, '2022-04-27 10:10:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519137717793656833', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@594943', NULL, 8, NULL, '2022-04-27 10:13:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519137717818822658', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@60daa3e0', NULL, 15, NULL, '2022-04-27 10:13:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519137717827211265', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@13d0c35', NULL, 8, NULL, '2022-04-27 10:13:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519137717852377090', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5f93636b', NULL, 19, NULL, '2022-04-27 10:13:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519137717864960001', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@196c79da', NULL, 21, NULL, '2022-04-27 10:13:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519137717923680258', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@75210d95', NULL, 36, NULL, '2022-04-27 10:13:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163580354465794', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7d74919', NULL, 19, NULL, '2022-04-27 11:56:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163580421574658', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@747687f7', NULL, 21, NULL, '2022-04-27 11:56:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163580539015169', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6d15a4bc', NULL, 8, NULL, '2022-04-27 11:56:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163580576763906', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@46e1fab9', NULL, 5, NULL, '2022-04-27 11:56:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163580601929730', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3cc94461', NULL, 6, NULL, '2022-04-27 11:56:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163580601929732', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3c346ac', NULL, 12, NULL, '2022-04-27 11:56:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163580601929731', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4d81dfec', NULL, 18, NULL, '2022-04-27 11:56:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163580601929733', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1ab40a36', NULL, 5, NULL, '2022-04-27 11:56:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163580652261378', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@694df919', NULL, 14, NULL, '2022-04-27 11:56:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163589607100418', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4bcb4a03', NULL, 5, NULL, '2022-04-27 11:56:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163589615489025', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@101d0c93', NULL, 7, NULL, '2022-04-27 11:56:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163591247073284', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4d8bff33', NULL, 5, NULL, '2022-04-27 11:56:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163591247073282', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6c8e3437', NULL, 6, NULL, '2022-04-27 11:56:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163591247073286', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@64f71eb', NULL, 8, NULL, '2022-04-27 11:56:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163591247073283', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@34f41340', NULL, 6, NULL, '2022-04-27 11:56:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163591247073285', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@452cfd99', NULL, 8, NULL, '2022-04-27 11:56:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163591268044801', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6289c45e', NULL, 13, NULL, '2022-04-27 11:56:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163591318376449', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@f398e46', NULL, 5, NULL, '2022-04-27 11:56:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163863134441473', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2ec30462', NULL, 7, NULL, '2022-04-27 11:57:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163863176384514', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@644d2c47', NULL, 16, NULL, '2022-04-27 11:57:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163863176384515', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6d8ae93b', NULL, 19, NULL, '2022-04-27 11:57:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163863184773122', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@613b370b', NULL, 18, NULL, '2022-04-27 11:57:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163863193161730', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3a5e84d8', NULL, 19, NULL, '2022-04-27 11:57:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163863209938946', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3c60c476', NULL, 22, NULL, '2022-04-27 11:57:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163900128202754', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1025b75', NULL, 3, NULL, '2022-04-27 11:57:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163900128202755', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5c0d3f79', NULL, 5, NULL, '2022-04-27 11:57:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163901948530691', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@366409cc', NULL, 4, NULL, '2022-04-27 11:57:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163901948530689', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2b4cee59', NULL, 4, NULL, '2022-04-27 11:57:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163901948530690', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@10613cd', NULL, 4, NULL, '2022-04-27 11:57:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163901956919297', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@fcefe4e', NULL, 6, NULL, '2022-04-27 11:57:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163901956919298', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@39f72c4', NULL, 6, NULL, '2022-04-27 11:57:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163901965307905', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@39e845a3', NULL, 7, NULL, '2022-04-27 11:57:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163902044999681', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@24c396ec', NULL, 7, NULL, '2022-04-27 11:57:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163935691706369', 1, '用户名: 管理员,退出成功!', NULL, 'admin', '管理员', '127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-27 11:58:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163984920252417', 1, '用户名: admin,登录成功!', NULL, 'admin', '管理员', '127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-27 11:58:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519163991333343234', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5a01bf9c', NULL, 4, NULL, '2022-04-27 11:58:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519164049646751746', 2, '门户-文章-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.add()', NULL, '[{\"columnId\":\"201\",\"content\":\"<p>改完过玩给改好</p>\",\"createBy\":\"admin\",\"createTime\":1651031908787,\"id\":\"1519164049617391618\",\"isRelease\":\"N\",\"sysOrgCode\":\"A01\",\"title\":\"2我单位爽肤水舞蹈服\"}]', NULL, 7, NULL, '2022-04-27 11:58:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519164049961324546', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1938124e', NULL, 4, NULL, '2022-04-27 11:58:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519164077899583490', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@a5b21df', NULL, 3, NULL, '2022-04-27 11:58:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519164077907972097', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3be19a8a', NULL, 5, NULL, '2022-04-27 11:58:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519164079849934849', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3d482f0c', NULL, 5, NULL, '2022-04-27 11:58:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519164079858323458', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2556824b', NULL, 5, NULL, '2022-04-27 11:58:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519164079849934850', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@540aa399', NULL, 5, NULL, '2022-04-27 11:58:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519164079849934852', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5479a2ac', NULL, 5, NULL, '2022-04-27 11:58:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519164079849934851', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@42e2768', NULL, 5, NULL, '2022-04-27 11:58:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519164079858323459', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5af58f14', NULL, 6, NULL, '2022-04-27 11:58:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519164079891877890', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4db24646', NULL, 4, NULL, '2022-04-27 11:58:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519164254890823681', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@18383167', NULL, 3, NULL, '2022-04-27 11:59:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519164254924378114', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@27e77658', NULL, 10, NULL, '2022-04-27 11:59:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519164257222856707', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1cf1f6ac', NULL, 4, NULL, '2022-04-27 11:59:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519164257222856706', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@300878aa', NULL, 5, NULL, '2022-04-27 11:59:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519164257222856705', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@36c38996', NULL, 5, NULL, '2022-04-27 11:59:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519164257231245313', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@52983f46', NULL, 6, NULL, '2022-04-27 11:59:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519164257231245314', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6edf33c0', NULL, 8, NULL, '2022-04-27 11:59:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519164257231245315', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f762326', NULL, 8, NULL, '2022-04-27 11:59:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519164257264799745', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@e3545e7', NULL, 3, NULL, '2022-04-27 11:59:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519164451935031297', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@422e6cdf', NULL, 2, NULL, '2022-04-27 12:00:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519164528699183106', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651032023005,\"id\":\"1519164528674017281\",\"isEnable\":\"Y\",\"name\":\"图片轮播\",\"sort\":\"2\",\"sysOrgCode\":\"A01\",\"type\":\"隐藏在头部显示\"}]', NULL, 6, NULL, '2022-04-27 12:00:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519164528892121090', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5ef12d6c', NULL, 3, NULL, '2022-04-27 12:00:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519164554951331841', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5249078d', NULL, 2, NULL, '2022-04-27 12:00:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519165219824013313', 2, '门户-文章-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.add()', NULL, '[{\"columnId\":\"1519164528674017281\",\"content\":\"<p>胜多负少告诉我文啥为不本文共我 </p>\",\"cover\":\"temp/tu1_1651032176661.png\",\"createBy\":\"admin\",\"createTime\":1651032187781,\"id\":\"1519165219798847489\",\"isRelease\":\"N\",\"sysOrgCode\":\"A01\",\"title\":\"省委专题会议:努力把人参产业打造成为千亿级优势产业\"}]', NULL, 8, NULL, '2022-04-27 12:03:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519165220197306369', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1e0126fb', NULL, 5, NULL, '2022-04-27 12:03:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519165506508886018', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@221941bc', NULL, 5, NULL, '2022-04-27 12:04:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519165506542440450', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7f01efc6', NULL, 11, NULL, '2022-04-27 12:04:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519165506559217666', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2d005eca', NULL, 15, NULL, '2022-04-27 12:04:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519165506567606273', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5c659236', NULL, 17, NULL, '2022-04-27 12:04:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519165506575994881', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6190ada5', NULL, 18, NULL, '2022-04-27 12:04:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519165506584383489', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@35dc47b3', NULL, 21, NULL, '2022-04-27 12:04:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519167516868153345', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@75579181', NULL, 11, NULL, '2022-04-27 12:12:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519167516889124865', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@40aed902', NULL, 13, NULL, '2022-04-27 12:12:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519167518709452802', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7d20cc98', NULL, 9, NULL, '2022-04-27 12:12:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519167518709452803', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@55ff116b', NULL, 7, NULL, '2022-04-27 12:12:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519167518675898370', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1c9356e9', NULL, 5, NULL, '2022-04-27 12:12:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519167518738812930', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1a203f49', NULL, 7, NULL, '2022-04-27 12:12:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519167518701064193', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1675b0a4', NULL, 5, NULL, '2022-04-27 12:12:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519167518772367362', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@24d247e8', NULL, 6, NULL, '2022-04-27 12:12:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519167518772367363', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2b73b034', NULL, 23, NULL, '2022-04-27 12:12:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519167530323480577', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4a37d33f', NULL, 3, NULL, '2022-04-27 12:12:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519167595855286273', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@c985807', NULL, 4, NULL, '2022-04-27 12:12:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519167595863674881', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@64b0d40f', NULL, 6, NULL, '2022-04-27 12:12:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519167598682247169', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@62ddd3c7', NULL, 6, NULL, '2022-04-27 12:12:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519167598690635777', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5128dbeb', NULL, 7, NULL, '2022-04-27 12:12:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519167598682247171', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@55b3c690', NULL, 9, NULL, '2022-04-27 12:12:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519167598690635778', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@76de640a', NULL, 9, NULL, '2022-04-27 12:12:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519167598682247170', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2a84e3b1', NULL, 5, NULL, '2022-04-27 12:12:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519167598724190210', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1214a4af', NULL, 9, NULL, '2022-04-27 12:12:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519167598808076290', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@44da40ca', NULL, 22, NULL, '2022-04-27 12:12:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519167933387706370', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1ce5d1e8', NULL, 6, NULL, '2022-04-27 12:13:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519167933412872194', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2f369c10', NULL, 11, NULL, '2022-04-27 12:13:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519167933421260802', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@28b0ecb5', NULL, 12, NULL, '2022-04-27 12:13:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519167933429649409', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7ea87fa2', NULL, 12, NULL, '2022-04-27 12:13:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519167933429649410', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6c0e0eb3', NULL, 15, NULL, '2022-04-27 12:13:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519167933442232322', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@45357ad', NULL, 17, NULL, '2022-04-27 12:13:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519167987112546306', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@50fe7eec', NULL, 2, NULL, '2022-04-27 12:14:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519167987120934913', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@517668fe', NULL, 4, NULL, '2022-04-27 12:14:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519167988706381825', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@550c6e79', NULL, 5, NULL, '2022-04-27 12:14:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519167988723159043', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@10713bf1', NULL, 8, NULL, '2022-04-27 12:14:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519167988723159042', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6642b663', NULL, 8, NULL, '2022-04-27 12:14:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519167988773490690', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2f022b3', NULL, 18, NULL, '2022-04-27 12:14:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519167988773490691', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@bc51c29', NULL, 10, NULL, '2022-04-27 12:14:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519167988781879298', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@28d25064', NULL, 4, NULL, '2022-04-27 12:14:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519167988781879299', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@49479787', NULL, 22, NULL, '2022-04-27 12:14:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519168288863358978', 2, '门户-文章-编辑', 3, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.edit()', NULL, '[{\"columnId\":\"1519164528674017281\",\"content\":\"<p>胜多负少告诉我文啥为不本文共我 </p>\",\"cover\":\"temp/tu1_1651032176661.png\",\"createBy\":\"admin\",\"createTime\":1650988800000,\"id\":\"1519165219798847489\",\"isRelease\":\"N\",\"sysOrgCode\":\"A01\",\"title\":\"省委专题会议:努力把人参产业打造成为千亿级优势产业\",\"type\":\"首页轮播\",\"updateBy\":\"admin\",\"updateTime\":1651032919472}]', NULL, 32, NULL, '2022-04-27 12:15:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519168289278595074', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7c863e2b', NULL, 4, NULL, '2022-04-27 12:15:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519168319058153474', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@69bb9666', NULL, 4, NULL, '2022-04-27 12:15:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519168319079124994', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1e382c06', NULL, 8, NULL, '2022-04-27 12:15:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519168321616678913', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7fdcca25', NULL, 5, NULL, '2022-04-27 12:15:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519168321625067522', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6959fffc', NULL, 5, NULL, '2022-04-27 12:15:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519168321654427650', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@46eb5e45', NULL, 4, NULL, '2022-04-27 12:15:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519168321662816257', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2f1570be', NULL, 12, NULL, '2022-04-27 12:15:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519168321671204866', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f1ee829', NULL, 13, NULL, '2022-04-27 12:15:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519168321679593473', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@35c41634', NULL, 18, NULL, '2022-04-27 12:15:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519168321696370690', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4fb59553', NULL, 21, NULL, '2022-04-27 12:15:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519168368328642561', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@79e2be9b', NULL, 4, NULL, '2022-04-27 12:15:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519168368362196993', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@58654adf', NULL, 8, NULL, '2022-04-27 12:15:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519168370404823042', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5974aadb', NULL, 4, NULL, '2022-04-27 12:15:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519168370404823045', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1b7642ed', NULL, 5, NULL, '2022-04-27 12:15:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519168370404823044', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1b303ecf', NULL, 6, NULL, '2022-04-27 12:15:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519168370404823043', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@217c1ec4', NULL, 6, NULL, '2022-04-27 12:15:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519168370413211650', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@41118ba5', NULL, 5, NULL, '2022-04-27 12:15:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519168370413211649', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3a2fca00', NULL, 4, NULL, '2022-04-27 12:15:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519168370446766081', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1ac9f956', NULL, 4, NULL, '2022-04-27 12:15:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519168941245403138', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@44ef753b', NULL, 3, NULL, '2022-04-27 12:17:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519168941350260737', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@f4775a6', NULL, 30, NULL, '2022-04-27 12:17:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519168941350260738', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5b64888e', NULL, 27, NULL, '2022-04-27 12:17:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519168941237014529', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4c9a0d71', NULL, 3, NULL, '2022-04-27 12:17:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519168941358649345', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3ae37372', NULL, 29, NULL, '2022-04-27 12:17:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519168941367037953', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@37579720', NULL, 34, NULL, '2022-04-27 12:17:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519189686709227522', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@f948b20', NULL, 105, NULL, '2022-04-27 13:40:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519189686780530690', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@181d1b10', NULL, 137, NULL, '2022-04-27 13:40:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519189688210788353', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@12ef4b6f', NULL, 33, NULL, '2022-04-27 13:40:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519189688227565570', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1562f0ea', NULL, 33, NULL, '2022-04-27 13:40:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519189688286285828', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6fa5113b', NULL, 32, NULL, '2022-04-27 13:40:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519189688286285826', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@598bd715', NULL, 42, NULL, '2022-04-27 13:40:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519189688286285827', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@68fcc9e8', NULL, 33, NULL, '2022-04-27 13:40:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519189688328228865', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1a2460cf', NULL, 13, NULL, '2022-04-27 13:40:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519189688303063041', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@65185482', NULL, 64, NULL, '2022-04-27 13:40:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519189696033165314', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@131c907f', NULL, 4, NULL, '2022-04-27 13:40:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519189696075108353', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@e99c4fe', NULL, 14, NULL, '2022-04-27 13:40:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519189698474250242', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@44ccb58f', NULL, 10, NULL, '2022-04-27 13:40:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519189698474250243', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7c64a61d', NULL, 13, NULL, '2022-04-27 13:40:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519189698491027458', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4086b1d1', NULL, 9, NULL, '2022-04-27 13:40:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519189698491027459', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1fcc2502', NULL, 11, NULL, '2022-04-27 13:40:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519189698507804674', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@627ea743', NULL, 15, NULL, '2022-04-27 13:40:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519189698532970497', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@595b468', NULL, 24, NULL, '2022-04-27 13:40:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519189698629439489', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1ca8d7d5', NULL, 21, NULL, '2022-04-27 13:40:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519189950379954178', 1, '用户名: 管理员,退出成功!', NULL, 'admin', '管理员', '127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-27 13:41:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519190012837335042', 1, '用户名: admin,登录成功!', NULL, 'admin', '管理员', '127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-27 13:41:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519190021188194305', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@68821973', NULL, 9, NULL, '2022-04-27 13:41:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519190054407081986', 2, '门户-文章-编辑', 3, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.edit()', NULL, '[{\"columnId\":\"201\",\"content\":\"<p>改完过玩给改好</p>\",\"createBy\":\"admin\",\"createTime\":1650988800000,\"id\":\"1519164049617391618\",\"isRelease\":\"Y\",\"sysOrgCode\":\"A01\",\"title\":\"2我单位爽肤水舞蹈服\",\"updateBy\":\"admin\",\"updateTime\":1651038108798}]', NULL, 10, NULL, '2022-04-27 13:41:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519190054776180738', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3d2f2e82', NULL, 6, NULL, '2022-04-27 13:41:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519190069779206145', 2, '门户-文章-编辑', 3, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.edit()', NULL, '[{\"columnId\":\"1519164528674017281\",\"content\":\"<p>胜多负少告诉我文啥为不本文共我 </p>\",\"cover\":\"temp/tu1_1651032176661.png\",\"createBy\":\"admin\",\"createTime\":1650988800000,\"id\":\"1519165219798847489\",\"isRelease\":\"Y\",\"sysOrgCode\":\"A01\",\"title\":\"省委专题会议:努力把人参产业打造成为千亿级优势产业\",\"type\":\"首页轮播\",\"updateBy\":\"admin\",\"updateTime\":1651038112476}]', NULL, 3, NULL, '2022-04-27 13:41:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519190070106361858', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7aac5055', NULL, 4, NULL, '2022-04-27 13:41:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519190216080723969', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@97a5f47', NULL, 7, NULL, '2022-04-27 13:42:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519190216097501185', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4208d204', NULL, 10, NULL, '2022-04-27 13:42:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519190217854914562', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5839f86b', NULL, 6, NULL, '2022-04-27 13:42:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519190217880080385', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@221c443a', NULL, 8, NULL, '2022-04-27 13:42:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519190217880080386', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@20bb13f', NULL, 5, NULL, '2022-04-27 13:42:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519190217913634817', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@59ba52d7', NULL, 12, NULL, '2022-04-27 13:42:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519190217913634819', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@84d3c83', NULL, 18, NULL, '2022-04-27 13:42:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519190217913634818', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@42459f9a', NULL, 6, NULL, '2022-04-27 13:42:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519190217930412034', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@74c7350d', NULL, 16, NULL, '2022-04-27 13:42:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519194449404334081', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7c19b515', NULL, 8, NULL, '2022-04-27 13:59:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519194449412722689', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@63bd4101', NULL, 10, NULL, '2022-04-27 13:59:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519194451031724033', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5c61e8f', NULL, 6, NULL, '2022-04-27 13:59:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519194451048501249', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f3a3b04', NULL, 9, NULL, '2022-04-27 13:59:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519194451040112642', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3ab696aa', NULL, 11, NULL, '2022-04-27 13:59:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519194451086249986', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@70797f00', NULL, 20, NULL, '2022-04-27 13:59:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519194451103027201', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@38b71c96', NULL, 26, NULL, '2022-04-27 13:59:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519194451111415810', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5eddfb7d', NULL, 27, NULL, '2022-04-27 13:59:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519194451128193026', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@35643179', NULL, 7, NULL, '2022-04-27 13:59:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519194487815770113', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7d559878', NULL, 5, NULL, '2022-04-27 13:59:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519194487824158721', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4212770d', NULL, 7, NULL, '2022-04-27 13:59:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519194500864249858', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3c8be460', NULL, 4, NULL, '2022-04-27 13:59:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519194685027749889', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@52c1a03d', NULL, 36, NULL, '2022-04-27 14:00:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519194685027749890', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2c352b50', NULL, 36, NULL, '2022-04-27 14:00:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519194687611441154', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2c8b9f34', NULL, 6, NULL, '2022-04-27 14:00:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519194687611441155', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=2, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1f1335d9', NULL, 6, NULL, '2022-04-27 14:00:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519194687619829761', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@45b4215c', NULL, 6, NULL, '2022-04-27 14:00:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519194687619829762', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2c4583e', NULL, 6, NULL, '2022-04-27 14:00:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519194687636606978', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5aaaa2af', NULL, 10, NULL, '2022-04-27 14:00:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519194687636606977', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1ef298a0', NULL, 11, NULL, '2022-04-27 14:00:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519194687686938626', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4913b538', NULL, 5, NULL, '2022-04-27 14:00:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519194939680722945', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@487db02e', NULL, 4, NULL, '2022-04-27 14:01:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519195020618207234', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651039292842,\"id\":\"1519195020588847106\",\"isEnable\":\"Y\",\"name\":\"工作动态\",\"sort\":\"1\",\"sysOrgCode\":\"A01\",\"type\":\"隐藏在头部显示\"}]', NULL, 8, NULL, '2022-04-27 14:01:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519195020861476865', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7637080b', NULL, 4, NULL, '2022-04-27 14:01:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519195117041061889', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651039315823,\"id\":\"1519195116982341633\",\"isEnable\":\"Y\",\"name\":\"行业要闻\",\"sort\":\"2\",\"sysOrgCode\":\"A01\",\"type\":\"隐藏在头部显示\"}]', NULL, 15, NULL, '2022-04-27 14:01:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519195117250777089', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@755d01ed', NULL, 5, NULL, '2022-04-27 14:01:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519199778288537602', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@29b16d78', NULL, 13, NULL, '2022-04-27 14:20:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519199778317897730', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f86d8ae', NULL, 12, NULL, '2022-04-27 14:20:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519199778334674946', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7083a5cf', NULL, 21, NULL, '2022-04-27 14:20:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519199778334674947', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@640028e1', NULL, 21, NULL, '2022-04-27 14:20:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519199778343063554', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@40aa38b6', NULL, 22, NULL, '2022-04-27 14:20:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519199778351452162', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@301f02d3', NULL, 23, NULL, '2022-04-27 14:20:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519199778372423681', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@377dc56c', NULL, 4, NULL, '2022-04-27 14:20:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519199999324164097', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@d432195', NULL, 5, NULL, '2022-04-27 14:21:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519200144040235010', 2, '门户-文章-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.add()', NULL, '[{\"author\":\"aaa\",\"columnId\":\"301\",\"content\":\"<p>《政府工作报告》指出,2022年,吉林省坚决扛稳国家粮食安全重任,深入实施藏粮于地、藏粮于技战略,推动乡村全面振兴取得新进略,推动乡村全面振兴取得新进</p>\",\"createBy\":\"admin\",\"createTime\":1651040514360,\"id\":\"1519200144010874882\",\"isRelease\":\"Y\",\"source\":\"bbb\",\"sysOrgCode\":\"A01\",\"title\":\"人才活力支持人才服吉林省委省政府关于激发人才活力支持人才服\"}]', NULL, 10, NULL, '2022-04-27 14:21:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519200144342224898', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@ef56e9e', NULL, 4, NULL, '2022-04-27 14:21:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519200519984091138', 2, '门户-文章-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.add()', NULL, '[{\"columnId\":\"301\",\"content\":\"<p>国务院关于印发“十四五”推进农业农村现代化规划的通知国务院关于印发“十四五”推进农业农村现代化规划的通知国务院关于印发“十四五”推进农业农村现代化规划的通知国务院关于印发“十四五”推进农业农村现代化规划的通知</p>\",\"createBy\":\"admin\",\"createTime\":1651040603994,\"id\":\"1519200519950536705\",\"isRelease\":\"N\",\"sysOrgCode\":\"A01\",\"title\":\"国务院关于印发“十四五”推进农业农村现代化规划的通知\"}]', NULL, 7, NULL, '2022-04-27 14:23:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519200520403521538', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@56f29342', NULL, 3, NULL, '2022-04-27 14:23:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519200596920209409', 2, '门户-文章-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.add()', NULL, '[{\"columnId\":\"301\",\"content\":\"<p>农业农村部办公厅关于印发《推进生态农场建设的指导意见农业农村部办公厅关于印发《推进生态农场建设的指导意见农业农村部办公厅关于印发《推进生态农场建设的指导意见</p>\",\"createBy\":\"admin\",\"createTime\":1651040622338,\"id\":\"1519200596895043585\",\"isRelease\":\"N\",\"sysOrgCode\":\"A01\",\"title\":\"农业农村部办公厅关于印发《推进生态农场建设的指导意见\"}]', NULL, 7, NULL, '2022-04-27 14:23:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519200597247365122', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4924e855', NULL, 4, NULL, '2022-04-27 14:23:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519200721155493889', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@24281244', NULL, 8, NULL, '2022-04-27 14:24:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519200721222602753', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@442cc8c3', NULL, 4, NULL, '2022-04-27 14:24:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519200721230991362', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@a7f307c', NULL, 25, NULL, '2022-04-27 14:24:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519200721247768577', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5a70b0fa', NULL, 29, NULL, '2022-04-27 14:24:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519200721247768578', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6c6dc91b', NULL, 29, NULL, '2022-04-27 14:24:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519200721256157185', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@b86703f', NULL, 29, NULL, '2022-04-27 14:24:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519200721314877441', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@506d815d', NULL, 43, NULL, '2022-04-27 14:24:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519200777472413697', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@677827e2', NULL, 51, NULL, '2022-04-27 14:24:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519200777493385217', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1f18296c', NULL, 55, NULL, '2022-04-27 14:24:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519200779032694786', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2b690ab', NULL, 5, NULL, '2022-04-27 14:24:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519200779041083393', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@63e58508', NULL, 5, NULL, '2022-04-27 14:24:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519200779041083394', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4e5b4414', NULL, 8, NULL, '2022-04-27 14:24:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519200779041083395', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2b3ecd89', NULL, 8, NULL, '2022-04-27 14:24:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519200779041083396', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@70b2dbf4', NULL, 6, NULL, '2022-04-27 14:24:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519200779049472001', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7d6a4aad', NULL, 8, NULL, '2022-04-27 14:24:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519200779103997953', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7b5eb255', NULL, 8, NULL, '2022-04-27 14:24:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519200779124969474', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3e34592d', NULL, 10, NULL, '2022-04-27 14:24:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519202489658609666', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@55a60340', NULL, 6, NULL, '2022-04-27 14:31:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519202489700552706', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1fa57087', NULL, 16, NULL, '2022-04-27 14:31:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519202491864813570', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@36b29c48', NULL, 8, NULL, '2022-04-27 14:31:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519202491864813571', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6d97b1d7', NULL, 5, NULL, '2022-04-27 14:31:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519202491881590786', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@203ddc69', NULL, 9, NULL, '2022-04-27 14:31:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519202491906756609', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@47695634', NULL, 15, NULL, '2022-04-27 14:31:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519202491856424961', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@60f8e3f2', NULL, 5, NULL, '2022-04-27 14:31:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519202491923533826', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@18e0e43c', NULL, 19, NULL, '2022-04-27 14:31:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519202491948699649', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@41f83191', NULL, 4, NULL, '2022-04-27 14:31:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519202491973865474', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@78bdf68', NULL, 5, NULL, '2022-04-27 14:31:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519202502358962178', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@32b6c1d', NULL, 5, NULL, '2022-04-27 14:31:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519203449638326274', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@432d7f7c', NULL, 3, NULL, '2022-04-27 14:35:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519203449663492098', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7f394693', NULL, 8, NULL, '2022-04-27 14:35:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519203451383156738', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6a573b41', NULL, 8, NULL, '2022-04-27 14:35:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519203451383156739', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3407cdc4', NULL, 9, NULL, '2022-04-27 14:35:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519203451416711170', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@44fc2773', NULL, 15, NULL, '2022-04-27 14:35:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519203451425099777', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5afce87d', NULL, 5, NULL, '2022-04-27 14:35:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519203451433488386', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@65707c6', NULL, 16, NULL, '2022-04-27 14:35:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519203451450265603', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7c11786a', NULL, 21, NULL, '2022-04-27 14:35:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519203451450265602', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@577ae3b', NULL, 5, NULL, '2022-04-27 14:35:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519203451488014338', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7f70a247', NULL, 30, NULL, '2022-04-27 14:35:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519204107493937153', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@20d07d52', NULL, 8, NULL, '2022-04-27 14:37:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519204107577823234', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6d7df77d', NULL, 6, NULL, '2022-04-27 14:37:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519204107582017537', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4fbefa7d', NULL, 25, NULL, '2022-04-27 14:37:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519204107582017538', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@634b4b70', NULL, 30, NULL, '2022-04-27 14:37:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519204107623960577', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3925a89', NULL, 34, NULL, '2022-04-27 14:37:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519204107644932098', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5e519b2c', NULL, 41, NULL, '2022-04-27 14:37:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519204107653320705', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@350f2e82', NULL, 41, NULL, '2022-04-27 14:37:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519204805526786050', 2, '门户-文章-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.add()', NULL, '[{\"columnId\":\"302\",\"content\":\"<div>《政府工作报告》指出,2022年,吉林省坚决扛稳国家粮食安全重任,深入实施藏粮于地、藏粮于技战略,推动乡村全面振兴取得新进略,推动乡村全面振兴取得新进</div>\",\"createBy\":\"admin\",\"createTime\":1651041625715,\"id\":\"1519204805367402498\",\"isRelease\":\"Y\",\"sysOrgCode\":\"A01\",\"title\":\"吉林省委省政府关于激发人才活力支持人才服吉林省委省政府关于激发人才活力支持人才服\"}]', NULL, 39, NULL, '2022-04-27 14:40:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519204805937827842', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@19fe93fe', NULL, 3, NULL, '2022-04-27 14:40:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519204884044156930', 2, '门户-文章-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.add()', NULL, '[{\"columnId\":\"302\",\"content\":\"<div>吉林省支农惠农兴农政策(二)吉林省支农惠农兴农政策(二)吉林省支农惠农兴农政策(二)</div>\",\"createBy\":\"admin\",\"createTime\":1651041644467,\"id\":\"1519204884010602497\",\"isRelease\":\"Y\",\"sysOrgCode\":\"A01\",\"title\":\"吉林省支农惠农兴农政策(二)\"}]', NULL, 7, NULL, '2022-04-27 14:40:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519204884404867074', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5e9d50c4', NULL, 3, NULL, '2022-04-27 14:40:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519204951597617154', 2, '门户-文章-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.add()', NULL, '[{\"columnId\":\"302\",\"content\":\"<div>六部门发布《关于促进生猪产业持续健康发展的意见》六部门发布《关于促进生猪产业持续健康发展的意见》六部门发布《关于促进生猪产业持续健康发展的意见》</div>\",\"createBy\":\"admin\",\"createTime\":1651041660574,\"id\":\"1519204951568257026\",\"isRelease\":\"Y\",\"sysOrgCode\":\"A01\",\"title\":\"六部门发布《关于促进生猪产业持续健康发展的意见》\"}]', NULL, 6, NULL, '2022-04-27 14:41:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519204951941550081', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@46a5f54d', NULL, 3, NULL, '2022-04-27 14:41:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519205003707650050', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6dbcca4b', NULL, 8, NULL, '2022-04-27 14:41:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519205003724427266', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2bb1816b', NULL, 11, NULL, '2022-04-27 14:41:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519205005473452033', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@621f5ad9', NULL, 16, NULL, '2022-04-27 14:41:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519205005481840642', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@e4ab74b', NULL, 14, NULL, '2022-04-27 14:41:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519205005507006466', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2e929a1b', NULL, 3, NULL, '2022-04-27 14:41:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519205005523783681', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@63a0cc04', NULL, 24, NULL, '2022-04-27 14:41:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519205005532172289', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@42831ab8', NULL, 4, NULL, '2022-04-27 14:41:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519205005532172290', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7e7815e9', NULL, 26, NULL, '2022-04-27 14:41:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519205005540560897', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@e4b548c', NULL, 27, NULL, '2022-04-27 14:41:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519205005548949505', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3833fdfb', NULL, 28, NULL, '2022-04-27 14:41:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519205632798724098', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@763a7640', NULL, 6, NULL, '2022-04-27 14:43:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519205632849055745', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6055368e', NULL, 20, NULL, '2022-04-27 14:43:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519205632865832961', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@138dc6ed', NULL, 23, NULL, '2022-04-27 14:43:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519205632874221571', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@38bb3308', NULL, 8, NULL, '2022-04-27 14:43:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519205632874221570', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7474ab96', NULL, 26, NULL, '2022-04-27 14:43:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519205632874221572', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3fd40873', NULL, 24, NULL, '2022-04-27 14:43:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519205632890998785', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@17aabaf1', NULL, 26, NULL, '2022-04-27 14:43:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519206703340294145', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1c95c82e', NULL, 3, NULL, '2022-04-27 14:47:58', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519206703382237186', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@29aee0b2', NULL, 12, NULL, '2022-04-27 14:47:58', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519206705714270209', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@37a2925f', NULL, 7, NULL, '2022-04-27 14:47:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519206705722658817', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3500314a', NULL, 7, NULL, '2022-04-27 14:47:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519206705772990465', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@384e07', NULL, 19, NULL, '2022-04-27 14:47:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519206705781379073', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@158577d', NULL, 21, NULL, '2022-04-27 14:47:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519206705705881601', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4fcef702', NULL, 5, NULL, '2022-04-27 14:47:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519206705781379074', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@443e7c60', NULL, 22, NULL, '2022-04-27 14:47:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519206705789767681', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@561b0ab', NULL, 4, NULL, '2022-04-27 14:47:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519206705798156289', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3450c0f', NULL, 4, NULL, '2022-04-27 14:47:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519206716837564417', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@44bbda52', NULL, 5, NULL, '2022-04-27 14:48:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519206783774461954', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@19c11d04', NULL, 3, NULL, '2022-04-27 14:48:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519206783782850562', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7f42f37e', NULL, 4, NULL, '2022-04-27 14:48:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519206786173603842', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3860c8ec', NULL, 5, NULL, '2022-04-27 14:48:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519206786194575361', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@253206c3', NULL, 7, NULL, '2022-04-27 14:48:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519206786202963970', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5b274c13', NULL, 5, NULL, '2022-04-27 14:48:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519206786202963971', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@74f366c7', NULL, 7, NULL, '2022-04-27 14:48:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519206786202963972', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@42b98da8', NULL, 7, NULL, '2022-04-27 14:48:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519206786236518401', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@10623d72', NULL, 14, NULL, '2022-04-27 14:48:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519206786253295618', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@271455c8', NULL, 4, NULL, '2022-04-27 14:48:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519206786270072834', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6de5509d', NULL, 5, NULL, '2022-04-27 14:48:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519207086863257602', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6da15a35', NULL, 9, NULL, '2022-04-27 14:49:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519207086888423426', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@24025276', NULL, 18, NULL, '2022-04-27 14:49:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519207086888423427', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1f988eec', NULL, 18, NULL, '2022-04-27 14:49:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519207086938755074', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2ac1a005', NULL, 16, NULL, '2022-04-27 14:49:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519207086938755075', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5e35165e', NULL, 23, NULL, '2022-04-27 14:49:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519207086955532290', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@20812d5d', NULL, 25, NULL, '2022-04-27 14:49:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519207086997475329', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4d6e06c4', NULL, 4, NULL, '2022-04-27 14:49:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519214265104175106', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=null, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@158e124', NULL, 7, NULL, '2022-04-27 15:18:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519214267746586625', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1dcf99ae', NULL, 5, NULL, '2022-04-27 15:18:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519214319030341634', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651043893942,\"id\":\"1519214319000981506\",\"isEnable\":\"Y\",\"name\":\"合作交流\",\"sort\":\"3\",\"sysOrgCode\":\"A01\",\"type\":\"隐藏在头部显示\"}]', NULL, 8, NULL, '2022-04-27 15:18:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519214319323942914', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4e3db765', NULL, 9, NULL, '2022-04-27 15:18:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519214667736387585', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7adcfeb4', NULL, 7, NULL, '2022-04-27 15:19:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519214883558494209', 2, '门户-文章-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.add()', NULL, '[{\"columnId\":\"303\",\"content\":\"<p>国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五</p>\",\"createBy\":\"admin\",\"createTime\":1651044028538,\"id\":\"1519214883533328386\",\"isRelease\":\"Y\",\"sysOrgCode\":\"A01\",\"title\":\"国务院关于印发“十四五”推进农业\"}]', NULL, 7, NULL, '2022-04-27 15:20:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519214883940175873', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@15ce84d8', NULL, 3, NULL, '2022-04-27 15:20:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519221575629246465', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@32bb95f2', NULL, 5, NULL, '2022-04-27 15:47:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519221575646023681', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@420a718f', NULL, 11, NULL, '2022-04-27 15:47:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519221577424408577', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1d6c9316', NULL, 7, NULL, '2022-04-27 15:47:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519221577424408578', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4078a320', NULL, 8, NULL, '2022-04-27 15:47:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519221577432797186', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@64d093fa', NULL, 4, NULL, '2022-04-27 15:47:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519221577470545921', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@459b3283', NULL, 15, NULL, '2022-04-27 15:47:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519221577478934530', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@44aff705', NULL, 18, NULL, '2022-04-27 15:47:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519221577478934529', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1db0063b', NULL, 7, NULL, '2022-04-27 15:47:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519221577487323138', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@16733854', NULL, 8, NULL, '2022-04-27 15:47:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519221577495711746', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@53adbc3', NULL, 20, NULL, '2022-04-27 15:47:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519221653823655938', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@993257b', NULL, 7, NULL, '2022-04-27 15:47:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519221653823655939', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5bbd9db3', NULL, 7, NULL, '2022-04-27 15:47:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519221653853016067', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@492299f3', NULL, 9, NULL, '2022-04-27 15:47:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519221653853016066', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1090f328', NULL, 7, NULL, '2022-04-27 15:47:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519221653853016069', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5a6966d5', NULL, 8, NULL, '2022-04-27 15:47:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519221653853016068', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@37f186f7', NULL, 10, NULL, '2022-04-27 15:47:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519221653894959105', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@43e05a1', NULL, 5, NULL, '2022-04-27 15:47:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519221653903347714', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@167a3484', NULL, 6, NULL, '2022-04-27 15:47:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519222132246941698', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@f9eb971', NULL, 6, NULL, '2022-04-27 15:49:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519222132288884738', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3cadf2ac', NULL, 15, NULL, '2022-04-27 15:49:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519222132288884739', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@70d4a940', NULL, 3, NULL, '2022-04-27 15:49:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519222132305661954', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@44918bc6', NULL, 18, NULL, '2022-04-27 15:49:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519222132314050561', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@c6a146c', NULL, 19, NULL, '2022-04-27 15:49:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519222132322439170', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@12b6d222', NULL, 20, NULL, '2022-04-27 15:49:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519222132330827777', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6300eaae', NULL, 24, NULL, '2022-04-27 15:49:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519222132339216386', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@ebc756c', NULL, 3, NULL, '2022-04-27 15:49:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519223225328701442', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7db3f670', NULL, 4, NULL, '2022-04-27 15:53:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519223225337090050', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@bf51df1', NULL, 7, NULL, '2022-04-27 15:53:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519223227065143298', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7ac92966', NULL, 7, NULL, '2022-04-27 15:53:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519223227073531906', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1a4ea654', NULL, 5, NULL, '2022-04-27 15:53:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519223227128057858', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@41e4b16b', NULL, 18, NULL, '2022-04-27 15:53:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519223227056754689', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5ac8793f', NULL, 5, NULL, '2022-04-27 15:53:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519223227136446466', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@9e26dd2', NULL, 19, NULL, '2022-04-27 15:53:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519223227144835075', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5e6fec4', NULL, 7, NULL, '2022-04-27 15:53:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519223227144835074', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4242ada5', NULL, 4, NULL, '2022-04-27 15:53:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519223227161612290', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@72288db2', NULL, 26, NULL, '2022-04-27 15:53:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519223227178389505', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3ede8140', NULL, 3, NULL, '2022-04-27 15:53:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519223306425569282', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@290c15da', NULL, 2, NULL, '2022-04-27 15:53:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519223381285507073', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651046054555,\"id\":\"1519223381264535554\",\"isEnable\":\"Y\",\"name\":\"科研成果\",\"sort\":\"4\",\"sysOrgCode\":\"A01\",\"type\":\"隐藏在头部显示\"}]', NULL, 5, NULL, '2022-04-27 15:54:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519223381516193793', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@509ee4fe', NULL, 3, NULL, '2022-04-27 15:54:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519223594985295873', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7a4ae134', NULL, 8, NULL, '2022-04-27 15:55:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519224017859219458', 2, '门户-文章-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.add()', NULL, '[{\"columnId\":\"1519223381264535554\",\"content\":\"<p>近日,农业农村部、财政部明确2022年粮食生产重点工作及一揽子支持政策,要</p>\",\"cover\":\"temp/kycg_1_1651046201279.png\",\"createBy\":\"admin\",\"createTime\":1651046206322,\"id\":\"1519224017817276418\",\"isRelease\":\"Y\",\"sysOrgCode\":\"A01\",\"title\":\"国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五\"}]', NULL, 8, NULL, '2022-04-27 15:56:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519224018417061889', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@54b3819f', NULL, 5, NULL, '2022-04-27 15:56:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519224468491046913', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@75eb708f', NULL, 7, NULL, '2022-04-27 15:58:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519224468516212737', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1c984873', NULL, 10, NULL, '2022-04-27 15:58:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519224468532989953', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4d18e3aa', NULL, 4, NULL, '2022-04-27 15:58:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519224468549767170', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7f1c52e4', NULL, 18, NULL, '2022-04-27 15:58:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519224468566544386', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@227eda89', NULL, 21, NULL, '2022-04-27 15:58:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519224468574932995', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@294175d4', NULL, 23, NULL, '2022-04-27 15:58:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519224468574932994', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7fbae93f', NULL, 5, NULL, '2022-04-27 15:58:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519224468574932993', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@22ff19e3', NULL, 5, NULL, '2022-04-27 15:58:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519224468583321602', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4e9d2307', NULL, 24, NULL, '2022-04-27 15:58:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519224941927305218', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@46c298cf', NULL, 6, NULL, '2022-04-27 16:00:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519224941944082433', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@75062b18', NULL, 8, NULL, '2022-04-27 16:00:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519224941944082434', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@19359927', NULL, 7, NULL, '2022-04-27 16:00:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519224941960859650', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1776ac51', NULL, 12, NULL, '2022-04-27 16:00:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519224941977636866', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@45abd034', NULL, 4, NULL, '2022-04-27 16:00:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519224941986025474', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@40b107f9', NULL, 3, NULL, '2022-04-27 16:00:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519224941994414081', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@76e93dbc', NULL, 17, NULL, '2022-04-27 16:00:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519224942002802690', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@61da639', NULL, 5, NULL, '2022-04-27 16:00:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519224942002802691', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@794ed429', NULL, 20, NULL, '2022-04-27 16:00:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519225896781582337', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@13474fad', NULL, 5, NULL, '2022-04-27 16:04:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519225896798359553', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1344302b', NULL, 7, NULL, '2022-04-27 16:04:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519225898727739394', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2b5da3a9', NULL, 8, NULL, '2022-04-27 16:04:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519225898744516609', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@57dd55b0', NULL, 6, NULL, '2022-04-27 16:04:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519225898778071042', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3402d4a5', NULL, 17, NULL, '2022-04-27 16:04:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519225898786459649', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@35ad6a51', NULL, 18, NULL, '2022-04-27 16:04:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519225898786459650', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1a23db74', NULL, 3, NULL, '2022-04-27 16:04:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519225898786459651', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@50526e47', NULL, 3, NULL, '2022-04-27 16:04:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519225898727739393', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@74cd68d3', NULL, 6, NULL, '2022-04-27 16:04:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519225898803236866', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@61b772b4', NULL, 21, NULL, '2022-04-27 16:04:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519225898828402691', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@65ad595f', NULL, 3, NULL, '2022-04-27 16:04:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519225898828402690', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@514737e6', NULL, 3, NULL, '2022-04-27 16:04:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519225974778859522', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4163e6a0', NULL, 6, NULL, '2022-04-27 16:04:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519226196644958209', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@402ec109', NULL, 4, NULL, '2022-04-27 16:05:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519226253532303361', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@619b7a5d', NULL, 5, NULL, '2022-04-27 16:05:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519226253565857793', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@27b6024f', NULL, 13, NULL, '2022-04-27 16:05:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519226256107606017', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@330c60d2', NULL, 6, NULL, '2022-04-27 16:05:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519226256115994626', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6aab5ba8', NULL, 8, NULL, '2022-04-27 16:05:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519226256136966145', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5a2aae89', NULL, 13, NULL, '2022-04-27 16:05:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519226256166326274', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1588ff3b', NULL, 16, NULL, '2022-04-27 16:05:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519226256166326273', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5b0108d2', NULL, 3, NULL, '2022-04-27 16:05:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519226256166326275', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@62ca7751', NULL, 5, NULL, '2022-04-27 16:05:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519226256183103489', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2198c38f', NULL, 20, NULL, '2022-04-27 16:05:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519226256191492097', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@d16f511', NULL, 22, NULL, '2022-04-27 16:05:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519226256191492098', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@382c0f61', NULL, 3, NULL, '2022-04-27 16:05:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519226256208269314', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2f39d7d6', NULL, 4, NULL, '2022-04-27 16:05:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519228799856513026', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@238b1dc9', NULL, 3, NULL, '2022-04-27 16:15:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519228881905487874', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651047366001,\"id\":\"1519228881867739138\",\"isEnable\":\"Y\",\"name\":\"政策文件\",\"sort\":\"5\",\"sysOrgCode\":\"A01\",\"type\":\"隐藏在头部显示\"}]', NULL, 8, NULL, '2022-04-27 16:16:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519228882249420801', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@649c934', NULL, 6, NULL, '2022-04-27 16:16:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519228974515720193', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@37b1ae46', NULL, 6, NULL, '2022-04-27 16:16:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519229184289640449', 2, '门户-文章-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.add()', NULL, '[{\"columnId\":\"1519228881867739138\",\"content\":\"<p>国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五</p>\",\"createBy\":\"admin\",\"createTime\":1651047438097,\"id\":\"1519229184260280322\",\"isRelease\":\"Y\",\"sysOrgCode\":\"A01\",\"title\":\"1国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五\"}]', NULL, 8, NULL, '2022-04-27 16:17:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519229184700682242', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@571a5e0', NULL, 3, NULL, '2022-04-27 16:17:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519229234310909953', 2, '门户-文章-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.add()', NULL, '[{\"columnId\":\"1519228881867739138\",\"content\":\"<p>国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五</p>\",\"createBy\":\"admin\",\"createTime\":1651047450024,\"id\":\"1519229234281549825\",\"isRelease\":\"Y\",\"sysOrgCode\":\"A01\",\"title\":\"2国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五\"}]', NULL, 7, NULL, '2022-04-27 16:17:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519229234692591617', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6195a05e', NULL, 4, NULL, '2022-04-27 16:17:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519229616080654337', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@715a2ca3', NULL, 3, NULL, '2022-04-27 16:19:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519229616089042945', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@56b05c37', NULL, 5, NULL, '2022-04-27 16:19:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519229616105820161', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6948a677', NULL, 9, NULL, '2022-04-27 16:19:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519229616130985986', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3b8e7a6d', NULL, 17, NULL, '2022-04-27 16:19:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519229616147763201', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4aeec6b', NULL, 19, NULL, '2022-04-27 16:19:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519229616147763203', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@638a0d76', NULL, 21, NULL, '2022-04-27 16:19:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519229616147763202', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4e52dee1', NULL, 6, NULL, '2022-04-27 16:19:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519229616156151809', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@10923d84', NULL, 4, NULL, '2022-04-27 16:19:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519229616172929025', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@a5a18', NULL, 3, NULL, '2022-04-27 16:19:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519229616181317633', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@67f89439', NULL, 4, NULL, '2022-04-27 16:19:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519230266478792705', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5497e00e', NULL, 7, NULL, '2022-04-27 16:21:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519230266520735746', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@58aa62f2', NULL, 15, NULL, '2022-04-27 16:21:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519230266520735747', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@63626b70', NULL, 3, NULL, '2022-04-27 16:21:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519230266529124354', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1950abc8', NULL, 17, NULL, '2022-04-27 16:21:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519230266529124355', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7b333322', NULL, 19, NULL, '2022-04-27 16:21:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519230266537512961', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5cab754e', NULL, 20, NULL, '2022-04-27 16:21:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519230266545901569', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@738292b0', NULL, 22, NULL, '2022-04-27 16:21:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519230266554290178', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@8da493b', NULL, 3, NULL, '2022-04-27 16:21:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519230266571067394', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2d45a4dc', NULL, 3, NULL, '2022-04-27 16:21:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519230266592038913', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@347f7f7', NULL, 7, NULL, '2022-04-27 16:21:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519231684866576386', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@fefd679', NULL, 3, NULL, '2022-04-27 16:27:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519231731112972290', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651048045310,\"id\":\"1519231731096195074\",\"isEnable\":\"Y\",\"name\":\"特色农业资源最新动态\",\"sort\":\"6\",\"sysOrgCode\":\"A01\",\"type\":\"隐藏在头部显示\"}]', NULL, 4, NULL, '2022-04-27 16:27:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519231731381407745', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7ecff91c', NULL, 3, NULL, '2022-04-27 16:27:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519231906564902913', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@26cec07e', NULL, 3, NULL, '2022-04-27 16:28:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519232069320675330', 2, '门户-文章-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.add()', NULL, '[{\"columnId\":\"306\",\"content\":\"<p>六部门发布《关于促进生猪产业持续健康发展的意见》六部门发布《关于促进生猪产业持续健康发展的意见》六部门发布《关于促进生猪产业持续健康发展的意见》六部门发布《关于促进生猪产业持续健康发展的意见》</p>\",\"cover\":\"temp/zhu_1651048119668.png\",\"createBy\":\"admin\",\"createTime\":1651048125943,\"id\":\"1519232069291315202\",\"isRelease\":\"Y\",\"sysOrgCode\":\"A01\",\"title\":\"六部门发布《关于促进生猪产业持续健康发展的意见》\"}]', NULL, 6, NULL, '2022-04-27 16:28:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519232069786243073', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6aa9b31f', NULL, 4, NULL, '2022-04-27 16:28:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519232302804996098', 2, '门户-文章-编辑', 3, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.edit()', NULL, '[{\"columnId\":\"306\",\"content\":\"<p>省委十一届九次全会提出吉林省《关于全面实施“一主六双”高质量发省委十一届九次全会提出吉高质量发省委十一届九次全会提出吉</p>\",\"cover\":\"temp/zhu_1651048119668.png\",\"createBy\":\"admin\",\"createTime\":1650988800000,\"id\":\"1519232069291315202\",\"isRelease\":\"Y\",\"sysOrgCode\":\"A01\",\"title\":\"六部门发布《关于促进生猪产业持续健康发展的意见》\",\"updateBy\":\"admin\",\"updateTime\":1651048181610}]', NULL, 7, NULL, '2022-04-27 16:29:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519232303245398017', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@435acaee', NULL, 4, NULL, '2022-04-27 16:29:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519232368559099906', 2, '门户-文章-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.add()', NULL, '[{\"columnId\":\"306\",\"content\":\"<p>国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五</p>\",\"createBy\":\"admin\",\"createTime\":1651048197288,\"id\":\"1519232368538128386\",\"isRelease\":\"Y\",\"sysOrgCode\":\"A01\",\"title\":\"国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五\"}]', NULL, 6, NULL, '2022-04-27 16:29:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519232368944975873', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@283a64b0', NULL, 4, NULL, '2022-04-27 16:29:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519232834718240769', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@438336b4', NULL, 3, NULL, '2022-04-27 16:31:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519232896303206401', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 2 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6dee0bc8', NULL, 6, NULL, '2022-04-27 16:32:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519232919728394241', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@455d48e0', NULL, 3, NULL, '2022-04-27 16:32:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519234978800308226', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@394e7dc5', NULL, 8, NULL, '2022-04-27 16:40:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519234978817085441', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@546a78e4', NULL, 7, NULL, '2022-04-27 16:40:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519234978833862658', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4a7243ae', NULL, 16, NULL, '2022-04-27 16:40:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519234978842251265', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@282a8378', NULL, 13, NULL, '2022-04-27 16:40:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519234978850639874', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5bd1f2b1', NULL, 16, NULL, '2022-04-27 16:40:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519234978859028481', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@eadb701', NULL, 18, NULL, '2022-04-27 16:40:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519234978867417090', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@48108958', NULL, 5, NULL, '2022-04-27 16:40:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519234978875805698', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4fef2262', NULL, 6, NULL, '2022-04-27 16:40:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519234978884194305', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3fefee0f', NULL, 4, NULL, '2022-04-27 16:40:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519234978892582914', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@78f25d72', NULL, 5, NULL, '2022-04-27 16:40:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519234978909360130', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@668bea9d', NULL, 5, NULL, '2022-04-27 16:40:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519235618515554306', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@44cf4896', NULL, 8, NULL, '2022-04-27 16:42:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519235618515554305', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6276d9f4', NULL, 8, NULL, '2022-04-27 16:42:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519235620444934146', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@40d0665', NULL, 5, NULL, '2022-04-27 16:42:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519235620470099969', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1d912c2b', NULL, 6, NULL, '2022-04-27 16:42:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519235620486877185', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2a4e11ac', NULL, 8, NULL, '2022-04-27 16:42:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519235620444934147', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@c2f5aa5', NULL, 6, NULL, '2022-04-27 16:42:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519235620512043010', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6fbfe207', NULL, 6, NULL, '2022-04-27 16:42:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519235620528820225', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@370c5b6a', NULL, 19, NULL, '2022-04-27 16:42:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519235620537208833', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@a7ae093', NULL, 23, NULL, '2022-04-27 16:42:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519235620570763266', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@642cef06', NULL, 4, NULL, '2022-04-27 16:42:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519235620570763267', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@414ec2', NULL, 6, NULL, '2022-04-27 16:42:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519235620579151874', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@224742cd', NULL, 4, NULL, '2022-04-27 16:42:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519235620587540481', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@59d4617d', NULL, 6, NULL, '2022-04-27 16:42:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519235620629483522', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@43237cc4', NULL, 5, NULL, '2022-04-27 16:42:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519235631522091010', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@12786339', NULL, 5, NULL, '2022-04-27 16:42:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519486363907211266', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@50069486', NULL, 185, NULL, '2022-04-28 09:19:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519486363907211265', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@259b9a5', NULL, 185, NULL, '2022-04-28 09:19:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519486364041428994', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6c47a59b', NULL, 223, NULL, '2022-04-28 09:19:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519486364041428996', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@787ffb0e', NULL, 223, NULL, '2022-04-28 09:19:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519486364041428995', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@49a835a1', NULL, 223, NULL, '2022-04-28 09:19:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519486364041428997', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6ab12072', NULL, 224, NULL, '2022-04-28 09:19:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519486364557328385', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@712a068d', NULL, 13, NULL, '2022-04-28 09:19:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519486364582494210', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@55d58dc7', NULL, 19, NULL, '2022-04-28 09:19:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519486364582494209', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@68393125', NULL, 18, NULL, '2022-04-28 09:19:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519486364632825857', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@752a9c3b', NULL, 12, NULL, '2022-04-28 09:19:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519486364657991682', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5a7959c', NULL, 13, NULL, '2022-04-28 09:19:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519486364750266369', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@bf0d976', NULL, 8, NULL, '2022-04-28 09:19:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519486364980953090', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1db310af', NULL, 44, NULL, '2022-04-28 09:19:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519486364980953091', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@49e60ec0', NULL, 45, NULL, '2022-04-28 09:19:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519489083602976770', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@89908be', NULL, 7, NULL, '2022-04-28 09:30:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519489083602976771', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@11472881', NULL, 8, NULL, '2022-04-28 09:30:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519489084643164161', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@670cd54d', NULL, 6, NULL, '2022-04-28 09:30:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519489084685107202', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@12702a8d', NULL, 14, NULL, '2022-04-28 09:30:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519489084685107203', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@75e97d11', NULL, 15, NULL, '2022-04-28 09:30:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519489084685107204', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@598ac3ab', NULL, 11, NULL, '2022-04-28 09:30:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519489084718661633', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@203fee6', NULL, 17, NULL, '2022-04-28 09:30:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519489084727050241', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@765bdef6', NULL, 20, NULL, '2022-04-28 09:30:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519489084777381890', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@76ba1eac', NULL, 9, NULL, '2022-04-28 09:30:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519489084815130626', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@335a6919', NULL, 9, NULL, '2022-04-28 09:30:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519489084819324931', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@53f6636f', NULL, 10, NULL, '2022-04-28 09:30:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519489084819324929', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@f8935b1', NULL, 4, NULL, '2022-04-28 09:30:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519489084819324930', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2b9c6cf4', NULL, 9, NULL, '2022-04-28 09:30:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519489084819324932', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4444ec6c', NULL, 6, NULL, '2022-04-28 09:30:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519490505702719489', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6dcf12c6', NULL, 9, NULL, '2022-04-28 09:35:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519490505736273921', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@401220e9', NULL, 17, NULL, '2022-04-28 09:35:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519490506629660674', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1ac854c', NULL, 6, NULL, '2022-04-28 09:35:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519490506646437889', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7ce43b58', NULL, 8, NULL, '2022-04-28 09:35:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519490506646437890', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@730d8ac3', NULL, 9, NULL, '2022-04-28 09:35:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519490506688380930', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@497f3f08', NULL, 16, NULL, '2022-04-28 09:35:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519490506696769538', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@63d0fe2c', NULL, 18, NULL, '2022-04-28 09:35:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519490506705158146', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6cb494ea', NULL, 20, NULL, '2022-04-28 09:35:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519490506721935362', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@cb8545a', NULL, 7, NULL, '2022-04-28 09:35:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519490506730323970', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@54814c62', NULL, 8, NULL, '2022-04-28 09:35:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519490506755489793', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5197c35d', NULL, 9, NULL, '2022-04-28 09:35:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519490506755489794', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6d3bdde7', NULL, 6, NULL, '2022-04-28 09:35:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519490506797432834', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@157ec27d', NULL, 3, NULL, '2022-04-28 09:35:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519490506847764482', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@762064cf', NULL, 5, NULL, '2022-04-28 09:35:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519491907724328961', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7c70448f', NULL, 8, NULL, '2022-04-28 09:41:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519491907728523265', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@59bda754', NULL, 10, NULL, '2022-04-28 09:41:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519491908655464449', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@61f2f300', NULL, 7, NULL, '2022-04-28 09:41:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519491908655464450', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1123ede9', NULL, 7, NULL, '2022-04-28 09:41:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519491908672241665', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@16ede981', NULL, 11, NULL, '2022-04-28 09:41:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519491908689018882', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@41ab46c8', NULL, 15, NULL, '2022-04-28 09:41:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519491908697407490', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2b173e02', NULL, 16, NULL, '2022-04-28 09:41:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519491908714184705', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@67d2174b', NULL, 19, NULL, '2022-04-28 09:41:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519491908730961922', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5fe4ade4', NULL, 8, NULL, '2022-04-28 09:41:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519491908756127745', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1708e824', NULL, 9, NULL, '2022-04-28 09:41:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519491908764516353', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@560d2b1f', NULL, 10, NULL, '2022-04-28 09:41:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519491908772904962', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@481f834d', NULL, 5, NULL, '2022-04-28 09:41:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519491908806459395', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@476af2ab', NULL, 6, NULL, '2022-04-28 09:41:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519491908806459394', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2a99b3ee', NULL, 6, NULL, '2022-04-28 09:41:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519492609242644482', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7f330be2', NULL, 8, NULL, '2022-04-28 09:44:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519492609259421697', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@237264f9', NULL, 9, NULL, '2022-04-28 09:44:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519492610232500226', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2b320a51', NULL, 4, NULL, '2022-04-28 09:44:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519492610266054658', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3dd23bdd', NULL, 8, NULL, '2022-04-28 09:44:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519492610249277441', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@43cf56e2', NULL, 7, NULL, '2022-04-28 09:44:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519492610295414786', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@bbd423c', NULL, 17, NULL, '2022-04-28 09:44:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519492610320580609', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@69550087', NULL, 22, NULL, '2022-04-28 09:44:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519492610328969218', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3767c39a', NULL, 25, NULL, '2022-04-28 09:44:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519492610328969217', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4d6c2da2', NULL, 10, NULL, '2022-04-28 09:44:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519492610370912258', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@682548d', NULL, 10, NULL, '2022-04-28 09:44:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519492610396078081', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4719aeb7', NULL, 5, NULL, '2022-04-28 09:44:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519492610438021122', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1cd2e47b', NULL, 7, NULL, '2022-04-28 09:44:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519492610446409729', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5a6f9271', NULL, 4, NULL, '2022-04-28 09:44:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519492610446409730', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1dcc3d0d', NULL, 6, NULL, '2022-04-28 09:44:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519496849583325185', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1a786a5f', NULL, 9, NULL, '2022-04-28 10:00:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519496849583325186', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@a2b554b', NULL, 9, NULL, '2022-04-28 10:00:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519496850480906241', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2b4f10e6', NULL, 8, NULL, '2022-04-28 10:00:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519496850522849282', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@796b719d', NULL, 8, NULL, '2022-04-28 10:00:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519496850522849281', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@796dfff3', NULL, 8, NULL, '2022-04-28 10:00:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519496850506072066', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7c2bf655', NULL, 11, NULL, '2022-04-28 10:00:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519496850552209409', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3283a291', NULL, 6, NULL, '2022-04-28 10:00:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519496850552209410', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@611d507d', NULL, 18, NULL, '2022-04-28 10:00:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519496850577375234', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@403aa3d5', NULL, 21, NULL, '2022-04-28 10:00:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519496850594152450', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@42beea24', NULL, 6, NULL, '2022-04-28 10:00:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519496850619318273', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4d36fc7b', NULL, 5, NULL, '2022-04-28 10:00:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519496850619318275', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@674a0f43', NULL, 6, NULL, '2022-04-28 10:00:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519496850619318274', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@49187bc2', NULL, 5, NULL, '2022-04-28 10:00:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519496850619318276', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@33ce6415', NULL, 7, NULL, '2022-04-28 10:00:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519496861306404866', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@21c8ce09', NULL, 5, NULL, '2022-04-28 10:00:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519496910019051522', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1c096193', NULL, 6, NULL, '2022-04-28 10:01:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519496910027440129', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4e3ae4cc', NULL, 8, NULL, '2022-04-28 10:01:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519496911583526914', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@70db1be4', NULL, 6, NULL, '2022-04-28 10:01:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519496911583526917', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@57a2d79', NULL, 6, NULL, '2022-04-28 10:01:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519496911583526915', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3f3c5c1b', NULL, 7, NULL, '2022-04-28 10:01:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519496911583526916', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3b3a4d86', NULL, 7, NULL, '2022-04-28 10:01:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519496911591915521', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@78082ca8', NULL, 6, NULL, '2022-04-28 10:01:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519496911591915522', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@52e22ce2', NULL, 8, NULL, '2022-04-28 10:01:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519496911646441474', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5e901da9', NULL, 8, NULL, '2022-04-28 10:01:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519496911671607297', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@75085667', NULL, 6, NULL, '2022-04-28 10:01:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519496911679995906', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5f41e976', NULL, 8, NULL, '2022-04-28 10:01:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519496911679995907', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@23f525f8', NULL, 8, NULL, '2022-04-28 10:01:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519496911679995908', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@26d5d860', NULL, 6, NULL, '2022-04-28 10:01:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519496911688384514', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@88925d4', NULL, 8, NULL, '2022-04-28 10:01:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519496923147223041', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5e902239', NULL, 7, NULL, '2022-04-28 10:01:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519497314219933698', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3790dcd2', NULL, 7, NULL, '2022-04-28 10:02:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519497314291236866', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2a4f89fa', NULL, 19, NULL, '2022-04-28 10:02:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519497315608248322', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7dfe5f03', NULL, 6, NULL, '2022-04-28 10:02:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519497315633414145', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5e780783', NULL, 7, NULL, '2022-04-28 10:02:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519497315671162881', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4a6cacda', NULL, 6, NULL, '2022-04-28 10:02:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519497315704717314', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@33e72c17', NULL, 24, NULL, '2022-04-28 10:02:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519497315717300225', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1efe95e4', NULL, 28, NULL, '2022-04-28 10:02:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519497315616636929', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@25569898', NULL, 8, NULL, '2022-04-28 10:02:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519497315725688834', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6050e0b6', NULL, 30, NULL, '2022-04-28 10:02:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519497315725688835', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@38b3dc0e', NULL, 8, NULL, '2022-04-28 10:02:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519497315776020483', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@56dcaa2b', NULL, 6, NULL, '2022-04-28 10:02:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519497315776020482', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@27879429', NULL, 4, NULL, '2022-04-28 10:02:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519497315767631873', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@797ddce1', NULL, 5, NULL, '2022-04-28 10:02:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519497315801186306', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@226d85bd', NULL, 8, NULL, '2022-04-28 10:02:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519497796023828482', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7b52b796', NULL, 6, NULL, '2022-04-28 10:04:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519497906464047105', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2e20b25f', NULL, 5, NULL, '2022-04-28 10:05:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519497906497601538', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2bce960d', NULL, 11, NULL, '2022-04-28 10:05:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519497908263403522', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@20a67a1e', NULL, 6, NULL, '2022-04-28 10:05:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519497908288569346', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@14b736cd', NULL, 9, NULL, '2022-04-28 10:05:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519497908296957953', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4e3a6333', NULL, 8, NULL, '2022-04-28 10:05:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519497908330512385', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1e0b291e', NULL, 7, NULL, '2022-04-28 10:05:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519497908338900994', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5d4d0602', NULL, 20, NULL, '2022-04-28 10:05:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519497908355678210', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@14ff9381', NULL, 23, NULL, '2022-04-28 10:05:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519497908364066817', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@b70107d', NULL, 25, NULL, '2022-04-28 10:05:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519497908372455426', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6dfa274b', NULL, 6, NULL, '2022-04-28 10:05:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519497908364066818', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@40e67722', NULL, 6, NULL, '2022-04-28 10:05:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519497908406009858', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3790a47b', NULL, 5, NULL, '2022-04-28 10:05:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519497908406009859', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@369b242c', NULL, 5, NULL, '2022-04-28 10:05:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519497908439564290', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@78335f2b', NULL, 6, NULL, '2022-04-28 10:05:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519498258320015361', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@72d27c6c', NULL, 6, NULL, '2022-04-28 10:06:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519498271481741313', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1cc10637', NULL, 5, NULL, '2022-04-28 10:06:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519498271523684354', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@22c05dad', NULL, 14, NULL, '2022-04-28 10:06:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519498273813774337', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@68acb360', NULL, 7, NULL, '2022-04-28 10:06:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519498273822162945', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3b93d57c', NULL, 6, NULL, '2022-04-28 10:06:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519498273880883202', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@307ec2c8', NULL, 21, NULL, '2022-04-28 10:06:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519498273914437634', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@332bd9bc', NULL, 10, NULL, '2022-04-28 10:06:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519498273914437635', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4ff6058d', NULL, 11, NULL, '2022-04-28 10:06:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519498273914437636', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1c922fcb', NULL, 28, NULL, '2022-04-28 10:06:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519498273914437637', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@df5529e', NULL, 27, NULL, '2022-04-28 10:06:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519498273931214849', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@19cbc33a', NULL, 29, NULL, '2022-04-28 10:06:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519498273939603457', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1f0b66c1', NULL, 7, NULL, '2022-04-28 10:06:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519498273973157889', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@40449fb1', NULL, 4, NULL, '2022-04-28 10:06:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519498273989935106', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@669805c6', NULL, 4, NULL, '2022-04-28 10:06:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519498273989935105', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3521ca58', NULL, 5, NULL, '2022-04-28 10:06:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519498309406638082', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1332a160', NULL, 6, NULL, '2022-04-28 10:06:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519498309398249473', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2474d01c', NULL, 5, NULL, '2022-04-28 10:06:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519498310983696385', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@398200a1', NULL, 5, NULL, '2022-04-28 10:06:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519498311000473602', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@50d65a71', NULL, 9, NULL, '2022-04-28 10:06:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519498311008862209', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2a363268', NULL, 8, NULL, '2022-04-28 10:06:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519498311025639426', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7c0bbb32', NULL, 8, NULL, '2022-04-28 10:06:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519498311025639427', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3ae88578', NULL, 9, NULL, '2022-04-28 10:06:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519498311042416641', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@698f5919', NULL, 10, NULL, '2022-04-28 10:06:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519498311067582466', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6b7c7107', NULL, 10, NULL, '2022-04-28 10:06:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519498311105331202', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@11c6527b', NULL, 9, NULL, '2022-04-28 10:06:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519498311105331201', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@11befcca', NULL, 9, NULL, '2022-04-28 10:06:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519498311122108417', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@71f7be62', NULL, 8, NULL, '2022-04-28 10:06:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519498311130497026', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7d2a9c88', NULL, 6, NULL, '2022-04-28 10:06:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519498311147274241', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@79149d0c', NULL, 7, NULL, '2022-04-28 10:06:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519500200572174337', 1, '用户名: 管理员,退出成功!', NULL, 'admin', '管理员', '127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-28 10:14:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519502066370560002', 1, '用户名: admin,登录成功!', NULL, 'admin', '管理员', '127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-28 10:21:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519502139443724289', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@b85a75a', NULL, 7, NULL, '2022-04-28 10:21:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519502219060002818', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=区域农业, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@237a694f', NULL, 4, NULL, '2022-04-28 10:22:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519502234503430146', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=区域农业资源, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@209fef19', NULL, 5, NULL, '2022-04-28 10:22:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519506527432294401', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651113561849,\"id\":\"1519506527386157058\",\"isEnable\":\"Y\",\"name\":\"农业产业化\",\"sort\":\"2\",\"sysOrgCode\":\"A01\"}]', NULL, 9, NULL, '2022-04-28 10:39:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519506527646203905', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=区域农业资源, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4fff276d', NULL, 5, NULL, '2022-04-28 10:39:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519506590514626561', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651113576897,\"id\":\"1519506590489460737\",\"isEnable\":\"Y\",\"name\":\"布局规划\",\"sort\":\"3\",\"sysOrgCode\":\"A01\"}]', NULL, 6, NULL, '2022-04-28 10:39:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519506590694981634', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=区域农业资源, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@32887565', NULL, 4, NULL, '2022-04-28 10:39:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519506643832619009', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651113589607,\"id\":\"1519506643803258881\",\"isEnable\":\"Y\",\"name\":\"绿色农业\",\"sort\":\"4\",\"sysOrgCode\":\"A01\"}]', NULL, 8, NULL, '2022-04-28 10:39:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519506644021362690', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=区域农业资源, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@39ff1349', NULL, 5, NULL, '2022-04-28 10:39:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519506681145147394', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2554b421', NULL, 5, NULL, '2022-04-28 10:39:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519506791589560321', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651113624835,\"id\":\"1519506791556005890\",\"isEnable\":\"Y\",\"name\":\"科研动态\",\"sort\":\"5\",\"sysOrgCode\":\"A01\"}]', NULL, 7, NULL, '2022-04-28 10:40:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519506791899938817', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@d8b68ae', NULL, 4, NULL, '2022-04-28 10:40:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519506899123126274', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651113650473,\"id\":\"1519506899089571841\",\"isEnable\":\"Y\",\"name\":\"助力新村振兴\",\"sort\":\"6\",\"sysOrgCode\":\"A01\"}]', NULL, 7, NULL, '2022-04-28 10:40:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519506899404144641', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@c5010ea', NULL, 4, NULL, '2022-04-28 10:40:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519507207815512066', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651113724070,\"id\":\"1519507207781957634\",\"isEnable\":\"Y\",\"name\":\"其他\",\"sort\":\"7\",\"sysOrgCode\":\"A01\"}]', NULL, 8, NULL, '2022-04-28 10:42:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519507208197193729', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5f2f889', NULL, 4, NULL, '2022-04-28 10:42:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519514293827878914', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651115413501,\"id\":\"1519514293764964354\",\"isEnable\":\"Y\",\"name\":\"西部杂粮杂豆\",\"parent\":\"101\",\"sort\":\"1\",\"sysOrgCode\":\"A01\"}]', NULL, 16, NULL, '2022-04-28 11:10:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519514294125674498', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@45b4ff93', NULL, 4, NULL, '2022-04-28 11:10:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519514390951182338', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651115436665,\"id\":\"1519514390921822210\",\"isEnable\":\"Y\",\"name\":\"东部经济资源\",\"parent\":\"101\",\"sort\":\"2\",\"sysOrgCode\":\"A01\"}]', NULL, 7, NULL, '2022-04-28 11:10:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519514391219617794', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@e12a1d2', NULL, 5, NULL, '2022-04-28 11:10:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519514549529427969', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651115474472,\"id\":\"1519514549504262146\",\"isEnable\":\"Y\",\"name\":\"中部粮食资源\",\"parent\":\"101\",\"sort\":\"3\",\"sysOrgCode\":\"A01\"}]', NULL, 7, NULL, '2022-04-28 11:11:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519514549814640642', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4bc161e1', NULL, 4, NULL, '2022-04-28 11:11:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519514658489057281', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651115500449,\"id\":\"1519514658451308545\",\"isEnable\":\"Y\",\"name\":\"适宜吉林省种植资源\",\"parent\":\"101\",\"sort\":\"1\",\"sysOrgCode\":\"A01\"}]', NULL, 9, NULL, '2022-04-28 11:11:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519514658774269953', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@278b8a36', NULL, 3, NULL, '2022-04-28 11:11:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519514824734490625', 2, '门户-栏目-编辑', 3, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.edit()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651075200000,\"id\":\"1519514658451308545\",\"isEnable\":\"Y\",\"name\":\"适宜吉林省种植资源\",\"parent\":\"101\",\"sort\":\"4\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":1651115540085}]', NULL, 10, NULL, '2022-04-28 11:12:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519514825028091906', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3ab06fce', NULL, 3, NULL, '2022-04-28 11:12:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519522810601226242', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=农业产业化, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@23277adc', NULL, 4, NULL, '2022-04-28 11:44:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519522846525440001', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@14e17258', NULL, 4, NULL, '2022-04-28 11:44:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519523021771849729', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651117494413,\"id\":\"1519523021742489601\",\"isEnable\":\"Y\",\"name\":\"特色农业产业化\",\"parent\":\"102\",\"sort\":\"1\",\"sysOrgCode\":\"A01\"}]', NULL, 8, NULL, '2022-04-28 11:44:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519523022090616833', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3b56f69d', NULL, 3, NULL, '2022-04-28 11:44:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519523079460306946', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651117508167,\"id\":\"1519523079439335425\",\"isEnable\":\"Y\",\"name\":\"粮食产业化\",\"parent\":\"102\",\"sort\":\"2\",\"sysOrgCode\":\"A01\"}]', NULL, 7, NULL, '2022-04-28 11:45:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519523079732936705', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@206008e4', NULL, 3, NULL, '2022-04-28 11:45:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519523134758010882', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651117521350,\"id\":\"1519523134724456450\",\"isEnable\":\"N\",\"name\":\"畜牧业产业化\",\"parent\":\"102\",\"sort\":\"3\",\"sysOrgCode\":\"A01\"}]', NULL, 7, NULL, '2022-04-28 11:45:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519523135072583681', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2704f7e8', NULL, 3, NULL, '2022-04-28 11:45:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519523357777543170', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651117574523,\"id\":\"1519523357752377345\",\"isEnable\":\"Y\",\"name\":\"吉林省农业资源规划\",\"parent\":\"103\",\"sort\":\"1\",\"sysOrgCode\":\"A01\"}]', NULL, 6, NULL, '2022-04-28 11:46:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519523358066950145', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2e7a7d20', NULL, 4, NULL, '2022-04-28 11:46:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519523502384562177', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651117609000,\"id\":\"1519523502355202050\",\"isEnable\":\"Y\",\"name\":\"西部特色经济作物区域布局\",\"parent\":\"103\",\"sort\":\"2\",\"sysOrgCode\":\"A01\"}]', NULL, 6, NULL, '2022-04-28 11:46:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519523502665580546', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@d9f2e69', NULL, 4, NULL, '2022-04-28 11:46:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519523615567855617', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651117635983,\"id\":\"1519523615534301185\",\"isEnable\":\"Y\",\"name\":\"中部粮食加工业区域布局\",\"parent\":\"103\",\"sort\":\"1\",\"sysOrgCode\":\"A01\"}]', NULL, 8, NULL, '2022-04-28 11:47:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519523615848873986', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5e67d663', NULL, 4, NULL, '2022-04-28 11:47:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519523706424868865', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651117657648,\"id\":\"1519523706403897346\",\"isEnable\":\"Y\",\"name\":\"历史区划数据\",\"parent\":\"103\",\"sort\":\"4\",\"sysOrgCode\":\"A01\"}]', NULL, 6, NULL, '2022-04-28 11:47:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519523706697498625', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@62e244f4', NULL, 4, NULL, '2022-04-28 11:47:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519523740398731266', 2, '门户-栏目-编辑', 3, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.edit()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651075200000,\"id\":\"1519523615534301185\",\"isEnable\":\"Y\",\"name\":\"中部粮食加工业区域布局\",\"parent\":\"103\",\"sort\":\"3\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":1651117665746}]', NULL, 7, NULL, '2022-04-28 11:47:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519523740667166721', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3f3df0ac', NULL, 4, NULL, '2022-04-28 11:47:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519548148693680129', 1, '用户名: 管理员,退出成功!', NULL, 'admin', '管理员', '127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-28 13:24:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519548151168319489', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@75de3a06', NULL, 7, NULL, '2022-04-28 13:24:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519548151210262529', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@61e19648', NULL, 14, NULL, '2022-04-28 13:24:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519548152661491713', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@50277168', NULL, 8, NULL, '2022-04-28 13:24:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519548153122865157', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@82e1cd5', NULL, 8, NULL, '2022-04-28 13:24:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519548153122865153', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@305bbb9a', NULL, 17, NULL, '2022-04-28 13:24:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519548153122865154', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@54f3542', NULL, 8, NULL, '2022-04-28 13:24:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519548153122865156', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6c611fed', NULL, 15, NULL, '2022-04-28 13:24:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519548153122865158', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@16c9e8e0', NULL, 4, NULL, '2022-04-28 13:24:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519548153122865155', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@48a51884', NULL, 15, NULL, '2022-04-28 13:24:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519548153202556929', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@661968a7', NULL, 8, NULL, '2022-04-28 13:24:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519548153210945537', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@308f1132', NULL, 9, NULL, '2022-04-28 13:24:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519548153210945538', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2e2bde38', NULL, 5, NULL, '2022-04-28 13:24:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519548153219334145', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@26721ee4', NULL, 6, NULL, '2022-04-28 13:24:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519548153219334146', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2280d44c', NULL, 5, NULL, '2022-04-28 13:24:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519552939167662081', 1, '用户名: admin,登录成功!', NULL, 'admin', '管理员', '127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-28 13:43:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519552943529738241', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@8b14e7b', NULL, 4, NULL, '2022-04-28 13:43:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519555877348917250', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651125327791,\"id\":\"1519555877315362818\",\"isEnable\":\"Y\",\"name\":\"保护性耕作\",\"parent\":\"104\",\"sort\":\"1\",\"sysOrgCode\":\"A01\"}]', NULL, 9, NULL, '2022-04-28 13:55:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519555877755764738', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7d40f9a1', NULL, 3, NULL, '2022-04-28 13:55:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519555939374284802', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651125342580,\"id\":\"1519555939344924673\",\"isEnable\":\"Y\",\"name\":\"农业资源循环利用\",\"parent\":\"104\",\"sort\":\"2\",\"sysOrgCode\":\"A01\"}]', NULL, 7, NULL, '2022-04-28 13:55:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519555939659497473', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1aaadf71', NULL, 4, NULL, '2022-04-28 13:55:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519556002494365698', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651125357630,\"id\":\"1519556002465005570\",\"isEnable\":\"Y\",\"name\":\"农产品安全\",\"parent\":\"104\",\"sort\":\"3\",\"sysOrgCode\":\"A01\"}]', NULL, 7, NULL, '2022-04-28 13:55:58', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519556002762801153', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@38c2eb6f', NULL, 4, NULL, '2022-04-28 13:55:58', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519556078130249729', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651125375661,\"id\":\"1519556078092500993\",\"isEnable\":\"Y\",\"name\":\"棚膜经济\",\"parent\":\"104\",\"sort\":\"4\",\"sysOrgCode\":\"A01\"}]', NULL, 8, NULL, '2022-04-28 13:56:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519556078402879489', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@38cc7b60', NULL, 4, NULL, '2022-04-28 13:56:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519556709930844161', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651125526295,\"id\":\"1519556709901484033\",\"isEnable\":\"Y\",\"name\":\"资源区划\",\"parent\":\"105\",\"sort\":\"1\",\"sysOrgCode\":\"A01\"}]', NULL, 8, NULL, '2022-04-28 13:58:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519556710216056834', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6e71f43f', NULL, 4, NULL, '2022-04-28 13:58:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519556818424905730', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651125552165,\"id\":\"1519556818408128514\",\"isEnable\":\"Y\",\"name\":\"农业产业化\",\"parent\":\"105\",\"sort\":\"2\",\"sysOrgCode\":\"A01\"}]', NULL, 5, NULL, '2022-04-28 13:59:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519556818726895618', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5741b90a', NULL, 4, NULL, '2022-04-28 13:59:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519557378075082754', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@777644cd', NULL, 10, NULL, '2022-04-28 14:01:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519557378112831489', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3d31346e', NULL, 19, NULL, '2022-04-28 14:01:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519557379773775874', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@65867ff6', NULL, 12, NULL, '2022-04-28 14:01:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519557379807330307', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7a3aa0d0', NULL, 10, NULL, '2022-04-28 14:01:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519557379807330306', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4c0d8ba1', NULL, 12, NULL, '2022-04-28 14:01:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519557379878633473', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3850a9e8', NULL, 28, NULL, '2022-04-28 14:01:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519557379887022081', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@63de2c99', NULL, 28, NULL, '2022-04-28 14:01:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519557379887022082', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@163eb260', NULL, 9, NULL, '2022-04-28 14:01:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519557379903799297', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@63239cb8', NULL, 31, NULL, '2022-04-28 14:01:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519557379912187905', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2c780a3c', NULL, 8, NULL, '2022-04-28 14:01:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519557379912187906', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@48771882', NULL, 8, NULL, '2022-04-28 14:01:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519557379945742338', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2066299d', NULL, 6, NULL, '2022-04-28 14:01:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519557379954130946', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7c558602', NULL, 4, NULL, '2022-04-28 14:01:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519557379954130947', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7b60eb68', NULL, 7, NULL, '2022-04-28 14:01:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519557395699548162', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@99e764f', NULL, 4, NULL, '2022-04-28 14:01:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519557395707936770', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7395bde3', NULL, 5, NULL, '2022-04-28 14:01:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519557398341959681', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@66ecd948', NULL, 10, NULL, '2022-04-28 14:01:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519557398325182465', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@756042e6', NULL, 9, NULL, '2022-04-28 14:01:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519557398341959682', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7d7f3c88', NULL, 11, NULL, '2022-04-28 14:01:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519557398358736899', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6316f5ee', NULL, 12, NULL, '2022-04-28 14:01:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519557398358736898', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6baa59f2', NULL, 12, NULL, '2022-04-28 14:01:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519557398375514114', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@640970b7', NULL, 15, NULL, '2022-04-28 14:01:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519557398438428673', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@146c4201', NULL, 10, NULL, '2022-04-28 14:01:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519557398438428674', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7aaf1f4e', NULL, 7, NULL, '2022-04-28 14:01:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519557398438428675', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@73fa7e2', NULL, 7, NULL, '2022-04-28 14:01:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519557398438428676', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@42b6aac7', NULL, 10, NULL, '2022-04-28 14:01:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519557398438428677', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@44b8a9dd', NULL, 11, NULL, '2022-04-28 14:01:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519557398526509058', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@9aa7806', NULL, 6, NULL, '2022-04-28 14:01:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519559510123692034', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6a663767', NULL, 5, NULL, '2022-04-28 14:09:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519559510165635073', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@14bb4bd4', NULL, 14, NULL, '2022-04-28 14:09:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519559511876911106', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6bb5c218', NULL, 8, NULL, '2022-04-28 14:09:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519559511902076930', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7459daed', NULL, 8, NULL, '2022-04-28 14:09:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519559511964991490', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@ea9ba14', NULL, 19, NULL, '2022-04-28 14:09:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519559511990157314', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@504a357b', NULL, 32, NULL, '2022-04-28 14:09:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519559511876911107', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1a96d644', NULL, 7, NULL, '2022-04-28 14:09:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519559512006934529', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@133c05', NULL, 34, NULL, '2022-04-28 14:09:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519559512040488962', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@674908d3', NULL, 6, NULL, '2022-04-28 14:09:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519559512040488961', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@51e5e8bc', NULL, 6, NULL, '2022-04-28 14:09:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519559512040488963', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4fe8b3b4', NULL, 6, NULL, '2022-04-28 14:09:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519559512065654785', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@46d5e29c', NULL, 5, NULL, '2022-04-28 14:09:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519559512107597826', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@24577868', NULL, 5, NULL, '2022-04-28 14:09:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519559512115986433', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7a08876', NULL, 6, NULL, '2022-04-28 14:09:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519559516557754370', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3f94a7a6', NULL, 5, NULL, '2022-04-28 14:09:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519560938598776833', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@46bdf781', NULL, 7, NULL, '2022-04-28 14:15:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519560938649108482', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@e171c4a', NULL, 18, NULL, '2022-04-28 14:15:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519560940666568706', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@cc0c787', NULL, 9, NULL, '2022-04-28 14:15:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519560940674957313', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3f044699', NULL, 8, NULL, '2022-04-28 14:15:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519560940683345921', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5e143afd', NULL, 9, NULL, '2022-04-28 14:15:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519560940750454787', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6ba26557', NULL, 6, NULL, '2022-04-28 14:15:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519560940750454786', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3d36f4e6', NULL, 7, NULL, '2022-04-28 14:15:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519560940758843393', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@432e911b', NULL, 6, NULL, '2022-04-28 14:15:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519560940649791489', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4afc8b5f', NULL, 8, NULL, '2022-04-28 14:15:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519560940775620610', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@66b223b0', NULL, 32, NULL, '2022-04-28 14:15:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519560940800786434', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@57a32114', NULL, 36, NULL, '2022-04-28 14:15:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519560940825952258', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1683aed7', NULL, 6, NULL, '2022-04-28 14:15:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519560940825952259', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3ef9b440', NULL, 7, NULL, '2022-04-28 14:15:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519560940834340865', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@27611899', NULL, 11, NULL, '2022-04-28 14:15:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519560945498406913', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3329b788', NULL, 6, NULL, '2022-04-28 14:15:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519564597600534530', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@44fb493f', NULL, 5, NULL, '2022-04-28 14:30:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519564597613117442', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4436878a', NULL, 9, NULL, '2022-04-28 14:30:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519564597621506050', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=-1, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@244e8e1', NULL, 9, NULL, '2022-04-28 14:30:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519571273703571458', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6bf23999', NULL, 9, NULL, '2022-04-28 14:56:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519571273753903106', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@157dd1c3', NULL, 22, NULL, '2022-04-28 14:56:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519571275565842433', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@380d7580', NULL, 9, NULL, '2022-04-28 14:56:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519571275565842434', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@778534bb', NULL, 9, NULL, '2022-04-28 14:56:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519571275582619650', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5d9c259d', NULL, 11, NULL, '2022-04-28 14:56:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519571275624562690', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f45e1', NULL, 24, NULL, '2022-04-28 14:56:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519571275641339906', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@63242b7b', NULL, 28, NULL, '2022-04-28 14:56:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519571275658117121', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1466c13c', NULL, 32, NULL, '2022-04-28 14:56:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519571275691671553', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@658fecf9', NULL, 14, NULL, '2022-04-28 14:56:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519571275691671554', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@e178dac', NULL, 12, NULL, '2022-04-28 14:56:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519571275716837378', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6dabb7e', NULL, 12, NULL, '2022-04-28 14:56:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519571275750391809', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2c04e79a', NULL, 6, NULL, '2022-04-28 14:56:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519571275758780418', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3c5303cc', NULL, 7, NULL, '2022-04-28 14:56:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519571275767169025', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@728f3ed2', NULL, 7, NULL, '2022-04-28 14:56:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519571346340528130', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6ba93b16', NULL, 3, NULL, '2022-04-28 14:56:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519571346340528131', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@40ad9968', NULL, 5, NULL, '2022-04-28 14:56:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519571346344722434', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@565e2d5f', NULL, 6, NULL, '2022-04-28 14:56:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519571727023947778', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4798b995', NULL, 5, NULL, '2022-04-28 14:58:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519571727057502209', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7a0462d0', NULL, 15, NULL, '2022-04-28 14:58:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519571728806526978', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@705fd03a', NULL, 9, NULL, '2022-04-28 14:58:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519571728840081409', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@37dde06d', NULL, 10, NULL, '2022-04-28 14:58:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519571728814915585', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@230f8c7e', NULL, 10, NULL, '2022-04-28 14:58:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519571729024630786', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@68ff3546', NULL, 55, NULL, '2022-04-28 14:58:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519571729083351043', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@289cee3b', NULL, 67, NULL, '2022-04-28 14:58:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519571729083351042', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@10ee1e7', NULL, 12, NULL, '2022-04-28 14:58:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519571729091739650', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1b012dee', NULL, 10, NULL, '2022-04-28 14:58:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519571729091739649', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4b6503c2', NULL, 70, NULL, '2022-04-28 14:58:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519571729112711170', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@9a4f1ef', NULL, 9, NULL, '2022-04-28 14:58:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519571729112711169', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@73244467', NULL, 6, NULL, '2022-04-28 14:58:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519571729163042818', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@33751bd4', NULL, 6, NULL, '2022-04-28 14:58:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519571729163042819', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@53a06d75', NULL, 6, NULL, '2022-04-28 14:58:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519571742328963073', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6a7faa3e', NULL, 3, NULL, '2022-04-28 14:58:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519571742328963074', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@50217c9d', NULL, 5, NULL, '2022-04-28 14:58:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519571742328963075', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2fbde305', NULL, 6, NULL, '2022-04-28 14:58:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519573487079735298', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2c7c927d', NULL, 13, NULL, '2022-04-28 15:05:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519573487113289730', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3e650a37', NULL, 21, NULL, '2022-04-28 15:05:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519573490116411394', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@79734d95', NULL, 9, NULL, '2022-04-28 15:05:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519573490116411395', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5cd82a51', NULL, 10, NULL, '2022-04-28 15:05:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519573490141577218', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@23f7c3b0', NULL, 19, NULL, '2022-04-28 15:05:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519573490187714561', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@e1a4ef4', NULL, 11, NULL, '2022-04-28 15:05:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519573490204491777', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@36ad567', NULL, 12, NULL, '2022-04-28 15:05:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519573490238046210', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5784d178', NULL, 19, NULL, '2022-04-28 15:05:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519573490284183554', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@251aaa7d', NULL, 8, NULL, '2022-04-28 15:05:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519573490326126594', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@739fef61', NULL, 7, NULL, '2022-04-28 15:05:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519573490338709505', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5e7a72e4', NULL, 8, NULL, '2022-04-28 15:05:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519573490347098113', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2f3af0e', NULL, 11, NULL, '2022-04-28 15:05:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519573490347098114', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6ca44016', NULL, 11, NULL, '2022-04-28 15:05:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519573490363875330', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6b33e0c9', NULL, 15, NULL, '2022-04-28 15:05:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519573696815906819', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6b9b5ba6', NULL, 6, NULL, '2022-04-28 15:06:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519573696815906818', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@428d2f0e', NULL, 6, NULL, '2022-04-28 15:06:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519573696824295426', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3ee0228b', NULL, 8, NULL, '2022-04-28 15:06:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519573776608346113', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7924312f', NULL, 5, NULL, '2022-04-28 15:06:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519573776616734722', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4a5560fc', NULL, 7, NULL, '2022-04-28 15:06:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519573778520948737', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@59ff2e06', NULL, 10, NULL, '2022-04-28 15:06:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519573778537725954', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@8b17890', NULL, 10, NULL, '2022-04-28 15:06:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519573778554503170', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2d15c7a1', NULL, 9, NULL, '2022-04-28 15:06:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519573778571280386', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@44384f28', NULL, 7, NULL, '2022-04-28 15:06:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519573778579668994', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@600786d1', NULL, 7, NULL, '2022-04-28 15:06:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519573778554503171', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@32f28d6a', NULL, 9, NULL, '2022-04-28 15:06:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519573778642583554', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@75fa99af', NULL, 9, NULL, '2022-04-28 15:06:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519573778655166465', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6461698a', NULL, 10, NULL, '2022-04-28 15:06:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519573778688720898', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@44b2ca97', NULL, 10, NULL, '2022-04-28 15:06:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519573778688720897', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1cc427bb', NULL, 7, NULL, '2022-04-28 15:06:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519573778688720899', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@305c9990', NULL, 5, NULL, '2022-04-28 15:06:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519573778713886721', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@37e5add3', NULL, 8, NULL, '2022-04-28 15:06:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574194830786562', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@73959127', NULL, 5, NULL, '2022-04-28 15:08:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574194860146690', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@135281b6', NULL, 14, NULL, '2022-04-28 15:08:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574194872729602', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@424c8e75', NULL, 16, NULL, '2022-04-28 15:08:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574207283675137', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@555c88c6', NULL, 4, NULL, '2022-04-28 15:08:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574207283675138', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@351aaf21', NULL, 4, NULL, '2022-04-28 15:08:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574207308840961', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3dc95fcd', NULL, 4, NULL, '2022-04-28 15:08:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574207325618177', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@501c75ac', NULL, 4, NULL, '2022-04-28 15:08:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574241886683138', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7e6dc4ae', NULL, 4, NULL, '2022-04-28 15:08:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574241895071745', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4cdb0e32', NULL, 6, NULL, '2022-04-28 15:08:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574243841228802', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5a2e78ba', NULL, 9, NULL, '2022-04-28 15:08:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574243841228804', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1e42d385', NULL, 10, NULL, '2022-04-28 15:08:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574243841228803', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@c11139c', NULL, 10, NULL, '2022-04-28 15:08:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574243866394626', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@741faa1a', NULL, 8, NULL, '2022-04-28 15:08:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574243925114881', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5e0126ae', NULL, 25, NULL, '2022-04-28 15:08:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574243941892098', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@63b9ccc9', NULL, 29, NULL, '2022-04-28 15:08:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574243950280707', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@12954c34', NULL, 9, NULL, '2022-04-28 15:08:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574243967057922', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@411a0d6f', NULL, 9, NULL, '2022-04-28 15:08:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574243950280706', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@15db57c7', NULL, 9, NULL, '2022-04-28 15:08:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574244000612354', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6b9032c0', NULL, 8, NULL, '2022-04-28 15:08:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574244017389570', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5af6f768', NULL, 4, NULL, '2022-04-28 15:08:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574244017389571', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4864c39f', NULL, 6, NULL, '2022-04-28 15:08:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574520317165570', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@37d0d331', NULL, 8, NULL, '2022-04-28 15:09:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574520333942786', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@56aab7fb', NULL, 12, NULL, '2022-04-28 15:09:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574522380763137', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6b8bdf3d', NULL, 8, NULL, '2022-04-28 15:09:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574522422706178', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7fe1d228', NULL, 12, NULL, '2022-04-28 15:09:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574522452066305', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7c7725d7', NULL, 8, NULL, '2022-04-28 15:09:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574522468843522', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3675ad19', NULL, 8, NULL, '2022-04-28 15:09:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574522477232130', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@449742e', NULL, 14, NULL, '2022-04-28 15:09:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574522510786561', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@371a0fac', NULL, 15, NULL, '2022-04-28 15:09:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574522527563778', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@ee61f2a', NULL, 13, NULL, '2022-04-28 15:09:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574522544340994', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@46124326', NULL, 9, NULL, '2022-04-28 15:09:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574522544340995', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@41d315f6', NULL, 7, NULL, '2022-04-28 15:09:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574522569506818', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@59493d29', NULL, 6, NULL, '2022-04-28 15:09:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574522586284033', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3b7f2a2c', NULL, 6, NULL, '2022-04-28 15:09:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519574522594672641', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3b3f4249', NULL, 6, NULL, '2022-04-28 15:09:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589894576226306', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6c0310', NULL, 12, NULL, '2022-04-28 16:10:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589894576226307', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@10631d01', NULL, 14, NULL, '2022-04-28 16:10:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589896459468803', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1a925bfb', NULL, 8, NULL, '2022-04-28 16:10:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589896459468802', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@55331331', NULL, 8, NULL, '2022-04-28 16:10:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589896501411842', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@74795a7d', NULL, 14, NULL, '2022-04-28 16:10:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589896547549185', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@641f3c28', NULL, 25, NULL, '2022-04-28 16:10:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589896547549186', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@19e0a51f', NULL, 29, NULL, '2022-04-28 16:10:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589896564326402', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@155ddd99', NULL, 33, NULL, '2022-04-28 16:10:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589896602075140', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@522ccd61', NULL, 5, NULL, '2022-04-28 16:10:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589896602075138', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1d2e3d57', NULL, 6, NULL, '2022-04-28 16:10:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589896602075139', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@292d007f', NULL, 5, NULL, '2022-04-28 16:10:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589896644018177', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2a6c4abc', NULL, 8, NULL, '2022-04-28 16:10:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589896652406785', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7959d677', NULL, 7, NULL, '2022-04-28 16:10:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589896669184001', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7fca27be', NULL, 6, NULL, '2022-04-28 16:10:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589918370512898', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6d50c744', NULL, 3, NULL, '2022-04-28 16:10:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589918370512899', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@62847d6a', NULL, 3, NULL, '2022-04-28 16:10:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589918370512900', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1d6ca6d0', NULL, 4, NULL, '2022-04-28 16:10:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589942340960257', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@19ea0876', NULL, 3, NULL, '2022-04-28 16:10:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589942349348865', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2ccc1ae3', NULL, 5, NULL, '2022-04-28 16:10:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589945084035074', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@b3b4b3d', NULL, 6, NULL, '2022-04-28 16:10:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589945100812290', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6a16de30', NULL, 6, NULL, '2022-04-28 16:10:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589945134366721', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3c03cbb0', NULL, 9, NULL, '2022-04-28 16:10:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589945142755329', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@25e58427', NULL, 10, NULL, '2022-04-28 16:10:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589945146949633', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1f807e0d', NULL, 12, NULL, '2022-04-28 16:10:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589945188892674', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6561e017', NULL, 12, NULL, '2022-04-28 16:10:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589945197281282', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@17419414', NULL, 8, NULL, '2022-04-28 16:10:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589945214058499', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@510631b6', NULL, 4, NULL, '2022-04-28 16:10:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589945214058498', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5d52e8eb', NULL, 5, NULL, '2022-04-28 16:10:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589945222447106', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@747f7741', NULL, 8, NULL, '2022-04-28 16:10:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589945222447105', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5527ce38', NULL, 6, NULL, '2022-04-28 16:10:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589945256001537', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@793a0f5', NULL, 6, NULL, '2022-04-28 16:10:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589978365837313', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@736eebbc', NULL, 4, NULL, '2022-04-28 16:10:58', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589978365837314', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@283e833b', NULL, 6, NULL, '2022-04-28 16:10:58', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589980362326018', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@465723b9', NULL, 10, NULL, '2022-04-28 16:10:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589980362326019', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@50d5b713', NULL, 10, NULL, '2022-04-28 16:10:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589980362326020', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@574d307f', NULL, 10, NULL, '2022-04-28 16:10:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589980379103233', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@28e9677', NULL, 11, NULL, '2022-04-28 16:10:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589980379103234', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@24b6d775', NULL, 8, NULL, '2022-04-28 16:10:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589980395880449', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@250010fe', NULL, 6, NULL, '2022-04-28 16:10:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589980454600705', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5316cb32', NULL, 10, NULL, '2022-04-28 16:10:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589980467183619', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@22d586fb', NULL, 5, NULL, '2022-04-28 16:10:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589980467183618', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@51ab0ddb', NULL, 5, NULL, '2022-04-28 16:10:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589980492349442', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1344169', NULL, 8, NULL, '2022-04-28 16:10:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589980492349443', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@159421df', NULL, 8, NULL, '2022-04-28 16:10:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519589980504932353', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6847168a', NULL, 8, NULL, '2022-04-28 16:10:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519592009222668290', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@39fcd9ec', NULL, 5, NULL, '2022-04-28 16:19:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519592009272999938', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2850ea94', NULL, 15, NULL, '2022-04-28 16:19:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519592011344986113', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5486e75b', NULL, 8, NULL, '2022-04-28 16:19:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519592011378540546', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3f83bf96', NULL, 9, NULL, '2022-04-28 16:19:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519592011395317761', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1f10e3f9', NULL, 12, NULL, '2022-04-28 16:19:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519592011344986114', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@43beddd3', NULL, 10, NULL, '2022-04-28 16:19:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519592011458232322', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7435c6a3', NULL, 28, NULL, '2022-04-28 16:19:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519592011466620929', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@68b492ac', NULL, 33, NULL, '2022-04-28 16:19:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519592011491786753', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@62e98d04', NULL, 5, NULL, '2022-04-28 16:19:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519592011500175363', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@61b830c2', NULL, 5, NULL, '2022-04-28 16:19:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519592011500175362', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@418bfda7', NULL, 6, NULL, '2022-04-28 16:19:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519592011516952578', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2b1079f3', NULL, 4, NULL, '2022-04-28 16:19:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519592011525341186', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@49ef80a7', NULL, 8, NULL, '2022-04-28 16:19:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519592011533729794', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@610d47', NULL, 5, NULL, '2022-04-28 16:19:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519605886006149121', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4ec33435', NULL, 22, NULL, '2022-04-28 17:14:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519605886039703553', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@44f1f8fa', NULL, 32, NULL, '2022-04-28 17:14:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519605886241030146', 1, '用户名: 管理员,退出成功!', NULL, 'admin', '管理员', '127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-28 17:14:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519842151355994113', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@281aa5ed', NULL, 219, NULL, '2022-04-29 08:53:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519842151355994114', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4e76f4cb', NULL, 224, NULL, '2022-04-29 08:53:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519842151427297282', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@14a108e1', NULL, 242, NULL, '2022-04-29 08:53:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519842151427297283', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@14194150', NULL, 243, NULL, '2022-04-29 08:53:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519842151427297281', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@fa58a86', NULL, 242, NULL, '2022-04-29 08:53:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519842151435685890', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7f6479e4', NULL, 243, NULL, '2022-04-29 08:53:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519842151855116289', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1fc63dcf', NULL, 6, NULL, '2022-04-29 08:53:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519842151863504897', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@d481011', NULL, 8, NULL, '2022-04-29 08:53:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519842151863504898', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7f303bf3', NULL, 9, NULL, '2022-04-29 08:53:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519842151947390977', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7114149f', NULL, 14, NULL, '2022-04-29 08:53:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519842151997722625', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@438fe836', NULL, 7, NULL, '2022-04-29 08:53:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519842151997722626', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7b84a579', NULL, 9, NULL, '2022-04-29 08:53:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519842152144523266', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@53090760', NULL, 14, NULL, '2022-04-29 08:53:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519842152144523267', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@26cd6bb0', NULL, 6, NULL, '2022-04-29 08:53:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519842179982118914', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3041c597', NULL, 3, NULL, '2022-04-29 08:53:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519842179990507522', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@74bacbc3', NULL, 5, NULL, '2022-04-29 08:53:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519842179998896129', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@72452d78', NULL, 8, NULL, '2022-04-29 08:53:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519842450518921217', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@53d52087', NULL, 7, NULL, '2022-04-29 08:54:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519842450556669954', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5c65e6ce', NULL, 16, NULL, '2022-04-29 08:54:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519842451441668098', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2b2b0969', NULL, 6, NULL, '2022-04-29 08:54:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519842451458445313', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2ad5c2ad', NULL, 9, NULL, '2022-04-29 08:54:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519842451458445314', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@76ae93ac', NULL, 11, NULL, '2022-04-29 08:54:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519842473746976770', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4eec7197', NULL, 3, NULL, '2022-04-29 08:54:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519842473755365378', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3ebcac7a', NULL, 3, NULL, '2022-04-29 08:54:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519842473788919809', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@b907cb5', NULL, 4, NULL, '2022-04-29 08:54:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519842473797308417', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@45fc2a2b', NULL, 3, NULL, '2022-04-29 08:54:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519843042498793473', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@48f64118', NULL, 17, NULL, '2022-04-29 08:56:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519843042498793474', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@673f1674', NULL, 14, NULL, '2022-04-29 08:56:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519843042507182081', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@58cdba4f', NULL, 15, NULL, '2022-04-29 08:56:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519844182690975745', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@11705076', NULL, 8, NULL, '2022-04-29 09:01:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519844182728724481', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6085c039', NULL, 18, NULL, '2022-04-29 09:01:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519844182728724482', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@556c9d53', NULL, 19, NULL, '2022-04-29 09:01:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519844215372992514', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2572a9d0', NULL, 5, NULL, '2022-04-29 09:01:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519844215414935554', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@ee7258f', NULL, 14, NULL, '2022-04-29 09:01:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519844216492871681', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@46c9cfe5', NULL, 5, NULL, '2022-04-29 09:01:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519844216501260289', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@ef22a88', NULL, 5, NULL, '2022-04-29 09:01:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519844216501260290', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@76e47921', NULL, 7, NULL, '2022-04-29 09:01:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519844460001579010', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2c8855de', NULL, 5, NULL, '2022-04-29 09:02:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519844460009967618', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@e296f13', NULL, 7, NULL, '2022-04-29 09:02:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519844461683494913', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6d9b37e1', NULL, 6, NULL, '2022-04-29 09:02:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519844461683494914', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@58462d4d', NULL, 6, NULL, '2022-04-29 09:02:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519844461691883522', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@11210c90', NULL, 7, NULL, '2022-04-29 09:02:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519844518281433089', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@682c438c', NULL, 4, NULL, '2022-04-29 09:02:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519844518289821698', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7fee154a', NULL, 4, NULL, '2022-04-29 09:02:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519844518314987522', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7676c4c1', NULL, 4, NULL, '2022-04-29 09:02:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519844518331764737', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@46915c26', NULL, 4, NULL, '2022-04-29 09:02:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519846258598825985', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@795cca66', NULL, 5, NULL, '2022-04-29 09:09:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519846258607214593', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@12e42d32', NULL, 7, NULL, '2022-04-29 09:09:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519846259982946305', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5de362a2', NULL, 4, NULL, '2022-04-29 09:09:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519846259982946306', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@45e1e483', NULL, 5, NULL, '2022-04-29 09:09:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519846260154912770', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@674a86f2', NULL, 44, NULL, '2022-04-29 09:09:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519847940053356545', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@79ae19cf', NULL, 5, NULL, '2022-04-29 09:16:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519847940086910977', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@50db8019', NULL, 12, NULL, '2022-04-29 09:16:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519847941085155331', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4a7b282d', NULL, 13, NULL, '2022-04-29 09:16:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519847941085155330', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1248efff', NULL, 10, NULL, '2022-04-29 09:16:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519847941110321153', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@327f4f8d', NULL, 14, NULL, '2022-04-29 09:16:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519847941135486977', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4375549d', NULL, 20, NULL, '2022-04-29 09:16:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519847941135486978', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5098fb18', NULL, 26, NULL, '2022-04-29 09:16:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519847941156458497', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@159035de', NULL, 25, NULL, '2022-04-29 09:16:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519847941244538882', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@54f16888', NULL, 6, NULL, '2022-04-29 09:16:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519847941244538881', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5a781a57', NULL, 9, NULL, '2022-04-29 09:16:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519847941244538883', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1807725f', NULL, 8, NULL, '2022-04-29 09:16:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519847941244538884', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@63037e8e', NULL, 8, NULL, '2022-04-29 09:16:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519847941261316098', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6b749a28', NULL, 8, NULL, '2022-04-29 09:16:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519847941278093313', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@78d04e6', NULL, 11, NULL, '2022-04-29 09:16:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519848263446777857', 1, '用户名: admin,登录成功!', NULL, 'admin', '管理员', '127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-29 09:17:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519849121349718017', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@28a91058', NULL, 5, NULL, '2022-04-29 09:20:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519849991114149890', 2, '门户-文章-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.add()', NULL, '[{\"columnId\":\"10201\",\"content\":\"<p>关于滞留长吉两市农民返乡春耕工作方案关于滞留长吉两市农民返乡春耕工作方案关于滞留长吉两市农民返乡春耕工作方案</p>\",\"createBy\":\"admin\",\"createTime\":1651195449966,\"id\":\"1519849991047041026\",\"isRelease\":\"Y\",\"sysOrgCode\":\"A01\",\"title\":\"1关于滞留长吉两市农民返乡春耕工作方案\"}]', NULL, 11, NULL, '2022-04-29 09:24:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519849991579717633', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@639ead7b', NULL, 7, NULL, '2022-04-29 09:24:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519850048857133058', 2, '门户-文章-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.add()', NULL, '[{\"columnId\":\"10201\",\"content\":\"<p>关于滞留长吉两市农民返乡春耕工作方案关于滞留长吉两市农民返乡春耕工作方案关于滞留长吉两市农民返乡春耕工作方案</p>\",\"createBy\":\"admin\",\"createTime\":1651195463746,\"id\":\"1519850048827772930\",\"isRelease\":\"Y\",\"sysOrgCode\":\"A01\",\"title\":\"2关于滞留长吉两市农民返乡春耕工作方案\"}]', NULL, 7, NULL, '2022-04-29 09:24:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519850049310117890', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@69179d48', NULL, 5, NULL, '2022-04-29 09:24:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519850071380545537', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6696b71d', NULL, 6, NULL, '2022-04-29 09:24:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519850071397322754', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@28555f03', NULL, 11, NULL, '2022-04-29 09:24:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519850072932438017', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@74f32949', NULL, 5, NULL, '2022-04-29 09:24:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519850072949215234', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4bf9a124', NULL, 4, NULL, '2022-04-29 09:24:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519850072932438018', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6974d019', NULL, 6, NULL, '2022-04-29 09:24:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519856752177008642', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@53a79da', NULL, 14, NULL, '2022-04-29 09:51:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519856752223145986', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4bb3f083', NULL, 23, NULL, '2022-04-29 09:51:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519856755494703106', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@39a99757', NULL, 9, NULL, '2022-04-29 09:51:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519856755507286018', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@53f6f43f', NULL, 6, NULL, '2022-04-29 09:51:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519856755494703105', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5f0537aa', NULL, 5, NULL, '2022-04-29 09:51:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519856759852584962', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7fbd2896', NULL, 5, NULL, '2022-04-29 09:51:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519868688381771778', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@48e5a6da', NULL, 51, NULL, '2022-04-29 10:38:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519868688591486977', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4131bc57', NULL, 104, NULL, '2022-04-29 10:38:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519868690239848450', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@54045ea2', NULL, 26, NULL, '2022-04-29 10:38:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519868690265014274', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@638e1991', NULL, 30, NULL, '2022-04-29 10:38:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519868690290180097', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@11a2c265', NULL, 39, NULL, '2022-04-29 10:38:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519868696116068353', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1c7eb28a', NULL, 13, NULL, '2022-04-29 10:38:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519868832208650242', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3073b5aa', NULL, 4, NULL, '2022-04-29 10:39:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519868832217038849', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@517e33ff', NULL, 7, NULL, '2022-04-29 10:39:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519868833995423745', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3845e43d', NULL, 7, NULL, '2022-04-29 10:39:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519868833995423746', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@73cb4046', NULL, 7, NULL, '2022-04-29 10:39:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519868834012200961', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@34a0006f', NULL, 11, NULL, '2022-04-29 10:39:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519868994884730881', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@440b8ba3', NULL, 4, NULL, '2022-04-29 10:39:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519868994901508098', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2430d612', NULL, 7, NULL, '2022-04-29 10:39:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519868996533092353', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@232aa47b', NULL, 6, NULL, '2022-04-29 10:39:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519868996549869570', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@445a1b2c', NULL, 8, NULL, '2022-04-29 10:39:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519868996549869571', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@40889f3f', NULL, 9, NULL, '2022-04-29 10:39:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519869035045191682', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7532152a', NULL, 5, NULL, '2022-04-29 10:39:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519869035070357506', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519849991047041026', NULL, 12, NULL, '2022-04-29 10:39:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519881654770597889', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7689486f', NULL, 12, NULL, '2022-04-29 11:29:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519881654829318145', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@130ef44e', NULL, 26, NULL, '2022-04-29 11:29:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519881656645451778', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@67003d5', NULL, 8, NULL, '2022-04-29 11:30:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519881656670617601', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519849991047041026', NULL, 15, NULL, '2022-04-29 11:30:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519881661410181121', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@aeda7e5', NULL, 6, NULL, '2022-04-29 11:30:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519881836220383233', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6a3956fa', NULL, 7, NULL, '2022-04-29 11:30:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519881836228771842', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3512a8d3', NULL, 8, NULL, '2022-04-29 11:30:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519881842151129089', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@39953287', NULL, 9, NULL, '2022-04-29 11:30:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519881885302128642', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@114f3d68', NULL, 6, NULL, '2022-04-29 11:30:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519881885310517249', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@249718ab', NULL, 8, NULL, '2022-04-29 11:30:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882230136832001', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4202ea08', NULL, 4, NULL, '2022-04-29 11:32:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882230178775041', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3fdc94a7', NULL, 14, NULL, '2022-04-29 11:32:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882313360211969', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@a819eab', NULL, 4, NULL, '2022-04-29 11:32:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882313360211970', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5f2f52c', NULL, 5, NULL, '2022-04-29 11:32:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882399431524354', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4749e86d', NULL, 4, NULL, '2022-04-29 11:32:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882399439912962', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@67d25f78', NULL, 6, NULL, '2022-04-29 11:32:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882401537064962', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@ca253e3', NULL, 10, NULL, '2022-04-29 11:32:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882401553842177', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5e1fd857', NULL, 14, NULL, '2022-04-29 11:32:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882401587396610', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@512cee7f', NULL, 13, NULL, '2022-04-29 11:32:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882401633533954', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@cf5ba15', NULL, 27, NULL, '2022-04-29 11:32:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882401650311170', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@718165cf', NULL, 29, NULL, '2022-04-29 11:32:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882401658699778', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6dad0a9d', NULL, 33, NULL, '2022-04-29 11:32:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882401667088386', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@114df1e1', NULL, 10, NULL, '2022-04-29 11:32:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882401759363074', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4e895dc9', NULL, 18, NULL, '2022-04-29 11:32:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882401759363075', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@f2f002b', NULL, 18, NULL, '2022-04-29 11:32:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882401780334594', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@256c04f4', NULL, 16, NULL, '2022-04-29 11:32:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882401952301058', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7487d150', NULL, 29, NULL, '2022-04-29 11:32:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882401960689665', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3f89046d', NULL, 31, NULL, '2022-04-29 11:32:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882405861392385', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@284bb9d5', NULL, 8, NULL, '2022-04-29 11:32:58', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882419471908866', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@18f28cf6', NULL, 5, NULL, '2022-04-29 11:33:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882419471908865', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1c45b2a2', NULL, 4, NULL, '2022-04-29 11:33:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882419471908867', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@486053d7', NULL, 7, NULL, '2022-04-29 11:33:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882434781118466', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@34f2b87b', NULL, 36, NULL, '2022-04-29 11:33:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882434789507073', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519849991047041026', NULL, 40, NULL, '2022-04-29 11:33:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882508823166977', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@539cd304', NULL, 3, NULL, '2022-04-29 11:33:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882508823166978', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4256ea4d', NULL, 5, NULL, '2022-04-29 11:33:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882514611306497', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4bf429c6', NULL, 5, NULL, '2022-04-29 11:33:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882537428320258', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@d14e8e4', NULL, 4, NULL, '2022-04-29 11:33:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882537440903170', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7659bf33', NULL, 5, NULL, '2022-04-29 11:33:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882951741669378', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@756a8c63', NULL, 7, NULL, '2022-04-29 11:35:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882951779418113', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6c2b0fb6', NULL, 16, NULL, '2022-04-29 11:35:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882954606379009', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@135314d1', NULL, 10, NULL, '2022-04-29 11:35:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882954606379010', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@565563dc', NULL, 10, NULL, '2022-04-29 11:35:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882954623156225', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3e0c363b', NULL, 14, NULL, '2022-04-29 11:35:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882954572824578', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@47a2cd0e', NULL, 7, NULL, '2022-04-29 11:35:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882954572824577', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@58b281e7', NULL, 8, NULL, '2022-04-29 11:35:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882954757373954', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@76072fba', NULL, 8, NULL, '2022-04-29 11:35:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882954757373955', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@66cdb595', NULL, 45, NULL, '2022-04-29 11:35:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882954765762562', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@16059f5a', NULL, 12, NULL, '2022-04-29 11:35:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882954774151169', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4b15faca', NULL, 14, NULL, '2022-04-29 11:35:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882954820288513', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2e65e049', NULL, 11, NULL, '2022-04-29 11:35:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882954853842946', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@18b97fb1', NULL, 6, NULL, '2022-04-29 11:35:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882954887397378', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@ebc339d', NULL, 11, NULL, '2022-04-29 11:35:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882958423195650', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@621c20e6', NULL, 7, NULL, '2022-04-29 11:35:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882965670952963', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5adfacf3', NULL, 4, NULL, '2022-04-29 11:35:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882965670952962', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5e2cc005', NULL, 5, NULL, '2022-04-29 11:35:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882965679341569', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@735a4f49', NULL, 6, NULL, '2022-04-29 11:35:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882971161296898', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519849991047041026', NULL, 9, NULL, '2022-04-29 11:35:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519882971169685506', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2181e133', NULL, 9, NULL, '2022-04-29 11:35:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519883159250665473', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@10c3b240', NULL, 5, NULL, '2022-04-29 11:35:58', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519883159259054081', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7ccda99e', NULL, 8, NULL, '2022-04-29 11:35:58', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519883165185605633', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@71364b13', NULL, 6, NULL, '2022-04-29 11:35:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519884680151433218', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6e91aefc', NULL, 5, NULL, '2022-04-29 11:42:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519884680184987650', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3168de5d', NULL, 14, NULL, '2022-04-29 11:42:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519884715345838082', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@77b71f1a', NULL, 5, NULL, '2022-04-29 11:42:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519884715345838083', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2051637a', NULL, 5, NULL, '2022-04-29 11:42:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519884808778153985', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f21d610', NULL, 8, NULL, '2022-04-29 11:42:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519884808807514113', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@680fe772', NULL, 16, NULL, '2022-04-29 11:42:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519884815765864450', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4256bff0', NULL, 7, NULL, '2022-04-29 11:42:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519884874968465409', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4cdfab36', NULL, 6, NULL, '2022-04-29 11:42:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519884874976854017', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@211dbe4', NULL, 8, NULL, '2022-04-29 11:42:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519885085866459138', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1413bad3', NULL, 3, NULL, '2022-04-29 11:43:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519885085866459139', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@445f4367', NULL, 4, NULL, '2022-04-29 11:43:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519885095731462146', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@74937bb1', NULL, 4, NULL, '2022-04-29 11:43:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519885095739850754', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3e2109d6', NULL, 7, NULL, '2022-04-29 11:43:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519885100487802881', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@363c7e45', NULL, 9, NULL, '2022-04-29 11:43:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519885100504580098', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@56cda7e7', NULL, 6, NULL, '2022-04-29 11:43:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519885100521357314', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3ca285bc', NULL, 8, NULL, '2022-04-29 11:43:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519885100529745922', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@52af4c08', NULL, 14, NULL, '2022-04-29 11:43:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519885100563300354', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@592e9fd9', NULL, 8, NULL, '2022-04-29 11:43:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519885100571688962', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7001287b', NULL, 23, NULL, '2022-04-29 11:43:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519885100563300353', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6fe562b1', NULL, 6, NULL, '2022-04-29 11:43:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519885100588466177', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5d1b027f', NULL, 26, NULL, '2022-04-29 11:43:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519885100638797826', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@581505a2', NULL, 12, NULL, '2022-04-29 11:43:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519885100647186434', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@37d387eb', NULL, 15, NULL, '2022-04-29 11:43:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519885100663963651', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@116e416c', NULL, 4, NULL, '2022-04-29 11:43:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519885100663963650', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@17015144', NULL, 4, NULL, '2022-04-29 11:43:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519885166275461121', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@683a5968', NULL, 5, NULL, '2022-04-29 11:43:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519885166283849730', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f68ba45', NULL, 6, NULL, '2022-04-29 11:43:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519885197996982273', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@163e2528', NULL, 3, NULL, '2022-04-29 11:44:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519885198022148098', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@277abafe', NULL, 9, NULL, '2022-04-29 11:44:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519885241303171073', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@507b502b', NULL, 5, NULL, '2022-04-29 11:44:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519885241311559682', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5d57633f', NULL, 6, NULL, '2022-04-29 11:44:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519885246365696002', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6eebbd1b', NULL, 8, NULL, '2022-04-29 11:44:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519885246365696004', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5992d59e', NULL, 9, NULL, '2022-04-29 11:44:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519885246365696003', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6513977', NULL, 8, NULL, '2022-04-29 11:44:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519885246374084609', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@34d3dee', NULL, 7, NULL, '2022-04-29 11:44:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519885246407639041', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3aa18739', NULL, 13, NULL, '2022-04-29 11:44:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519885246407639042', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3f1da456', NULL, 14, NULL, '2022-04-29 11:44:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519885246474747905', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@30effd91', NULL, 8, NULL, '2022-04-29 11:44:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519885246474747906', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2dd70e8f', NULL, 9, NULL, '2022-04-29 11:44:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519885246483136514', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3f494a69', NULL, 10, NULL, '2022-04-29 11:44:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519885246491525123', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7714c082', NULL, 4, NULL, '2022-04-29 11:44:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519885246491525122', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5a200ba8', NULL, 3, NULL, '2022-04-29 11:44:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519885246491525124', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6d35532d', NULL, 4, NULL, '2022-04-29 11:44:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519886703726952450', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3e99256e', NULL, 3, NULL, '2022-04-29 11:50:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519886703752118274', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5c6023fc', NULL, 6, NULL, '2022-04-29 11:50:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519886708021919746', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@66f5f087', NULL, 6, NULL, '2022-04-29 11:50:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519886708021919745', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@24164a5b', NULL, 8, NULL, '2022-04-29 11:50:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519886708042891265', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4bc88222', NULL, 10, NULL, '2022-04-29 11:50:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519886708063862785', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7f8a81a2', NULL, 10, NULL, '2022-04-29 11:50:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519886708084834305', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5cbd7db0', NULL, 19, NULL, '2022-04-29 11:50:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519886708101611521', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4e6396f9', NULL, 21, NULL, '2022-04-29 11:50:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519886708110000129', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@66d04f8d', NULL, 7, NULL, '2022-04-29 11:50:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519886708118388738', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@43d058b7', NULL, 5, NULL, '2022-04-29 11:50:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519886708118388737', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2ffa8822', NULL, 5, NULL, '2022-04-29 11:50:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519886708126777346', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@72fe9d29', NULL, 3, NULL, '2022-04-29 11:50:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519886708151943171', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6abb6681', NULL, 4, NULL, '2022-04-29 11:50:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519886708151943170', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1a87c3e5', NULL, 3, NULL, '2022-04-29 11:50:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519886760559771651', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@227b8ea6', NULL, 4, NULL, '2022-04-29 11:50:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519886760559771650', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6140ece3', NULL, 3, NULL, '2022-04-29 11:50:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519886760559771652', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5f689e0f', NULL, 4, NULL, '2022-04-29 11:50:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519886773692137473', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2ac336ae', NULL, 4, NULL, '2022-04-29 11:50:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519886773704720386', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519849991047041026', NULL, 8, NULL, '2022-04-29 11:50:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519886872082120706', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@19a4fedb', NULL, 2, NULL, '2022-04-29 11:50:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519886872082120707', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1a801ab5', NULL, 3, NULL, '2022-04-29 11:50:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519886876217704449', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@426bca2f', NULL, 7, NULL, '2022-04-29 11:50:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519886876234481666', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519849991047041026', NULL, 10, NULL, '2022-04-29 11:50:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519887002969571329', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1ca1516d', NULL, 2, NULL, '2022-04-29 11:51:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519887002969571330', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@229987f7', NULL, 3, NULL, '2022-04-29 11:51:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519887007289704450', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4e5f65de', NULL, 6, NULL, '2022-04-29 11:51:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519887007314870273', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519849991047041026', NULL, 11, NULL, '2022-04-29 11:51:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519887051875155969', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@441eb92e', NULL, 3, NULL, '2022-04-29 11:51:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519887051875155970', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@33d2c341', NULL, 3, NULL, '2022-04-29 11:51:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519887056904126465', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2337007b', NULL, 5, NULL, '2022-04-29 11:51:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519887056904126466', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2ac6e091', NULL, 4, NULL, '2022-04-29 11:51:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519887056895737858', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@44cab9d9', NULL, 3, NULL, '2022-04-29 11:51:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519896757544943617', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@31d409fd', NULL, 4, NULL, '2022-04-29 12:30:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519896757578498049', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519850048827772930', NULL, 11, NULL, '2022-04-29 12:30:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519899939629170690', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@621ee805', NULL, 6, NULL, '2022-04-29 12:42:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519899939662725121', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5800972e', NULL, 9, NULL, '2022-04-29 12:42:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519899943739588609', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@45580ad2', NULL, 5, NULL, '2022-04-29 12:42:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519899943747977218', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519850048827772930', NULL, 8, NULL, '2022-04-29 12:42:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519900159695912962', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@37025081', NULL, 2, NULL, '2022-04-29 12:43:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519900159704301570', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5256a4bf', NULL, 4, NULL, '2022-04-29 12:43:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519900290084241410', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3d29334e', NULL, 3, NULL, '2022-04-29 12:44:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519900290084241411', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@353fb6f', NULL, 3, NULL, '2022-04-29 12:44:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519900295046103041', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@423c582b', NULL, 6, NULL, '2022-04-29 12:44:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519900295046103042', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@18d55007', NULL, 6, NULL, '2022-04-29 12:44:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519900295079657474', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@e4f39be', NULL, 8, NULL, '2022-04-29 12:44:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519900295079657475', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5f24c16', NULL, 11, NULL, '2022-04-29 12:44:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519900295096434690', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7d7414d6', NULL, 12, NULL, '2022-04-29 12:44:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519900295113211906', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3b44d021', NULL, 18, NULL, '2022-04-29 12:44:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519900295138377729', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@36a2d8e7', NULL, 4, NULL, '2022-04-29 12:44:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519900295146766338', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@fddf815', NULL, 6, NULL, '2022-04-29 12:44:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519900295146766339', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@48e4a7fb', NULL, 6, NULL, '2022-04-29 12:44:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519900295146766337', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3dc35e1b', NULL, 6, NULL, '2022-04-29 12:44:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519900295171932162', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@611d4413', NULL, 5, NULL, '2022-04-29 12:44:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519900295188709377', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@721a8764', NULL, 4, NULL, '2022-04-29 12:44:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519900301786349571', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@fb1e903', NULL, 4, NULL, '2022-04-29 12:44:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519900301786349572', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@773c89ae', NULL, 7, NULL, '2022-04-29 12:44:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519900301786349570', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@740f62aa', NULL, 4, NULL, '2022-04-29 12:44:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519900306030985217', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5f06e7f6', NULL, 5, NULL, '2022-04-29 12:44:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519900306047762434', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519849991047041026', NULL, 8, NULL, '2022-04-29 12:44:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519905862707838977', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@36a6d12a', NULL, 7, NULL, '2022-04-29 13:06:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519905862728810498', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1a45e1a', NULL, 12, NULL, '2022-04-29 13:06:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519905862737199105', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7f44be41', NULL, 12, NULL, '2022-04-29 13:06:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907383050764290', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7689dfc4', NULL, 8, NULL, '2022-04-29 13:12:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907383067541505', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6cbabf33', NULL, 13, NULL, '2022-04-29 13:12:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907387622555650', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2a43d023', NULL, 36, NULL, '2022-04-29 13:12:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907387660304385', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1fd545b2', NULL, 7, NULL, '2022-04-29 13:12:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907387668692994', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7c220c39', NULL, 47, NULL, '2022-04-29 13:12:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907387635138562', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@73fcb2af', NULL, 37, NULL, '2022-04-29 13:12:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907387710636033', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@66fc5ab4', NULL, 54, NULL, '2022-04-29 13:12:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907387719024641', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@640a427a', NULL, 10, NULL, '2022-04-29 13:12:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907387769356290', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@65157d4', NULL, 9, NULL, '2022-04-29 13:12:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907387794522114', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@74262706', NULL, 8, NULL, '2022-04-29 13:12:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907387786133505', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@61cdd675', NULL, 6, NULL, '2022-04-29 13:12:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907387794522113', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1064b68f', NULL, 10, NULL, '2022-04-29 13:12:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907387807105026', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@56b9e0cb', NULL, 9, NULL, '2022-04-29 13:12:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907387828076546', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@58d58c49', NULL, 10, NULL, '2022-04-29 13:12:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907728049045506', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5454f328', NULL, 10, NULL, '2022-04-29 13:13:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907728065822721', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@21c68236', NULL, 13, NULL, '2022-04-29 13:13:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907732578893825', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@41f7e7aa', NULL, 10, NULL, '2022-04-29 13:13:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907732637614081', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3ffa4e44', NULL, 16, NULL, '2022-04-29 13:13:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907732629225473', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5dec9108', NULL, 15, NULL, '2022-04-29 13:13:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907732608253953', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@34b3763', NULL, 15, NULL, '2022-04-29 13:13:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907732683751425', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@650302f1', NULL, 28, NULL, '2022-04-29 13:13:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907732713111553', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@8ef841d', NULL, 8, NULL, '2022-04-29 13:13:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907732721500162', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@16d657d8', NULL, 36, NULL, '2022-04-29 13:13:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907732729888769', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4b39404d', NULL, 7, NULL, '2022-04-29 13:13:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907732738277378', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4c4247a1', NULL, 8, NULL, '2022-04-29 13:13:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907732771831810', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@139fc84a', NULL, 6, NULL, '2022-04-29 13:13:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907732796997634', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1d0ecafd', NULL, 6, NULL, '2022-04-29 13:13:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907732805386241', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2081593a', NULL, 8, NULL, '2022-04-29 13:13:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907765697118209', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@65309bdc', NULL, 5, NULL, '2022-04-29 13:13:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907772802269187', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@56e4d5b0', NULL, 6, NULL, '2022-04-29 13:13:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907772802269189', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@c36bdb0', NULL, 6, NULL, '2022-04-29 13:13:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907772802269188', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@186ab565', NULL, 6, NULL, '2022-04-29 13:13:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907772802269186', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@44ccb43e', NULL, 7, NULL, '2022-04-29 13:13:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907772810657793', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6d6f74a6', NULL, 6, NULL, '2022-04-29 13:13:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907772819046401', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6d670c16', NULL, 8, NULL, '2022-04-29 13:13:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907772894543873', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6c4a5a0b', NULL, 10, NULL, '2022-04-29 13:13:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907772894543874', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f779c0d', NULL, 11, NULL, '2022-04-29 13:13:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907772894543875', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@76cc51a8', NULL, 8, NULL, '2022-04-29 13:13:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907772902932482', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@21b857a8', NULL, 12, NULL, '2022-04-29 13:13:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907772919709697', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2ac94b3d', NULL, 6, NULL, '2022-04-29 13:13:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907772949069826', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2bb931d8', NULL, 8, NULL, '2022-04-29 13:13:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907778137423874', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5b6a6f68', NULL, 4, NULL, '2022-04-29 13:13:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907782340116481', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@780b9d61', NULL, 11, NULL, '2022-04-29 13:13:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907782348505090', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@38de6004', NULL, 12, NULL, '2022-04-29 13:13:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907782348505091', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@68b05d82', NULL, 11, NULL, '2022-04-29 13:13:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907782348505092', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1af29605', NULL, 12, NULL, '2022-04-29 13:13:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907782365282306', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@33a7927d', NULL, 10, NULL, '2022-04-29 13:13:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907782382059521', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4b08d834', NULL, 6, NULL, '2022-04-29 13:13:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907782415613955', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@10ed4ed4', NULL, 6, NULL, '2022-04-29 13:13:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907782415613954', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7de97d03', NULL, 6, NULL, '2022-04-29 13:13:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907782432391170', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@52c4e869', NULL, 7, NULL, '2022-04-29 13:13:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907782440779777', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5fa3e0f4', NULL, 5, NULL, '2022-04-29 13:13:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907782449168386', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@d15c028', NULL, 4, NULL, '2022-04-29 13:13:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907782474334209', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1e968ee0', NULL, 7, NULL, '2022-04-29 13:13:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907785544564737', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6eb86d71', NULL, 6, NULL, '2022-04-29 13:13:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907787117428738', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@74449736', NULL, 7, NULL, '2022-04-29 13:13:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907787171954689', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4c899ccb', NULL, 17, NULL, '2022-04-29 13:13:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907787171954690', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5d114713', NULL, 17, NULL, '2022-04-29 13:13:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907787171954691', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6a2d9495', NULL, 16, NULL, '2022-04-29 13:13:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907787171954693', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@454c033a', NULL, 17, NULL, '2022-04-29 13:13:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907787171954692', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1f995070', NULL, 16, NULL, '2022-04-29 13:13:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907787301978114', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@64c99a33', NULL, 5, NULL, '2022-04-29 13:13:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907787301978117', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@45dbe8e2', NULL, 6, NULL, '2022-04-29 13:13:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907787301978116', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@661d9f77', NULL, 6, NULL, '2022-04-29 13:13:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907787301978115', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@491f914f', NULL, 5, NULL, '2022-04-29 13:13:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907787301978118', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7a9e5086', NULL, 7, NULL, '2022-04-29 13:13:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907787310366721', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6781a9d4', NULL, 6, NULL, '2022-04-29 13:13:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907793618599938', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7bb225f1', NULL, 5, NULL, '2022-04-29 13:13:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907796491698177', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@54f7b161', NULL, 6, NULL, '2022-04-29 13:13:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907796516864001', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@404253d2', NULL, 6, NULL, '2022-04-29 13:13:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907796516864002', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@71fa6cc0', NULL, 6, NULL, '2022-04-29 13:13:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907796516864003', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@577dc7e4', NULL, 10, NULL, '2022-04-29 13:13:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907796533641217', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4bb87f5', NULL, 5, NULL, '2022-04-29 13:13:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907796533641218', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@58102835', NULL, 6, NULL, '2022-04-29 13:13:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907796600750081', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@58ba5535', NULL, 10, NULL, '2022-04-29 13:13:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907796638498819', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3a1229a3', NULL, 6, NULL, '2022-04-29 13:13:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907796638498818', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@79f2a325', NULL, 6, NULL, '2022-04-29 13:13:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907796638498820', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3b87f1d', NULL, 14, NULL, '2022-04-29 13:13:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907796638498821', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@25c1e257', NULL, 12, NULL, '2022-04-29 13:13:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907796663664641', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@785d624a', NULL, 4, NULL, '2022-04-29 13:13:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907798077145089', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@13c5b8e0', NULL, 4, NULL, '2022-04-29 13:13:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907805131964417', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@592e72f4', NULL, 6, NULL, '2022-04-29 13:13:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907805131964418', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@198e73b9', NULL, 5, NULL, '2022-04-29 13:13:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907805140353025', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5a00ae73', NULL, 6, NULL, '2022-04-29 13:13:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907810077048833', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@792cc2f0', NULL, 7, NULL, '2022-04-29 13:13:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907810089631746', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@60a371e9', NULL, 8, NULL, '2022-04-29 13:13:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907810106408961', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@21040f3b', NULL, 9, NULL, '2022-04-29 13:13:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907810114797570', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@24d0ef56', NULL, 7, NULL, '2022-04-29 13:13:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907810114797571', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5d1e3ddd', NULL, 9, NULL, '2022-04-29 13:13:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907810114797572', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@41bb14aa', NULL, 6, NULL, '2022-04-29 13:13:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907810156740609', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6aa56e97', NULL, 6, NULL, '2022-04-29 13:13:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907810169323522', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@71deedd', NULL, 6, NULL, '2022-04-29 13:13:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907810177712130', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6e82e6bb', NULL, 6, NULL, '2022-04-29 13:13:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907810177712131', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7b432581', NULL, 5, NULL, '2022-04-29 13:13:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907810186100738', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@49020e48', NULL, 5, NULL, '2022-04-29 13:13:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907810186100739', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4479a873', NULL, 5, NULL, '2022-04-29 13:13:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907814401376257', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@557bb871', NULL, 4, NULL, '2022-04-29 13:13:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907814401376258', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4a30767a', NULL, 4, NULL, '2022-04-29 13:13:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907814409764866', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@75b3cf0c', NULL, 5, NULL, '2022-04-29 13:13:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907819317100545', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@19e1c617', NULL, 6, NULL, '2022-04-29 13:13:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907819325489153', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7f8e93e7', NULL, 5, NULL, '2022-04-29 13:13:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907819333877762', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1721c7c1', NULL, 5, NULL, '2022-04-29 13:13:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907819333877763', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4dd26a8f', NULL, 6, NULL, '2022-04-29 13:13:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907819342266369', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2403f47a', NULL, 6, NULL, '2022-04-29 13:13:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907819342266370', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2f26fe1d', NULL, 5, NULL, '2022-04-29 13:13:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907819384209412', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@25cb1748', NULL, 5, NULL, '2022-04-29 13:13:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907819384209410', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4b1d9ddb', NULL, 3, NULL, '2022-04-29 13:13:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907819384209411', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7abafb3', NULL, 3, NULL, '2022-04-29 13:13:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907819392598018', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@25fc0cee', NULL, 5, NULL, '2022-04-29 13:13:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907819396792322', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@714276ba', NULL, 5, NULL, '2022-04-29 13:13:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907819405180929', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@57e8d485', NULL, 4, NULL, '2022-04-29 13:13:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907833028280322', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5562e09b', NULL, 4, NULL, '2022-04-29 13:14:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907850241703938', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@180f645e', NULL, 3, NULL, '2022-04-29 13:14:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907850250092545', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@76f39396', NULL, 4, NULL, '2022-04-29 13:14:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907850250092546', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4c14e690', NULL, 4, NULL, '2022-04-29 13:14:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907857359437826', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7dc531f8', NULL, 2, NULL, '2022-04-29 13:14:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907857359437825', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@49b1d8ae', NULL, 3, NULL, '2022-04-29 13:14:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907857384603650', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3a284731', NULL, 3, NULL, '2022-04-29 13:14:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519907857392992257', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5e1932f6', NULL, 3, NULL, '2022-04-29 13:14:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913533330685954', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=-1, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@30a0920e', NULL, 4, NULL, '2022-04-29 13:36:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913533347463169', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@24e71fe6', NULL, 8, NULL, '2022-04-29 13:36:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913533355851777', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=-1, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@157b79ec', NULL, 2, NULL, '2022-04-29 13:36:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913533372628994', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@118e7a1e', NULL, 4, NULL, '2022-04-29 13:36:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913558475538434', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5b589e32', NULL, 3, NULL, '2022-04-29 13:36:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913558483927042', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6ea4b903', NULL, 5, NULL, '2022-04-29 13:36:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913563043135490', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=-1, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@20dd3e0a', NULL, 2, NULL, '2022-04-29 13:36:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913563043135491', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5272047b', NULL, 3, NULL, '2022-04-29 13:36:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913563059912706', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@36205c74', NULL, 6, NULL, '2022-04-29 13:36:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913577685450754', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4c382d33', NULL, 3, NULL, '2022-04-29 13:36:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913577685450753', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5519e2a3', NULL, 3, NULL, '2022-04-29 13:36:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913577719005186', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@43e8a364', NULL, 2, NULL, '2022-04-29 13:36:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913577735782402', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6b0c658b', NULL, 4, NULL, '2022-04-29 13:36:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913585361027075', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6680d242', NULL, 2, NULL, '2022-04-29 13:36:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913585361027074', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=-1, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5acd638e', NULL, 3, NULL, '2022-04-29 13:36:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913585386192897', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5408738', NULL, 2, NULL, '2022-04-29 13:36:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913585386192898', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=-1, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6ffe0556', NULL, 2, NULL, '2022-04-29 13:36:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913624149950466', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=-1, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@c6d4569', NULL, 2, NULL, '2022-04-29 13:37:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913624149950467', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=107, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@649dd528', NULL, 2, NULL, '2022-04-29 13:37:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913673743400962', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10401, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@475077f5', NULL, 2, NULL, '2022-04-29 13:37:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913673743400963', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=104, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@393256d1', NULL, 3, NULL, '2022-04-29 13:37:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913673768566785', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10401, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@48f1e4a6', NULL, 2, NULL, '2022-04-29 13:37:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913673776955394', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=104, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6616b7d2', NULL, 2, NULL, '2022-04-29 13:37:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913679867084802', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=105, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@137cf015', NULL, 2, NULL, '2022-04-29 13:37:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913679867084803', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10501, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@86839d6', NULL, 2, NULL, '2022-04-29 13:37:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913679896444930', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=105, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@597572bd', NULL, 3, NULL, '2022-04-29 13:37:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913679896444929', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10501, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2649457f', NULL, 3, NULL, '2022-04-29 13:37:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913686628302850', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5f756a63', NULL, 2, NULL, '2022-04-29 13:37:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913686628302851', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@114150d5', NULL, 2, NULL, '2022-04-29 13:37:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913686653468674', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2548726b', NULL, 3, NULL, '2022-04-29 13:37:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913686661857281', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@37688b2b', NULL, 3, NULL, '2022-04-29 13:37:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913710393229314', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2b92db42', NULL, 3, NULL, '2022-04-29 13:37:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913710393229313', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=-1, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7bb939c0', NULL, 3, NULL, '2022-04-29 13:37:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913710426783746', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6464dd36', NULL, 3, NULL, '2022-04-29 13:37:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519913710426783745', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=-1, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@e7645d9', NULL, 3, NULL, '2022-04-29 13:37:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519914882374041601', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@cacc993', NULL, 3, NULL, '2022-04-29 13:42:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519914882403401729', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6719a449', NULL, 10, NULL, '2022-04-29 13:42:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519914886891307010', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6dae7fd0', NULL, 4, NULL, '2022-04-29 13:42:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519914886891307011', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6c0081d6', NULL, 4, NULL, '2022-04-29 13:42:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519914886882918401', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=-1, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3369df62', NULL, 3, NULL, '2022-04-29 13:42:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519914910060642306', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@663dba66', NULL, 2, NULL, '2022-04-29 13:42:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519914910069030914', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f6092a9', NULL, 3, NULL, '2022-04-29 13:42:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519914910098391041', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4a44fd9f', NULL, 4, NULL, '2022-04-29 13:42:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519914910106779650', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@44383b55', NULL, 3, NULL, '2022-04-29 13:42:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519914916612145153', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6b6b781f', NULL, 2, NULL, '2022-04-29 13:42:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519914916612145154', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@52a4e546', NULL, 2, NULL, '2022-04-29 13:42:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519914916641505282', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5d719293', NULL, 2, NULL, '2022-04-29 13:42:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519914916649893889', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@22cb9a2f', NULL, 2, NULL, '2022-04-29 13:42:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519915572588707842', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@66ee7968', NULL, 4, NULL, '2022-04-29 13:44:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519915572613873665', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@29385574', NULL, 10, NULL, '2022-04-29 13:44:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519915576908840962', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@603641b8', NULL, 4, NULL, '2022-04-29 13:44:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519915576908840963', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@a313cbb', NULL, 4, NULL, '2022-04-29 13:44:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519915576900452353', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1a1da882', NULL, 3, NULL, '2022-04-29 13:44:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916146952503297', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3ce1af35', NULL, 2, NULL, '2022-04-29 13:47:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916146973474817', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10202, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@33cc0c65', NULL, 6, NULL, '2022-04-29 13:47:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916152275075075', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@57bf0647', NULL, 3, NULL, '2022-04-29 13:47:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916152275075074', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5062025b', NULL, 3, NULL, '2022-04-29 13:47:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916154384809985', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@11697d6e', NULL, 1, NULL, '2022-04-29 13:47:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916154397392898', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10202, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@117a6d10', NULL, 3, NULL, '2022-04-29 13:47:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916159220842499', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1e28c8c6', NULL, 2, NULL, '2022-04-29 13:47:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916159220842498', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5444082c', NULL, 2, NULL, '2022-04-29 13:47:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916164212064257', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10202, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@413c0b36', NULL, 2, NULL, '2022-04-29 13:47:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916164212064258', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@79e9136b', NULL, 3, NULL, '2022-04-29 13:47:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916168716746753', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@66b601b8', NULL, 2, NULL, '2022-04-29 13:47:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916168716746754', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4c3fb6a1', NULL, 2, NULL, '2022-04-29 13:47:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916171472404483', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2087db36', NULL, 3, NULL, '2022-04-29 13:47:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916171472404482', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10202, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@70342007', NULL, 3, NULL, '2022-04-29 13:47:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916173221429249', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@61c9397e', NULL, 2, NULL, '2022-04-29 13:47:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916173221429250', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5ee82b7f', NULL, 2, NULL, '2022-04-29 13:47:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916174383251458', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@28104b75', NULL, 3, NULL, '2022-04-29 13:47:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916174383251459', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10202, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3043477e', NULL, 1, NULL, '2022-04-29 13:47:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916180125253634', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@16237d77', NULL, 2, NULL, '2022-04-29 13:47:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916180133642242', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5d349f7a', NULL, 2, NULL, '2022-04-29 13:47:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916180154613761', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4aea3c36', NULL, 2, NULL, '2022-04-29 13:47:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916180163002369', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4b1b7aa', NULL, 3, NULL, '2022-04-29 13:47:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916184227282946', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7b5e1886', NULL, 1, NULL, '2022-04-29 13:47:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916184227282947', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4453bc52', NULL, 3, NULL, '2022-04-29 13:47:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916184244060161', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@28bfda4b', NULL, 3, NULL, '2022-04-29 13:47:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916184244060162', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@26e04458', NULL, 2, NULL, '2022-04-29 13:47:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916186869694465', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7fe1976f', NULL, 1, NULL, '2022-04-29 13:47:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916186869694466', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1b82e8e6', NULL, 1, NULL, '2022-04-29 13:47:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916188098625537', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5e3f3920', NULL, 2, NULL, '2022-04-29 13:47:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916188107014145', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2cbf34fd', NULL, 2, NULL, '2022-04-29 13:47:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916191600869379', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6cadf8f9', NULL, 3, NULL, '2022-04-29 13:47:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916191600869378', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@69fe72c6', NULL, 2, NULL, '2022-04-29 13:47:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916195480600578', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2423fded', NULL, 3, NULL, '2022-04-29 13:47:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916195480600577', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1b330c1d', NULL, 2, NULL, '2022-04-29 13:47:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916202409590785', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@436ae856', NULL, 2, NULL, '2022-04-29 13:47:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916202409590786', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@236c82a6', NULL, 2, NULL, '2022-04-29 13:47:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916202438950914', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3788e4ad', NULL, 2, NULL, '2022-04-29 13:47:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916202438950915', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@52f9f945', NULL, 2, NULL, '2022-04-29 13:47:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916223146229761', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@539ec8f8', NULL, 2, NULL, '2022-04-29 13:47:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916223146229762', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@216fc27e', NULL, 2, NULL, '2022-04-29 13:47:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916223171395586', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@171496ba', NULL, 3, NULL, '2022-04-29 13:47:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916223179784194', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4bd8aff8', NULL, 2, NULL, '2022-04-29 13:47:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916224459046913', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10401, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@14bdabae', NULL, 2, NULL, '2022-04-29 13:47:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916224459046914', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=104, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@22e68019', NULL, 2, NULL, '2022-04-29 13:47:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916224488407041', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10401, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@139bd6ff', NULL, 3, NULL, '2022-04-29 13:47:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519916224496795649', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=104, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@15f60ca1', NULL, 2, NULL, '2022-04-29 13:47:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919263093882882', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7aa47f84', NULL, 5, NULL, '2022-04-29 13:59:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919263135825922', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1638859e', NULL, 15, NULL, '2022-04-29 13:59:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919267271409666', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10401, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2eb8ee42', NULL, 6, NULL, '2022-04-29 13:59:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919267271409667', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=104, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6d2d306a', NULL, 7, NULL, '2022-04-29 13:59:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919267321741314', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7cbf857', NULL, 17, NULL, '2022-04-29 13:59:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919485714956290', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@59e909bd', NULL, 4, NULL, '2022-04-29 14:00:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919485714956291', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@ec6c472', NULL, 6, NULL, '2022-04-29 14:00:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919490894921729', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3b6476dc', NULL, 4, NULL, '2022-04-29 14:00:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919490903310338', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10401, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1faf600e', NULL, 3, NULL, '2022-04-29 14:00:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919490903310339', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=104, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3b5394cc', NULL, 4, NULL, '2022-04-29 14:00:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919700622704642', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7eff7084', NULL, 2, NULL, '2022-04-29 14:01:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919700631093250', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1aeb7bb3', NULL, 3, NULL, '2022-04-29 14:01:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919700668841986', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@102b6b39', NULL, 3, NULL, '2022-04-29 14:01:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919700685619201', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7be1626', NULL, 3, NULL, '2022-04-29 14:01:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919707618803714', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@17aa7c70', NULL, 4, NULL, '2022-04-29 14:01:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919707618803715', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@554eb5b7', NULL, 3, NULL, '2022-04-29 14:01:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919707660746754', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2b6822a1', NULL, 4, NULL, '2022-04-29 14:01:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919707677523970', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@18d19ad9', NULL, 4, NULL, '2022-04-29 14:01:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919717441863681', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10401, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7f78faa3', NULL, 2, NULL, '2022-04-29 14:01:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919717441863682', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=104, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@22e9066d', NULL, 3, NULL, '2022-04-29 14:01:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919717475418113', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=104, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@433e0ff0', NULL, 3, NULL, '2022-04-29 14:01:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919717525749762', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10401, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@718e6874', NULL, 16, NULL, '2022-04-29 14:01:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919725432012801', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=105, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@16c6b14f', NULL, 5, NULL, '2022-04-29 14:01:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919725432012802', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10501, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@635172d5', NULL, 4, NULL, '2022-04-29 14:01:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919725457178626', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10501, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6b6bccd4', NULL, 3, NULL, '2022-04-29 14:01:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919725465567234', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=105, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7c97a85d', NULL, 3, NULL, '2022-04-29 14:01:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919730154799105', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@28855aa3', NULL, 3, NULL, '2022-04-29 14:01:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919730167382018', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1f5499d1', NULL, 3, NULL, '2022-04-29 14:01:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919730309988353', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@38c0f8a0', NULL, 3, NULL, '2022-04-29 14:01:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919730309988354', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@51d418c1', NULL, 3, NULL, '2022-04-29 14:01:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919736219762691', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=107, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@379b64a0', NULL, 4, NULL, '2022-04-29 14:01:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919736219762690', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=107, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@62106a17', NULL, 4, NULL, '2022-04-29 14:01:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919736253317121', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=107, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3363bdef', NULL, 4, NULL, '2022-04-29 14:01:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919736253317122', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=107, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6fbca9a2', NULL, 3, NULL, '2022-04-29 14:01:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919755538726913', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@77e743e5', NULL, 4, NULL, '2022-04-29 14:01:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919755555504129', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@51a9a84', NULL, 5, NULL, '2022-04-29 14:01:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919759909191682', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5b610190', NULL, 7, NULL, '2022-04-29 14:01:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919759917580289', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3e46a0bf', NULL, 9, NULL, '2022-04-29 14:01:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919759938551809', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@19928a99', NULL, 8, NULL, '2022-04-29 14:01:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919759892414466', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@268b53a1', NULL, 8, NULL, '2022-04-29 14:01:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919760005660673', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@53593208', NULL, 10, NULL, '2022-04-29 14:01:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919760018243585', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@71c2094', NULL, 27, NULL, '2022-04-29 14:01:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919760035020801', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@543c3be5', NULL, 36, NULL, '2022-04-29 14:01:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919760064380929', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@658f952a', NULL, 8, NULL, '2022-04-29 14:01:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919760064380930', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2453df40', NULL, 9, NULL, '2022-04-29 14:01:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919760102129665', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7ffdf474', NULL, 8, NULL, '2022-04-29 14:01:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919760102129666', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3efc98b4', NULL, 8, NULL, '2022-04-29 14:01:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519919760118906882', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@70d949c7', NULL, 12, NULL, '2022-04-29 14:01:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921385000665089', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@194f5a21', NULL, 4, NULL, '2022-04-29 14:07:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921385009053697', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1a975107', NULL, 7, NULL, '2022-04-29 14:07:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921389815726082', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4ef4714', NULL, 8, NULL, '2022-04-29 14:07:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921389832503297', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1e1994ea', NULL, 9, NULL, '2022-04-29 14:07:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921389832503298', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2ac70753', NULL, 10, NULL, '2022-04-29 14:07:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921389866057730', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@54c87f8d', NULL, 19, NULL, '2022-04-29 14:07:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921389798948866', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4eec65d4', NULL, 11, NULL, '2022-04-29 14:07:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921389882834945', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4e7f709e', NULL, 23, NULL, '2022-04-29 14:07:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921389903806466', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@a0f724e', NULL, 7, NULL, '2022-04-29 14:07:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921389916389377', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1dd0176b', NULL, 9, NULL, '2022-04-29 14:07:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921389924777986', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@72ab17cc', NULL, 7, NULL, '2022-04-29 14:07:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921389941555201', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3ce4f28a', NULL, 6, NULL, '2022-04-29 14:07:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921389949943809', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@374f2126', NULL, 4, NULL, '2022-04-29 14:07:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921389970915330', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4895f1d7', NULL, 6, NULL, '2022-04-29 14:07:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921403044560897', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1ecd7755', NULL, 4, NULL, '2022-04-29 14:07:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921403048755201', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1fc10b', NULL, 4, NULL, '2022-04-29 14:07:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921403048755202', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@773ec8d5', NULL, 6, NULL, '2022-04-29 14:07:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921608133443586', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@70af0ab9', NULL, 5, NULL, '2022-04-29 14:08:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921608125054977', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@22f9a756', NULL, 5, NULL, '2022-04-29 14:08:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921608158609410', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@27fdcb0f', NULL, 2, NULL, '2022-04-29 14:08:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921608158609411', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@25cac36e', NULL, 2, NULL, '2022-04-29 14:08:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921620074627073', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@66664d67', NULL, 2, NULL, '2022-04-29 14:08:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921620074627074', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1180708e', NULL, 3, NULL, '2022-04-29 14:08:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921620099792898', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@16ad93c5', NULL, 2, NULL, '2022-04-29 14:08:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921620099792899', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@27c039d6', NULL, 2, NULL, '2022-04-29 14:08:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921624591892482', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@19b5a379', NULL, 2, NULL, '2022-04-29 14:08:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921624600281090', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@77fcb11f', NULL, 2, NULL, '2022-04-29 14:08:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921626278002690', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5cc8c82a', NULL, 2, NULL, '2022-04-29 14:08:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921626278002691', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7103171', NULL, 2, NULL, '2022-04-29 14:08:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921628324823041', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5bb7924', NULL, 3, NULL, '2022-04-29 14:08:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921628329017345', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@14a4d1d4', NULL, 1, NULL, '2022-04-29 14:08:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921629738303490', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7c939e91', NULL, 3, NULL, '2022-04-29 14:08:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921629746692097', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@65eb0d1f', NULL, 3, NULL, '2022-04-29 14:08:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921632921780226', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1b99b924', NULL, 2, NULL, '2022-04-29 14:08:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921632921780227', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@351d88a3', NULL, 3, NULL, '2022-04-29 14:08:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921660369305601', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6ce81a29', NULL, 2, NULL, '2022-04-29 14:08:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921660369305602', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7c2c5b78', NULL, 3, NULL, '2022-04-29 14:08:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921664425197570', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@70189006', NULL, 3, NULL, '2022-04-29 14:08:58', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921664425197569', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2c370114', NULL, 3, NULL, '2022-04-29 14:08:58', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921777306501121', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@31ecf085', NULL, 12, NULL, '2022-04-29 14:09:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921777365221377', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@546937ae', NULL, 7, NULL, '2022-04-29 14:09:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921777373609985', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@38eed8f3', NULL, 7, NULL, '2022-04-29 14:09:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921788400435201', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4fa22b9c', NULL, 10, NULL, '2022-04-29 14:09:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921788417212418', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@18d74b', NULL, 10, NULL, '2022-04-29 14:09:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921788433989634', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@52b998ca', NULL, 7, NULL, '2022-04-29 14:09:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921788467544066', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4fa9a4e4', NULL, 12, NULL, '2022-04-29 14:09:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921788484321281', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@307cd365', NULL, 6, NULL, '2022-04-29 14:09:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921788492709889', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@565d4e0b', NULL, 18, NULL, '2022-04-29 14:09:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921788534652929', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4081bd1e', NULL, 4, NULL, '2022-04-29 14:09:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921788534652930', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@cc58aef', NULL, 5, NULL, '2022-04-29 14:09:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921788543041537', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6373c786', NULL, 31, NULL, '2022-04-29 14:09:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921788564013057', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1af1150c', NULL, 4, NULL, '2022-04-29 14:09:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921788589178882', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@90b0c24', NULL, 7, NULL, '2022-04-29 14:09:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921788601761794', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@15371082', NULL, 9, NULL, '2022-04-29 14:09:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921795090350081', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@36cf1108', NULL, 3, NULL, '2022-04-29 14:09:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921795090350082', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3856d859', NULL, 3, NULL, '2022-04-29 14:09:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921795090350083', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@8ec084', NULL, 4, NULL, '2022-04-29 14:09:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921802514268162', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@293bd5a7', NULL, 7, NULL, '2022-04-29 14:09:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921802522656769', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6da3444e', NULL, 7, NULL, '2022-04-29 14:09:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921802531045377', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3e3b3065', NULL, 7, NULL, '2022-04-29 14:09:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921802539433986', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@451d1631', NULL, 5, NULL, '2022-04-29 14:09:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921802547822594', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7cebe8f6', NULL, 5, NULL, '2022-04-29 14:09:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921802556211202', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@730e2139', NULL, 7, NULL, '2022-04-29 14:09:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921802602348545', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6cc5bcf9', NULL, 7, NULL, '2022-04-29 14:09:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921802602348546', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@32c4ddb6', NULL, 7, NULL, '2022-04-29 14:09:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921802610737153', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@73111fcf', NULL, 4, NULL, '2022-04-29 14:09:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921802610737154', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3d7306e', NULL, 3, NULL, '2022-04-29 14:09:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921802610737155', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@42c4c680', NULL, 5, NULL, '2022-04-29 14:09:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921802635902977', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@74154a3b', NULL, 7, NULL, '2022-04-29 14:09:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921810357616641', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3089f75f', NULL, 11, NULL, '2022-04-29 14:09:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921810361810946', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@45ad342f', NULL, 11, NULL, '2022-04-29 14:09:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921810361810947', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4733d4da', NULL, 12, NULL, '2022-04-29 14:09:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921821757734913', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@696ceb92', NULL, 2, NULL, '2022-04-29 14:09:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921821757734914', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@57295dbd', NULL, 2, NULL, '2022-04-29 14:09:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921821782900737', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3938dce3', NULL, 2, NULL, '2022-04-29 14:09:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921821791289345', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6aa2e29', NULL, 2, NULL, '2022-04-29 14:09:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921824609861633', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3caee19', NULL, 2, NULL, '2022-04-29 14:09:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921824618250241', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6b3ee7d0', NULL, 2, NULL, '2022-04-29 14:09:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921826732179457', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@a8bdf61', NULL, 3, NULL, '2022-04-29 14:09:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921826732179458', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3b9094fd', NULL, 2, NULL, '2022-04-29 14:09:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921854599135234', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@503c9100', NULL, 3, NULL, '2022-04-29 14:09:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921854599135235', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7f23f15c', NULL, 2, NULL, '2022-04-29 14:09:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921854624301057', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6a4e5a59', NULL, 2, NULL, '2022-04-29 14:09:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921854632689666', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1e5aab2b', NULL, 3, NULL, '2022-04-29 14:09:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921862522175489', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3a9c5864', NULL, 5, NULL, '2022-04-29 14:09:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921862547341313', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519849991047041026', NULL, 10, NULL, '2022-04-29 14:09:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921882260570113', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4b962f69', NULL, 2, NULL, '2022-04-29 14:09:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921882260570114', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5d43feec', NULL, 4, NULL, '2022-04-29 14:09:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921886735892482', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@622f2627', NULL, 5, NULL, '2022-04-29 14:09:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921886735892483', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@38bd6b37', NULL, 5, NULL, '2022-04-29 14:09:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921886794612738', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3145603b', NULL, 9, NULL, '2022-04-29 14:09:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921886819778562', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@72b2c762', NULL, 16, NULL, '2022-04-29 14:09:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921886819778561', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7d8deaae', NULL, 15, NULL, '2022-04-29 14:09:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921886836555777', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@541d8423', NULL, 13, NULL, '2022-04-29 14:09:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921886903664641', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4ae14715', NULL, 4, NULL, '2022-04-29 14:09:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921886912053249', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1888d0bf', NULL, 4, NULL, '2022-04-29 14:09:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921886912053252', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3ac7f9d4', NULL, 4, NULL, '2022-04-29 14:09:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921886912053250', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@45587065', NULL, 5, NULL, '2022-04-29 14:09:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921886912053251', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7f5586e0', NULL, 5, NULL, '2022-04-29 14:09:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519921886920441858', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5f70fa57', NULL, 4, NULL, '2022-04-29 14:09:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922249991979009', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7b45177a', NULL, 3, NULL, '2022-04-29 14:11:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922250033922049', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@46c46f16', NULL, 11, NULL, '2022-04-29 14:11:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922254693793793', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f386351', NULL, 7, NULL, '2022-04-29 14:11:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922254735736834', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@cffc368', NULL, 12, NULL, '2022-04-29 14:11:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922254752514049', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2537d029', NULL, 8, NULL, '2022-04-29 14:11:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922254769291266', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@729fb434', NULL, 21, NULL, '2022-04-29 14:11:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922254786068481', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@582dd632', NULL, 24, NULL, '2022-04-29 14:11:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922254798651393', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3576ee27', NULL, 26, NULL, '2022-04-29 14:11:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922254798651394', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@441d4c27', NULL, 7, NULL, '2022-04-29 14:11:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922254815428610', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@37a18f9a', NULL, 7, NULL, '2022-04-29 14:11:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922254832205825', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@76eaad3a', NULL, 6, NULL, '2022-04-29 14:11:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922254840594433', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@53e07cc5', NULL, 5, NULL, '2022-04-29 14:11:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922254848983043', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@630692a2', NULL, 4, NULL, '2022-04-29 14:11:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922254848983042', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@9fc8988', NULL, 3, NULL, '2022-04-29 14:11:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922262000271362', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@196dc0d1', NULL, 4, NULL, '2022-04-29 14:11:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922262008659970', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@238a8841', NULL, 5, NULL, '2022-04-29 14:11:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922262008659969', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6ded88f0', NULL, 4, NULL, '2022-04-29 14:11:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922268753100801', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@33b3547e', NULL, 3, NULL, '2022-04-29 14:11:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922268761489410', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519849991047041026', NULL, 6, NULL, '2022-04-29 14:11:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922272507002882', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10202, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@61fbdf05', NULL, 1, NULL, '2022-04-29 14:11:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922272507002883', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@32fa379d', NULL, 2, NULL, '2022-04-29 14:11:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922272511197186', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@27e3f88d', NULL, 2, NULL, '2022-04-29 14:11:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922276709695489', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6f2df80e', NULL, 2, NULL, '2022-04-29 14:11:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922276709695490', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@157b32f1', NULL, 3, NULL, '2022-04-29 14:11:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922281336012802', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@64e21451', NULL, 4, NULL, '2022-04-29 14:11:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922281348595714', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519849991047041026', NULL, 7, NULL, '2022-04-29 14:11:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922284506906626', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1c3bc81', NULL, 3, NULL, '2022-04-29 14:11:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922284506906625', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@666d1de', NULL, 3, NULL, '2022-04-29 14:11:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922284515295234', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@654664b0', NULL, 4, NULL, '2022-04-29 14:11:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922287392587778', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@431ec5c3', NULL, 4, NULL, '2022-04-29 14:11:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922287442919425', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519849991047041026', NULL, 9, NULL, '2022-04-29 14:11:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922299526709250', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@124e9be9', NULL, 3, NULL, '2022-04-29 14:11:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922299535097858', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@42bc95a3', NULL, 4, NULL, '2022-04-29 14:11:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922304664731649', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@73ae94d4', NULL, 5, NULL, '2022-04-29 14:11:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922304694091777', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@787b8c71', NULL, 12, NULL, '2022-04-29 14:11:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922304694091778', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6de09383', NULL, 12, NULL, '2022-04-29 14:11:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922304694091779', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3bab63ac', NULL, 12, NULL, '2022-04-29 14:11:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922304710868994', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7fa4b36', NULL, 9, NULL, '2022-04-29 14:11:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922304710868995', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1bedad97', NULL, 5, NULL, '2022-04-29 14:11:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922304870252545', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@32381baa', NULL, 4, NULL, '2022-04-29 14:11:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922304878641154', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@790943a6', NULL, 5, NULL, '2022-04-29 14:11:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922304878641155', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@62d0776e', NULL, 2, NULL, '2022-04-29 14:11:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922304878641156', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3057bdb5', NULL, 5, NULL, '2022-04-29 14:11:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922304887029761', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@68633aa0', NULL, 4, NULL, '2022-04-29 14:11:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922304912195585', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7ecdfebd', NULL, 10, NULL, '2022-04-29 14:11:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922491680358402', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3bac9e4e', NULL, 3, NULL, '2022-04-29 14:12:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922491680358401', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@b5d3ac0', NULL, 3, NULL, '2022-04-29 14:12:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922491680358403', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6fcc661a', NULL, 5, NULL, '2022-04-29 14:12:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922495862079490', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@119a9163', NULL, 3, NULL, '2022-04-29 14:12:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922495878856705', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519849991047041026', NULL, 7, NULL, '2022-04-29 14:12:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922509233520642', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@262e363a', NULL, 3, NULL, '2022-04-29 14:12:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922509233520641', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10202, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3817a281', NULL, 2, NULL, '2022-04-29 14:12:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922509233520643', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@54a7f8', NULL, 4, NULL, '2022-04-29 14:12:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922519673143297', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@42a024', NULL, 2, NULL, '2022-04-29 14:12:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922519673143298', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4fe8c134', NULL, 2, NULL, '2022-04-29 14:12:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922529210990594', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@476cb2e2', NULL, 4, NULL, '2022-04-29 14:12:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922529227767809', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519849991047041026', NULL, 6, NULL, '2022-04-29 14:12:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922544612474881', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7ca1f356', NULL, 3, NULL, '2022-04-29 14:12:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922544612474882', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2cf5b63d', NULL, 3, NULL, '2022-04-29 14:12:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922544612474883', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@280513a5', NULL, 4, NULL, '2022-04-29 14:12:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922549016494082', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7822f8de', NULL, 3, NULL, '2022-04-29 14:12:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922549037465601', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519849991047041026', NULL, 8, NULL, '2022-04-29 14:12:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922564363452418', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5fd8dd56', NULL, 6, NULL, '2022-04-29 14:12:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922564363452419', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@569e693', NULL, 6, NULL, '2022-04-29 14:12:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922564363452420', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3cf1b3c7', NULL, 5, NULL, '2022-04-29 14:12:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922564409589762', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@462a1ae2', NULL, 13, NULL, '2022-04-29 14:12:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922564409589765', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1e841cf2', NULL, 14, NULL, '2022-04-29 14:12:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922564409589764', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@41c96fa8', NULL, 4, NULL, '2022-04-29 14:12:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922564409589763', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@759ffa15', NULL, 4, NULL, '2022-04-29 14:12:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922564426366977', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3ed0f448', NULL, 17, NULL, '2022-04-29 14:12:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922564476698626', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@286977b6', NULL, 7, NULL, '2022-04-29 14:12:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922564476698627', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7f50b168', NULL, 9, NULL, '2022-04-29 14:12:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922564485087233', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7422eadc', NULL, 6, NULL, '2022-04-29 14:12:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922564485087234', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@75624d24', NULL, 15, NULL, '2022-04-29 14:12:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922654289330177', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@280c48a6', NULL, 2, NULL, '2022-04-29 14:12:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922654289330178', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@74215009', NULL, 2, NULL, '2022-04-29 14:12:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922654289330179', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@71bcbca2', NULL, 3, NULL, '2022-04-29 14:12:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922669569179649', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6eb1efce', NULL, 3, NULL, '2022-04-29 14:12:58', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922669577568257', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6e5bbc59', NULL, 7, NULL, '2022-04-29 14:12:58', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922673922867202', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@539e4b63', NULL, 4, NULL, '2022-04-29 14:12:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922673922867203', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@24f695f0', NULL, 5, NULL, '2022-04-29 14:12:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922673931255810', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@639f3905', NULL, 6, NULL, '2022-04-29 14:12:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922676137459713', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3191c0b0', NULL, 3, NULL, '2022-04-29 14:12:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922676154236929', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519849991047041026', NULL, 5, NULL, '2022-04-29 14:12:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922684756754433', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3d7537ab', NULL, 2, NULL, '2022-04-29 14:13:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922684748365825', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@177f8bea', NULL, 2, NULL, '2022-04-29 14:13:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922684756754434', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@72afb36', NULL, 3, NULL, '2022-04-29 14:13:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922872439275522', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@71a07b65', NULL, 3, NULL, '2022-04-29 14:13:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922872439275523', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7d0e9bc7', NULL, 3, NULL, '2022-04-29 14:13:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922872464441345', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6e612d0e', NULL, 2, NULL, '2022-04-29 14:13:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519922872472829953', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@69653682', NULL, 2, NULL, '2022-04-29 14:13:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519923014080921602', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@65687a94', NULL, 3, NULL, '2022-04-29 14:14:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519923014080921603', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@ede8e2', NULL, 6, NULL, '2022-04-29 14:14:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519923014106087426', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5b65e18c', NULL, 10, NULL, '2022-04-29 14:14:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519923014122864642', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6b11813', NULL, 13, NULL, '2022-04-29 14:14:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519923014122864643', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@43d265a8', NULL, 3, NULL, '2022-04-29 14:14:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519923014131253249', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@30cf89a8', NULL, 15, NULL, '2022-04-29 14:14:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519923014152224769', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@13cf5906', NULL, 19, NULL, '2022-04-29 14:14:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519923014160613378', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1824c634', NULL, 6, NULL, '2022-04-29 14:14:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519923014177390594', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@30a08db', NULL, 5, NULL, '2022-04-29 14:14:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519923014177390595', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@79f774e7', NULL, 4, NULL, '2022-04-29 14:14:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519923014177390596', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3859a02d', NULL, 6, NULL, '2022-04-29 14:14:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519923014202556417', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@301f7439', NULL, 4, NULL, '2022-04-29 14:14:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519923020447875073', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@526869f', NULL, 2, NULL, '2022-04-29 14:14:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519923020447875074', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1aab5372', NULL, 4, NULL, '2022-04-29 14:14:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519923020447875075', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2c7e632d', NULL, 3, NULL, '2022-04-29 14:14:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519923029377548289', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3d68ab99', NULL, 4, NULL, '2022-04-29 14:14:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519923029385936897', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519849991047041026', NULL, 6, NULL, '2022-04-29 14:14:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519923036130377730', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1340162f', NULL, 3, NULL, '2022-04-29 14:14:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519923036130377731', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2ca50c92', NULL, 3, NULL, '2022-04-29 14:14:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519923036130377732', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@31684a92', NULL, 4, NULL, '2022-04-29 14:14:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519923047526301697', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@664c2dc4', NULL, 4, NULL, '2022-04-29 14:14:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519923047517913090', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@b2dace3', NULL, 3, NULL, '2022-04-29 14:14:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519923047551467521', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@594c74d3', NULL, 3, NULL, '2022-04-29 14:14:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519923047559856130', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@233e8626', NULL, 2, NULL, '2022-04-29 14:14:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519927404669960193', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7b44dcc8', NULL, 4, NULL, '2022-04-29 14:31:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519927404703514626', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1eb7dcaa', NULL, 10, NULL, '2022-04-29 14:31:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519927404703514627', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3c851f7d', NULL, 9, NULL, '2022-04-29 14:31:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519927991956406273', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@21247ed8', NULL, 8, NULL, '2022-04-29 14:34:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519927991973183490', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@35af71c', NULL, 9, NULL, '2022-04-29 14:34:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519927992006737921', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@e3cb66e', NULL, 16, NULL, '2022-04-29 14:34:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519927992019320833', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1be2c77c', NULL, 19, NULL, '2022-04-29 14:34:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519927992036098049', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6420d12a', NULL, 24, NULL, '2022-04-29 14:34:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519927992044486658', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@d0f4a23', NULL, 26, NULL, '2022-04-29 14:34:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519927992044486657', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@76bf3aec', NULL, 7, NULL, '2022-04-29 14:34:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519927992078041090', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1e2d1d40', NULL, 6, NULL, '2022-04-29 14:34:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519927992078041091', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6768bc', NULL, 6, NULL, '2022-04-29 14:34:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519927992094818306', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@43a6143e', NULL, 5, NULL, '2022-04-29 14:34:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519927992111595522', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@643e08c4', NULL, 4, NULL, '2022-04-29 14:34:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519927992111595521', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@269a79b7', NULL, 4, NULL, '2022-04-29 14:34:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928006690996225', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@32736658', NULL, 3, NULL, '2022-04-29 14:34:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928006699384834', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1fd09fe4', NULL, 4, NULL, '2022-04-29 14:34:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928011287953410', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@46cd178c', NULL, 7, NULL, '2022-04-29 14:34:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928011296342017', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2e111afe', NULL, 7, NULL, '2022-04-29 14:34:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928011304730626', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5c7514d4', NULL, 6, NULL, '2022-04-29 14:34:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928011329896450', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@771a6749', NULL, 7, NULL, '2022-04-29 14:34:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928011338285058', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@798796a3', NULL, 8, NULL, '2022-04-29 14:34:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928011355062274', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@71894b01', NULL, 8, NULL, '2022-04-29 14:34:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928011363450882', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@74b97140', NULL, 5, NULL, '2022-04-29 14:34:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928011363450883', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@710f22ee', NULL, 5, NULL, '2022-04-29 14:34:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928011380228097', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@b05c037', NULL, 6, NULL, '2022-04-29 14:34:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928011388616705', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3ad31e0c', NULL, 3, NULL, '2022-04-29 14:34:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928011388616706', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@65af6af2', NULL, 3, NULL, '2022-04-29 14:34:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928011397005314', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4c1c6367', NULL, 4, NULL, '2022-04-29 14:34:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928018615402497', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2ae74835', NULL, 2, NULL, '2022-04-29 14:34:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928018615402498', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@796dad88', NULL, 2, NULL, '2022-04-29 14:34:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928018615402499', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4a5bd706', NULL, 3, NULL, '2022-04-29 14:34:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928284043542529', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6406cb70', NULL, 3, NULL, '2022-04-29 14:35:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928284064514050', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@177d80f9', NULL, 7, NULL, '2022-04-29 14:35:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928284072902658', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@fa0f6f0', NULL, 9, NULL, '2022-04-29 14:35:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928679499300866', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@37e790ec', NULL, 6, NULL, '2022-04-29 14:36:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928679541243905', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@74eff589', NULL, 15, NULL, '2022-04-29 14:36:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928679549632513', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7a54999f', NULL, 16, NULL, '2022-04-29 14:36:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928679549632514', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3532b378', NULL, 20, NULL, '2022-04-29 14:36:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928679549632515', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2893fb46', NULL, 3, NULL, '2022-04-29 14:36:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928679558021122', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5463bd64', NULL, 20, NULL, '2022-04-29 14:36:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928679566409730', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@715316ce', NULL, 22, NULL, '2022-04-29 14:36:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928679591575555', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@86f0835', NULL, 4, NULL, '2022-04-29 14:36:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928679591575554', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@68b01dfd', NULL, 4, NULL, '2022-04-29 14:36:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928679599964161', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4b5f048e', NULL, 5, NULL, '2022-04-29 14:36:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928679608352770', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@18f9c1b7', NULL, 5, NULL, '2022-04-29 14:36:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928679616741377', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@569b36c6', NULL, 5, NULL, '2022-04-29 14:36:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928694376497153', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6aa431c9', NULL, 2, NULL, '2022-04-29 14:36:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928694384885762', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@20ca2779', NULL, 5, NULL, '2022-04-29 14:36:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928698797293570', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@dea7324', NULL, 6, NULL, '2022-04-29 14:36:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928698818265089', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@61363505', NULL, 7, NULL, '2022-04-29 14:36:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928698826653698', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1ba19ec', NULL, 7, NULL, '2022-04-29 14:36:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928698843430914', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@452f34fa', NULL, 6, NULL, '2022-04-29 14:36:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928698843430913', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@20032541', NULL, 6, NULL, '2022-04-29 14:36:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928698843430915', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@41ee36b6', NULL, 6, NULL, '2022-04-29 14:36:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928698885373954', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@67cb4d5d', NULL, 6, NULL, '2022-04-29 14:36:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928698885373955', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7d069e87', NULL, 6, NULL, '2022-04-29 14:36:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928698893762562', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@308878fe', NULL, 3, NULL, '2022-04-29 14:36:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928698893762561', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@aad5269', NULL, 4, NULL, '2022-04-29 14:36:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928698910539777', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@609be9da', NULL, 4, NULL, '2022-04-29 14:36:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928698902151169', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1ab22c8e', NULL, 4, NULL, '2022-04-29 14:36:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928727809294337', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5b218432', NULL, 3, NULL, '2022-04-29 14:37:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928727817682946', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2e6f259f', NULL, 3, NULL, '2022-04-29 14:37:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928727817682947', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@19867b31', NULL, 6, NULL, '2022-04-29 14:37:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928996026646529', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@df459aa', NULL, 3, NULL, '2022-04-29 14:38:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928996047618051', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@56f6e5e2', NULL, 8, NULL, '2022-04-29 14:38:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519928996047618050', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@652b6ee', NULL, 6, NULL, '2022-04-29 14:38:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929217393623041', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@8034504', NULL, 9, NULL, '2022-04-29 14:38:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929217402011651', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@34f94e5b', NULL, 5, NULL, '2022-04-29 14:38:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929217402011650', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@68cd1ce7', NULL, 5, NULL, '2022-04-29 14:38:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929217443954690', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@38e9ed9b', NULL, 14, NULL, '2022-04-29 14:38:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929217452343297', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@62306ff5', NULL, 15, NULL, '2022-04-29 14:38:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929217460731905', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4ee23d67', NULL, 16, NULL, '2022-04-29 14:38:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929217460731906', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@33a368b9', NULL, 4, NULL, '2022-04-29 14:38:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929217460731907', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@9a0ed53', NULL, 4, NULL, '2022-04-29 14:38:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929217469120514', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4d934de6', NULL, 4, NULL, '2022-04-29 14:38:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929217494286338', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6a92666b', NULL, 4, NULL, '2022-04-29 14:38:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929217494286339', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7695e395', NULL, 4, NULL, '2022-04-29 14:38:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929217511063553', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@ba380aa', NULL, 6, NULL, '2022-04-29 14:38:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929230207221761', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2dd7d920', NULL, 2, NULL, '2022-04-29 14:39:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929230207221762', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7ce80e51', NULL, 3, NULL, '2022-04-29 14:39:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929234732875779', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@70111fa', NULL, 5, NULL, '2022-04-29 14:39:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929234732875778', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2f850890', NULL, 5, NULL, '2022-04-29 14:39:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929234758041602', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2c7dff53', NULL, 6, NULL, '2022-04-29 14:39:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929234766430209', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4861fbb4', NULL, 5, NULL, '2022-04-29 14:39:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929234770624514', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7f92947b', NULL, 5, NULL, '2022-04-29 14:39:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929234770624515', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@8bc9ab5', NULL, 5, NULL, '2022-04-29 14:39:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929234808373249', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@60ad47c2', NULL, 9, NULL, '2022-04-29 14:39:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929234837733378', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1bbd47e', NULL, 9, NULL, '2022-04-29 14:39:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929234837733377', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@185ccd61', NULL, 6, NULL, '2022-04-29 14:39:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929234846121985', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@23089f1d', NULL, 5, NULL, '2022-04-29 14:39:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929234862899201', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3cc83930', NULL, 5, NULL, '2022-04-29 14:39:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929234871287809', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1b3f57f9', NULL, 4, NULL, '2022-04-29 14:39:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929239455662083', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@ebf4133', NULL, 3, NULL, '2022-04-29 14:39:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929239455662082', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@37272089', NULL, 3, NULL, '2022-04-29 14:39:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929239455662084', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3f0bb30', NULL, 6, NULL, '2022-04-29 14:39:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929631069437953', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@423f0c03', NULL, 5, NULL, '2022-04-29 14:40:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929631098798081', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3484d5c', NULL, 10, NULL, '2022-04-29 14:40:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929631107186690', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@636fab38', NULL, 11, NULL, '2022-04-29 14:40:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929736765898755', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7d7e9fb6', NULL, 6, NULL, '2022-04-29 14:41:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929736765898754', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@663720af', NULL, 6, NULL, '2022-04-29 14:41:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929736765898756', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1077efa7', NULL, 6, NULL, '2022-04-29 14:41:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929736816230401', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@25677dff', NULL, 12, NULL, '2022-04-29 14:41:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929736824619011', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@34613e67', NULL, 4, NULL, '2022-04-29 14:41:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929736824619010', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@453d4dea', NULL, 15, NULL, '2022-04-29 14:41:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929736824619009', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7e105f4c', NULL, 4, NULL, '2022-04-29 14:41:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929736841396226', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@66e6b894', NULL, 17, NULL, '2022-04-29 14:41:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929736858173442', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2b098f83', NULL, 5, NULL, '2022-04-29 14:41:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929736858173443', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@143f0709', NULL, 3, NULL, '2022-04-29 14:41:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929736866562050', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1d6b79b3', NULL, 4, NULL, '2022-04-29 14:41:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929736874950658', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4ae21ed', NULL, 4, NULL, '2022-04-29 14:41:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929749663383553', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@54d2cd5c', NULL, 2, NULL, '2022-04-29 14:41:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929749663383554', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7e17a50a', NULL, 4, NULL, '2022-04-29 14:41:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929754352615425', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5a67957a', NULL, 7, NULL, '2022-04-29 14:41:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929754386169857', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7491906f', NULL, 7, NULL, '2022-04-29 14:41:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929754386169858', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4625c709', NULL, 6, NULL, '2022-04-29 14:41:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929754386169859', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1c7b3f74', NULL, 7, NULL, '2022-04-29 14:41:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929754394558467', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7331f219', NULL, 5, NULL, '2022-04-29 14:41:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929754394558466', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@d60b513', NULL, 6, NULL, '2022-04-29 14:41:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929754453278723', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3e3e5fce', NULL, 3, NULL, '2022-04-29 14:41:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929754453278721', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@be6ae48', NULL, 6, NULL, '2022-04-29 14:41:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929754453278722', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5e6dba89', NULL, 5, NULL, '2022-04-29 14:41:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929754457473025', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5a7a41bd', NULL, 5, NULL, '2022-04-29 14:41:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929754465861634', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5d7b0042', NULL, 4, NULL, '2022-04-29 14:41:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519929754465861635', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2844a884', NULL, 7, NULL, '2022-04-29 14:41:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930118250430466', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@653db30a', NULL, 4, NULL, '2022-04-29 14:42:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930118267207681', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7fdebaf4', NULL, 7, NULL, '2022-04-29 14:42:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930122750918657', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6dc46e63', NULL, 5, NULL, '2022-04-29 14:42:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930122767695873', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@274e313', NULL, 7, NULL, '2022-04-29 14:42:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930122750918658', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5aea0f25', NULL, 6, NULL, '2022-04-29 14:42:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930122797056002', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@73a046a2', NULL, 6, NULL, '2022-04-29 14:42:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930122843193345', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@466fe94f', NULL, 21, NULL, '2022-04-29 14:42:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930122851581953', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@b59b83b', NULL, 24, NULL, '2022-04-29 14:42:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930122885136386', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@525b03fa', NULL, 4, NULL, '2022-04-29 14:42:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930122885136387', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6cc2d91f', NULL, 6, NULL, '2022-04-29 14:42:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930122885136389', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@79864aee', NULL, 5, NULL, '2022-04-29 14:42:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930122885136388', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7891dd3', NULL, 6, NULL, '2022-04-29 14:42:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930122901913601', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@78f9a4b4', NULL, 3, NULL, '2022-04-29 14:42:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930122931273729', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@599fb0ab', NULL, 5, NULL, '2022-04-29 14:42:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930153394503681', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1e2702cf', NULL, 4, NULL, '2022-04-29 14:42:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930153394503682', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5bbc8ecc', NULL, 4, NULL, '2022-04-29 14:42:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930153402892290', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@34554325', NULL, 5, NULL, '2022-04-29 14:42:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930158956150786', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5293c13', NULL, 3, NULL, '2022-04-29 14:42:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930158964539393', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519849991047041026', NULL, 6, NULL, '2022-04-29 14:42:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930690584182785', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@367b38d3', NULL, 5, NULL, '2022-04-29 14:44:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930690642903041', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5ee46430', NULL, 16, NULL, '2022-04-29 14:44:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930690642903042', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5e359d7', NULL, 17, NULL, '2022-04-29 14:44:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930690651291649', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@214ed4be', NULL, 4, NULL, '2022-04-29 14:44:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930690651291650', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@30a3de41', NULL, 19, NULL, '2022-04-29 14:44:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930690659680257', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@79864fc7', NULL, 21, NULL, '2022-04-29 14:44:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930690668068866', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5c5db929', NULL, 23, NULL, '2022-04-29 14:44:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930690684846083', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3576028', NULL, 4, NULL, '2022-04-29 14:44:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930690684846084', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@31fe060a', NULL, 3, NULL, '2022-04-29 14:44:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930690684846082', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@299765f2', NULL, 5, NULL, '2022-04-29 14:44:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930690693234690', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@63b72bf1', NULL, 4, NULL, '2022-04-29 14:44:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930690710011906', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@20962b73', NULL, 4, NULL, '2022-04-29 14:44:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930704500883458', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4680890b', NULL, 2, NULL, '2022-04-29 14:44:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930704509272065', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@bb27055', NULL, 3, NULL, '2022-04-29 14:44:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930709047508994', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@47a74d87', NULL, 4, NULL, '2022-04-29 14:44:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930709047508995', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@a2ac9f2', NULL, 5, NULL, '2022-04-29 14:44:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930709047508996', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@78a4d3f6', NULL, 5, NULL, '2022-04-29 14:44:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930709076869121', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@401ac639', NULL, 8, NULL, '2022-04-29 14:44:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930709093646337', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@298fa16', NULL, 7, NULL, '2022-04-29 14:44:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930709093646338', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@42e56423', NULL, 6, NULL, '2022-04-29 14:44:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930709110423553', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@75e43301', NULL, 5, NULL, '2022-04-29 14:44:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930709110423554', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3dfb81a5', NULL, 5, NULL, '2022-04-29 14:44:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930709152366593', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@18fcd431', NULL, 5, NULL, '2022-04-29 14:44:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930709160755202', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@506d9b33', NULL, 7, NULL, '2022-04-29 14:44:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930709160755201', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5900ec34', NULL, 5, NULL, '2022-04-29 14:44:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930709169143809', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3328224', NULL, 6, NULL, '2022-04-29 14:44:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930727015907329', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@438e2f08', NULL, 5, NULL, '2022-04-29 14:44:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930727015907330', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6e21ab05', NULL, 3, NULL, '2022-04-29 14:44:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930727024295937', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7b0460d1', NULL, 4, NULL, '2022-04-29 14:44:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930733395443714', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5fdaf8e7', NULL, 3, NULL, '2022-04-29 14:45:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930733403832321', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519849991047041026', NULL, 5, NULL, '2022-04-29 14:45:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930744120279043', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@45d20cb5', NULL, 3, NULL, '2022-04-29 14:45:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930744120279042', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10202, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6bde4a17', NULL, 3, NULL, '2022-04-29 14:45:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930744120279044', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@384df76d', NULL, 4, NULL, '2022-04-29 14:45:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930799287959554', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2203cffa', NULL, 2, NULL, '2022-04-29 14:45:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930799287959553', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@42abdf70', NULL, 1, NULL, '2022-04-29 14:45:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930799317319681', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@62b6cdc7', NULL, 2, NULL, '2022-04-29 14:45:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930799317319682', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6c876286', NULL, 2, NULL, '2022-04-29 14:45:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930811711488004', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4029b4ed', NULL, 6, NULL, '2022-04-29 14:45:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930811711488003', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@dc9e332', NULL, 5, NULL, '2022-04-29 14:45:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930811711488002', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@289dac6a', NULL, 5, NULL, '2022-04-29 14:45:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930811740848130', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6ba51973', NULL, 8, NULL, '2022-04-29 14:45:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930811749236737', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@20959b7e', NULL, 9, NULL, '2022-04-29 14:45:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930811766013953', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@18857c73', NULL, 5, NULL, '2022-04-29 14:45:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930811786985474', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4a1dc33b', NULL, 6, NULL, '2022-04-29 14:45:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930811786985475', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5a8aede1', NULL, 7, NULL, '2022-04-29 14:45:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930811803762690', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@685a10cb', NULL, 3, NULL, '2022-04-29 14:45:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930811803762691', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@225191f1', NULL, 5, NULL, '2022-04-29 14:45:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930811812151297', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@774b0134', NULL, 4, NULL, '2022-04-29 14:45:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930811854094337', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3e603d1b', NULL, 10, NULL, '2022-04-29 14:45:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930816987922433', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@78aefafa', NULL, 2, NULL, '2022-04-29 14:45:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930816987922434', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2479837b', NULL, 2, NULL, '2022-04-29 14:45:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930816992116738', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@796f7290', NULL, 4, NULL, '2022-04-29 14:45:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930831521185794', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@27fa5c1d', NULL, 5, NULL, '2022-04-29 14:45:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930831521185795', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3ef91fe3', NULL, 5, NULL, '2022-04-29 14:45:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930831529574402', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7609fe6', NULL, 5, NULL, '2022-04-29 14:45:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930831554740226', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5b322d45', NULL, 7, NULL, '2022-04-29 14:45:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930831554740227', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@64f2cea4', NULL, 6, NULL, '2022-04-29 14:45:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930831571517441', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@d1d54dc', NULL, 8, NULL, '2022-04-29 14:45:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930831588294658', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6d4b2e4d', NULL, 5, NULL, '2022-04-29 14:45:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930831613460482', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f1058e3', NULL, 3, NULL, '2022-04-29 14:45:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930831613460483', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@abdd644', NULL, 4, NULL, '2022-04-29 14:45:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930831621849090', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@52f53014', NULL, 6, NULL, '2022-04-29 14:45:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930831621849089', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1966bb95', NULL, 6, NULL, '2022-04-29 14:45:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930831638626305', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2b2fbc49', NULL, 4, NULL, '2022-04-29 14:45:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930846520016897', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1f8019d5', NULL, 2, NULL, '2022-04-29 14:45:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930846520016898', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3f9c320d', NULL, 2, NULL, '2022-04-29 14:45:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519930846528405505', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6cbdd2fb', NULL, 3, NULL, '2022-04-29 14:45:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519931340692914178', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2c4be42a', NULL, 6, NULL, '2022-04-29 14:47:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519931340755828738', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@65be19b3', NULL, 20, NULL, '2022-04-29 14:47:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519931340755828739', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2129ff5c', NULL, 20, NULL, '2022-04-29 14:47:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519931547899920386', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@24eeefa5', NULL, 8, NULL, '2022-04-29 14:48:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519931547912503298', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4b153039', NULL, 4, NULL, '2022-04-29 14:48:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519931547920891906', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3db48500', NULL, 4, NULL, '2022-04-29 14:48:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519931547920891907', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f5cd1c9', NULL, 4, NULL, '2022-04-29 14:48:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519931547954446337', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1d4b8669', NULL, 11, NULL, '2022-04-29 14:48:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519931547962834946', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@45dd37dc', NULL, 4, NULL, '2022-04-29 14:48:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519931547962834945', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7645ac4b', NULL, 13, NULL, '2022-04-29 14:48:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519931547962834948', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@198a187a', NULL, 3, NULL, '2022-04-29 14:48:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519931547962834947', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3c00a35', NULL, 3, NULL, '2022-04-29 14:48:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519931547988000769', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@110e213a', NULL, 8, NULL, '2022-04-29 14:48:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519931547996389377', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@528492d7', NULL, 3, NULL, '2022-04-29 14:48:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519931548004777986', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@73173683', NULL, 3, NULL, '2022-04-29 14:48:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519931560474443778', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1473ae89', NULL, 3, NULL, '2022-04-29 14:48:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519931560482832385', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1d78bbfd', NULL, 4, NULL, '2022-04-29 14:48:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519931565205618690', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7f4931f8', NULL, 7, NULL, '2022-04-29 14:48:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519931565335642113', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@23d63f9a', NULL, 6, NULL, '2022-04-29 14:48:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519931565335642114', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@25f1fc21', NULL, 6, NULL, '2022-04-29 14:48:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519931565369196546', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4a338340', NULL, 7, NULL, '2022-04-29 14:48:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519931565369196545', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@598d40d8', NULL, 7, NULL, '2022-04-29 14:48:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519931565411139586', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@187599b5', NULL, 22, NULL, '2022-04-29 14:48:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519931565427916802', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7452806b', NULL, 6, NULL, '2022-04-29 14:48:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519931565436305410', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@c25f64', NULL, 7, NULL, '2022-04-29 14:48:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519931565453082626', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@72ab9435', NULL, 4, NULL, '2022-04-29 14:48:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519931565453082627', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@bd0529d', NULL, 4, NULL, '2022-04-29 14:48:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519931565453082628', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3fd58458', NULL, 5, NULL, '2022-04-29 14:48:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519931565486637058', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2c97fb8f', NULL, 6, NULL, '2022-04-29 14:48:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519931571027312642', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3f21a7a9', NULL, 3, NULL, '2022-04-29 14:48:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519931571027312641', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6748fc5f', NULL, 2, NULL, '2022-04-29 14:48:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519931571035701250', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@e14b3c9', NULL, 4, NULL, '2022-04-29 14:48:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932005884362753', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5c9d5a0c', NULL, 4, NULL, '2022-04-29 14:50:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932005875974145', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4aa033bc', NULL, 3, NULL, '2022-04-29 14:50:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932005922111489', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7e8a35f0', NULL, 14, NULL, '2022-04-29 14:50:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932056190844929', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@58b98d95', NULL, 4, NULL, '2022-04-29 14:50:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932056190844930', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7854462a', NULL, 5, NULL, '2022-04-29 14:50:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932056199233537', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@27dce35a', NULL, 5, NULL, '2022-04-29 14:50:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932056228593665', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@670e6b08', NULL, 11, NULL, '2022-04-29 14:50:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932056236982275', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@65462d19', NULL, 5, NULL, '2022-04-29 14:50:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932056236982274', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3be87dd3', NULL, 13, NULL, '2022-04-29 14:50:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932056245370881', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@40b6a2b1', NULL, 15, NULL, '2022-04-29 14:50:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932056253759490', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1569325a', NULL, 5, NULL, '2022-04-29 14:50:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932056262148098', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@196093d1', NULL, 4, NULL, '2022-04-29 14:50:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932056278925314', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@60845d46', NULL, 6, NULL, '2022-04-29 14:50:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932056278925315', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@53c5ebfe', NULL, 4, NULL, '2022-04-29 14:50:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932056295702530', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@60c9b430', NULL, 4, NULL, '2022-04-29 14:50:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932069398708226', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3e07e38', NULL, 3, NULL, '2022-04-29 14:50:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932069407096834', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3aca11b4', NULL, 5, NULL, '2022-04-29 14:50:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932074029219842', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7a02c2d6', NULL, 5, NULL, '2022-04-29 14:50:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932074029219843', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@13d69924', NULL, 6, NULL, '2022-04-29 14:50:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932074037608449', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@62aad98', NULL, 5, NULL, '2022-04-29 14:50:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932074062774273', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6b9eb20e', NULL, 7, NULL, '2022-04-29 14:50:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932074071162882', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7a414734', NULL, 6, NULL, '2022-04-29 14:50:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932074071162881', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4c828a6', NULL, 4, NULL, '2022-04-29 14:50:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932074113105921', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4e3bfcfb', NULL, 8, NULL, '2022-04-29 14:50:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932074113105922', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@35f5cb71', NULL, 8, NULL, '2022-04-29 14:50:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932074146660354', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@119b9216', NULL, 3, NULL, '2022-04-29 14:50:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932074146660353', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@dd7a35a', NULL, 4, NULL, '2022-04-29 14:50:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932074163437571', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@74cd4390', NULL, 7, NULL, '2022-04-29 14:50:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932074163437570', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@61cf1b79', NULL, 5, NULL, '2022-04-29 14:50:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932081365057538', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@22026140', NULL, 3, NULL, '2022-04-29 14:50:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932081365057537', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@485782a2', NULL, 3, NULL, '2022-04-29 14:50:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932081373446145', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1aead736', NULL, 5, NULL, '2022-04-29 14:50:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932112025419778', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3bb90a51', NULL, 9, NULL, '2022-04-29 14:50:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932124612526082', 1, '用户名: 管理员,退出成功!', NULL, 'admin', '管理员', '127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-29 14:50:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932230300598274', 1, '用户名: admin,登录成功!', NULL, 'admin', '管理员', '127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-29 14:50:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932235417649154', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@156bd', NULL, 6, NULL, '2022-04-29 14:50:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932442259750913', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6dc67477', NULL, 3, NULL, '2022-04-29 14:51:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932471494049794', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=*助力*, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@71b51346', NULL, 61, NULL, '2022-04-29 14:51:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932503777607681', 2, '门户-栏目-编辑', 3, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.edit()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651075200000,\"id\":\"106\",\"isEnable\":\"Y\",\"name\":\"助力乡村振兴\",\"sort\":\"6\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":1651215122525}]', NULL, 9, NULL, '2022-04-29 14:52:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932503983128578', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=*助力*, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@730df3e9', NULL, 4, NULL, '2022-04-29 14:52:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932520357691393', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6dac4423', NULL, 5, NULL, '2022-04-29 14:52:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932615866187777', 2, '门户-文章-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.add()', NULL, '[{\"columnId\":\"106\",\"createBy\":\"admin\",\"createTime\":1651215149248,\"id\":\"1519932615815856129\",\"isRelease\":\"N\",\"sysOrgCode\":\"A01\",\"title\":\"关于滞留长吉两市农民返乡春耕工作方案\"}]', NULL, 11, NULL, '2022-04-29 14:52:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932616281423874', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@a4f4395', NULL, 8, NULL, '2022-04-29 14:52:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932644706222082', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2bf88239', NULL, 7, NULL, '2022-04-29 14:52:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932644714610690', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@35dbe63e', NULL, 11, NULL, '2022-04-29 14:52:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932649248653315', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4ac0a43e', NULL, 4, NULL, '2022-04-29 14:52:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932649248653314', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@d7b0301', NULL, 3, NULL, '2022-04-29 14:52:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932649240264705', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@76e93e99', NULL, 2, NULL, '2022-04-29 14:52:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932661550546947', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4fa19979', NULL, 5, NULL, '2022-04-29 14:52:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932661550546946', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1f4862a0', NULL, 6, NULL, '2022-04-29 14:52:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932661558935554', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2147267a', NULL, 7, NULL, '2022-04-29 14:52:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932661588295683', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@591cb365', NULL, 4, NULL, '2022-04-29 14:52:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932661588295682', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5c55b3f1', NULL, 7, NULL, '2022-04-29 14:52:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932661605072897', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4a8868fa', NULL, 13, NULL, '2022-04-29 14:52:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932661638627330', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5cb47a92', NULL, 12, NULL, '2022-04-29 14:52:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932661642821634', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@9fed3ae', NULL, 8, NULL, '2022-04-29 14:52:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932661659598849', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@364204c1', NULL, 7, NULL, '2022-04-29 14:52:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932661667987458', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@83f745b', NULL, 5, NULL, '2022-04-29 14:52:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932661667987457', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1be8b99f', NULL, 5, NULL, '2022-04-29 14:52:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932661684764673', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6495f554', NULL, 5, NULL, '2022-04-29 14:52:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932665069568002', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@451507ce', NULL, 2, NULL, '2022-04-29 14:52:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932665077956610', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1514ae5c', NULL, 3, NULL, '2022-04-29 14:52:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932665077956609', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@62d2ff7a', NULL, 2, NULL, '2022-04-29 14:52:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932942627635202', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=107, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6f903c8f', NULL, 3, NULL, '2022-04-29 14:53:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932942644412417', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=107, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@c9d9fa6', NULL, 8, NULL, '2022-04-29 14:53:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932959077695489', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=-1, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4a529702', NULL, 5, NULL, '2022-04-29 14:53:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932959086084097', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@14e68c0', NULL, 6, NULL, '2022-04-29 14:53:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932959119638531', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@41308b64', NULL, 2, NULL, '2022-04-29 14:53:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932959119638530', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=-1, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@606a19ad', NULL, 2, NULL, '2022-04-29 14:53:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932968477130754', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@25c9a60b', NULL, 3, NULL, '2022-04-29 14:53:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932968477130753', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@28e718e2', NULL, 3, NULL, '2022-04-29 14:53:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932968502296579', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3b0d3026', NULL, 3, NULL, '2022-04-29 14:53:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932968502296578', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6d238524', NULL, 2, NULL, '2022-04-29 14:53:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932978803507202', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=107, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5134a830', NULL, 2, NULL, '2022-04-29 14:53:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932978803507203', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=107, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7d3c9653', NULL, 2, NULL, '2022-04-29 14:53:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932981018099714', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2252f4b4', NULL, 2, NULL, '2022-04-29 14:53:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519932981018099715', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@32a54fe', NULL, 2, NULL, '2022-04-29 14:53:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519933161658384385', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5ea1e6c5', NULL, 5, NULL, '2022-04-29 14:54:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519933161670967298', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@122343bf', NULL, 7, NULL, '2022-04-29 14:54:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519933161700327426', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2ca602a', NULL, 12, NULL, '2022-04-29 14:54:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519933357599490049', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@28063ea0', NULL, 2, NULL, '2022-04-29 14:55:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519933357607878658', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@155ef675', NULL, 3, NULL, '2022-04-29 14:55:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519933362192252930', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6957746a', NULL, 3, NULL, '2022-04-29 14:55:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519933362192252931', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@18b4d7d6', NULL, 3, NULL, '2022-04-29 14:55:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519933362200641538', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3b2c2485', NULL, 5, NULL, '2022-04-29 14:55:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519933466496204801', 2, '门户-文章-编辑', 3, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.edit()', NULL, '[{\"columnId\":\"106\",\"createBy\":\"admin\",\"createTime\":1651161600000,\"id\":\"1519932615815856129\",\"isRelease\":\"Y\",\"sysOrgCode\":\"A01\",\"title\":\"关于滞留长吉两市农民返乡春耕工作方案\",\"updateBy\":\"admin\",\"updateTime\":1651215352060}]', NULL, 8, NULL, '2022-04-29 14:55:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519933466873692161', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4c5dc032', NULL, 3, NULL, '2022-04-29 14:55:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519933500751085569', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@74748399', NULL, 3, NULL, '2022-04-29 14:56:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519933500751085570', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@510f725c', NULL, 3, NULL, '2022-04-29 14:56:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519933506266595330', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@648c10a3', NULL, 4, NULL, '2022-04-29 14:56:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519933506266595331', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@462047ae', NULL, 6, NULL, '2022-04-29 14:56:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519933506266595332', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@d548e0c', NULL, 3, NULL, '2022-04-29 14:56:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519933669924143106', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@314c6bdc', NULL, 2, NULL, '2022-04-29 14:56:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519933669932531713', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3f1c1bf8', NULL, 3, NULL, '2022-04-29 14:56:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519933680359571457', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@55c84022', NULL, 3, NULL, '2022-04-29 14:56:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519933680359571458', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@59bef491', NULL, 3, NULL, '2022-04-29 14:56:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519933684709064706', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@459130c0', NULL, 3, NULL, '2022-04-29 14:56:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519933684717453314', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1b56ae77', NULL, 3, NULL, '2022-04-29 14:56:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519933684717453315', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6e5394c', NULL, 4, NULL, '2022-04-29 14:56:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519933881551945730', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@77afc96e', NULL, 3, NULL, '2022-04-29 14:57:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519933881560334337', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519932615815856129', NULL, 7, NULL, '2022-04-29 14:57:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938374909820930', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4930bb15', NULL, 6, NULL, '2022-04-29 15:15:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938374960152578', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3792f969', NULL, 15, NULL, '2022-04-29 15:15:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938380563742722', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4b384503', NULL, 6, NULL, '2022-04-29 15:15:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938380790235138', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2d674c05', NULL, 5, NULL, '2022-04-29 15:15:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938380807012354', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519932615815856129', NULL, 9, NULL, '2022-04-29 15:15:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938572792889345', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5c41bd99', NULL, 5, NULL, '2022-04-29 15:16:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938572822249474', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7366bf1f', NULL, 7, NULL, '2022-04-29 15:16:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938572830638082', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@711eda93', NULL, 5, NULL, '2022-04-29 15:16:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938572839026689', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2f1f30a0', NULL, 12, NULL, '2022-04-29 15:16:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938572859998210', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@47175568', NULL, 7, NULL, '2022-04-29 15:16:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938572859998211', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@75df4557', NULL, 11, NULL, '2022-04-29 15:16:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938572893552641', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2bef6ca4', NULL, 2, NULL, '2022-04-29 15:16:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938572901941250', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@67b0fd9d', NULL, 4, NULL, '2022-04-29 15:16:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938572901941251', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@31282a29', NULL, 4, NULL, '2022-04-29 15:16:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938572918718466', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@10a41a70', NULL, 7, NULL, '2022-04-29 15:16:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938572935495682', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@f745f76', NULL, 4, NULL, '2022-04-29 15:16:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938572885164034', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1aee6298', NULL, 4, NULL, '2022-04-29 15:16:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938583731634178', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@10faf4f6', NULL, 6, NULL, '2022-04-29 15:16:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938583740022786', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@a8fbaa1', NULL, 6, NULL, '2022-04-29 15:16:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938589255532546', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4b572c07', NULL, 5, NULL, '2022-04-29 15:16:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938589272309761', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@be63401', NULL, 6, NULL, '2022-04-29 15:16:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938589272309762', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5db769de', NULL, 6, NULL, '2022-04-29 15:16:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938589272309763', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@54575b9f', NULL, 7, NULL, '2022-04-29 15:16:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938589297475585', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6d1b4926', NULL, 8, NULL, '2022-04-29 15:16:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938589297475586', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@34fc85a7', NULL, 8, NULL, '2022-04-29 15:16:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938589360390147', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7269579b', NULL, 9, NULL, '2022-04-29 15:16:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938589360390146', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6c4a689', NULL, 8, NULL, '2022-04-29 15:16:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938589360390148', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@457a62a2', NULL, 10, NULL, '2022-04-29 15:16:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938589372973057', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1e5f60', NULL, 4, NULL, '2022-04-29 15:16:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938589372973058', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@770ee1e2', NULL, 10, NULL, '2022-04-29 15:16:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938589372973059', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@72f75254', NULL, 5, NULL, '2022-04-29 15:16:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938593911209986', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@367a8b5c', NULL, 4, NULL, '2022-04-29 15:16:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938593911209988', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@323409', NULL, 3, NULL, '2022-04-29 15:16:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938593911209987', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@a28cd6', NULL, 3, NULL, '2022-04-29 15:16:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938598113902593', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@19d46002', NULL, 3, NULL, '2022-04-29 15:16:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519938598122291202', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519932615815856129', NULL, 6, NULL, '2022-04-29 15:16:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519940646196740098', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1472c7fa', NULL, 4, NULL, '2022-04-29 15:24:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519940646213517314', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519932615815856129', NULL, 9, NULL, '2022-04-29 15:24:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941296502603778', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3523e08f', NULL, 5, NULL, '2022-04-29 15:26:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941296527769601', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@50657345', NULL, 10, NULL, '2022-04-29 15:26:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941301024063489', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@12de4cbf', NULL, 5, NULL, '2022-04-29 15:27:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941301049229314', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519932615815856129', NULL, 9, NULL, '2022-04-29 15:27:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941313011384322', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@64aa2682', NULL, 6, NULL, '2022-04-29 15:27:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941313019772929', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@60cfe466', NULL, 5, NULL, '2022-04-29 15:27:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941313019772930', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f4f6147', NULL, 4, NULL, '2022-04-29 15:27:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941313044938754', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@30568aaa', NULL, 12, NULL, '2022-04-29 15:27:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941313061715970', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@45256c8f', NULL, 15, NULL, '2022-04-29 15:27:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941313070104577', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2027b3d9', NULL, 16, NULL, '2022-04-29 15:27:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941313078493185', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@16931ee2', NULL, 8, NULL, '2022-04-29 15:27:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941313103659010', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@477a7a9c', NULL, 8, NULL, '2022-04-29 15:27:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941313112047619', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7ec4d3c9', NULL, 4, NULL, '2022-04-29 15:27:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941313112047618', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@621d971c', NULL, 3, NULL, '2022-04-29 15:27:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941313128824834', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@368bf285', NULL, 5, NULL, '2022-04-29 15:27:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941313128824835', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@194cde68', NULL, 5, NULL, '2022-04-29 15:27:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941320057815042', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2a63c503', NULL, 3, NULL, '2022-04-29 15:27:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941320057815041', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@195fc8a8', NULL, 3, NULL, '2022-04-29 15:27:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941320057815043', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@74635cf5', NULL, 4, NULL, '2022-04-29 15:27:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941325883703297', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@48b6f34e', NULL, 5, NULL, '2022-04-29 15:27:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941325892091905', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519932615815856129', NULL, 6, NULL, '2022-04-29 15:27:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941477138694145', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@27eae57', NULL, 6, NULL, '2022-04-29 15:27:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941477159665666', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519932615815856129', NULL, 11, NULL, '2022-04-29 15:27:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941493152546817', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f499f70', NULL, 5, NULL, '2022-04-29 15:27:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941493152546818', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@b661e13', NULL, 6, NULL, '2022-04-29 15:27:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941493160935425', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@88a81b6', NULL, 5, NULL, '2022-04-29 15:27:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941493169324034', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7dc45032', NULL, 5, NULL, '2022-04-29 15:27:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941493169324035', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@382726e9', NULL, 6, NULL, '2022-04-29 15:27:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941493169324036', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@51d78ed2', NULL, 6, NULL, '2022-04-29 15:27:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941493223849986', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@54ea5426', NULL, 7, NULL, '2022-04-29 15:27:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941493223849985', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@44804a74', NULL, 7, NULL, '2022-04-29 15:27:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941493232238594', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@745fd6fd', NULL, 7, NULL, '2022-04-29 15:27:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941493232238595', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6cc8ae86', NULL, 3, NULL, '2022-04-29 15:27:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941493232238596', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@75a59afe', NULL, 3, NULL, '2022-04-29 15:27:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941493257404418', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7afef909', NULL, 4, NULL, '2022-04-29 15:27:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941507262185474', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4ad648a7', NULL, 2, NULL, '2022-04-29 15:27:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941507262185475', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@59a18306', NULL, 4, NULL, '2022-04-29 15:27:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941512249212930', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7d4663bc', NULL, 4, NULL, '2022-04-29 15:27:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941512249212929', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7bdb0438', NULL, 4, NULL, '2022-04-29 15:27:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941512249212931', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@43e19706', NULL, 6, NULL, '2022-04-29 15:27:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941512265990147', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@31dea2d4', NULL, 5, NULL, '2022-04-29 15:27:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941512265990146', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7932a8af', NULL, 6, NULL, '2022-04-29 15:27:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941512274378753', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@611734ad', NULL, 7, NULL, '2022-04-29 15:27:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941512316321794', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@116874fe', NULL, 6, NULL, '2022-04-29 15:27:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941512316321795', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@13075a11', NULL, 6, NULL, '2022-04-29 15:27:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941512333099009', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5c07e7d1', NULL, 6, NULL, '2022-04-29 15:27:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941512341487619', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6924c1e', NULL, 6, NULL, '2022-04-29 15:27:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941512341487618', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@36d6f05a', NULL, 5, NULL, '2022-04-29 15:27:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941512349876226', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2816a22', NULL, 5, NULL, '2022-04-29 15:27:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941551717613569', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@45317ff8', NULL, 3, NULL, '2022-04-29 15:28:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941551717613570', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@38272a18', NULL, 4, NULL, '2022-04-29 15:28:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941551717613571', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5b100fd0', NULL, 3, NULL, '2022-04-29 15:28:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941560651481089', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7f82c5fa', NULL, 4, NULL, '2022-04-29 15:28:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519941560668258306', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519932615815856129', NULL, 7, NULL, '2022-04-29 15:28:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943428387635201', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519932615815856129', NULL, 7, NULL, '2022-04-29 15:35:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943428404412418', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2ffb514', NULL, 12, NULL, '2022-04-29 15:35:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943441121542146', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=-1, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6267be27', NULL, 3, NULL, '2022-04-29 15:35:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943441121542147', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7327a91', NULL, 4, NULL, '2022-04-29 15:35:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943441138319362', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6ffed59b', NULL, 8, NULL, '2022-04-29 15:35:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943479000301569', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@52e3a6d8', NULL, 6, NULL, '2022-04-29 15:35:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943479000301570', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@47b23a4f', NULL, 6, NULL, '2022-04-29 15:35:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943479008690178', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@64e435f1', NULL, 5, NULL, '2022-04-29 15:35:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943479021273090', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@157e150d', NULL, 5, NULL, '2022-04-29 15:35:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943479054827522', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4fb8c5eb', NULL, 15, NULL, '2022-04-29 15:35:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943479063216129', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5ec0524b', NULL, 6, NULL, '2022-04-29 15:35:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943479063216130', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4fed323f', NULL, 14, NULL, '2022-04-29 15:35:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943479071604737', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@14d31f47', NULL, 8, NULL, '2022-04-29 15:35:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943479096770562', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6a2ef402', NULL, 5, NULL, '2022-04-29 15:35:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943479096770561', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4fd9c653', NULL, 3, NULL, '2022-04-29 15:35:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943479105159169', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5e1c7d75', NULL, 4, NULL, '2022-04-29 15:35:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943479121936385', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@328adc65', NULL, 7, NULL, '2022-04-29 15:35:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943493470650370', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@47356fc9', NULL, 3, NULL, '2022-04-29 15:35:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943493487427585', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@640f7a49', NULL, 6, NULL, '2022-04-29 15:35:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943498357014530', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@49115eec', NULL, 10, NULL, '2022-04-29 15:35:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943498357014529', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@756aa68a', NULL, 10, NULL, '2022-04-29 15:35:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943498365403138', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@76a1254c', NULL, 11, NULL, '2022-04-29 15:35:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943498373791745', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2a56a831', NULL, 7, NULL, '2022-04-29 15:35:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943498373791746', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@75d0dff5', NULL, 5, NULL, '2022-04-29 15:35:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943498382180353', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@28212277', NULL, 6, NULL, '2022-04-29 15:35:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943498424123394', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4d3be29f', NULL, 8, NULL, '2022-04-29 15:35:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943498440900610', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@48d314c9', NULL, 10, NULL, '2022-04-29 15:35:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943498457677828', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6e59d2b0', NULL, 3, NULL, '2022-04-29 15:35:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943498457677826', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@60e73026', NULL, 9, NULL, '2022-04-29 15:35:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943498457677827', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3efb359f', NULL, 9, NULL, '2022-04-29 15:35:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943498457677829', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1e194cb8', NULL, 3, NULL, '2022-04-29 15:35:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943504300343297', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@378108b', NULL, 4, NULL, '2022-04-29 15:35:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943504300343298', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@25ad3038', NULL, 4, NULL, '2022-04-29 15:35:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943504300343299', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5ffc0f6', NULL, 5, NULL, '2022-04-29 15:35:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943509102821377', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@158bb03f', NULL, 4, NULL, '2022-04-29 15:35:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519943509111209986', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519932615815856129', NULL, 6, NULL, '2022-04-29 15:35:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944162575384578', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@65674815', NULL, 4, NULL, '2022-04-29 15:38:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944162583773185', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1ab612eb', NULL, 7, NULL, '2022-04-29 15:38:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944168543879169', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4b857d35', NULL, 7, NULL, '2022-04-29 15:38:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944168573239297', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519932615815856129', NULL, 10, NULL, '2022-04-29 15:38:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944238211268609', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=-1, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@73efc709', NULL, 3, NULL, '2022-04-29 15:38:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944238211268610', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3635d089', NULL, 5, NULL, '2022-04-29 15:38:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944238228045825', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3ad1c6f7', NULL, 7, NULL, '2022-04-29 15:38:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944353969864706', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@74f8da99', NULL, 5, NULL, '2022-04-29 15:39:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944353969864707', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3a63f5aa', NULL, 5, NULL, '2022-04-29 15:39:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944353969864708', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2e98fcab', NULL, 6, NULL, '2022-04-29 15:39:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944353995030530', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@34f17cf2', NULL, 6, NULL, '2022-04-29 15:39:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944353995030531', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7f750e1a', NULL, 6, NULL, '2022-04-29 15:39:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944353995030532', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@47c7a474', NULL, 6, NULL, '2022-04-29 15:39:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944354036973569', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@51b388b9', NULL, 6, NULL, '2022-04-29 15:39:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944354036973570', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7b765cd9', NULL, 6, NULL, '2022-04-29 15:39:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944354070528004', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6610acb2', NULL, 4, NULL, '2022-04-29 15:39:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944354070528002', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@391d6426', NULL, 4, NULL, '2022-04-29 15:39:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944354070528003', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@720bc1a4', NULL, 4, NULL, '2022-04-29 15:39:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944354057945089', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1651424', NULL, 7, NULL, '2022-04-29 15:39:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944358021562370', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7bc9655e', NULL, 3, NULL, '2022-04-29 15:39:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944358013173762', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5f8008b9', NULL, 3, NULL, '2022-04-29 15:39:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944358021562371', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3706f758', NULL, 4, NULL, '2022-04-29 15:39:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944377214697474', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@787dcd6', NULL, 4, NULL, '2022-04-29 15:39:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944377231474690', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519932615815856129', NULL, 7, NULL, '2022-04-29 15:39:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944395791269890', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@756646f5', NULL, 3, NULL, '2022-04-29 15:39:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944395791269889', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=-1, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4bfb7a42', NULL, 3, NULL, '2022-04-29 15:39:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944395795464193', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@422fa41b', NULL, 4, NULL, '2022-04-29 15:39:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944584883077122', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6140f286', NULL, 6, NULL, '2022-04-29 15:40:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944584891465729', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3ba1664c', NULL, 8, NULL, '2022-04-29 15:40:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944590465695745', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=-1, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@f3107ed', NULL, 2, NULL, '2022-04-29 15:40:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944590465695746', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f232626', NULL, 3, NULL, '2022-04-29 15:40:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944590474084353', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@73199a6c', NULL, 5, NULL, '2022-04-29 15:40:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944611617570819', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7c9118e9', NULL, 4, NULL, '2022-04-29 15:40:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944611617570820', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@47db812b', NULL, 4, NULL, '2022-04-29 15:40:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944611617570818', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4d1a3e2', NULL, 5, NULL, '2022-04-29 15:40:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944611655319554', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@90485e7', NULL, 14, NULL, '2022-04-29 15:40:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944611655319556', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7bde960b', NULL, 4, NULL, '2022-04-29 15:40:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944611655319555', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5c8cf62', NULL, 5, NULL, '2022-04-29 15:40:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944611663708161', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f37fec', NULL, 14, NULL, '2022-04-29 15:40:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944611680485377', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@666e26fe', NULL, 18, NULL, '2022-04-29 15:40:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944611709845506', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@66e04a6b', NULL, 8, NULL, '2022-04-29 15:40:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944611718234113', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@73eefa5a', NULL, 7, NULL, '2022-04-29 15:40:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944611718234114', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@26b38f3b', NULL, 5, NULL, '2022-04-29 15:40:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944611718234115', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7aba58ad', NULL, 5, NULL, '2022-04-29 15:40:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944617904832514', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4cf99ca2', NULL, 3, NULL, '2022-04-29 15:40:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944617904832515', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@62b3a0b7', NULL, 3, NULL, '2022-04-29 15:40:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944617913221122', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@473ac49', NULL, 3, NULL, '2022-04-29 15:40:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944625945313281', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4da90bdf', NULL, 3, NULL, '2022-04-29 15:40:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944625957896194', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519932615815856129', NULL, 5, NULL, '2022-04-29 15:40:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944635583823875', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6c5325d4', NULL, 3, NULL, '2022-04-29 15:40:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944635583823874', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=-1, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6123e1a7', NULL, 3, NULL, '2022-04-29 15:40:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519944635596406785', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1a1224e0', NULL, 4, NULL, '2022-04-29 15:40:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519945210950057985', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@77f7473a', NULL, 3, NULL, '2022-04-29 15:42:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519945210958446594', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@11b0b85f', NULL, 7, NULL, '2022-04-29 15:42:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519945210983612418', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@641a7fd3', NULL, 11, NULL, '2022-04-29 15:42:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519945210983612419', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@42c7be82', NULL, 3, NULL, '2022-04-29 15:42:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519945210996195329', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@31caed14', NULL, 14, NULL, '2022-04-29 15:42:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519945211004583938', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@725d2c09', NULL, 17, NULL, '2022-04-29 15:42:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519945211012972546', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@20b444f7', NULL, 19, NULL, '2022-04-29 15:42:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519945211075887105', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@264e8a5e', NULL, 4, NULL, '2022-04-29 15:42:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519945211084275713', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@9857769', NULL, 4, NULL, '2022-04-29 15:42:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519945211084275714', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3789f671', NULL, 5, NULL, '2022-04-29 15:42:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519945211084275715', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@dbc6c68', NULL, 6, NULL, '2022-04-29 15:42:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519945211084275716', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6315c155', NULL, 5, NULL, '2022-04-29 15:42:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519945215979028481', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@b76caf3', NULL, 3, NULL, '2022-04-29 15:42:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519945215979028482', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2b605739', NULL, 3, NULL, '2022-04-29 15:42:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519945215987417089', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2f7d4730', NULL, 3, NULL, '2022-04-29 15:42:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519945226741612545', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@73edcbc4', NULL, 3, NULL, '2022-04-29 15:42:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519945226758389762', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519932615815856129', NULL, 6, NULL, '2022-04-29 15:42:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519945233486053378', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@13dc69b1', NULL, 4, NULL, '2022-04-29 15:42:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519945233486053379', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4a5e66a', NULL, 3, NULL, '2022-04-29 15:42:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519945233486053380', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@72182e55', NULL, 4, NULL, '2022-04-29 15:42:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946196783464450', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3095bfe5', NULL, 3, NULL, '2022-04-29 15:46:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946196817018882', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@29630542', NULL, 10, NULL, '2022-04-29 15:46:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946196817018883', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1d9bfe8f', NULL, 11, NULL, '2022-04-29 15:46:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946196825407490', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@729a67da', NULL, 13, NULL, '2022-04-29 15:46:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946196825407491', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@671193ea', NULL, 12, NULL, '2022-04-29 15:46:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946196825407492', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3e5b6a12', NULL, 2, NULL, '2022-04-29 15:46:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946196833796098', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f3325e3', NULL, 15, NULL, '2022-04-29 15:46:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946196867350529', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6b08b30e', NULL, 6, NULL, '2022-04-29 15:46:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946196867350530', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2787db2b', NULL, 5, NULL, '2022-04-29 15:46:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946196875739138', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7f8cbb2b', NULL, 8, NULL, '2022-04-29 15:46:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946196875739139', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2a0604d3', NULL, 8, NULL, '2022-04-29 15:46:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946196875739140', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@29e479bc', NULL, 5, NULL, '2022-04-29 15:46:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946215196459009', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2007ed7c', NULL, 6, NULL, '2022-04-29 15:46:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946215204847618', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@101026cd', NULL, 6, NULL, '2022-04-29 15:46:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946216144371713', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@42ca8e27', NULL, 7, NULL, '2022-04-29 15:46:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946216144371714', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@624f4434', NULL, 5, NULL, '2022-04-29 15:46:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946216144371715', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@534717e8', NULL, 5, NULL, '2022-04-29 15:46:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946216161148931', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4906bf00', NULL, 6, NULL, '2022-04-29 15:46:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946216161148930', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6204007b', NULL, 6, NULL, '2022-04-29 15:46:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946216161148929', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@564144e', NULL, 6, NULL, '2022-04-29 15:46:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946216203091970', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@68dec598', NULL, 5, NULL, '2022-04-29 15:46:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946216203091969', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3e81d5e4', NULL, 2, NULL, '2022-04-29 15:46:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946216207286274', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7a15f061', NULL, 4, NULL, '2022-04-29 15:46:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946216207286275', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3311beb5', NULL, 4, NULL, '2022-04-29 15:46:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946216207286276', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@11ba0f90', NULL, 4, NULL, '2022-04-29 15:46:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946216224063490', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@572e2b2e', NULL, 4, NULL, '2022-04-29 15:46:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946472940634114', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@145313da', NULL, 2, NULL, '2022-04-29 15:47:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946472965799937', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@31d0470', NULL, 7, NULL, '2022-04-29 15:47:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946472974188545', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@45cf665', NULL, 10, NULL, '2022-04-29 15:47:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946480368746498', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@b488e2d', NULL, 4, NULL, '2022-04-29 15:47:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946480377135106', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519932615815856129', NULL, 6, NULL, '2022-04-29 15:47:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946487633281026', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6e61e1aa', NULL, 3, NULL, '2022-04-29 15:47:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946487666835457', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@ebbdc28', NULL, 4, NULL, '2022-04-29 15:47:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946487666835458', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5fbd5abd', NULL, 12, NULL, '2022-04-29 15:47:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946499285057538', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@54db9306', NULL, 3, NULL, '2022-04-29 15:47:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946499293446146', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519932615815856129', NULL, 6, NULL, '2022-04-29 15:47:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946501700976643', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@76ec5b86', NULL, 2, NULL, '2022-04-29 15:47:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946501700976641', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7d29238f', NULL, 2, NULL, '2022-04-29 15:47:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946501700976642', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@73d1e3d8', NULL, 3, NULL, '2022-04-29 15:47:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946520017502209', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1e5c282', NULL, 3, NULL, '2022-04-29 15:47:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946520025890818', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519932615815856129', NULL, 4, NULL, '2022-04-29 15:47:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946524354412546', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=-1, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@243b1740', NULL, 3, NULL, '2022-04-29 15:47:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946524354412547', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5c192ece', NULL, 3, NULL, '2022-04-29 15:47:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946524354412548', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@29359dc6', NULL, 4, NULL, '2022-04-29 15:47:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946735252406273', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@69918e03', NULL, 3, NULL, '2022-04-29 15:48:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946735252406274', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3434077e', NULL, 3, NULL, '2022-04-29 15:48:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946736170958850', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=-1, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@22c845c5', NULL, 2, NULL, '2022-04-29 15:48:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946736170958851', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4ab75ebb', NULL, 3, NULL, '2022-04-29 15:48:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946736179347458', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@20f86afe', NULL, 4, NULL, '2022-04-29 15:48:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946781217783809', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3c64d2a', NULL, 4, NULL, '2022-04-29 15:48:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946781217783810', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@39313004', NULL, 4, NULL, '2022-04-29 15:48:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946781226172418', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@306bd2b', NULL, 3, NULL, '2022-04-29 15:48:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946781251338241', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3fce3952', NULL, 10, NULL, '2022-04-29 15:48:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946781217783811', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5202293a', NULL, 5, NULL, '2022-04-29 15:48:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946781251338244', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@68645f26', NULL, 4, NULL, '2022-04-29 15:48:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946781251338243', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1c943660', NULL, 11, NULL, '2022-04-29 15:48:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946781251338242', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@68ed95d0', NULL, 4, NULL, '2022-04-29 15:48:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946781276504066', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@13a32baa', NULL, 4, NULL, '2022-04-29 15:48:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946781301669891', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@30a93602', NULL, 4, NULL, '2022-04-29 15:48:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946781301669890', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@77cb0bc7', NULL, 4, NULL, '2022-04-29 15:48:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946781310058497', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7420f8f4', NULL, 4, NULL, '2022-04-29 15:48:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946786708127745', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@75d13c9e', NULL, 3, NULL, '2022-04-29 15:48:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946786708127746', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@57870f40', NULL, 2, NULL, '2022-04-29 15:48:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946786708127747', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@413a9162', NULL, 4, NULL, '2022-04-29 15:48:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946791414136833', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3cf88576', NULL, 4, NULL, '2022-04-29 15:48:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946791422525442', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519932615815856129', NULL, 6, NULL, '2022-04-29 15:48:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946973543399426', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6dcd7a66', NULL, 3, NULL, '2022-04-29 15:49:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946973543399427', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5b3e90aa', NULL, 3, NULL, '2022-04-29 15:49:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946973551788034', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@279e5e80', NULL, 4, NULL, '2022-04-29 15:49:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946977351827458', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@65c94535', NULL, 3, NULL, '2022-04-29 15:49:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519946977360216066', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519932615815856129', NULL, 5, NULL, '2022-04-29 15:49:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949236441710593', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@43027a93', NULL, 10, NULL, '2022-04-29 15:58:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949236458487809', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@443cdfc', NULL, 5, NULL, '2022-04-29 15:58:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949236483653633', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7e731656', NULL, 19, NULL, '2022-04-29 15:58:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949236487847937', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@49afa190', NULL, 16, NULL, '2022-04-29 15:58:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949236496236545', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@650d371e', NULL, 17, NULL, '2022-04-29 15:58:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949236504625153', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@cbf20a2', NULL, 19, NULL, '2022-04-29 15:58:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949236521402370', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@459fb900', NULL, 6, NULL, '2022-04-29 15:58:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949236542373890', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7ece1561', NULL, 6, NULL, '2022-04-29 15:58:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949236559151106', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4910fdcf', NULL, 8, NULL, '2022-04-29 15:58:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949236559151107', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@c1271b9', NULL, 4, NULL, '2022-04-29 15:58:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949236567539714', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3369ba66', NULL, 3, NULL, '2022-04-29 15:58:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949236567539715', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3de210c3', NULL, 4, NULL, '2022-04-29 15:58:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949251474096130', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@524389a2', NULL, 3, NULL, '2022-04-29 15:58:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949251482484737', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@77f606bb', NULL, 5, NULL, '2022-04-29 15:58:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949253185372162', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6f55ab2b', NULL, 5, NULL, '2022-04-29 15:58:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949253202149377', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2fc5a8df', NULL, 5, NULL, '2022-04-29 15:58:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949253202149378', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4080288', NULL, 5, NULL, '2022-04-29 15:58:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949253218926594', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@42f36281', NULL, 5, NULL, '2022-04-29 15:58:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949253227315203', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@488b1c32', NULL, 6, NULL, '2022-04-29 15:58:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949253227315202', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3533cc6d', NULL, 6, NULL, '2022-04-29 15:58:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949253260869634', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@70bc0962', NULL, 7, NULL, '2022-04-29 15:58:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949253277646850', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6987f90a', NULL, 7, NULL, '2022-04-29 15:58:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949253286035457', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@748333dd', NULL, 5, NULL, '2022-04-29 15:58:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949253294424066', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7854a030', NULL, 7, NULL, '2022-04-29 15:58:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949253302812673', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5ffa78fc', NULL, 5, NULL, '2022-04-29 15:58:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949253311201281', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5500cd6c', NULL, 5, NULL, '2022-04-29 15:58:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949257773940739', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1371804e', NULL, 4, NULL, '2022-04-29 15:58:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949257773940737', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7e3bc5c1', NULL, 3, NULL, '2022-04-29 15:58:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949257773940738', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2ecbac71', NULL, 3, NULL, '2022-04-29 15:58:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949263033597954', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2eee55ce', NULL, 3, NULL, '2022-04-29 15:58:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949263033597955', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519932615815856129', NULL, 5, NULL, '2022-04-29 15:58:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949267747995650', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6dd1120', NULL, 2, NULL, '2022-04-29 15:58:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949267747995651', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2b23f9b0', NULL, 2, NULL, '2022-04-29 15:58:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949267747995652', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7c3f84b5', NULL, 3, NULL, '2022-04-29 15:58:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949273016041473', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4c942086', NULL, 4, NULL, '2022-04-29 15:58:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949273032818689', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519932615815856129', NULL, 8, NULL, '2022-04-29 15:58:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949277453615105', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7d943979', NULL, 4, NULL, '2022-04-29 15:58:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949277453615106', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@14a8e4d8', NULL, 4, NULL, '2022-04-29 15:58:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949277462003714', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@36e196cb', NULL, 4, NULL, '2022-04-29 15:58:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949284424548354', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@629457d3', NULL, 3, NULL, '2022-04-29 15:58:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949284432936962', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519932615815856129', NULL, 5, NULL, '2022-04-29 15:58:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949303135338498', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@72b398eb', NULL, 2, NULL, '2022-04-29 15:58:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949303135338499', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@56be23c8', NULL, 2, NULL, '2022-04-29 15:58:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949303135338500', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@49d3281e', NULL, 3, NULL, '2022-04-29 15:58:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949306943766529', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4dfd0a3e', NULL, 3, NULL, '2022-04-29 15:58:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949306952155138', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519932615815856129', NULL, 6, NULL, '2022-04-29 15:58:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949350128320514', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@dd08453', NULL, 3, NULL, '2022-04-29 15:58:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949350128320513', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@56bd327c', NULL, 3, NULL, '2022-04-29 15:58:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949350128320515', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@54d25e6d', NULL, 4, NULL, '2022-04-29 15:58:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949395015761921', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@433c4171', NULL, 4, NULL, '2022-04-29 15:59:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949395028344834', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519932615815856129', NULL, 7, NULL, '2022-04-29 15:59:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949471729582081', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@18430de7', NULL, 4, NULL, '2022-04-29 15:59:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949479547764738', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@58fa8865', NULL, 5, NULL, '2022-04-29 15:59:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949479564541953', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1317ec36', NULL, 5, NULL, '2022-04-29 15:59:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949479572930562', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6f7dfa68', NULL, 4, NULL, '2022-04-29 15:59:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949479572930563', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5a1c6789', NULL, 4, NULL, '2022-04-29 15:59:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949479572930561', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@bf38cfc', NULL, 5, NULL, '2022-04-29 15:59:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949479581319170', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6c843d07', NULL, 5, NULL, '2022-04-29 15:59:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949479614873602', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@422295aa', NULL, 4, NULL, '2022-04-29 15:59:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949479623262209', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@27ff85a4', NULL, 4, NULL, '2022-04-29 15:59:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949479631650817', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6b19fbeb', NULL, 4, NULL, '2022-04-29 15:59:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949479631650818', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4cb931b3', NULL, 4, NULL, '2022-04-29 15:59:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949479631650819', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6c4a6c99', NULL, 5, NULL, '2022-04-29 15:59:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949479631650820', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1c5d682d', NULL, 6, NULL, '2022-04-29 15:59:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949514775724034', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=107, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4a703261', NULL, 4, NULL, '2022-04-29 15:59:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949514775724035', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=107, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@41ffae7b', NULL, 8, NULL, '2022-04-29 15:59:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949514805084161', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@141fc9c1', NULL, 10, NULL, '2022-04-29 15:59:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949522992365569', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@18c5897f', NULL, 1, NULL, '2022-04-29 15:59:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949522992365570', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@658ce7f4', NULL, 2, NULL, '2022-04-29 15:59:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949527950032898', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@688b86fe', NULL, 3, NULL, '2022-04-29 15:59:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949527958421506', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519932615815856129', NULL, 4, NULL, '2022-04-29 15:59:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949540524556290', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@a500ed7', NULL, 4, NULL, '2022-04-29 15:59:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949540524556289', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6498c847', NULL, 4, NULL, '2022-04-29 15:59:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949540524556291', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5f77a3e5', NULL, 4, NULL, '2022-04-29 15:59:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949735282868226', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@52942135', NULL, 3, NULL, '2022-04-29 16:00:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949735282868227', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@58e9a1bb', NULL, 3, NULL, '2022-04-29 16:00:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519949735291256833', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4185e569', NULL, 3, NULL, '2022-04-29 16:00:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519950120974286850', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1de196d6', NULL, 2, NULL, '2022-04-29 16:02:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519950120991064065', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@268593', NULL, 5, NULL, '2022-04-29 16:02:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519950120999452673', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3a2ff4d0', NULL, 2, NULL, '2022-04-29 16:02:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519950121033007106', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@11a9db5', NULL, 2, NULL, '2022-04-29 16:02:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519951003229356033', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@12f0b4ff', NULL, 3, NULL, '2022-04-29 16:05:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519951003250327553', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5a05168', NULL, 9, NULL, '2022-04-29 16:05:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519951003258716161', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@733ca067', NULL, 11, NULL, '2022-04-29 16:05:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519951060334804994', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@621ffbbc', NULL, 2, NULL, '2022-04-29 16:05:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519951060355776513', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@76120df8', NULL, 9, NULL, '2022-04-29 16:05:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519951062096412673', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@789b4c02', NULL, 16, NULL, '2022-04-29 16:05:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519951062096412675', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@20a66b73', NULL, 14, NULL, '2022-04-29 16:05:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519951062096412674', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@214a19c7', NULL, 14, NULL, '2022-04-29 16:05:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519951795655016449', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1b8b3840', NULL, 4, NULL, '2022-04-29 16:08:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519951795713736706', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6543b9b2', NULL, 12, NULL, '2022-04-29 16:08:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519951798192570370', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4fee27d9', NULL, 6, NULL, '2022-04-29 16:08:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519951798209347586', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@53852b01', NULL, 5, NULL, '2022-04-29 16:08:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519951798200958977', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5308685', NULL, 4, NULL, '2022-04-29 16:08:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519951888349134850', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@56517e49', NULL, 6, NULL, '2022-04-29 16:09:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519951888382689281', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@24126db7', NULL, 11, NULL, '2022-04-29 16:09:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519951888407855105', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@39be0ed2', NULL, 7, NULL, '2022-04-29 16:09:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519951888424632321', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@12907750', NULL, 4, NULL, '2022-04-29 16:09:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519951888424632322', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5fc95b0e', NULL, 4, NULL, '2022-04-29 16:09:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519951888407855106', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@35c78864', NULL, 8, NULL, '2022-04-29 16:09:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519951888466575362', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@756eb6c6', NULL, 5, NULL, '2022-04-29 16:09:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519951888466575364', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@398aa455', NULL, 4, NULL, '2022-04-29 16:09:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519951888466575363', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@56ffaf6c', NULL, 6, NULL, '2022-04-29 16:09:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519951888474963969', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5c3c9d5', NULL, 5, NULL, '2022-04-29 16:09:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519951888483352577', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@a2373c3', NULL, 6, NULL, '2022-04-29 16:09:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519951888491741186', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@117ea6ad', NULL, 8, NULL, '2022-04-29 16:09:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519952712882192385', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@367caacb', NULL, 6, NULL, '2022-04-29 16:12:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519952712919941121', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4fd0328d', NULL, 14, NULL, '2022-04-29 16:12:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519952714853515266', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7930cbee', NULL, 5, NULL, '2022-04-29 16:12:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519952714853515265', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2dadbf15', NULL, 5, NULL, '2022-04-29 16:12:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519952714878681089', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5b6d833c', NULL, 6, NULL, '2022-04-29 16:12:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519952714908041218', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@28e2ffe0', NULL, 15, NULL, '2022-04-29 16:12:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519952714908041219', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@45313b25', NULL, 6, NULL, '2022-04-29 16:12:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519952714916429825', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@76ef5137', NULL, 15, NULL, '2022-04-29 16:12:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519952714924818433', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@54b2b4c', NULL, 18, NULL, '2022-04-29 16:12:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519952714954178561', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@575b36b0', NULL, 7, NULL, '2022-04-29 16:12:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519952714954178562', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@19e43692', NULL, 7, NULL, '2022-04-29 16:12:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519952714970955778', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6d8f9c90', NULL, 5, NULL, '2022-04-29 16:12:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519952714970955779', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7978abe4', NULL, 6, NULL, '2022-04-29 16:12:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519952714996121601', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@594ca34e', NULL, 10, NULL, '2022-04-29 16:12:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519954251780718594', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4e0164c2', NULL, 3, NULL, '2022-04-29 16:18:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519954251822661633', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@29bd0f33', NULL, 11, NULL, '2022-04-29 16:18:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519954254309883905', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5401b6ab', NULL, 12, NULL, '2022-04-29 16:18:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519954254276329473', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@48b17f98', NULL, 10, NULL, '2022-04-29 16:18:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519954254309883906', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6dba0b14', NULL, 12, NULL, '2022-04-29 16:18:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519954254326661122', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@327e177c', NULL, 15, NULL, '2022-04-29 16:18:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519954254267940866', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@bd1af6c', NULL, 8, NULL, '2022-04-29 16:18:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519954254376992770', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@12e33afa', NULL, 28, NULL, '2022-04-29 16:18:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519954254427324418', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2a2ae8db', NULL, 6, NULL, '2022-04-29 16:18:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519954254444101634', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@39801e9e', NULL, 5, NULL, '2022-04-29 16:18:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519954254452490242', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5a04fb23', NULL, 7, NULL, '2022-04-29 16:18:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519954254452490243', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3fec5e53', NULL, 5, NULL, '2022-04-29 16:18:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519954254460878850', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@17945ba6', NULL, 3, NULL, '2022-04-29 16:18:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1519954254469267457', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2f259a7b', NULL, 3, NULL, '2022-04-29 16:18:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382386308661249', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4e4c3447', NULL, 114, NULL, '2022-05-06 09:07:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382386308661250', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@20332f9d', NULL, 125, NULL, '2022-05-06 09:07:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382386971361282', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5b2741f7', NULL, 286, NULL, '2022-05-06 09:07:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382386971361284', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@50c5e753', NULL, 287, NULL, '2022-05-06 09:07:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382386971361283', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@34553d5a', NULL, 286, NULL, '2022-05-06 09:07:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382386967166978', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4269ee31', NULL, 286, NULL, '2022-05-06 09:07:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382387164299266', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3cf319e2', NULL, 12, NULL, '2022-05-06 09:07:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382387164299267', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6612ec3e', NULL, 12, NULL, '2022-05-06 09:07:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382387172687874', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5fa05828', NULL, 14, NULL, '2022-05-06 09:07:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382387478872065', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@214a0e86', NULL, 10, NULL, '2022-05-06 09:07:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382387478872066', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@403fbb12', NULL, 11, NULL, '2022-05-06 09:07:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382387566952449', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4e600253', NULL, 17, NULL, '2022-05-06 09:07:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382387638255617', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7f36253f', NULL, 4, NULL, '2022-05-06 09:07:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382387638255618', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@747bed6b', NULL, 7, NULL, '2022-05-06 09:07:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382458454884354', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@ad88f7c', NULL, 8, NULL, '2022-05-06 09:07:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382483822034945', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=107, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1ab662db', NULL, 7, NULL, '2022-05-06 09:07:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382483822034946', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=107, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@77823168', NULL, 7, NULL, '2022-05-06 09:07:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382483830423554', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5cf46726', NULL, 9, NULL, '2022-05-06 09:07:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382492948840450', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5cd6bc1b', NULL, 5, NULL, '2022-05-06 09:07:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382492957229058', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4e74a317', NULL, 7, NULL, '2022-05-06 09:07:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382498191720450', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10501, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6d6cab4d', NULL, 4, NULL, '2022-05-06 09:07:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382498191720449', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=105, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@375fb2ee', NULL, 5, NULL, '2022-05-06 09:07:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382498321743874', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10501, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@30322b3d', NULL, 4, NULL, '2022-05-06 09:07:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382498321743875', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=105, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@37a9bf9d', NULL, 3, NULL, '2022-05-06 09:07:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382503153582081', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@32af32ab', NULL, 4, NULL, '2022-05-06 09:07:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382503153582082', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@73f3a2bf', NULL, 4, NULL, '2022-05-06 09:07:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382503203913730', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5f5e04ab', NULL, 4, NULL, '2022-05-06 09:07:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382503203913731', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2f8e71dd', NULL, 3, NULL, '2022-05-06 09:07:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382510615248898', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@52f0adcc', NULL, 8, NULL, '2022-05-06 09:07:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382510648803329', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519932615815856129', NULL, 14, NULL, '2022-05-06 09:07:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382519888855041', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=106, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2370bf10', NULL, 4, NULL, '2022-05-06 09:07:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382519897243649', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@e3e405f', NULL, 6, NULL, '2022-05-06 09:07:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382519897243650', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=106, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7833e155', NULL, 6, NULL, '2022-05-06 09:07:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382526201282561', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10501, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@840d684', NULL, 3, NULL, '2022-05-06 09:07:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382526209671169', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=105, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@54d73b0b', NULL, 3, NULL, '2022-05-06 09:07:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382526251614210', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10501, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@67f69a77', NULL, 5, NULL, '2022-05-06 09:07:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382526260002817', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=105, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@55cf867e', NULL, 5, NULL, '2022-05-06 09:07:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382535294533634', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10502, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@520d3459', NULL, 3, NULL, '2022-05-06 09:07:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382535294533633', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=105, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@788a75a1', NULL, 4, NULL, '2022-05-06 09:07:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382538343792641', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10501, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7bbfce2f', NULL, 3, NULL, '2022-05-06 09:07:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382538352181249', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=105, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@9644c48', NULL, 5, NULL, '2022-05-06 09:07:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382540919095298', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=105, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@701db3ed', NULL, 3, NULL, '2022-05-06 09:07:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382540935872514', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10502, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1e4e20bc', NULL, 3, NULL, '2022-05-06 09:07:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382545398611970', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10401, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7b904edb', NULL, 3, NULL, '2022-05-06 09:07:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382545398611971', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=104, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5e56da7b', NULL, 4, NULL, '2022-05-06 09:07:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382545448943617', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10401, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2fd06f8d', NULL, 4, NULL, '2022-05-06 09:07:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382545457332225', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=104, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@17a0c6d9', NULL, 4, NULL, '2022-05-06 09:07:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382549886517250', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10402, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6f8caff3', NULL, 3, NULL, '2022-05-06 09:07:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382549886517251', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=104, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3050fdc7', NULL, 3, NULL, '2022-05-06 09:07:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382551526490114', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=104, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2d5ca240', NULL, 3, NULL, '2022-05-06 09:07:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382551526490115', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10404, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@61406aa2', NULL, 3, NULL, '2022-05-06 09:07:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382552960942081', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=104, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@337b3e32', NULL, 3, NULL, '2022-05-06 09:07:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382552969330690', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10403, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@79b30e8c', NULL, 2, NULL, '2022-05-06 09:07:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382561341161474', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5b34e531', NULL, 3, NULL, '2022-05-06 09:07:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382561349550082', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@14df5330', NULL, 4, NULL, '2022-05-06 09:07:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382561378910210', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@683d4d18', NULL, 4, NULL, '2022-05-06 09:07:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382561395687426', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@40a2c138', NULL, 3, NULL, '2022-05-06 09:07:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382565954895873', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3fdf7d', NULL, 3, NULL, '2022-05-06 09:07:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382565954895874', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6d90e5e8', NULL, 3, NULL, '2022-05-06 09:07:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382567200604161', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7680c82a', NULL, 3, NULL, '2022-05-06 09:07:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382567200604162', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@19730dab', NULL, 3, NULL, '2022-05-06 09:07:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382568530198529', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=103, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@23a2c38', NULL, 3, NULL, '2022-05-06 09:07:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382568538587138', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7bb33fd0', NULL, 2, NULL, '2022-05-06 09:07:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382573655638018', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@bf7d797', NULL, 4, NULL, '2022-05-06 09:07:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382573655638017', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@70db7d9', NULL, 4, NULL, '2022-05-06 09:07:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382573701775361', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@66158994', NULL, 4, NULL, '2022-05-06 09:07:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382573726941186', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@535d81c0', NULL, 3, NULL, '2022-05-06 09:07:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382577791221762', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10202, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@27b23263', NULL, 2, NULL, '2022-05-06 09:07:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382577791221763', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6c7ec7a4', NULL, 2, NULL, '2022-05-06 09:07:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382579175342082', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10203, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@140ca65b', NULL, 3, NULL, '2022-05-06 09:07:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382579175342083', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7fe61325', NULL, 3, NULL, '2022-05-06 09:07:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382654077222913', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2fe9cbbd', NULL, 6, NULL, '2022-05-06 09:08:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382654089805826', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4670c45', NULL, 10, NULL, '2022-05-06 09:08:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382654098194433', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@9932e1c', NULL, 12, NULL, '2022-05-06 09:08:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382654106583042', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6bc6957b', NULL, 15, NULL, '2022-05-06 09:08:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382654114971650', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@57ae8acf', NULL, 16, NULL, '2022-05-06 09:08:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382654123360258', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@676d937', NULL, 17, NULL, '2022-05-06 09:08:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382654148526082', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1ecf738f', NULL, 6, NULL, '2022-05-06 09:08:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382654198857731', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1efeeda6', NULL, 5, NULL, '2022-05-06 09:08:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382654198857732', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@19c718f8', NULL, 6, NULL, '2022-05-06 09:08:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382654198857730', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@33561401', NULL, 6, NULL, '2022-05-06 09:08:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382654198857733', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2203096f', NULL, 8, NULL, '2022-05-06 09:08:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522382654232412162', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@327ccc65', NULL, 12, NULL, '2022-05-06 09:08:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522385146248773634', 1, '用户名: 管理员,退出成功!', NULL, 'admin', '管理员', '127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, '2022-05-06 09:17:58', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522385223134560257', 1, '用户名: admin,登录成功!', NULL, 'admin', '管理员', '127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, '2022-05-06 09:18:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522386010866794497', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2ceab02e', NULL, 6, NULL, '2022-05-06 09:21:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522400396331270146', 1, '用户名: 管理员,退出成功!', NULL, 'admin', '管理员', '127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, '2022-05-06 10:18:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522400446541283329', 1, '用户名: admin,登录成功!', NULL, 'admin', '管理员', '127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, '2022-05-06 10:18:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522400451591225346', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1c5e3795', NULL, 68, NULL, '2022-05-06 10:18:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522402698555375618', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651804062856,\"id\":\"1522402698517626882\",\"isEnable\":\"Y\",\"name\":\"数据中心\",\"sort\":\"1\",\"sysOrgCode\":\"A01\",\"type\":\"隐藏在头部显示\"}]', NULL, 6, NULL, '2022-05-06 10:27:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522402698903502850', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@472381a7', NULL, 6, NULL, '2022-05-06 10:27:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522403116131893250', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1079d7b6', NULL, 15, NULL, '2022-05-06 10:29:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522403216870686721', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651804186434,\"id\":\"1522403216837132290\",\"isEnable\":\"Y\",\"name\":\"微观经济调整\",\"parent\":\"401\",\"sort\":\"1\",\"sysOrgCode\":\"A01\",\"type\":\"隐藏在头部显示\"}]', NULL, 9, NULL, '2022-05-06 10:29:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522403217202036737', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f2ad848', NULL, 3, NULL, '2022-05-06 10:29:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522403420747415553', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651804235042,\"id\":\"1522403420713861122\",\"isEnable\":\"Y\",\"name\":\"农业资源数据\",\"parent\":\"401\",\"sort\":\"2\",\"sysOrgCode\":\"A01\",\"type\":\"隐藏在头部显示\"}]', NULL, 9, NULL, '2022-05-06 10:30:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522403421061988353', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@22b28605', NULL, 6, NULL, '2022-05-06 10:30:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522403475776684034', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651804248164,\"id\":\"1522403475751518209\",\"isEnable\":\"Y\",\"name\":\"遥感数据\",\"parent\":\"401\",\"sort\":\"3\",\"sysOrgCode\":\"A01\"}]', NULL, 6, NULL, '2022-05-06 10:30:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522403476070285313', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6165a3bc', NULL, 5, NULL, '2022-05-06 10:30:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522403898734493697', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651804349004,\"id\":\"1522403898705133570\",\"isEnable\":\"Y\",\"name\":\"专题专栏\",\"sort\":\"1\",\"sysOrgCode\":\"A01\",\"type\":\"隐藏在头部显示\"}]', NULL, 7, NULL, '2022-05-06 10:32:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522403899007123458', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@546f1dfb', NULL, 5, NULL, '2022-05-06 10:32:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522404032465682434', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@50a1cb12', NULL, 10, NULL, '2022-05-06 10:33:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522404123662434306', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651804402634,\"id\":\"1522404123645657089\",\"isEnable\":\"Y\",\"name\":\"土壤\",\"parent\":\"501\",\"sort\":\"1\",\"sysOrgCode\":\"A01\",\"type\":\"隐藏在头部显示\"}]', NULL, 4, NULL, '2022-05-06 10:33:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522404123993784322', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@394a8587', NULL, 5, NULL, '2022-05-06 10:33:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522404178440044546', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651804415691,\"id\":\"1522404178406490113\",\"isEnable\":\"Y\",\"name\":\"水资源\",\"parent\":\"501\",\"sort\":\"2\",\"sysOrgCode\":\"A01\",\"type\":\"隐藏在头部显示\"}]', NULL, 7, NULL, '2022-05-06 10:33:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522404178721062913', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4979f775', NULL, 5, NULL, '2022-05-06 10:33:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522404237940441089', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651804429878,\"id\":\"1522404237915275265\",\"isEnable\":\"Y\",\"name\":\"气候资源\",\"parent\":\"501\",\"sort\":\"3\",\"sysOrgCode\":\"A01\",\"type\":\"隐藏在头部显示\"}]', NULL, 6, NULL, '2022-05-06 10:33:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522404238221459458', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7ae1e93e', NULL, 4, NULL, '2022-05-06 10:33:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522404288548913153', 2, '门户-栏目-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.add()', NULL, '[{\"createBy\":\"admin\",\"createTime\":1651804441945,\"id\":\"1522404288523747329\",\"isEnable\":\"Y\",\"name\":\"生物资源\",\"parent\":\"501\",\"sort\":\"4\",\"sysOrgCode\":\"A01\",\"type\":\"隐藏在头部显示\"}]', NULL, 5, NULL, '2022-05-06 10:34:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522404288834125826', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3766af30', NULL, 4, NULL, '2022-05-06 10:34:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522404312112513025', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=null, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@48a5712a', NULL, 5, NULL, '2022-05-06 10:34:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406780816932865', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3385c19b', NULL, 14, NULL, '2022-05-06 10:43:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406780842098690', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@29ed5f32', NULL, 19, NULL, '2022-05-06 10:43:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406781668376577', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@70c1c22f', NULL, 9, NULL, '2022-05-06 10:43:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406781794205701', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@599626ca', NULL, 28, NULL, '2022-05-06 10:43:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406781794205702', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@17c131de', NULL, 28, NULL, '2022-05-06 10:43:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406781794205698', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@75647ca8', NULL, 31, NULL, '2022-05-06 10:43:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406781794205700', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@78d18b83', NULL, 21, NULL, '2022-05-06 10:43:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406781794205699', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@124433fd', NULL, 19, NULL, '2022-05-06 10:43:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406781819371522', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2e933071', NULL, 8, NULL, '2022-05-06 10:43:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406781878091778', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1a4b9195', NULL, 9, NULL, '2022-05-06 10:43:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406781894868995', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@233d1c5a', NULL, 8, NULL, '2022-05-06 10:43:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406781894868994', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3ad0186e', NULL, 10, NULL, '2022-05-06 10:43:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406781978755074', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5e348d4a', NULL, 16, NULL, '2022-05-06 10:43:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406781978755075', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7ed9fd6', NULL, 17, NULL, '2022-05-06 10:43:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406790744850434', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=50101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2f8db525', NULL, 4, NULL, '2022-05-06 10:43:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406790744850435', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=501, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@14b2f634', NULL, 4, NULL, '2022-05-06 10:43:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406790753239041', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7676156a', NULL, 6, NULL, '2022-05-06 10:43:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406796746899457', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=501, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4bea0a16', NULL, 3, NULL, '2022-05-06 10:44:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406796742705153', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=50102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1b9ffda0', NULL, 3, NULL, '2022-05-06 10:44:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406796780453889', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=50102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2588278d', NULL, 4, NULL, '2022-05-06 10:44:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406796814008322', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=501, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@e4bdc3a', NULL, 4, NULL, '2022-05-06 10:44:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406799338979329', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=501, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@bc4abd', NULL, 3, NULL, '2022-05-06 10:44:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406799338979330', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=50103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5d7689c9', NULL, 3, NULL, '2022-05-06 10:44:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406801121558529', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=501, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@c0b907c', NULL, 4, NULL, '2022-05-06 10:44:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406801121558530', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=50104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@604a7f4c', NULL, 4, NULL, '2022-05-06 10:44:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406804078542850', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=501, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3bfb8d43', NULL, 3, NULL, '2022-05-06 10:44:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406804078542849', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=50101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@370b3f24', NULL, 3, NULL, '2022-05-06 10:44:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406807668867073', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4074d89d', NULL, 4, NULL, '2022-05-06 10:44:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406807698227203', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@107f27a8', NULL, 10, NULL, '2022-05-06 10:44:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406807698227205', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2d11f80', NULL, 10, NULL, '2022-05-06 10:44:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406807698227202', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@741bb197', NULL, 10, NULL, '2022-05-06 10:44:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406807698227201', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3eca3e79', NULL, 9, NULL, '2022-05-06 10:44:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406807698227204', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4b5f5cca', NULL, 10, NULL, '2022-05-06 10:44:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406807790501892', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3038c557', NULL, 8, NULL, '2022-05-06 10:44:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406807790501890', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1e61bbe4', NULL, 6, NULL, '2022-05-06 10:44:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406807782113281', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@79ea3c1d', NULL, 9, NULL, '2022-05-06 10:44:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406807790501891', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6afa3fab', NULL, 7, NULL, '2022-05-06 10:44:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406807824056321', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2ab8a04e', NULL, 10, NULL, '2022-05-06 10:44:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406807824056322', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5344a3d0', NULL, 10, NULL, '2022-05-06 10:44:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406821212274691', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=501, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5f36f28a', NULL, 3, NULL, '2022-05-06 10:44:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406821212274690', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=50101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@20902e45', NULL, 3, NULL, '2022-05-06 10:44:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406821212274692', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@35526c1b', NULL, 4, NULL, '2022-05-06 10:44:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406853659410433', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2c803999', NULL, 7, NULL, '2022-05-06 10:44:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406853659410434', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2a4e57ee', NULL, 6, NULL, '2022-05-06 10:44:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406853659410437', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@292afabe', NULL, 8, NULL, '2022-05-06 10:44:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406853659410435', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@e8c33bc', NULL, 6, NULL, '2022-05-06 10:44:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406853659410436', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5b844141', NULL, 8, NULL, '2022-05-06 10:44:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406853659410438', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2c7c9dfd', NULL, 7, NULL, '2022-05-06 10:44:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406853726519297', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@72db15f3', NULL, 8, NULL, '2022-05-06 10:44:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406853726519298', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@41d3b557', NULL, 7, NULL, '2022-05-06 10:44:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406853726519300', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@e691bb4', NULL, 5, NULL, '2022-05-06 10:44:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406853726519299', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4ac4905', NULL, 8, NULL, '2022-05-06 10:44:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406853734907906', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1f1e59b9', NULL, 6, NULL, '2022-05-06 10:44:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522406853768462338', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3d30be02', NULL, 5, NULL, '2022-05-06 10:44:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407075257073665', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4b77c635', NULL, 8, NULL, '2022-05-06 10:45:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407075303211010', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3f4377b5', NULL, 21, NULL, '2022-05-06 10:45:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407076225957891', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2a592796', NULL, 6, NULL, '2022-05-06 10:45:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407076225957889', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f819330', NULL, 6, NULL, '2022-05-06 10:45:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407076225957890', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6f3acf5', NULL, 6, NULL, '2022-05-06 10:45:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407076225957892', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4e7584a2', NULL, 6, NULL, '2022-05-06 10:45:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407076234346499', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@759afe8d', NULL, 7, NULL, '2022-05-06 10:45:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407076234346498', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3de1d0e', NULL, 7, NULL, '2022-05-06 10:45:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407076293066754', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@12dad68b', NULL, 6, NULL, '2022-05-06 10:45:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407076293066756', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1ad8e7ca', NULL, 4, NULL, '2022-05-06 10:45:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407076293066755', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@249e5cf5', NULL, 7, NULL, '2022-05-06 10:45:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407076301455362', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@34bebfc7', NULL, 6, NULL, '2022-05-06 10:45:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407076381147137', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6e21254f', NULL, 21, NULL, '2022-05-06 10:45:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407076406312961', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7ec09734', NULL, 4, NULL, '2022-05-06 10:45:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407085222739971', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=501, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1da0b5f9', NULL, 4, NULL, '2022-05-06 10:45:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407085222739970', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=50101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3947259a', NULL, 3, NULL, '2022-05-06 10:45:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407085222739972', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7f46eafe', NULL, 4, NULL, '2022-05-06 10:45:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407101710548995', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=107, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7b25bfaf', NULL, 2, NULL, '2022-05-06 10:45:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407101710548994', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=107, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2ede2fb3', NULL, 3, NULL, '2022-05-06 10:45:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407101735714819', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=107, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1535ba2f', NULL, 2, NULL, '2022-05-06 10:45:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407101735714818', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=107, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@495b6ac9', NULL, 3, NULL, '2022-05-06 10:45:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407113802727425', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5f89620e', NULL, 5, NULL, '2022-05-06 10:45:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407113802727426', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@15fe9125', NULL, 6, NULL, '2022-05-06 10:45:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407113806921729', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@34a9519d', NULL, 5, NULL, '2022-05-06 10:45:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407113806921731', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4cfee360', NULL, 5, NULL, '2022-05-06 10:45:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407113806921730', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5f612bfc', NULL, 5, NULL, '2022-05-06 10:45:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407113806921732', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4bb27268', NULL, 5, NULL, '2022-05-06 10:45:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407113853059074', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@361f2415', NULL, 6, NULL, '2022-05-06 10:45:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407113861447682', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@25b4b310', NULL, 3, NULL, '2022-05-06 10:45:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407113861447684', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2d124138', NULL, 5, NULL, '2022-05-06 10:45:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407113861447683', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@56540920', NULL, 5, NULL, '2022-05-06 10:45:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407113861447685', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@576cf2da', NULL, 4, NULL, '2022-05-06 10:45:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407113886613506', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@668d7994', NULL, 4, NULL, '2022-05-06 10:45:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407833759203329', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@734572b2', NULL, 5, NULL, '2022-05-06 10:48:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407833767591937', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=306, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4cd9a1fa', NULL, 8, NULL, '2022-05-06 10:48:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522407833784369153', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@505c6083', NULL, 12, NULL, '2022-05-06 10:48:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522408090240892930', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5f8ab9be', NULL, 8, NULL, '2022-05-06 10:49:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522408090249281537', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@47c7a120', NULL, 9, NULL, '2022-05-06 10:49:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522408091067170817', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=306, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@95a95fb', NULL, 3, NULL, '2022-05-06 10:49:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522408091067170818', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@13cd6912', NULL, 4, NULL, '2022-05-06 10:49:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522408091092336642', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3a1777d8', NULL, 9, NULL, '2022-05-06 10:49:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522408107315904514', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@465e6a9f', NULL, 6, NULL, '2022-05-06 10:49:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522408107324293121', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@21499e78', NULL, 5, NULL, '2022-05-06 10:49:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522408107324293122', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@112f5314', NULL, 5, NULL, '2022-05-06 10:49:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522408107341070338', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@15ea1243', NULL, 9, NULL, '2022-05-06 10:49:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522408107366236162', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@11e630ce', NULL, 11, NULL, '2022-05-06 10:49:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522408107374624769', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@785647ce', NULL, 14, NULL, '2022-05-06 10:49:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522408107374624770', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@383b8725', NULL, 6, NULL, '2022-05-06 10:49:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522408107383013378', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1a2bd375', NULL, 6, NULL, '2022-05-06 10:49:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522408107391401986', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3ef64d5', NULL, 3, NULL, '2022-05-06 10:49:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522408107399790593', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4e89c3f6', NULL, 5, NULL, '2022-05-06 10:49:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522408107408179201', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5dce25d8', NULL, 3, NULL, '2022-05-06 10:49:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522408107441733634', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@720c551d', NULL, 7, NULL, '2022-05-06 10:49:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522456887214063617', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@391fe41a', NULL, 37, NULL, '2022-05-06 14:03:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522456887360864258', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6c3c3bf1', NULL, 76, NULL, '2022-05-06 14:03:02', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522456887696408577', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@40c4c3b1', NULL, 29, NULL, '2022-05-06 14:03:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522456887704797185', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3af3931d', NULL, 31, NULL, '2022-05-06 14:03:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522456887713185794', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6c9240a7', NULL, 33, NULL, '2022-05-06 14:03:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522456887721574401', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@26a67e4e', NULL, 37, NULL, '2022-05-06 14:03:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522456887746740226', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3f9aa08a', NULL, 42, NULL, '2022-05-06 14:03:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522456887755128833', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@602a36ef', NULL, 46, NULL, '2022-05-06 14:03:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522456887948066818', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@72973b68', NULL, 6, NULL, '2022-05-06 14:03:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522456888048730113', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3e7eaf6f', NULL, 6, NULL, '2022-05-06 14:03:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522456888065507329', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@499fc9c2', NULL, 11, NULL, '2022-05-06 14:03:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522456888107450370', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@68d5a019', NULL, 14, NULL, '2022-05-06 14:03:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522456888124227586', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5c5343b6', NULL, 17, NULL, '2022-05-06 14:03:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522456888124227587', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2e79eb24', NULL, 17, NULL, '2022-05-06 14:03:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457093020172290', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=50101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2abf9860', NULL, 6, NULL, '2022-05-06 14:03:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457093028560898', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@495754fe', NULL, 9, NULL, '2022-05-06 14:03:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457093020172291', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=501, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@71742fa', NULL, 8, NULL, '2022-05-06 14:03:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457101014515713', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=50102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3474bd', NULL, 5, NULL, '2022-05-06 14:03:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457101014515714', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=501, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@73540afd', NULL, 6, NULL, '2022-05-06 14:03:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457101056458754', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=50102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@34210aba', NULL, 5, NULL, '2022-05-06 14:03:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457101110984705', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=501, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5c9a74d0', NULL, 5, NULL, '2022-05-06 14:03:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457102935506945', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=501, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@20035717', NULL, 4, NULL, '2022-05-06 14:03:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457102935506946', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=50103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@38bc39c2', NULL, 2, NULL, '2022-05-06 14:03:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457104139272193', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=50104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@bffa453', NULL, 3, NULL, '2022-05-06 14:03:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457104139272194', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=501, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@40a14bdf', NULL, 4, NULL, '2022-05-06 14:03:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457107813482498', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@286b244a', NULL, 8, NULL, '2022-05-06 14:03:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457107821871106', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@13d831fb', NULL, 10, NULL, '2022-05-06 14:03:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457107859619841', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5dfa728a', NULL, 19, NULL, '2022-05-06 14:03:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457107859619842', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7500b353', NULL, 19, NULL, '2022-05-06 14:03:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457107859619843', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@313a7f', NULL, 19, NULL, '2022-05-06 14:03:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457107868008449', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@461a5dd8', NULL, 20, NULL, '2022-05-06 14:03:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457107930923009', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7c85da0c', NULL, 5, NULL, '2022-05-06 14:03:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457107939311618', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1bd76909', NULL, 9, NULL, '2022-05-06 14:03:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457107943505922', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2bf06eaf', NULL, 9, NULL, '2022-05-06 14:03:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457107943505923', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@15310560', NULL, 6, NULL, '2022-05-06 14:03:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457107956088835', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@396fc1a9', NULL, 9, NULL, '2022-05-06 14:03:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457107956088834', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@c1e23e8', NULL, 9, NULL, '2022-05-06 14:03:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457124364206081', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=50101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@56dd7a22', NULL, 3, NULL, '2022-05-06 14:03:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457124364206082', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=501, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@a736aa1', NULL, 4, NULL, '2022-05-06 14:03:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457124372594689', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@165f5f08', NULL, 6, NULL, '2022-05-06 14:03:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457684865826818', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@53110bf9', NULL, 10, NULL, '2022-05-06 14:06:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457684882604033', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3a12b373', NULL, 13, NULL, '2022-05-06 14:06:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457684920352769', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6067ad71', NULL, 22, NULL, '2022-05-06 14:06:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457684928741377', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@46c53b4a', NULL, 24, NULL, '2022-05-06 14:06:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457684937129985', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@18e1c94b', NULL, 25, NULL, '2022-05-06 14:06:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457684937129986', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7ebf7c83', NULL, 25, NULL, '2022-05-06 14:06:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457684953907202', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@497022c3', NULL, 8, NULL, '2022-05-06 14:06:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457684979073025', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6c579a6e', NULL, 7, NULL, '2022-05-06 14:06:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457684987461634', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@9f458bd', NULL, 7, NULL, '2022-05-06 14:06:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457684995850242', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6816306e', NULL, 5, NULL, '2022-05-06 14:06:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457685004238850', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@18dc549d', NULL, 7, NULL, '2022-05-06 14:06:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522457685046181890', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7c906b', NULL, 7, NULL, '2022-05-06 14:06:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522460597533130754', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=501, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3d6d14ae', NULL, 4, NULL, '2022-05-06 14:17:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522460597558296577', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=50101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7cebe8a7', NULL, 10, NULL, '2022-05-06 14:17:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522460597596045314', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@9ccacae', NULL, 18, NULL, '2022-05-06 14:17:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522460604910911490', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@565131f6', NULL, 9, NULL, '2022-05-06 14:17:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522460604910911491', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3cd1bcb7', NULL, 9, NULL, '2022-05-06 14:17:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522460604910911492', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@63a200b1', NULL, 9, NULL, '2022-05-06 14:17:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522460604927688706', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4d71affe', NULL, 8, NULL, '2022-05-06 14:17:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522460604944465921', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@68a3ebe2', NULL, 13, NULL, '2022-05-06 14:17:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522460604952854529', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@214127f7', NULL, 14, NULL, '2022-05-06 14:17:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522460604978020355', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2dca3fe1', NULL, 6, NULL, '2022-05-06 14:17:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522460604978020354', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4ab21044', NULL, 6, NULL, '2022-05-06 14:17:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522460605003186178', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@262849da', NULL, 5, NULL, '2022-05-06 14:17:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522460605011574786', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@67afe7db', NULL, 7, NULL, '2022-05-06 14:17:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522460605036740610', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7e423980', NULL, 7, NULL, '2022-05-06 14:17:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522460605036740611', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7a523c37', NULL, 6, NULL, '2022-05-06 14:17:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522460756870545410', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@57c2c32a', NULL, 5, NULL, '2022-05-06 14:18:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522460756878934018', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@36edcabc', NULL, 7, NULL, '2022-05-06 14:18:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522460757952675841', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@67500ec7', NULL, 10, NULL, '2022-05-06 14:18:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522460757952675842', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1eed8ec2', NULL, 10, NULL, '2022-05-06 14:18:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522460757952675843', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7e78a5a0', NULL, 9, NULL, '2022-05-06 14:18:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522460757961064451', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1a6dca25', NULL, 11, NULL, '2022-05-06 14:18:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522460757961064450', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2240f331', NULL, 10, NULL, '2022-05-06 14:18:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522460757961064449', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@518dfce3', NULL, 12, NULL, '2022-05-06 14:18:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522460758028173314', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@58dc83f5', NULL, 7, NULL, '2022-05-06 14:18:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522460758028173315', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2ec3bb1b', NULL, 7, NULL, '2022-05-06 14:18:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522460758044950529', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@251c398a', NULL, 10, NULL, '2022-05-06 14:18:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522460758044950530', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2b3db2e7', NULL, 8, NULL, '2022-05-06 14:18:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522460758044950531', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@461e79a6', NULL, 6, NULL, '2022-05-06 14:18:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522460758095282178', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3016d11e', NULL, 7, NULL, '2022-05-06 14:18:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461393851105281', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@42f505f9', NULL, 8, NULL, '2022-05-06 14:20:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461393859493890', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1cdc05ad', NULL, 10, NULL, '2022-05-06 14:20:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461394924847106', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@106e87b7', NULL, 8, NULL, '2022-05-06 14:20:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461394933235713', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4245aaf4', NULL, 9, NULL, '2022-05-06 14:20:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461394991955969', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4abfbb53', NULL, 20, NULL, '2022-05-06 14:20:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461395000344577', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@48f37a53', NULL, 22, NULL, '2022-05-06 14:20:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461395008733185', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@502532d2', NULL, 7, NULL, '2022-05-06 14:20:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461395008733186', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@343ab071', NULL, 24, NULL, '2022-05-06 14:20:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461395017121794', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@63b6d7b0', NULL, 25, NULL, '2022-05-06 14:20:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461395071647745', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4dc6c04b', NULL, 5, NULL, '2022-05-06 14:20:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461395071647746', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@df8a27b', NULL, 7, NULL, '2022-05-06 14:20:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461395088424962', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@512cae25', NULL, 4, NULL, '2022-05-06 14:20:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461395088424963', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@110aeaf0', NULL, 6, NULL, '2022-05-06 14:20:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461395088424964', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4d6e09c6', NULL, 7, NULL, '2022-05-06 14:20:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461404005515265', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@154902d6', NULL, 9, NULL, '2022-05-06 14:20:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461404043264002', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519232069291315202', NULL, 18, NULL, '2022-05-06 14:20:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461436117106689', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=306, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@25462937', NULL, 4, NULL, '2022-05-06 14:21:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461436117106690', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@74e12a16', NULL, 4, NULL, '2022-05-06 14:21:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461436125495297', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7742ec63', NULL, 5, NULL, '2022-05-06 14:21:07', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461442903490562', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@44ffac82', NULL, 5, NULL, '2022-05-06 14:21:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461442911879169', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519232069291315202', NULL, 7, NULL, '2022-05-06 14:21:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461448725184513', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6579b2a2', NULL, 8, NULL, '2022-05-06 14:21:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461448725184514', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@62f82885', NULL, 6, NULL, '2022-05-06 14:21:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461448725184516', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3da78ee2', NULL, 6, NULL, '2022-05-06 14:21:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461448725184515', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6c5420cd', NULL, 5, NULL, '2022-05-06 14:21:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461448725184517', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3d8157bd', NULL, 6, NULL, '2022-05-06 14:21:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461448725184518', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5b679e', NULL, 6, NULL, '2022-05-06 14:21:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461448792293377', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@42065e53', NULL, 6, NULL, '2022-05-06 14:21:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461448792293378', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@25ffc39b', NULL, 6, NULL, '2022-05-06 14:21:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461448792293379', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6c71f15e', NULL, 7, NULL, '2022-05-06 14:21:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461448800681986', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4a125fab', NULL, 3, NULL, '2022-05-06 14:21:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461448800681987', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@a19b0c3', NULL, 4, NULL, '2022-05-06 14:21:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461448825847809', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4a9f848b', NULL, 5, NULL, '2022-05-06 14:21:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461459131252738', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@278a5bdf', NULL, 4, NULL, '2022-05-06 14:21:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461459131252737', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=306, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@30b91d6e', NULL, 4, NULL, '2022-05-06 14:21:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461459131252739', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@135a97a', NULL, 5, NULL, '2022-05-06 14:21:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461614081425410', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=306, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2998a975', NULL, 7, NULL, '2022-05-06 14:21:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461614081425411', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@45704d82', NULL, 6, NULL, '2022-05-06 14:21:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461614089814017', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@222356d6', NULL, 9, NULL, '2022-05-06 14:21:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461626404290563', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@569720cb', NULL, 10, NULL, '2022-05-06 14:21:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461626404290562', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2217f8ce', NULL, 10, NULL, '2022-05-06 14:21:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461626412679169', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3a8e1e4', NULL, 10, NULL, '2022-05-06 14:21:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461626416873476', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@912f137', NULL, 10, NULL, '2022-05-06 14:21:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461626416873475', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7e4b46d4', NULL, 10, NULL, '2022-05-06 14:21:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461626416873474', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@45d95630', NULL, 9, NULL, '2022-05-06 14:21:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461626467205122', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6a410f8', NULL, 6, NULL, '2022-05-06 14:21:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461626467205123', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4c4bfc35', NULL, 6, NULL, '2022-05-06 14:21:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461626483982339', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6685f447', NULL, 3, NULL, '2022-05-06 14:21:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461626483982338', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@681cee27', NULL, 5, NULL, '2022-05-06 14:21:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461626488176642', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@56d0734a', NULL, 4, NULL, '2022-05-06 14:21:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461626521731074', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3c0b4cf4', NULL, 7, NULL, '2022-05-06 14:21:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461639217889282', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5d09aa81', NULL, 3, NULL, '2022-05-06 14:21:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461639217889281', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=306, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@48630c3b', NULL, 3, NULL, '2022-05-06 14:21:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461639217889283', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@639cbc95', NULL, 5, NULL, '2022-05-06 14:21:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461649951113218', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@72eb10c2', NULL, 3, NULL, '2022-05-06 14:21:58', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461649967890433', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519232368538128386', NULL, 9, NULL, '2022-05-06 14:21:58', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461679265103877', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@18b5b147', NULL, 4, NULL, '2022-05-06 14:22:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461679265103874', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2b7d1358', NULL, 4, NULL, '2022-05-06 14:22:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461679265103875', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@255ca39b', NULL, 4, NULL, '2022-05-06 14:22:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461679265103873', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7aa6efed', NULL, 4, NULL, '2022-05-06 14:22:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461679265103876', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4b6ba24d', NULL, 4, NULL, '2022-05-06 14:22:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461679273492482', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2f1d8eab', NULL, 5, NULL, '2022-05-06 14:22:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461679332212737', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3eca796e', NULL, 5, NULL, '2022-05-06 14:22:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461679332212739', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7fa5804a', NULL, 6, NULL, '2022-05-06 14:22:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461679332212738', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@72f750c8', NULL, 6, NULL, '2022-05-06 14:22:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461679336407043', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1a19969c', NULL, 4, NULL, '2022-05-06 14:22:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461679336407042', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7d3b7e8c', NULL, 4, NULL, '2022-05-06 14:22:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461679395127298', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@618f8d58', NULL, 14, NULL, '2022-05-06 14:22:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461690757496835', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=305, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@43d65694', NULL, 2, NULL, '2022-05-06 14:22:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461690757496834', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7b101ae8', NULL, 3, NULL, '2022-05-06 14:22:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522461690765885441', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@533188d5', NULL, 4, NULL, '2022-05-06 14:22:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522462156371378177', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2c231732', NULL, 6, NULL, '2022-05-06 14:23:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522462156388155394', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4bcf0bc1', NULL, 9, NULL, '2022-05-06 14:23:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522462157302513665', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=305, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@29a84a1a', NULL, 4, NULL, '2022-05-06 14:23:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522462157310902274', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@8c3da4e', NULL, 6, NULL, '2022-05-06 14:23:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522462157327679490', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@49d33919', NULL, 9, NULL, '2022-05-06 14:23:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467519007145986', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@a83d03f', NULL, 8, NULL, '2022-05-06 14:45:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467519023923202', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4a369305', NULL, 13, NULL, '2022-05-06 14:45:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467520047333377', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=305, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@71ea8b74', NULL, 3, NULL, '2022-05-06 14:45:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467520047333378', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4a6d2610', NULL, 4, NULL, '2022-05-06 14:45:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467520072499201', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@65dea9b5', NULL, 9, NULL, '2022-05-06 14:45:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467534521876481', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3f3594e4', NULL, 5, NULL, '2022-05-06 14:45:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467534521876482', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@48deb3ca', NULL, 5, NULL, '2022-05-06 14:45:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467534521876483', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@56b57bfa', NULL, 5, NULL, '2022-05-06 14:45:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467534530265090', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@52a022aa', NULL, 7, NULL, '2022-05-06 14:45:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467534563819522', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3f08aa0', NULL, 14, NULL, '2022-05-06 14:45:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467534547042305', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@13d2c48b', NULL, 10, NULL, '2022-05-06 14:45:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467534580596737', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@36a2e8d0', NULL, 5, NULL, '2022-05-06 14:45:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467534580596739', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@59239627', NULL, 5, NULL, '2022-05-06 14:45:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467534580596738', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2b42699b', NULL, 5, NULL, '2022-05-06 14:45:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467534605762561', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4032cde9', NULL, 3, NULL, '2022-05-06 14:45:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467534630928386', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6a48c08d', NULL, 5, NULL, '2022-05-06 14:45:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467534630928385', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@436fbd77', NULL, 5, NULL, '2022-05-06 14:45:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467546400145411', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@75982003', NULL, 4, NULL, '2022-05-06 14:45:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467546400145410', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@29a54cab', NULL, 3, NULL, '2022-05-06 14:45:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467548103032834', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@15d1d4fe', NULL, 5, NULL, '2022-05-06 14:45:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467548103032835', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3dec9d27', NULL, 6, NULL, '2022-05-06 14:45:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467548103032836', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6f8ad72d', NULL, 5, NULL, '2022-05-06 14:45:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467548111421442', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@48b24def', NULL, 5, NULL, '2022-05-06 14:45:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467548111421441', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3989b5d6', NULL, 7, NULL, '2022-05-06 14:45:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467548111421443', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1c511555', NULL, 6, NULL, '2022-05-06 14:45:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467548182724610', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7ad0fbf5', NULL, 6, NULL, '2022-05-06 14:45:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467548182724609', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@764c1215', NULL, 6, NULL, '2022-05-06 14:45:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467548207890433', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1dbd13d7', NULL, 4, NULL, '2022-05-06 14:45:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467548216279041', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@490cfcbb', NULL, 5, NULL, '2022-05-06 14:45:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467548216279042', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@36ce8ceb', NULL, 5, NULL, '2022-05-06 14:45:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467548216279043', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5a1ddf7e', NULL, 7, NULL, '2022-05-06 14:45:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467564666339330', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2fea2a3f', NULL, 4, NULL, '2022-05-06 14:45:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467564783779842', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519232069291315202', NULL, 33, NULL, '2022-05-06 14:45:28', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467630063927298', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2fc802b2', NULL, 6, NULL, '2022-05-06 14:45:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467630072315905', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2b8ae36c', NULL, 6, NULL, '2022-05-06 14:45:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467630072315906', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@e0dd8bf', NULL, 8, NULL, '2022-05-06 14:45:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467630080704513', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@b81e1e', NULL, 6, NULL, '2022-05-06 14:45:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467630080704514', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3d7e4195', NULL, 6, NULL, '2022-05-06 14:45:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467630084898817', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@b87d1b', NULL, 8, NULL, '2022-05-06 14:45:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467630135230466', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@507b0770', NULL, 5, NULL, '2022-05-06 14:45:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467630135230467', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@212efd5a', NULL, 5, NULL, '2022-05-06 14:45:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467630143619073', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@43efec26', NULL, 6, NULL, '2022-05-06 14:45:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467630143619074', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@83792e3', NULL, 4, NULL, '2022-05-06 14:45:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467630152007681', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@63af803c', NULL, 3, NULL, '2022-05-06 14:45:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522467630160396289', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6cbca893', NULL, 3, NULL, '2022-05-06 14:45:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468110508867585', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@182a2c5c', NULL, 5, NULL, '2022-05-06 14:47:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468110542422017', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519229234281549825', NULL, 15, NULL, '2022-05-06 14:47:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468123578318849', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@60aa239a', NULL, 5, NULL, '2022-05-06 14:47:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468123578318850', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@c5cec3b', NULL, 6, NULL, '2022-05-06 14:47:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468123611873282', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@261305f6', NULL, 15, NULL, '2022-05-06 14:47:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468123628650498', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@10241edc', NULL, 17, NULL, '2022-05-06 14:47:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468123628650500', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7f29359d', NULL, 4, NULL, '2022-05-06 14:47:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468123628650499', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1d335ca6', NULL, 16, NULL, '2022-05-06 14:47:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468123637039105', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@ace74e3', NULL, 18, NULL, '2022-05-06 14:47:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468123658010625', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@79c617f1', NULL, 5, NULL, '2022-05-06 14:47:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468123683176450', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@79399ac7', NULL, 7, NULL, '2022-05-06 14:47:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468123691565057', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3291358b', NULL, 4, NULL, '2022-05-06 14:47:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468123691565058', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@f5d05ee', NULL, 4, NULL, '2022-05-06 14:47:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468123699953665', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@99bfda4', NULL, 4, NULL, '2022-05-06 14:47:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468136752627713', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7aaabfe', NULL, 5, NULL, '2022-05-06 14:47:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468136773599233', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519229184260280322', NULL, 8, NULL, '2022-05-06 14:47:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468148328906753', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@448d47fb', NULL, 6, NULL, '2022-05-06 14:47:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468148328906754', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@41a62b7d', NULL, 6, NULL, '2022-05-06 14:47:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468148328906755', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@19318dfc', NULL, 6, NULL, '2022-05-06 14:47:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468148337295363', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4a4cc4cb', NULL, 6, NULL, '2022-05-06 14:47:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468148337295362', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@14d76ec9', NULL, 5, NULL, '2022-05-06 14:47:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468148345683969', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@28d2f15a', NULL, 6, NULL, '2022-05-06 14:47:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468148387627009', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4784a6c0', NULL, 3, NULL, '2022-05-06 14:47:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468148387627010', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@42f82728', NULL, 6, NULL, '2022-05-06 14:47:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468148387627012', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@34ac2ce2', NULL, 6, NULL, '2022-05-06 14:47:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468148387627011', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@13a1ba86', NULL, 5, NULL, '2022-05-06 14:47:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468148408598529', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6cfd207d', NULL, 4, NULL, '2022-05-06 14:47:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468148408598530', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1114936c', NULL, 8, NULL, '2022-05-06 14:47:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468221557260289', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7a9b8b3c', NULL, 3, NULL, '2022-05-06 14:48:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468221557260291', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4c22a6c0', NULL, 4, NULL, '2022-05-06 14:48:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468221557260290', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=304, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@356ae995', NULL, 4, NULL, '2022-05-06 14:48:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468225663483905', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@68116540', NULL, 4, NULL, '2022-05-06 14:48:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468225671872514', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519224017817276418', NULL, 5, NULL, '2022-05-06 14:48:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468234626711555', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7a89596a', NULL, 3, NULL, '2022-05-06 14:48:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468234626711553', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5e1fb84b', NULL, 5, NULL, '2022-05-06 14:48:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468234626711556', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3e627107', NULL, 5, NULL, '2022-05-06 14:48:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468234626711554', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@31080eb2', NULL, 5, NULL, '2022-05-06 14:48:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468234626711557', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7c443a92', NULL, 4, NULL, '2022-05-06 14:48:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468234626711558', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4ae726c5', NULL, 5, NULL, '2022-05-06 14:48:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468234685431810', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@211ae55a', NULL, 4, NULL, '2022-05-06 14:48:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468234685431811', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4c1c8962', NULL, 7, NULL, '2022-05-06 14:48:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468234685431812', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1e57ec34', NULL, 5, NULL, '2022-05-06 14:48:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468234693820418', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3075deab', NULL, 4, NULL, '2022-05-06 14:48:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468234702209026', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3c5f63eb', NULL, 5, NULL, '2022-05-06 14:48:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522468234710597634', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@39ec1d8c', NULL, 4, NULL, '2022-05-06 14:48:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473023842402306', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3b757a48', NULL, 6, NULL, '2022-05-06 15:07:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473023884345345', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@401e0642', NULL, 18, NULL, '2022-05-06 15:07:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473024895172611', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1e358039', NULL, 7, NULL, '2022-05-06 15:07:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473024895172610', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7a344c2d', NULL, 7, NULL, '2022-05-06 15:07:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473024911949825', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5a7732b9', NULL, 8, NULL, '2022-05-06 15:07:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473024945504257', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6dde17a9', NULL, 17, NULL, '2022-05-06 15:07:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473024953892865', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@49f285ee', NULL, 20, NULL, '2022-05-06 15:07:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473024962281473', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@352cd58b', NULL, 22, NULL, '2022-05-06 15:07:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473025012613121', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@286b5d97', NULL, 5, NULL, '2022-05-06 15:07:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473025822113793', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5d954da8', NULL, 12, NULL, '2022-05-06 15:07:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473025847279619', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@57192fa7', NULL, 8, NULL, '2022-05-06 15:07:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473025847279618', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7a487c', NULL, 10, NULL, '2022-05-06 15:07:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473025872445442', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@9819052', NULL, 16, NULL, '2022-05-06 15:07:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473025880834050', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@cd06bd5', NULL, 12, NULL, '2022-05-06 15:07:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473032583331842', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6c0cfa60', NULL, 5, NULL, '2022-05-06 15:07:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473032583331841', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3df90b43', NULL, 5, NULL, '2022-05-06 15:07:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473032587526145', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@66ae8c45', NULL, 6, NULL, '2022-05-06 15:07:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473041852743683', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@487f85cd', NULL, 6, NULL, '2022-05-06 15:07:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473041852743681', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@580293fb', NULL, 6, NULL, '2022-05-06 15:07:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473041852743682', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1a8c1914', NULL, 6, NULL, '2022-05-06 15:07:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473041852743684', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@a5daa93', NULL, 7, NULL, '2022-05-06 15:07:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473041852743685', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2f731a4f', NULL, 7, NULL, '2022-05-06 15:07:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473041856937986', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6e3a8745', NULL, 7, NULL, '2022-05-06 15:07:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473041907269633', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@35aee063', NULL, 5, NULL, '2022-05-06 15:07:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473041907269634', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@42b2623', NULL, 5, NULL, '2022-05-06 15:07:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473041915658242', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@47da7693', NULL, 4, NULL, '2022-05-06 15:07:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473041915658241', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@50c04be5', NULL, 4, NULL, '2022-05-06 15:07:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473041965989890', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2489d690', NULL, 5, NULL, '2022-05-06 15:07:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473041991155714', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@602ca8e7', NULL, 5, NULL, '2022-05-06 15:07:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473047678631937', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=40101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5ef8015', NULL, 2, NULL, '2022-05-06 15:07:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473047678631938', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=401, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6e634d38', NULL, 2, NULL, '2022-05-06 15:07:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473047687020545', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1646c8d7', NULL, 4, NULL, '2022-05-06 15:07:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473053747789825', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=401, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4621e80e', NULL, 4, NULL, '2022-05-06 15:07:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473053747789826', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=40102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1714173d', NULL, 4, NULL, '2022-05-06 15:07:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473053781344258', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=40102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@75032e64', NULL, 3, NULL, '2022-05-06 15:07:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473053810704386', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=401, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6635992', NULL, 3, NULL, '2022-05-06 15:07:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473055710724097', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=40103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7889c9b7', NULL, 1, NULL, '2022-05-06 15:07:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473055714918401', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=401, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@19eb80c2', NULL, 2, NULL, '2022-05-06 15:07:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473059644981249', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1777e217', NULL, 5, NULL, '2022-05-06 15:07:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473059653369858', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@12b7e728', NULL, 6, NULL, '2022-05-06 15:07:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473059661758466', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2875b359', NULL, 6, NULL, '2022-05-06 15:07:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473059678535682', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5f893f29', NULL, 5, NULL, '2022-05-06 15:07:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473059678535681', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7e140e05', NULL, 5, NULL, '2022-05-06 15:07:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473059678535683', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1e2c2abc', NULL, 6, NULL, '2022-05-06 15:07:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473059712090113', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@45e66271', NULL, 5, NULL, '2022-05-06 15:07:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473059720478722', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@173a21f4', NULL, 5, NULL, '2022-05-06 15:07:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473059779198978', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@79841ead', NULL, 3, NULL, '2022-05-06 15:07:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473059779198977', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@28464f59', NULL, 3, NULL, '2022-05-06 15:07:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473059787587587', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@63d77ab', NULL, 4, NULL, '2022-05-06 15:07:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473059787587586', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7596ad62', NULL, 4, NULL, '2022-05-06 15:07:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473067882594306', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10404, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@c4cd1c3', NULL, 2, NULL, '2022-05-06 15:07:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473067882594307', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=104, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@72236c96', NULL, 3, NULL, '2022-05-06 15:07:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473067890982913', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3ae65adb', NULL, 4, NULL, '2022-05-06 15:07:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473079098163202', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5708a20e', NULL, 6, NULL, '2022-05-06 15:07:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473079098163201', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5c065756', NULL, 6, NULL, '2022-05-06 15:07:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473079106551809', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6173a7ea', NULL, 7, NULL, '2022-05-06 15:07:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473079114940420', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6be57b27', NULL, 8, NULL, '2022-05-06 15:07:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473079114940419', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6ea5f2fe', NULL, 8, NULL, '2022-05-06 15:07:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473079114940418', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2d38b807', NULL, 7, NULL, '2022-05-06 15:07:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473079169466369', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5f36439c', NULL, 5, NULL, '2022-05-06 15:07:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473079177854978', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@53165f68', NULL, 4, NULL, '2022-05-06 15:07:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473079177854979', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@125f810b', NULL, 4, NULL, '2022-05-06 15:07:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473079186243586', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7d8295c9', NULL, 6, NULL, '2022-05-06 15:07:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473079177854980', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@155a2bef', NULL, 6, NULL, '2022-05-06 15:07:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473079203020801', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6cc12a3e', NULL, 6, NULL, '2022-05-06 15:07:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473186241658882', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=303, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@38b2eab3', NULL, 3, NULL, '2022-05-06 15:07:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473186241658881', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@71537b59', NULL, 3, NULL, '2022-05-06 15:07:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473186241658883', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@598b536f', NULL, 4, NULL, '2022-05-06 15:07:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473193304866817', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@45a554ef', NULL, 5, NULL, '2022-05-06 15:07:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473193304866819', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@64824f39', NULL, 4, NULL, '2022-05-06 15:07:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473193304866822', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@63b55a2b', NULL, 5, NULL, '2022-05-06 15:07:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473193304866820', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@65dc7f2c', NULL, 5, NULL, '2022-05-06 15:07:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473193304866821', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6d46e3a3', NULL, 5, NULL, '2022-05-06 15:07:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473193304866818', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@70a21e2', NULL, 4, NULL, '2022-05-06 15:07:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473193363587074', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4e629333', NULL, 5, NULL, '2022-05-06 15:07:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473193363587075', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1137044c', NULL, 5, NULL, '2022-05-06 15:07:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473193363587076', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1b4834be', NULL, 5, NULL, '2022-05-06 15:07:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473193367781378', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@21c83a09', NULL, 3, NULL, '2022-05-06 15:07:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473193367781379', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@65bd441d', NULL, 3, NULL, '2022-05-06 15:07:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522473193401335809', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@237042d1', NULL, 5, NULL, '2022-05-06 15:07:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475684905992193', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@57865ef2', NULL, 10, NULL, '2022-05-06 15:17:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475684885020674', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4be7284', NULL, 7, NULL, '2022-05-06 15:17:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475684914380802', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@192596c1', NULL, 13, NULL, '2022-05-06 15:17:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475684947935234', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@23da1659', NULL, 20, NULL, '2022-05-06 15:17:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475684956323841', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@63e3173', NULL, 23, NULL, '2022-05-06 15:17:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475684960518146', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@15651f13', NULL, 23, NULL, '2022-05-06 15:17:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475684960518147', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@239eba7f', NULL, 4, NULL, '2022-05-06 15:17:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475684968906754', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5b074265', NULL, 5, NULL, '2022-05-06 15:17:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475684973101058', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@19d3fa40', NULL, 4, NULL, '2022-05-06 15:17:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475685010849793', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@e4f4ce2', NULL, 3, NULL, '2022-05-06 15:17:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475685010849794', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@73c5316b', NULL, 3, NULL, '2022-05-06 15:17:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475839558369282', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1d167bef', NULL, 4, NULL, '2022-05-06 15:18:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475839558369281', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@54a7ffdc', NULL, 3, NULL, '2022-05-06 15:18:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475839558369283', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@fc41d67', NULL, 3, NULL, '2022-05-06 15:18:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475839558369284', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@27947da5', NULL, 4, NULL, '2022-05-06 15:18:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475839558369285', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@309b2e57', NULL, 4, NULL, '2022-05-06 15:18:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475839558369286', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@cc5f7c6', NULL, 4, NULL, '2022-05-06 15:18:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475839612895234', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7ff410e3', NULL, 4, NULL, '2022-05-06 15:18:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475839621283843', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3eaae296', NULL, 8, NULL, '2022-05-06 15:18:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475839621283842', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@22dcd544', NULL, 7, NULL, '2022-05-06 15:18:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475839625478146', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1eb1e54b', NULL, 6, NULL, '2022-05-06 15:18:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475839625478147', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@486ef5', NULL, 6, NULL, '2022-05-06 15:18:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475877676204034', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1224f5a8', NULL, 4, NULL, '2022-05-06 15:18:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475877676204035', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5664d178', NULL, 4, NULL, '2022-05-06 15:18:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475879542669313', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@22b80b30', NULL, 5, NULL, '2022-05-06 15:18:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475879542669314', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@73b9fbd1', NULL, 6, NULL, '2022-05-06 15:18:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475879567835138', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@440d0c9a', NULL, 6, NULL, '2022-05-06 15:18:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475879567835139', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3b13332d', NULL, 5, NULL, '2022-05-06 15:18:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475879584612353', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4adc589b', NULL, 6, NULL, '2022-05-06 15:18:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475879593000961', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@41d2f394', NULL, 6, NULL, '2022-05-06 15:18:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475879613972481', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4ba374e4', NULL, 6, NULL, '2022-05-06 15:18:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475879643332609', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6525db08', NULL, 7, NULL, '2022-05-06 15:18:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475879643332610', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6262c871', NULL, 4, NULL, '2022-05-06 15:18:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475879643332611', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6540439f', NULL, 4, NULL, '2022-05-06 15:18:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475879660109826', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6dfae80d', NULL, 8, NULL, '2022-05-06 15:18:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522475879668498434', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1242c0fe', NULL, 6, NULL, '2022-05-06 15:18:31', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476084824489985', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@b954d1', NULL, 6, NULL, '2022-05-06 15:19:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476084841267202', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@535f0be9', NULL, 5, NULL, '2022-05-06 15:19:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476084849655810', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3727ae96', NULL, 4, NULL, '2022-05-06 15:19:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476084849655809', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2bb3e220', NULL, 5, NULL, '2022-05-06 15:19:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476084858044418', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@60a4b8ca', NULL, 4, NULL, '2022-05-06 15:19:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476084858044419', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4d329b3a', NULL, 4, NULL, '2022-05-06 15:19:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476084887404545', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@115a5483', NULL, 7, NULL, '2022-05-06 15:19:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476084912570370', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@54ad6a99', NULL, 3, NULL, '2022-05-06 15:19:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476084912570371', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@37261b74', NULL, 4, NULL, '2022-05-06 15:19:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476084912570372', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7269e6b', NULL, 7, NULL, '2022-05-06 15:19:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476084933541889', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2cb9b2a5', NULL, 5, NULL, '2022-05-06 15:19:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476100213391362', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7b53c0f7', NULL, 3, NULL, '2022-05-06 15:19:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476100230168578', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3eaf56dd', NULL, 7, NULL, '2022-05-06 15:19:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476102478315522', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@560e18', NULL, 5, NULL, '2022-05-06 15:19:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476102486704130', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@72154f27', NULL, 6, NULL, '2022-05-06 15:19:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476102486704131', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5b50e12f', NULL, 6, NULL, '2022-05-06 15:19:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476102499287042', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3b778d5f', NULL, 6, NULL, '2022-05-06 15:19:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476102528647170', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1d66fe2a', NULL, 7, NULL, '2022-05-06 15:19:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476102528647171', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@24cd94a8', NULL, 8, NULL, '2022-05-06 15:19:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476102562201603', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@12b743f6', NULL, 5, NULL, '2022-05-06 15:19:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476102562201602', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@30dc0a77', NULL, 6, NULL, '2022-05-06 15:19:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476102570590209', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@c36e0b2', NULL, 4, NULL, '2022-05-06 15:19:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476102570590210', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2fd5d059', NULL, 6, NULL, '2022-05-06 15:19:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476102578978818', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@56cc858e', NULL, 3, NULL, '2022-05-06 15:19:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476102595756033', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4d3b05c1', NULL, 4, NULL, '2022-05-06 15:19:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476156593225729', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6f758c64', NULL, 7, NULL, '2022-05-06 15:19:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476156593225730', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@b02c00b', NULL, 7, NULL, '2022-05-06 15:19:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476156593225731', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@220d2566', NULL, 7, NULL, '2022-05-06 15:19:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476156593225732', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@755469b', NULL, 6, NULL, '2022-05-06 15:19:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476156597420034', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@12838ced', NULL, 6, NULL, '2022-05-06 15:19:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476156622585858', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4883d8c', NULL, 12, NULL, '2022-05-06 15:19:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476156639363074', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6a5afdd9', NULL, 3, NULL, '2022-05-06 15:19:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476156647751683', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@21edae1c', NULL, 4, NULL, '2022-05-06 15:19:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476156647751682', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@62c282b9', NULL, 5, NULL, '2022-05-06 15:19:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476156647751684', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@725820fb', NULL, 3, NULL, '2022-05-06 15:19:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476156656140290', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6628686', NULL, 4, NULL, '2022-05-06 15:19:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476346309984257', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@19086fd4', NULL, 4, NULL, '2022-05-06 15:20:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476346318372866', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@8c894ef', NULL, 6, NULL, '2022-05-06 15:20:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476353616461825', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4411fcba', NULL, 3, NULL, '2022-05-06 15:20:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476353624850434', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@59ee134b', NULL, 5, NULL, '2022-05-06 15:20:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476356170792961', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4fd8fdee', NULL, 8, NULL, '2022-05-06 15:20:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476356204347394', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6afb7e75', NULL, 8, NULL, '2022-05-06 15:20:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476356204347396', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3a3ea983', NULL, 7, NULL, '2022-05-06 15:20:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476356204347395', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@37ec776f', NULL, 10, NULL, '2022-05-06 15:20:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476356225318914', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@63afd1a1', NULL, 6, NULL, '2022-05-06 15:20:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476356242096130', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1960d6bb', NULL, 9, NULL, '2022-05-06 15:20:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476356271456258', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@73dce9', NULL, 6, NULL, '2022-05-06 15:20:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476356279844865', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1e25284e', NULL, 4, NULL, '2022-05-06 15:20:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476356279844866', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@66667d28', NULL, 6, NULL, '2022-05-06 15:20:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476356288233473', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3353e2f8', NULL, 5, NULL, '2022-05-06 15:20:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476356296622082', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@32149ebf', NULL, 8, NULL, '2022-05-06 15:20:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476356305010689', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@14099ba2', NULL, 5, NULL, '2022-05-06 15:20:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476432897196033', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@f5f3644', NULL, 3, NULL, '2022-05-06 15:20:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476432897196034', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@77244428', NULL, 3, NULL, '2022-05-06 15:20:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476526975434753', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@13ade600', NULL, 3, NULL, '2022-05-06 15:21:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476526983823361', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@64f3682c', NULL, 4, NULL, '2022-05-06 15:21:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476528770596866', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@15abedb1', NULL, 6, NULL, '2022-05-06 15:21:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476528787374081', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@10e7625', NULL, 7, NULL, '2022-05-06 15:21:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476528787374082', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@339b09da', NULL, 6, NULL, '2022-05-06 15:21:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476528787374083', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@62e7308c', NULL, 7, NULL, '2022-05-06 15:21:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476528787374084', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@56cd11d1', NULL, 7, NULL, '2022-05-06 15:21:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476528787374085', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@12683084', NULL, 7, NULL, '2022-05-06 15:21:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476528883843074', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@209dc11a', NULL, 3, NULL, '2022-05-06 15:21:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476528883843077', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2a99cbd2', NULL, 5, NULL, '2022-05-06 15:21:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476528883843076', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6cad92e6', NULL, 5, NULL, '2022-05-06 15:21:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476528883843078', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@23ce6b00', NULL, 5, NULL, '2022-05-06 15:21:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476528883843075', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@578e5a0', NULL, 3, NULL, '2022-05-06 15:21:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476528909008897', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@192631a6', NULL, 10, NULL, '2022-05-06 15:21:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476594839273474', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1d966fef', NULL, 4, NULL, '2022-05-06 15:21:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476594839273475', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5732786e', NULL, 6, NULL, '2022-05-06 15:21:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476736455753729', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6a74e74f', NULL, 3, NULL, '2022-05-06 15:21:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522476736464142338', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f3315ba', NULL, 4, NULL, '2022-05-06 15:21:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522478303179292673', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@386647cc', NULL, 4, NULL, '2022-05-06 15:28:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522478303212847105', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@68d0099d', NULL, 12, NULL, '2022-05-06 15:28:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522478305024786433', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7d7ac15f', NULL, 5, NULL, '2022-05-06 15:28:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522478305024786434', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6e76450f', NULL, 7, NULL, '2022-05-06 15:28:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522478305058340865', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@289701c1', NULL, 6, NULL, '2022-05-06 15:28:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522478305079312385', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1381e71f', NULL, 20, NULL, '2022-05-06 15:28:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522478305087700993', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@25665ecc', NULL, 18, NULL, '2022-05-06 15:28:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522478305096089601', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@248f259a', NULL, 5, NULL, '2022-05-06 15:28:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522478305104478210', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4d3bda30', NULL, 23, NULL, '2022-05-06 15:28:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522478305121255425', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6f3fcb92', NULL, 6, NULL, '2022-05-06 15:28:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522478305129644033', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@719b6268', NULL, 4, NULL, '2022-05-06 15:28:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522478305129644034', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@11ca3daf', NULL, 5, NULL, '2022-05-06 15:28:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522478305146421250', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2afdb34c', NULL, 4, NULL, '2022-05-06 15:28:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522478305154809858', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@529026f5', NULL, 5, NULL, '2022-05-06 15:28:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522479963666497537', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@32b92b5', NULL, 8, NULL, '2022-05-06 15:34:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522479963679080449', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@58241bd3', NULL, 10, NULL, '2022-05-06 15:34:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522479963729412097', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3761d023', NULL, 22, NULL, '2022-05-06 15:34:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522479963737800705', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@436b024e', NULL, 25, NULL, '2022-05-06 15:34:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522479963746189313', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@536be5f3', NULL, 27, NULL, '2022-05-06 15:34:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522479963746189315', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5f2c4c69', NULL, 7, NULL, '2022-05-06 15:34:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522479963746189314', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@584c5bb6', NULL, 3, NULL, '2022-05-06 15:34:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522479963746189316', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6955165d', NULL, 28, NULL, '2022-05-06 15:34:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522479963800715265', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@17a59df9', NULL, 5, NULL, '2022-05-06 15:34:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522479963809103874', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6bb63146', NULL, 7, NULL, '2022-05-06 15:34:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522479963809103875', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2afa9d80', NULL, 5, NULL, '2022-05-06 15:34:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522479989797011458', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@42dbd450', NULL, 4, NULL, '2022-05-06 15:34:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522479989830565890', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@50d359bf', NULL, 12, NULL, '2022-05-06 15:34:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522479991688642561', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7e046660', NULL, 7, NULL, '2022-05-06 15:34:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522479991688642562', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6270e95b', NULL, 8, NULL, '2022-05-06 15:34:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522479991726391297', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@18872e67', NULL, 12, NULL, '2022-05-06 15:34:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522479991743168514', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7eab506f', NULL, 8, NULL, '2022-05-06 15:34:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522479991743168515', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@732b6f90', NULL, 8, NULL, '2022-05-06 15:34:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522479991751557122', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2fb949cd', NULL, 6, NULL, '2022-05-06 15:34:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522479991768334338', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@58f283d4', NULL, 5, NULL, '2022-05-06 15:34:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522479991785111554', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5ff408ec', NULL, 5, NULL, '2022-05-06 15:34:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522479991801888769', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@25759a46', NULL, 5, NULL, '2022-05-06 15:34:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522479991801888771', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5bbe94bc', NULL, 4, NULL, '2022-05-06 15:34:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522479991801888772', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@503b44a1', NULL, 6, NULL, '2022-05-06 15:34:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522479991801888770', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6a0e1e76', NULL, 4, NULL, '2022-05-06 15:34:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480190049861634', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2a09c4f6', NULL, 3, NULL, '2022-05-06 15:35:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480190049861635', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@48a3504c', NULL, 4, NULL, '2022-05-06 15:35:38', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480191849218049', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@981bcef', NULL, 8, NULL, '2022-05-06 15:35:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480191857606658', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@46f86821', NULL, 5, NULL, '2022-05-06 15:35:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480191857606659', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4b7b2afb', NULL, 5, NULL, '2022-05-06 15:35:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480191865995265', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@8b272c8', NULL, 4, NULL, '2022-05-06 15:35:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480191865995267', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@700004ca', NULL, 5, NULL, '2022-05-06 15:35:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480191865995266', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5b8da8de', NULL, 5, NULL, '2022-05-06 15:35:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480191916326913', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3d1ef549', NULL, 5, NULL, '2022-05-06 15:35:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480191916326915', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@dcb21e5', NULL, 6, NULL, '2022-05-06 15:35:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480191916326914', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@235315c6', NULL, 5, NULL, '2022-05-06 15:35:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480191933104130', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@266e1832', NULL, 4, NULL, '2022-05-06 15:35:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480191933104131', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@52480b79', NULL, 5, NULL, '2022-05-06 15:35:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480191933104132', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@438d8c08', NULL, 3, NULL, '2022-05-06 15:35:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480819744915458', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@69b858ca', NULL, 11, NULL, '2022-05-06 15:38:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480819782664193', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@27153c68', NULL, 7, NULL, '2022-05-06 15:38:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480819812024321', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@16b83dee', NULL, 2, NULL, '2022-05-06 15:38:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480819828801537', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1063053e', NULL, 19, NULL, '2022-05-06 15:38:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480819837190145', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@70c30d92', NULL, 21, NULL, '2022-05-06 15:38:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480819853967361', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7c5d892d', NULL, 25, NULL, '2022-05-06 15:38:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480819862355970', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@238303', NULL, 26, NULL, '2022-05-06 15:38:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480819883327489', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@65e45f44', NULL, 9, NULL, '2022-05-06 15:38:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480819883327490', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7d4ccfd4', NULL, 9, NULL, '2022-05-06 15:38:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480819921076226', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5b7b1a85', NULL, 10, NULL, '2022-05-06 15:38:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480819921076227', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@30178c39', NULL, 7, NULL, '2022-05-06 15:38:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480879002042370', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5b4009f7', NULL, 3, NULL, '2022-05-06 15:38:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480879002042371', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@579a7fc6', NULL, 5, NULL, '2022-05-06 15:38:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480880868507650', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@444fb5d9', NULL, 7, NULL, '2022-05-06 15:38:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480880868507651', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@53961623', NULL, 7, NULL, '2022-05-06 15:38:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480880876896257', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1a133f41', NULL, 8, NULL, '2022-05-06 15:38:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480880885284865', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@742dde66', NULL, 7, NULL, '2022-05-06 15:38:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480880885284866', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1b7d79c9', NULL, 7, NULL, '2022-05-06 15:38:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480880902062082', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@61cf2ab0', NULL, 11, NULL, '2022-05-06 15:38:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480880927227905', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@252a6b3c', NULL, 6, NULL, '2022-05-06 15:38:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480880935616515', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2e94f688', NULL, 6, NULL, '2022-05-06 15:38:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480880935616514', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5c28b451', NULL, 6, NULL, '2022-05-06 15:38:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480880952393729', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4d2d0d4', NULL, 6, NULL, '2022-05-06 15:38:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480880973365249', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@31caa005', NULL, 4, NULL, '2022-05-06 15:38:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522480880985948161', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5e36b382', NULL, 5, NULL, '2022-05-06 15:38:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481742152056833', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@f9b3394', NULL, 9, NULL, '2022-05-06 15:41:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481742206582786', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@570157a0', NULL, 21, NULL, '2022-05-06 15:41:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481742206582787', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@72fe40c2', NULL, 3, NULL, '2022-05-06 15:41:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481742206582788', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@387ce65b', NULL, 22, NULL, '2022-05-06 15:41:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481742214971394', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@554e0323', NULL, 23, NULL, '2022-05-06 15:41:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481742231748609', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@240f3b56', NULL, 25, NULL, '2022-05-06 15:41:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481742240137218', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@40f315c6', NULL, 27, NULL, '2022-05-06 15:41:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481742248525826', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@74faf34', NULL, 4, NULL, '2022-05-06 15:41:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481742256914434', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4576074e', NULL, 4, NULL, '2022-05-06 15:41:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481742265303042', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7337d499', NULL, 4, NULL, '2022-05-06 15:41:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481742265303041', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@71d5e743', NULL, 3, NULL, '2022-05-06 15:41:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481765732433921', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@767169f6', NULL, 3, NULL, '2022-05-06 15:41:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481765740822529', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@8c89d5d', NULL, 5, NULL, '2022-05-06 15:41:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481768890744835', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3004939d', NULL, 6, NULL, '2022-05-06 15:41:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481768890744836', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3f96bd9b', NULL, 6, NULL, '2022-05-06 15:41:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481768890744834', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@728c7835', NULL, 6, NULL, '2022-05-06 15:41:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481768899133442', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4ea75e1f', NULL, 7, NULL, '2022-05-06 15:41:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481768936882177', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4dae7d75', NULL, 8, NULL, '2022-05-06 15:41:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481768970436610', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7bf469c6', NULL, 8, NULL, '2022-05-06 15:41:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481769003991042', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3f90c710', NULL, 4, NULL, '2022-05-06 15:41:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481769012379649', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6707adce', NULL, 5, NULL, '2022-05-06 15:41:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481769012379650', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f878d72', NULL, 5, NULL, '2022-05-06 15:41:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481769079488515', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@737658aa', NULL, 4, NULL, '2022-05-06 15:41:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481769079488514', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@28723023', NULL, 4, NULL, '2022-05-06 15:41:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481769087877121', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@d04211d', NULL, 7, NULL, '2022-05-06 15:41:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481860427235329', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@49b26456', NULL, 8, NULL, '2022-05-06 15:42:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481860473372674', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@14615891', NULL, 8, NULL, '2022-05-06 15:42:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481860473372675', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@30e58668', NULL, 7, NULL, '2022-05-06 15:42:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481860473372676', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6bca3935', NULL, 8, NULL, '2022-05-06 15:42:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481860473372677', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@32973d72', NULL, 7, NULL, '2022-05-06 15:42:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481860473372678', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@37cd875f', NULL, 8, NULL, '2022-05-06 15:42:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481860515315713', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6e64e9b7', NULL, 6, NULL, '2022-05-06 15:42:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481860523704323', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7ec089fd', NULL, 3, NULL, '2022-05-06 15:42:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481860523704322', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@282bdc35', NULL, 4, NULL, '2022-05-06 15:42:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481860523704324', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@36d5790f', NULL, 5, NULL, '2022-05-06 15:42:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481860532092930', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@62b877ed', NULL, 3, NULL, '2022-05-06 15:42:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481900965183489', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@23a96ca8', NULL, 4, NULL, '2022-05-06 15:42:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481900965183490', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7141a3a5', NULL, 3, NULL, '2022-05-06 15:42:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481902932312066', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@793a7360', NULL, 5, NULL, '2022-05-06 15:42:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481902932312067', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@78cc8ef', NULL, 5, NULL, '2022-05-06 15:42:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481902940700674', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@392c3956', NULL, 5, NULL, '2022-05-06 15:42:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481902940700675', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3e68ee7', NULL, 5, NULL, '2022-05-06 15:42:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481902940700677', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@a46528e', NULL, 5, NULL, '2022-05-06 15:42:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481902940700676', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@77f244f2', NULL, 5, NULL, '2022-05-06 15:42:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481902995226626', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@289df1', NULL, 6, NULL, '2022-05-06 15:42:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481902995226628', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1699208a', NULL, 5, NULL, '2022-05-06 15:42:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481902995226627', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@73b01ded', NULL, 5, NULL, '2022-05-06 15:42:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481903003615233', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@17b74771', NULL, 5, NULL, '2022-05-06 15:42:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481903003615234', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4cba8a7a', NULL, 5, NULL, '2022-05-06 15:42:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522481903037169665', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2d04166f', NULL, 5, NULL, '2022-05-06 15:42:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482740727758849', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@58135ca9', NULL, 7, NULL, '2022-05-06 15:45:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482740773896194', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@161f60d1', NULL, 3, NULL, '2022-05-06 15:45:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482740773896195', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@118298c2', NULL, 15, NULL, '2022-05-06 15:45:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482740782284801', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@65f7751c', NULL, 17, NULL, '2022-05-06 15:45:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482740790673410', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@44fc3cdb', NULL, 19, NULL, '2022-05-06 15:45:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482740799062017', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3f80d035', NULL, 20, NULL, '2022-05-06 15:45:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482740820033538', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@79bf121d', NULL, 26, NULL, '2022-05-06 15:45:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482740828422146', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@fac90d9', NULL, 3, NULL, '2022-05-06 15:45:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482740836810754', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1e2d0931', NULL, 7, NULL, '2022-05-06 15:45:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482740845199361', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7ef3bd5', NULL, 3, NULL, '2022-05-06 15:45:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482740853587970', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@11f70497', NULL, 4, NULL, '2022-05-06 15:45:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482759065255937', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f0485d0', NULL, 3, NULL, '2022-05-06 15:45:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482759090421762', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5cc644e9', NULL, 11, NULL, '2022-05-06 15:45:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482760944304129', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@c133486', NULL, 6, NULL, '2022-05-06 15:45:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482760952692737', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@721f70eb', NULL, 5, NULL, '2022-05-06 15:45:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482760961081346', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@37b33f9a', NULL, 4, NULL, '2022-05-06 15:45:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482760952692738', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@707ad812', NULL, 4, NULL, '2022-05-06 15:45:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482760952692739', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7976b96c', NULL, 6, NULL, '2022-05-06 15:45:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482760961081347', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@789be4b8', NULL, 4, NULL, '2022-05-06 15:45:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482761003024385', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@265d3042', NULL, 5, NULL, '2022-05-06 15:45:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482761003024387', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@77115db0', NULL, 5, NULL, '2022-05-06 15:45:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482761003024386', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6a63406a', NULL, 5, NULL, '2022-05-06 15:45:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482761011412994', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@72b03611', NULL, 4, NULL, '2022-05-06 15:45:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482761011412995', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@69373488', NULL, 5, NULL, '2022-05-06 15:45:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482761044967426', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@ec23017', NULL, 7, NULL, '2022-05-06 15:45:51', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482784533069825', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=301, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@e316b37', NULL, 3, NULL, '2022-05-06 15:45:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482784533069826', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@34c5e19b', NULL, 5, NULL, '2022-05-06 15:45:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482784541458434', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1da4815f', NULL, 3, NULL, '2022-05-06 15:45:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482794716839938', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@15a70b47', NULL, 5, NULL, '2022-05-06 15:45:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482794716839939', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3b743a8c', NULL, 5, NULL, '2022-05-06 15:45:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482794716839940', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1b49e446', NULL, 5, NULL, '2022-05-06 15:45:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482794716839937', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@614a2d4c', NULL, 5, NULL, '2022-05-06 15:45:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482794725228546', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5072da', NULL, 5, NULL, '2022-05-06 15:45:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482794725228545', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4169419d', NULL, 4, NULL, '2022-05-06 15:45:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482794767171585', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7963e96c', NULL, 5, NULL, '2022-05-06 15:45:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482794767171586', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6a7620b9', NULL, 5, NULL, '2022-05-06 15:45:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482794775560194', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6611cd38', NULL, 3, NULL, '2022-05-06 15:45:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482794775560195', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@124f5322', NULL, 5, NULL, '2022-05-06 15:45:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482794783948801', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@11f7af5', NULL, 3, NULL, '2022-05-06 15:45:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482794792337410', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@39a0c163', NULL, 4, NULL, '2022-05-06 15:45:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482802174312450', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=302, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6215ccb6', NULL, 4, NULL, '2022-05-06 15:46:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482802174312451', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1bde6386', NULL, 3, NULL, '2022-05-06 15:46:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482802178506754', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@138027e', NULL, 5, NULL, '2022-05-06 15:46:01', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482909045178369', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@712a72e0', NULL, 5, NULL, '2022-05-06 15:46:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482909061955586', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@554fe0a3', NULL, 5, NULL, '2022-05-06 15:46:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482909070344194', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@70e5af8f', NULL, 4, NULL, '2022-05-06 15:46:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482909070344195', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3d98524', NULL, 5, NULL, '2022-05-06 15:46:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482909070344196', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@59977a0', NULL, 4, NULL, '2022-05-06 15:46:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482909070344197', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@53231ed4', NULL, 4, NULL, '2022-05-06 15:46:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482909116481538', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7ad2f284', NULL, 5, NULL, '2022-05-06 15:46:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482909116481539', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@13b52ce4', NULL, 4, NULL, '2022-05-06 15:46:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482909116481540', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@305e0cf8', NULL, 5, NULL, '2022-05-06 15:46:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482909116481541', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@59b1eddc', NULL, 4, NULL, '2022-05-06 15:46:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482909116481542', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1edc0b17', NULL, 3, NULL, '2022-05-06 15:46:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522482909133258753', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2f0d1aa5', NULL, 4, NULL, '2022-05-06 15:46:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483346599165954', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@577eaf9d', NULL, 8, NULL, '2022-05-06 15:48:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483346599165955', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4ac6f80c', NULL, 7, NULL, '2022-05-06 15:48:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483348545323009', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@38c72db6', NULL, 5, NULL, '2022-05-06 15:48:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483348570488834', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@286bee63', NULL, 5, NULL, '2022-05-06 15:48:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483348578877442', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@50fa3c3e', NULL, 4, NULL, '2022-05-06 15:48:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483348604043266', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6034d9c5', NULL, 15, NULL, '2022-05-06 15:48:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483348629209090', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@add31a2', NULL, 16, NULL, '2022-05-06 15:48:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483348620820482', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@701df92b', NULL, 5, NULL, '2022-05-06 15:48:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483348629209091', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@69802b4e', NULL, 5, NULL, '2022-05-06 15:48:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483348637597698', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@655528f7', NULL, 18, NULL, '2022-05-06 15:48:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483348654374913', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6935e46c', NULL, 7, NULL, '2022-05-06 15:48:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483348675346433', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@640fd577', NULL, 3, NULL, '2022-05-06 15:48:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483348683735041', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@771b9f70', NULL, 5, NULL, '2022-05-06 15:48:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483348683735042', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f9e9ab9', NULL, 4, NULL, '2022-05-06 15:48:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483354979385346', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@14f6213e', NULL, 4, NULL, '2022-05-06 15:48:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483354996162561', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519200144010874882', NULL, 8, NULL, '2022-05-06 15:48:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483364747919362', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=301, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@66e6db9a', NULL, 3, NULL, '2022-05-06 15:48:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483364747919363', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@567ecbbd', NULL, 4, NULL, '2022-05-06 15:48:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483364747919364', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3f90f38e', NULL, 4, NULL, '2022-05-06 15:48:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483369449734145', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3a61e876', NULL, 6, NULL, '2022-05-06 15:48:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483369458122754', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6872e441', NULL, 6, NULL, '2022-05-06 15:48:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483369458122753', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@195382df', NULL, 6, NULL, '2022-05-06 15:48:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483369466511362', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7c0fa51f', NULL, 6, NULL, '2022-05-06 15:48:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483369474899971', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@dd23b91', NULL, 5, NULL, '2022-05-06 15:48:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483369474899970', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2812d665', NULL, 5, NULL, '2022-05-06 15:48:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483369512648706', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5944f8ac', NULL, 5, NULL, '2022-05-06 15:48:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483369512648707', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@370d04b4', NULL, 4, NULL, '2022-05-06 15:48:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483369521037314', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2c875063', NULL, 4, NULL, '2022-05-06 15:48:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483369529425922', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@220f151c', NULL, 5, NULL, '2022-05-06 15:48:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483369529425923', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@15359660', NULL, 3, NULL, '2022-05-06 15:48:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483369546203138', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@42d0c2b5', NULL, 4, NULL, '2022-05-06 15:48:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483376450027521', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@18d7bc1c', NULL, 4, NULL, '2022-05-06 15:48:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483376450027522', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519204805367402498', NULL, 6, NULL, '2022-05-06 15:48:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483386466025473', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5e248cf0', NULL, 5, NULL, '2022-05-06 15:48:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483386466025474', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3ef58c51', NULL, 5, NULL, '2022-05-06 15:48:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483386478608385', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@517a661d', NULL, 7, NULL, '2022-05-06 15:48:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483386503774211', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@200e3fcf', NULL, 5, NULL, '2022-05-06 15:48:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483386503774212', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@74a0826a', NULL, 5, NULL, '2022-05-06 15:48:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483386503774210', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@21be62e7', NULL, 6, NULL, '2022-05-06 15:48:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483386528940034', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@41ee9f93', NULL, 6, NULL, '2022-05-06 15:48:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483386528940035', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@27bb7fd0', NULL, 5, NULL, '2022-05-06 15:48:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483386554105858', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@14f83ac0', NULL, 6, NULL, '2022-05-06 15:48:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483386554105859', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@18a0350c', NULL, 5, NULL, '2022-05-06 15:48:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483386554105860', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1beff0f', NULL, 4, NULL, '2022-05-06 15:48:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483386562494465', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@789e8120', NULL, 5, NULL, '2022-05-06 15:48:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483391792791554', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6379bd18', NULL, 4, NULL, '2022-05-06 15:48:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483391809568770', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519200519950536705', NULL, 7, NULL, '2022-05-06 15:48:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483398059081729', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6df94d44', NULL, 6, NULL, '2022-05-06 15:48:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483398075858946', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6ad65e20', NULL, 6, NULL, '2022-05-06 15:48:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483398075858947', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@71750509', NULL, 6, NULL, '2022-05-06 15:48:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483398088441857', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@40ccf84a', NULL, 5, NULL, '2022-05-06 15:48:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483398088441858', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@69f2b380', NULL, 4, NULL, '2022-05-06 15:48:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483398088441859', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2ff8e3f9', NULL, 4, NULL, '2022-05-06 15:48:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483398134579202', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1f4b1534', NULL, 2, NULL, '2022-05-06 15:48:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483398134579203', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3d38a848', NULL, 4, NULL, '2022-05-06 15:48:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483398134579204', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@52fd839f', NULL, 5, NULL, '2022-05-06 15:48:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483398134579205', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1dde3dd8', NULL, 3, NULL, '2022-05-06 15:48:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483398142967810', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@37d61811', NULL, 3, NULL, '2022-05-06 15:48:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522483398134579201', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@59468776', NULL, 5, NULL, '2022-05-06 15:48:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486084066197505', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4b496c1d', NULL, 4, NULL, '2022-05-06 15:59:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486084087169026', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@732fad91', NULL, 8, NULL, '2022-05-06 15:59:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486086259818498', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@675088ef', NULL, 5, NULL, '2022-05-06 15:59:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486086259818499', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2d1630f5', NULL, 5, NULL, '2022-05-06 15:59:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486086289178627', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6e0266bb', NULL, 7, NULL, '2022-05-06 15:59:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486086289178626', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4d8eb818', NULL, 5, NULL, '2022-05-06 15:59:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486086310150146', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@256d5c9d', NULL, 11, NULL, '2022-05-06 15:59:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486086335315970', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@37ac8cce', NULL, 13, NULL, '2022-05-06 15:59:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486086935101442', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4c2a460f', NULL, 3, NULL, '2022-05-06 15:59:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486086968655874', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@764f9066', NULL, 5, NULL, '2022-05-06 15:59:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486086968655873', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@28b6d130', NULL, 5, NULL, '2022-05-06 15:59:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486087018987523', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4b3fda52', NULL, 3, NULL, '2022-05-06 15:59:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486087018987522', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@53a3d69', NULL, 3, NULL, '2022-05-06 15:59:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486087018987524', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4c906b58', NULL, 4, NULL, '2022-05-06 15:59:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486113015283713', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2407b074', NULL, 5, NULL, '2022-05-06 15:59:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486113015283716', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@56ab19e8', NULL, 4, NULL, '2022-05-06 15:59:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486113015283714', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@25737856', NULL, 4, NULL, '2022-05-06 15:59:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486113015283715', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6cb5e79', NULL, 5, NULL, '2022-05-06 15:59:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486113032060929', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2ccbb996', NULL, 5, NULL, '2022-05-06 15:59:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486113053032450', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4bdfba4e', NULL, 10, NULL, '2022-05-06 15:59:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486113086586882', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@d7dd670', NULL, 7, NULL, '2022-05-06 15:59:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486113086586881', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@301eeed6', NULL, 7, NULL, '2022-05-06 15:59:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486113086586883', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@56f8833a', NULL, 7, NULL, '2022-05-06 15:59:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486113111752705', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2bf1a852', NULL, 5, NULL, '2022-05-06 15:59:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486113111752707', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3bc10079', NULL, 5, NULL, '2022-05-06 15:59:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486113111752706', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5bf77fbf', NULL, 6, NULL, '2022-05-06 15:59:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486133043085314', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@426959cf', NULL, 3, NULL, '2022-05-06 15:59:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486133051473922', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@166ee716', NULL, 4, NULL, '2022-05-06 15:59:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486135672913921', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@679776ba', NULL, 5, NULL, '2022-05-06 15:59:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486135689691138', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5c314029', NULL, 6, NULL, '2022-05-06 15:59:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486135698079746', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@58dbeb01', NULL, 6, NULL, '2022-05-06 15:59:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486135706468354', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@29035c9f', NULL, 5, NULL, '2022-05-06 15:59:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486135706468355', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7c45ecb5', NULL, 5, NULL, '2022-05-06 15:59:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486135723245569', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5fa838a4', NULL, 5, NULL, '2022-05-06 15:59:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486135744217089', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5ab65afa', NULL, 5, NULL, '2022-05-06 15:59:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486135744217090', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2347f76d', NULL, 5, NULL, '2022-05-06 15:59:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486135752605697', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2ee48c41', NULL, 5, NULL, '2022-05-06 15:59:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486135760994305', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@86e3d21', NULL, 4, NULL, '2022-05-06 15:59:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486135760994306', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@72f1a2d0', NULL, 4, NULL, '2022-05-06 15:59:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486135773577218', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@17760209', NULL, 4, NULL, '2022-05-06 15:59:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486238949261313', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@a181f09', NULL, 4, NULL, '2022-05-06 15:59:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486238949261314', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4610352f', NULL, 5, NULL, '2022-05-06 15:59:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486257886543873', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5585fafe', NULL, 3, NULL, '2022-05-06 15:59:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486257886543874', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@52f5b897', NULL, 5, NULL, '2022-05-06 15:59:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486260407320577', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@73149ea7', NULL, 5, NULL, '2022-05-06 15:59:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486260453457921', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@31d113e2', NULL, 6, NULL, '2022-05-06 15:59:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486260453457922', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4017ee1e', NULL, 6, NULL, '2022-05-06 15:59:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486260470235137', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@b373316', NULL, 5, NULL, '2022-05-06 15:59:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486260470235138', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2cb0397e', NULL, 6, NULL, '2022-05-06 15:59:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486260470235139', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2c3c609a', NULL, 6, NULL, '2022-05-06 15:59:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486260516372481', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2490062f', NULL, 5, NULL, '2022-05-06 15:59:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486260533149697', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@70d8dcf8', NULL, 5, NULL, '2022-05-06 15:59:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486260566704130', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@70a776cb', NULL, 3, NULL, '2022-05-06 15:59:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486260566704131', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@51c1a08f', NULL, 3, NULL, '2022-05-06 15:59:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486260566704133', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@25036fef', NULL, 4, NULL, '2022-05-06 15:59:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486260566704132', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@f6f32b0', NULL, 6, NULL, '2022-05-06 15:59:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486266371620866', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5bba1b96', NULL, 6, NULL, '2022-05-06 15:59:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486266371620865', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@59f008b5', NULL, 4, NULL, '2022-05-06 15:59:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486266388398082', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=101, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@584a5ceb', NULL, 7, NULL, '2022-05-06 15:59:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486287619964929', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=101, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7cbeffba', NULL, 4, NULL, '2022-05-06 15:59:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486287611576322', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@61c36b7', NULL, 4, NULL, '2022-05-06 15:59:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486287619964930', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@38f45a04', NULL, 5, NULL, '2022-05-06 15:59:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486288555294722', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=101, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6ccc344f', NULL, 3, NULL, '2022-05-06 15:59:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486288563683329', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5d6f7f1', NULL, 3, NULL, '2022-05-06 15:59:52', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486290102992898', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=101, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@182024e8', NULL, 2, NULL, '2022-05-06 15:59:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486290102992899', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@15900152', NULL, 2, NULL, '2022-05-06 15:59:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486291793297409', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=101, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@55b3a6bb', NULL, 3, NULL, '2022-05-06 15:59:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486291797491714', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@54bcc809', NULL, 3, NULL, '2022-05-06 15:59:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486293903032321', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=101, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1741c6ea', NULL, 2, NULL, '2022-05-06 15:59:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522486293903032322', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@62ee31ca', NULL, 2, NULL, '2022-05-06 15:59:54', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522487112564064257', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@45546203', NULL, 8, NULL, '2022-05-06 16:03:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522487144172339202', 1, '用户名: 管理员,退出成功!', NULL, 'admin', '管理员', '127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, '2022-05-06 16:03:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522487190859137026', 1, '用户名: admin,登录成功!', NULL, 'admin', '管理员', '127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, '2022-05-06 16:03:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522487195665809410', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@629a9ac0', NULL, 4, NULL, '2022-05-06 16:03:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522487522213347329', 2, '门户-文章-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.add()', NULL, '[{\"columnId\":\"10101\",\"cover\":\"temp/ny_01_1651824252623.jpg\",\"createBy\":\"admin\",\"createTime\":1651824286383,\"id\":\"1522487522142044162\",\"isRelease\":\"Y\",\"sysOrgCode\":\"A01\",\"title\":\"高粱\"}]', NULL, 11, NULL, '2022-05-06 16:04:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522487522754412546', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@53cc0f9d', NULL, 4, NULL, '2022-05-06 16:04:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488393898770433', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2654e699', NULL, 5, NULL, '2022-05-06 16:08:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488393911353346', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1e907603', NULL, 9, NULL, '2022-05-06 16:08:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488396285329409', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=101, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@28263f21', NULL, 3, NULL, '2022-05-06 16:08:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488396285329410', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@ed835cf', NULL, 5, NULL, '2022-05-06 16:08:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488396302106626', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@62fc104', NULL, 4, NULL, '2022-05-06 16:08:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488401725341697', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2b9105bd', NULL, 5, NULL, '2022-05-06 16:08:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488405441495042', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@49163b8d', NULL, 5, NULL, '2022-05-06 16:08:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488405441495041', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@46eb9f67', NULL, 5, NULL, '2022-05-06 16:08:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488405458272257', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@69e4b63e', NULL, 9, NULL, '2022-05-06 16:08:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488405475049474', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4bb90104', NULL, 9, NULL, '2022-05-06 16:08:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488405491826689', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@54935dfe', NULL, 13, NULL, '2022-05-06 16:08:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488405500215299', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@242bd2f7', NULL, 15, NULL, '2022-05-06 16:08:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488405500215298', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7164d667', NULL, 6, NULL, '2022-05-06 16:08:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488405508603905', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@761b7f9e', NULL, 6, NULL, '2022-05-06 16:08:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488405554741249', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@905599c', NULL, 7, NULL, '2022-05-06 16:08:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488405554741250', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6e1544c8', NULL, 5, NULL, '2022-05-06 16:08:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488405558935553', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@293bd5d7', NULL, 4, NULL, '2022-05-06 16:08:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488405558935554', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1f0ffe12', NULL, 5, NULL, '2022-05-06 16:08:17', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488418871656451', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@ebf52e5', NULL, 3, NULL, '2022-05-06 16:08:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488418871656450', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=101, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5dd75d9a', NULL, 3, NULL, '2022-05-06 16:08:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488418871656452', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7aebfde2', NULL, 5, NULL, '2022-05-06 16:08:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488629782233089', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=101, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@12d7773c', NULL, 3, NULL, '2022-05-06 16:09:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488629782233090', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@65be4cd8', NULL, 3, NULL, '2022-05-06 16:09:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488629819981825', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@47a79c88', NULL, 3, NULL, '2022-05-06 16:09:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488629819981826', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=101, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@51df9b3', NULL, 3, NULL, '2022-05-06 16:09:10', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488633682935810', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=101, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@67300641', NULL, 3, NULL, '2022-05-06 16:09:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488633682935811', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@714b381c', NULL, 2, NULL, '2022-05-06 16:09:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488652951568385', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@71116f57', NULL, 5, NULL, '2022-05-06 16:09:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488652972539905', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1522487522142044162', NULL, 10, NULL, '2022-05-06 16:09:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488673826619394', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=101, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@114a6807', NULL, 3, NULL, '2022-05-06 16:09:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488673835008001', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7d6b9a92', NULL, 4, NULL, '2022-05-06 16:09:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488673847590913', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@68b0f88c', NULL, 8, NULL, '2022-05-06 16:09:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488695041409025', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@75b640e9', NULL, 4, NULL, '2022-05-06 16:09:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488695045603329', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1522487522142044162', NULL, 7, NULL, '2022-05-06 16:09:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488726469328898', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@196e99a9', NULL, 3, NULL, '2022-05-06 16:09:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488726469328897', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=101, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2153ba38', NULL, 3, NULL, '2022-05-06 16:09:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488726469328899', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@21acb3bc', NULL, 4, NULL, '2022-05-06 16:09:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488849500848129', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@55ba8ef7', NULL, 3, NULL, '2022-05-06 16:10:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488849500848130', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3f43b82b', NULL, 4, NULL, '2022-05-06 16:10:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488851279233026', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=101, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@54f3815e', NULL, 2, NULL, '2022-05-06 16:10:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488851279233028', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@652951a9', NULL, 4, NULL, '2022-05-06 16:10:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488851279233027', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@50b40f62', NULL, 3, NULL, '2022-05-06 16:10:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488906660823042', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5ce52067', NULL, 8, NULL, '2022-05-06 16:10:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522488906690183170', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1522487522142044162', NULL, 14, NULL, '2022-05-06 16:10:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489102987804674', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7700400f', NULL, 4, NULL, '2022-05-06 16:11:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489102991998978', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@63e7c7f6', NULL, 6, NULL, '2022-05-06 16:11:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489103017164801', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@662c429b', NULL, 10, NULL, '2022-05-06 16:11:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489108960493570', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@32cd7f1', NULL, 4, NULL, '2022-05-06 16:11:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489108968882177', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519849991047041026', NULL, 7, NULL, '2022-05-06 16:11:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489404285632514', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@289d3a73', NULL, 8, NULL, '2022-05-06 16:12:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489404340158466', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@653eda5f', NULL, 20, NULL, '2022-05-06 16:12:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489404348547074', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6da1cff', NULL, 19, NULL, '2022-05-06 16:12:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489404365324289', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2d56ee62', NULL, 25, NULL, '2022-05-06 16:12:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489404398878723', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@12973451', NULL, 32, NULL, '2022-05-06 16:12:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489404398878724', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@23d2fdc6', NULL, 31, NULL, '2022-05-06 16:12:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489404398878722', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@571d5ee1', NULL, 6, NULL, '2022-05-06 16:12:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489404424044545', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@454a47d1', NULL, 8, NULL, '2022-05-06 16:12:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489404432433155', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@66dc20cf', NULL, 5, NULL, '2022-05-06 16:12:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489404432433154', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5f3b389', NULL, 3, NULL, '2022-05-06 16:12:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489404453404673', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@41dcdf37', NULL, 5, NULL, '2022-05-06 16:12:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489404453404674', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2daf3774', NULL, 6, NULL, '2022-05-06 16:12:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489416952430594', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4a236df9', NULL, 4, NULL, '2022-05-06 16:12:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489416981790721', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@21184269', NULL, 10, NULL, '2022-05-06 16:12:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489418827284482', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@28265c10', NULL, 7, NULL, '2022-05-06 16:12:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489418827284483', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@23ca9249', NULL, 7, NULL, '2022-05-06 16:12:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489418835673090', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1fff6d74', NULL, 7, NULL, '2022-05-06 16:12:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489418835673091', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4a23e41e', NULL, 8, NULL, '2022-05-06 16:12:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489418835673092', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@50f1b126', NULL, 7, NULL, '2022-05-06 16:12:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489418852450306', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@12446a0f', NULL, 10, NULL, '2022-05-06 16:12:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489418902781957', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2ecbfaa9', NULL, 8, NULL, '2022-05-06 16:12:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489418902781956', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5fd81a6a', NULL, 7, NULL, '2022-05-06 16:12:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489418902781955', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5515bb3f', NULL, 4, NULL, '2022-05-06 16:12:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489418902781954', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7dda0087', NULL, 7, NULL, '2022-05-06 16:12:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489418919559169', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@64e744a9', NULL, 7, NULL, '2022-05-06 16:12:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489418936336386', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7d291140', NULL, 4, NULL, '2022-05-06 16:12:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489421993984002', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@716cb943', NULL, 3, NULL, '2022-05-06 16:12:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489422002372609', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@259a71a9', NULL, 5, NULL, '2022-05-06 16:12:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489422006566913', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2a1d0144', NULL, 4, NULL, '2022-05-06 16:12:19', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489429782806529', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6f4eac5f', NULL, 4, NULL, '2022-05-06 16:12:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489429791195138', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519849991047041026', NULL, 7, NULL, '2022-05-06 16:12:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489719516938242', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@59ea45c5', NULL, 5, NULL, '2022-05-06 16:13:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489719625990145', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1c37ffb1', NULL, 31, NULL, '2022-05-06 16:13:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489719508549633', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@269df253', NULL, 5, NULL, '2022-05-06 16:13:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489719638573057', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@614ef7e6', NULL, 31, NULL, '2022-05-06 16:13:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489719638573058', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4aca6c9c', NULL, 16, NULL, '2022-05-06 16:13:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489719651155970', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1c4fa14', NULL, 36, NULL, '2022-05-06 16:13:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489719659544578', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@58302566', NULL, 37, NULL, '2022-05-06 16:13:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489719676321793', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@26ec43ad', NULL, 3, NULL, '2022-05-06 16:13:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489719680516097', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@190626fb', NULL, 4, NULL, '2022-05-06 16:13:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489719688904705', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@794036c8', NULL, 4, NULL, '2022-05-06 16:13:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489719705681921', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@34eeb33d', NULL, 4, NULL, '2022-05-06 16:13:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489719705681922', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@15e9e17c', NULL, 3, NULL, '2022-05-06 16:13:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489732108238849', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@673f553f', NULL, 3, NULL, '2022-05-06 16:13:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489732116627458', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@71eb6db1', NULL, 3, NULL, '2022-05-06 16:13:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489734050201602', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6756db68', NULL, 5, NULL, '2022-05-06 16:13:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489734050201603', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@550b7e0e', NULL, 4, NULL, '2022-05-06 16:13:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489734050201604', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3255c5f8', NULL, 5, NULL, '2022-05-06 16:13:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489734050201605', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5b948609', NULL, 5, NULL, '2022-05-06 16:13:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489734062784513', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1fbe9c2d', NULL, 6, NULL, '2022-05-06 16:13:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489734071173122', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5ba4bab4', NULL, 6, NULL, '2022-05-06 16:13:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489734104727554', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@452c3096', NULL, 5, NULL, '2022-05-06 16:13:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489734108921857', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7a26bc', NULL, 4, NULL, '2022-05-06 16:13:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489734117310466', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1df06ef5', NULL, 5, NULL, '2022-05-06 16:13:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489734117310467', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@452b0bd5', NULL, 4, NULL, '2022-05-06 16:13:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489734117310468', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6adb53b0', NULL, 5, NULL, '2022-05-06 16:13:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489734171836418', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7a74a747', NULL, 5, NULL, '2022-05-06 16:13:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489741012746243', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@37c51a53', NULL, 4, NULL, '2022-05-06 16:13:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489741012746242', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6630e57e', NULL, 4, NULL, '2022-05-06 16:13:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489741021134849', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@43b7a9e1', NULL, 5, NULL, '2022-05-06 16:13:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489745228021761', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2b6bc11d', NULL, 5, NULL, '2022-05-06 16:13:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489745244798977', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519849991047041026', NULL, 7, NULL, '2022-05-06 16:13:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489920457654273', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@73d50ad3', NULL, 6, NULL, '2022-05-06 16:14:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489920466042881', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@75c3283d', NULL, 5, NULL, '2022-05-06 16:14:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489920474431490', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@53dc7bda', NULL, 6, NULL, '2022-05-06 16:14:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489920482820100', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@20b1cb25', NULL, 6, NULL, '2022-05-06 16:14:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489920482820099', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4bd93d22', NULL, 6, NULL, '2022-05-06 16:14:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489920482820098', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@26b2ef6a', NULL, 3, NULL, '2022-05-06 16:14:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489920516374530', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@42d6a5ce', NULL, 5, NULL, '2022-05-06 16:14:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489920516374531', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5d27a97e', NULL, 5, NULL, '2022-05-06 16:14:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489920533151746', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@19a47d1a', NULL, 5, NULL, '2022-05-06 16:14:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489920541540353', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@792ee311', NULL, 3, NULL, '2022-05-06 16:14:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489920541540354', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@74a2208f', NULL, 4, NULL, '2022-05-06 16:14:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489920541540355', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@21f29986', NULL, 3, NULL, '2022-05-06 16:14:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489926967214082', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7f6e5659', NULL, 6, NULL, '2022-05-06 16:14:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489926967214083', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=102, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@71caf385', NULL, 6, NULL, '2022-05-06 16:14:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489926967214084', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@16c2483b', NULL, 7, NULL, '2022-05-06 16:14:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489932159762433', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@176e08ea', NULL, 4, NULL, '2022-05-06 16:14:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489932180733954', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519849991047041026', NULL, 10, NULL, '2022-05-06 16:14:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489971229704194', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5535c516', NULL, 4, NULL, '2022-05-06 16:14:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489971238092802', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@326b6848', NULL, 5, NULL, '2022-05-06 16:14:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489971246481411', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@69229d4c', NULL, 5, NULL, '2022-05-06 16:14:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489971246481410', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@ec88358', NULL, 5, NULL, '2022-05-06 16:14:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489971263258626', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@184c77f0', NULL, 5, NULL, '2022-05-06 16:14:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489971263258625', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@25fed74a', NULL, 4, NULL, '2022-05-06 16:14:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489971284230146', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1f25326e', NULL, 5, NULL, '2022-05-06 16:14:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489971301007362', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4335e403', NULL, 5, NULL, '2022-05-06 16:14:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489971301007364', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2b135fc3', NULL, 4, NULL, '2022-05-06 16:14:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489971301007363', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7ff934fe', NULL, 3, NULL, '2022-05-06 16:14:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489971309395970', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4aaa0f7b', NULL, 3, NULL, '2022-05-06 16:14:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489971317784577', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1117deea', NULL, 4, NULL, '2022-05-06 16:14:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489978179665921', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=101, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@48c699ab', NULL, 3, NULL, '2022-05-06 16:14:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489978179665922', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@53214c7', NULL, 3, NULL, '2022-05-06 16:14:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489978188054529', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@40975308', NULL, 5, NULL, '2022-05-06 16:14:32', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489982625628161', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1db48778', NULL, 4, NULL, '2022-05-06 16:14:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489982634016770', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1522487522142044162', NULL, 7, NULL, '2022-05-06 16:14:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489997112754178', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=101, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2b11eb03', NULL, 5, NULL, '2022-05-06 16:14:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489997112754179', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@766649a7', NULL, 5, NULL, '2022-05-06 16:14:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522489997121142786', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6f7e1978', NULL, 6, NULL, '2022-05-06 16:14:36', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490155351261185', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3fcd53c', NULL, 4, NULL, '2022-05-06 16:15:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490155359649794', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@18555e72', NULL, 4, NULL, '2022-05-06 16:15:14', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490157217726465', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@46780517', NULL, 3, NULL, '2022-05-06 16:15:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490157217726466', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=101, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1988f126', NULL, 3, NULL, '2022-05-06 16:15:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490157226115074', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@449134fc', NULL, 5, NULL, '2022-05-06 16:15:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490240516603906', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@228f0f39', NULL, 4, NULL, '2022-05-06 16:15:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490240516603907', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@474e5e34', NULL, 6, NULL, '2022-05-06 16:15:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490243192569858', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2711947e', NULL, 4, NULL, '2022-05-06 16:15:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490243192569859', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=101, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@533de6d0', NULL, 5, NULL, '2022-05-06 16:15:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490243192569860', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@66b4736', NULL, 6, NULL, '2022-05-06 16:15:35', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490250289332225', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4e836c6d', NULL, 4, NULL, '2022-05-06 16:15:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490250289332226', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3f02e074', NULL, 4, NULL, '2022-05-06 16:15:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490250352246785', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7efaf360', NULL, 6, NULL, '2022-05-06 16:15:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490250352246786', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@67e495f', NULL, 6, NULL, '2022-05-06 16:15:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490250289332227', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5e9ab593', NULL, 5, NULL, '2022-05-06 16:15:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490250352246787', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@78156fd5', NULL, 15, NULL, '2022-05-06 16:15:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490250352246788', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7e3077c5', NULL, 4, NULL, '2022-05-06 16:15:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490250352246789', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5729a01f', NULL, 4, NULL, '2022-05-06 16:15:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490250352246790', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@67aed361', NULL, 4, NULL, '2022-05-06 16:15:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490250352246791', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3a265e81', NULL, 3, NULL, '2022-05-06 16:15:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490250415161345', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@328fb189', NULL, 5, NULL, '2022-05-06 16:15:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490250415161346', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@47562b5a', NULL, 4, NULL, '2022-05-06 16:15:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490265221054465', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@103138f7', NULL, 4, NULL, '2022-05-06 16:15:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490265229443073', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@566894e1', NULL, 6, NULL, '2022-05-06 16:15:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490267897020418', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@f241997', NULL, 6, NULL, '2022-05-06 16:15:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490267922186242', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@44e052a6', NULL, 6, NULL, '2022-05-06 16:15:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490267922186243', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@76773cfc', NULL, 6, NULL, '2022-05-06 16:15:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490267930574850', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@17896c3b', NULL, 6, NULL, '2022-05-06 16:15:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490267938963458', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@203f3c6f', NULL, 5, NULL, '2022-05-06 16:15:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490267938963457', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@53cc08ab', NULL, 5, NULL, '2022-05-06 16:15:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490267972517890', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1a12c8ec', NULL, 6, NULL, '2022-05-06 16:15:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490267972517891', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4e8ddd26', NULL, 6, NULL, '2022-05-06 16:15:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490267972517892', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@17cde63b', NULL, 5, NULL, '2022-05-06 16:15:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490267985100802', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@76553578', NULL, 5, NULL, '2022-05-06 16:15:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490267993489410', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@663816fc', NULL, 4, NULL, '2022-05-06 16:15:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490268010266625', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@54a2cf3e', NULL, 5, NULL, '2022-05-06 16:15:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490273383170051', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5cee0e35', NULL, 4, NULL, '2022-05-06 16:15:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490273383170050', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=101, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@dbce36b', NULL, 3, NULL, '2022-05-06 16:15:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490273383170049', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7b2bb5e3', NULL, 3, NULL, '2022-05-06 16:15:42', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490279490076674', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f568e8f', NULL, 3, NULL, '2022-05-06 16:15:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490279506853890', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1522487522142044162', NULL, 6, NULL, '2022-05-06 16:15:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490287362785281', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@73cf0f10', NULL, 2, NULL, '2022-05-06 16:15:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490287362785282', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=101, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@54897545', NULL, 2, NULL, '2022-05-06 16:15:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490287366979585', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@485cca5d', NULL, 3, NULL, '2022-05-06 16:15:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490345122545666', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3343252d', NULL, 6, NULL, '2022-05-06 16:15:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490345122545667', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@71b74904', NULL, 5, NULL, '2022-05-06 16:15:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490345130934274', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4539b9a1', NULL, 5, NULL, '2022-05-06 16:15:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490345139322881', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5876246c', NULL, 4, NULL, '2022-05-06 16:15:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490345139322882', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1018b4d3', NULL, 4, NULL, '2022-05-06 16:15:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490345139322883', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5fec807a', NULL, 4, NULL, '2022-05-06 16:15:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490345177071617', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7f62322b', NULL, 5, NULL, '2022-05-06 16:15:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490345177071618', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1648122f', NULL, 5, NULL, '2022-05-06 16:15:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490345185460225', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2f2ad153', NULL, 5, NULL, '2022-05-06 16:15:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490345193848834', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@62bf2a09', NULL, 4, NULL, '2022-05-06 16:15:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490345193848835', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@59419ffd', NULL, 4, NULL, '2022-05-06 16:15:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490345202237441', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3dc49673', NULL, 4, NULL, '2022-05-06 16:15:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490363564900354', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2616e4bf', NULL, 2, NULL, '2022-05-06 16:16:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490363606843394', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@51b534f0', NULL, 5, NULL, '2022-05-06 16:16:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490365464920067', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@23b196c7', NULL, 5, NULL, '2022-05-06 16:16:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490365464920066', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@77242e6a', NULL, 5, NULL, '2022-05-06 16:16:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490365464920068', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@44407500', NULL, 5, NULL, '2022-05-06 16:16:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490365464920069', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@495e51b2', NULL, 6, NULL, '2022-05-06 16:16:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490365473308673', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@250326b9', NULL, 5, NULL, '2022-05-06 16:16:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490365490085890', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4d3352d9', NULL, 9, NULL, '2022-05-06 16:16:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490365506863107', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6ebcb11', NULL, 3, NULL, '2022-05-06 16:16:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490365506863105', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@73d0f90c', NULL, 5, NULL, '2022-05-06 16:16:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490365506863106', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6f297a81', NULL, 2, NULL, '2022-05-06 16:16:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490365515251713', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@505a501c', NULL, 5, NULL, '2022-05-06 16:16:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490365548806146', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1c19f8cc', NULL, 5, NULL, '2022-05-06 16:16:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490365569777665', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@795a19f0', NULL, 5, NULL, '2022-05-06 16:16:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490368589676546', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@350d8b39', NULL, 3, NULL, '2022-05-06 16:16:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490368589676545', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=101, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@110f4164', NULL, 3, NULL, '2022-05-06 16:16:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490368589676547', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5a516be0', NULL, 4, NULL, '2022-05-06 16:16:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490374344261634', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3c2ad7be', NULL, 5, NULL, '2022-05-06 16:16:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490374352650242', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1522487522142044162', NULL, 9, NULL, '2022-05-06 16:16:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490380233064451', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=101, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5689de1d', NULL, 4, NULL, '2022-05-06 16:16:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490380233064450', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@528321e0', NULL, 3, NULL, '2022-05-06 16:16:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490380241453058', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@39cf129a', NULL, 5, NULL, '2022-05-06 16:16:08', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490384561586178', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@58c0efd0', NULL, 3, NULL, '2022-05-06 16:16:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490384561586179', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=101, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@52c14a30', NULL, 3, NULL, '2022-05-06 16:16:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490386503548930', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=101, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6058a5ff', NULL, 2, NULL, '2022-05-06 16:16:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490386503548931', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@285d5bbe', NULL, 2, NULL, '2022-05-06 16:16:09', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490395584217090', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@52c5dceb', NULL, 5, NULL, '2022-05-06 16:16:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490395592605697', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1522487522142044162', NULL, 7, NULL, '2022-05-06 16:16:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490440853340161', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f22300f', NULL, 4, NULL, '2022-05-06 16:16:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490440853340162', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6a2692ac', NULL, 4, NULL, '2022-05-06 16:16:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490440853340163', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3a569995', NULL, 4, NULL, '2022-05-06 16:16:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490440853340164', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@390a30df', NULL, 5, NULL, '2022-05-06 16:16:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490440861728769', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3eda5f58', NULL, 4, NULL, '2022-05-06 16:16:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490440861728770', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@e8adcc9', NULL, 4, NULL, '2022-05-06 16:16:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490440903671809', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5b2eb5db', NULL, 5, NULL, '2022-05-06 16:16:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490440903671810', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1d3159e', NULL, 3, NULL, '2022-05-06 16:16:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490440903671811', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3d357d53', NULL, 5, NULL, '2022-05-06 16:16:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490440912060418', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@77b67c4f', NULL, 4, NULL, '2022-05-06 16:16:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490440912060419', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4dae9f47', NULL, 3, NULL, '2022-05-06 16:16:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522490440937226241', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5b0dbd4a', NULL, 4, NULL, '2022-05-06 16:16:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522498698322231298', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=101, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@86af55f', NULL, 8, NULL, '2022-05-06 16:49:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522498698322231299', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@176a6e0b', NULL, 9, NULL, '2022-05-06 16:49:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522498698322231300', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=!!BLANK, parent=null, isEnable=Y, sort=null, icon=null, fpid=null, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7e4e7954', NULL, 10, NULL, '2022-05-06 16:49:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499761955782658', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@57dad2cb', NULL, 5, NULL, '2022-05-06 16:53:25', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499771686567937', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@72c35fdd', NULL, 3, NULL, '2022-05-06 16:53:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499771690762242', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4d3e77eb', NULL, 5, NULL, '2022-05-06 16:53:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499771732705282', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7ebaff6e', NULL, 15, NULL, '2022-05-06 16:53:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499771749482498', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@56b3bf1a', NULL, 19, NULL, '2022-05-06 16:53:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499771749482497', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@74fac0ca', NULL, 6, NULL, '2022-05-06 16:53:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499771749482500', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@79e09060', NULL, 19, NULL, '2022-05-06 16:53:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499771749482499', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@401cec17', NULL, 7, NULL, '2022-05-06 16:53:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499771766259714', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1ee6fe24', NULL, 22, NULL, '2022-05-06 16:53:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499771808202754', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6b7a395c', NULL, 4, NULL, '2022-05-06 16:53:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499771808202753', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2e930b02', NULL, 4, NULL, '2022-05-06 16:53:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499771816591362', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@561c2e94', NULL, 7, NULL, '2022-05-06 16:53:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499771816591363', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@df2e0eb', NULL, 5, NULL, '2022-05-06 16:53:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499784206565378', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@328f6ad', NULL, 6, NULL, '2022-05-06 16:53:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499784214953985', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f29d296', NULL, 8, NULL, '2022-05-06 16:53:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499786119168001', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1101179f', NULL, 3, NULL, '2022-05-06 16:53:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499786119168002', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@77f18535', NULL, 4, NULL, '2022-05-06 16:53:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499786119168003', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@74f0045a', NULL, 5, NULL, '2022-05-06 16:53:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499786127556609', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@16d71920', NULL, 4, NULL, '2022-05-06 16:53:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499786127556610', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4094a3b5', NULL, 4, NULL, '2022-05-06 16:53:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499786135945217', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@137b9912', NULL, 4, NULL, '2022-05-06 16:53:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499786169499650', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2a963e18', NULL, 5, NULL, '2022-05-06 16:53:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499786169499652', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5a0698e0', NULL, 4, NULL, '2022-05-06 16:53:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499786169499651', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2f07ecf4', NULL, 3, NULL, '2022-05-06 16:53:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499786177888258', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5f529721', NULL, 5, NULL, '2022-05-06 16:53:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499786190471169', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3303d155', NULL, 5, NULL, '2022-05-06 16:53:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499786190471170', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@13e8536f', NULL, 5, NULL, '2022-05-06 16:53:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499963978629121', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@79a60b4d', NULL, 3, NULL, '2022-05-06 16:54:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499964007989250', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@bec6f09', NULL, 8, NULL, '2022-05-06 16:54:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499965908008961', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@400730e0', NULL, 4, NULL, '2022-05-06 16:54:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499965941563394', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@91758bc', NULL, 5, NULL, '2022-05-06 16:54:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499965941563393', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1e7c750b', NULL, 5, NULL, '2022-05-06 16:54:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499965949952004', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7e8f34f0', NULL, 5, NULL, '2022-05-06 16:54:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499965949952003', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@14289785', NULL, 4, NULL, '2022-05-06 16:54:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499965949952002', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@486621ca', NULL, 6, NULL, '2022-05-06 16:54:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499965975117826', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1d775c6b', NULL, 6, NULL, '2022-05-06 16:54:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499966000283650', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@18c42ebc', NULL, 4, NULL, '2022-05-06 16:54:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499966000283651', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@45cb3a7a', NULL, 4, NULL, '2022-05-06 16:54:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499966008672257', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@28e21641', NULL, 6, NULL, '2022-05-06 16:54:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499966008672258', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1ec8f256', NULL, 6, NULL, '2022-05-06 16:54:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499966008672259', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1f27188e', NULL, 5, NULL, '2022-05-06 16:54:13', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499976548958210', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@226ac42', NULL, 4, NULL, '2022-05-06 16:54:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499976569929729', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1522487522142044162', NULL, 8, NULL, '2022-05-06 16:54:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499986988580866', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@77cf81f2', NULL, 4, NULL, '2022-05-06 16:54:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499986988580867', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1c3467d6', NULL, 5, NULL, '2022-05-06 16:54:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499986988580869', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5f77dc1d', NULL, 4, NULL, '2022-05-06 16:54:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499986988580868', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@149d1cb1', NULL, 4, NULL, '2022-05-06 16:54:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499987005358082', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6ed883f3', NULL, 4, NULL, '2022-05-06 16:54:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499987005358083', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@74fc8b63', NULL, 4, NULL, '2022-05-06 16:54:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499987038912514', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2aa52b86', NULL, 3, NULL, '2022-05-06 16:54:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499987047301122', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2ad77b70', NULL, 5, NULL, '2022-05-06 16:54:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499987047301124', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@cd6b715', NULL, 3, NULL, '2022-05-06 16:54:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499987047301123', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3c5675ce', NULL, 8, NULL, '2022-05-06 16:54:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499987055689729', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@55eb26f3', NULL, 5, NULL, '2022-05-06 16:54:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522499987064078338', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@13d61e2a', NULL, 4, NULL, '2022-05-06 16:54:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522500578662268930', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3cdf6042', NULL, 5, NULL, '2022-05-06 16:56:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522500578683240450', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@13236b', NULL, 9, NULL, '2022-05-06 16:56:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522500578700017665', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2bada6fb', NULL, 11, NULL, '2022-05-06 16:56:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522500578708406274', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2f59b5e0', NULL, 12, NULL, '2022-05-06 16:56:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522500876843728897', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3ade4cbd', NULL, 5, NULL, '2022-05-06 16:57:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522500876864700417', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@483e8295', NULL, 10, NULL, '2022-05-06 16:57:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522500876885671938', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1da4df0', NULL, 14, NULL, '2022-05-06 16:57:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522500876894060545', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@44b7f65b', NULL, 16, NULL, '2022-05-06 16:57:50', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522500963955228674', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7302acc4', NULL, 3, NULL, '2022-05-06 16:58:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522500963963617282', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@396e5b16', NULL, 4, NULL, '2022-05-06 16:58:11', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522500965872025601', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@36cd9090', NULL, 4, NULL, '2022-05-06 16:58:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522500965897191426', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@a656b2a', NULL, 4, NULL, '2022-05-06 16:58:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522500965897191427', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@21328053', NULL, 4, NULL, '2022-05-06 16:58:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522500965913968642', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@25544d0c', NULL, 6, NULL, '2022-05-06 16:58:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522500965913968643', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@668a8bd5', NULL, 6, NULL, '2022-05-06 16:58:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522500965888802817', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@23eec88', NULL, 4, NULL, '2022-05-06 16:58:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522500965934940161', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6e5d6d9d', NULL, 5, NULL, '2022-05-06 16:58:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522500965955911681', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3a74d91c', NULL, 6, NULL, '2022-05-06 16:58:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522500965964300289', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@a3d493', NULL, 7, NULL, '2022-05-06 16:58:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522500965972688898', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1cb4f1c9', NULL, 6, NULL, '2022-05-06 16:58:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522500965972688899', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@8015398', NULL, 6, NULL, '2022-05-06 16:58:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522500965972688897', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1debda60', NULL, 8, NULL, '2022-05-06 16:58:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522500966006243330', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7b8664e8', NULL, 5, NULL, '2022-05-06 16:58:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522500966006243331', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@aa0f56d', NULL, 4, NULL, '2022-05-06 16:58:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522500966023020546', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@43732bd2', NULL, 4, NULL, '2022-05-06 16:58:12', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522500980937965570', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6f878901', NULL, 5, NULL, '2022-05-06 16:58:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522500980937965571', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5a6af21b', NULL, 5, NULL, '2022-05-06 16:58:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522500980937965572', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7ee09512', NULL, 6, NULL, '2022-05-06 16:58:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522500980946354177', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@20dbd23f', NULL, 5, NULL, '2022-05-06 16:58:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522500980946354178', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=101, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5732dafd', NULL, 6, NULL, '2022-05-06 16:58:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522500980979908610', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@529cfdf2', NULL, 4, NULL, '2022-05-06 16:58:15', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522500994108080131', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=101, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@78e6150a', NULL, 3, NULL, '2022-05-06 16:58:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522500994108080130', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@da7f0bf', NULL, 3, NULL, '2022-05-06 16:58:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501002698014723', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@219d7185', NULL, 6, NULL, '2022-05-06 16:58:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501002698014721', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@490543d5', NULL, 5, NULL, '2022-05-06 16:58:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501002698014722', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@37db1053', NULL, 5, NULL, '2022-05-06 16:58:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501002727374849', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@46faa817', NULL, 3, NULL, '2022-05-06 16:58:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501002760929281', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1522487522142044162', NULL, 12, NULL, '2022-05-06 16:58:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501012378468354', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3625163f', NULL, 3, NULL, '2022-05-06 16:58:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501012378468355', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4a6465a0', NULL, 4, NULL, '2022-05-06 16:58:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501012378468356', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4570d058', NULL, 3, NULL, '2022-05-06 16:58:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501012382662658', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@54128c2a', NULL, 4, NULL, '2022-05-06 16:58:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501012391051265', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=101, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3d260eca', NULL, 4, NULL, '2022-05-06 16:58:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501012428800002', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@22fccf9e', NULL, 3, NULL, '2022-05-06 16:58:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501027318579202', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@767aea8d', NULL, 4, NULL, '2022-05-06 16:58:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501027326967810', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1551c1b2', NULL, 4, NULL, '2022-05-06 16:58:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501027343745026', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@472c870f', NULL, 4, NULL, '2022-05-06 16:58:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501027352133633', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@29469ad4', NULL, 4, NULL, '2022-05-06 16:58:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501027368910851', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@f6b9b5b', NULL, 6, NULL, '2022-05-06 16:58:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501027368910850', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@60d3ee45', NULL, 5, NULL, '2022-05-06 16:58:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501027381493762', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@79f500ae', NULL, 5, NULL, '2022-05-06 16:58:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501027381493763', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@20bbce75', NULL, 5, NULL, '2022-05-06 16:58:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501027398270978', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2e8eb7fa', NULL, 6, NULL, '2022-05-06 16:58:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501027398270977', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2d3ba5ea', NULL, 6, NULL, '2022-05-06 16:58:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501027423436802', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3380cf46', NULL, 5, NULL, '2022-05-06 16:58:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501027440214018', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5e03f091', NULL, 5, NULL, '2022-05-06 16:58:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501027448602625', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1d2b7053', NULL, 4, NULL, '2022-05-06 16:58:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501027448602626', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@243a0d57', NULL, 3, NULL, '2022-05-06 16:58:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501027448602627', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@627ee589', NULL, 4, NULL, '2022-05-06 16:58:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501878644850689', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4e0c35c0', NULL, 6, NULL, '2022-05-06 17:01:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501878657433601', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7b993a4e', NULL, 10, NULL, '2022-05-06 17:01:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501878690988033', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@621498a5', NULL, 16, NULL, '2022-05-06 17:01:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501878707765250', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3ddc49db', NULL, 21, NULL, '2022-05-06 17:01:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501878716153857', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7009a86e', NULL, 24, NULL, '2022-05-06 17:01:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501878724542465', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2d6b64d6', NULL, 26, NULL, '2022-05-06 17:01:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501878753902593', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4b74907e', NULL, 12, NULL, '2022-05-06 17:01:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501878774874114', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@28902b55', NULL, 7, NULL, '2022-05-06 17:01:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501878787457026', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@69583428', NULL, 10, NULL, '2022-05-06 17:01:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501878804234241', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3637e6ec', NULL, 7, NULL, '2022-05-06 17:01:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522501878829400066', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@21f303db', NULL, 12, NULL, '2022-05-06 17:01:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522502007439343618', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@42703289', NULL, 9, NULL, '2022-05-06 17:02:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522502007451926531', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@48a89c86', NULL, 7, NULL, '2022-05-06 17:02:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522502007451926530', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6db715b0', NULL, 10, NULL, '2022-05-06 17:02:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522502007451926532', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2dc86e83', NULL, 7, NULL, '2022-05-06 17:02:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522502007451926534', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@8f101c', NULL, 5, NULL, '2022-05-06 17:02:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522502007451926533', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@312500', NULL, 5, NULL, '2022-05-06 17:02:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522502007493869569', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@fa2ddc6', NULL, 5, NULL, '2022-05-06 17:02:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522502007502258177', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@443dc08f', NULL, 3, NULL, '2022-05-06 17:02:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522502007502258178', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@807a8a2', NULL, 3, NULL, '2022-05-06 17:02:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522502007510646785', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6131a234', NULL, 6, NULL, '2022-05-06 17:02:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522502007519035393', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@68c8a7be', NULL, 5, NULL, '2022-05-06 17:02:20', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522502860388810753', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@25742dc7', NULL, 6, NULL, '2022-05-06 17:05:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522502860405587970', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@563a7e80', NULL, 9, NULL, '2022-05-06 17:05:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522502862402076674', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5a8d0395', NULL, 5, NULL, '2022-05-06 17:05:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522502862410465282', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@11edb8c0', NULL, 4, NULL, '2022-05-06 17:05:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522502862435631106', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@39db0f7b', NULL, 4, NULL, '2022-05-06 17:05:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522502862435631107', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@796fdb61', NULL, 6, NULL, '2022-05-06 17:05:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522502862452408322', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3e372bc5', NULL, 8, NULL, '2022-05-06 17:05:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522502862460796929', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@65088bc5', NULL, 5, NULL, '2022-05-06 17:05:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522502862477574146', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1add1382', NULL, 6, NULL, '2022-05-06 17:05:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522502862477574147', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@44199d35', NULL, 14, NULL, '2022-05-06 17:05:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522502862485962754', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2ae6f911', NULL, 5, NULL, '2022-05-06 17:05:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522502862485962753', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6a042ee8', NULL, 4, NULL, '2022-05-06 17:05:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522502862494351361', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1da4ef5c', NULL, 14, NULL, '2022-05-06 17:05:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522502862540488705', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@775f98bf', NULL, 5, NULL, '2022-05-06 17:05:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522502862548877315', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2865f642', NULL, 6, NULL, '2022-05-06 17:05:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522502862548877314', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1163eea0', NULL, 6, NULL, '2022-05-06 17:05:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522502862557265921', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2a33b34c', NULL, 5, NULL, '2022-05-06 17:05:44', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522503557469552642', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@51f3ac2c', NULL, 6, NULL, '2022-05-06 17:08:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522503557494718465', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@792f97bb', NULL, 10, NULL, '2022-05-06 17:08:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522503557536661505', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@19c13439', NULL, 21, NULL, '2022-05-06 17:08:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522503557545050114', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@544163ac', NULL, 23, NULL, '2022-05-06 17:08:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522503557566021633', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5b079a4f', NULL, 28, NULL, '2022-05-06 17:08:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522503557574410242', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@48d5cf7f', NULL, 30, NULL, '2022-05-06 17:08:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522503557582798850', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4e5967af', NULL, 5, NULL, '2022-05-06 17:08:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522503557599576065', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@365d69ca', NULL, 5, NULL, '2022-05-06 17:08:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522503557607964674', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@e111f9c', NULL, 5, NULL, '2022-05-06 17:08:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522503557607964673', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@151f846f', NULL, 4, NULL, '2022-05-06 17:08:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522503557633130497', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3fcbe1eb', NULL, 6, NULL, '2022-05-06 17:08:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522503774348623874', 1, '用户名: 管理员,退出成功!', NULL, 'admin', '管理员', '127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, '2022-05-06 17:09:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522503823312928770', 1, '用户名: admin,登录成功!', NULL, 'admin', '管理员', '127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, '2022-05-06 17:09:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522503839406473217', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7ad467c4', NULL, 2, NULL, '2022-05-06 17:09:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522503918469103618', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 2 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@30a7ca21', NULL, 5, NULL, '2022-05-06 17:09:56', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504360380973057', 2, '门户-文章-添加', 2, 'admin', '管理员', '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.add()', NULL, '[{\"columnId\":\"001\",\"content\":\"<p>王喜东局长深入王喜东局长深入王喜东局长深入王喜东局长深入王喜东局长深入王喜东局长深入王喜东局长深入王喜东局长深入王喜东局长深入王喜东局长深入王喜东局长深入王喜东局长深入王喜东局长深入王喜东局长深入</p>\",\"cover\":\"temp/tu5_1651828293019.png\",\"createBy\":\"admin\",\"createTime\":1651828300925,\"id\":\"1522504360347418626\",\"isRelease\":\"Y\",\"sysOrgCode\":\"A01\",\"title\":\"王喜东局长深入\",\"type\":\"首页轮播\"}]', NULL, 8, NULL, '2022-05-06 17:11:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504360880095234', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=null, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 2 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1131d2', NULL, 5, NULL, '2022-05-06 17:11:41', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504389145509889', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@651ca15d', NULL, 4, NULL, '2022-05-06 17:11:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504389170675713', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@43ec5c9d', NULL, 8, NULL, '2022-05-06 17:11:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504391032946690', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@329ccbd4', NULL, 4, NULL, '2022-05-06 17:11:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504391032946691', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@decc23f', NULL, 4, NULL, '2022-05-06 17:11:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504391058112514', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@44e76cf4', NULL, 5, NULL, '2022-05-06 17:11:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504391066501122', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@322c4ea9', NULL, 6, NULL, '2022-05-06 17:11:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504391066501121', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6d24606', NULL, 9, NULL, '2022-05-06 17:11:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504391083278338', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2f06792d', NULL, 4, NULL, '2022-05-06 17:11:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504391091666945', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@21770885', NULL, 5, NULL, '2022-05-06 17:11:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504391100055554', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@38362dfa', NULL, 13, NULL, '2022-05-06 17:11:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504391112638466', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@9abae64', NULL, 8, NULL, '2022-05-06 17:11:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504391112638467', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@49e72989', NULL, 14, NULL, '2022-05-06 17:11:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504391150387201', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@67eab306', NULL, 11, NULL, '2022-05-06 17:11:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504391175553026', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4426fecf', NULL, 3, NULL, '2022-05-06 17:11:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504391175553027', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@ad5c186', NULL, 2, NULL, '2022-05-06 17:11:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504391183941634', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4170a44f', NULL, 4, NULL, '2022-05-06 17:11:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504391192330241', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@b5417ac', NULL, 4, NULL, '2022-05-06 17:11:48', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504787667304449', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3317c975', NULL, 3, NULL, '2022-05-06 17:13:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504787696664577', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@436177b0', NULL, 11, NULL, '2022-05-06 17:13:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504789600878594', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2f10a589', NULL, 6, NULL, '2022-05-06 17:13:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504789600878593', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@533543ab', NULL, 5, NULL, '2022-05-06 17:13:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504789626044418', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3f95887b', NULL, 3, NULL, '2022-05-06 17:13:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504789634433026', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@551a445f', NULL, 8, NULL, '2022-05-06 17:13:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504789642821633', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@66494c4c', NULL, 5, NULL, '2022-05-06 17:13:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504789659598849', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2e52dc48', NULL, 5, NULL, '2022-05-06 17:13:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504789667987457', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6e6fc5de', NULL, 10, NULL, '2022-05-06 17:13:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504789667987458', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@39aa9485', NULL, 3, NULL, '2022-05-06 17:13:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504789667987459', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2f60ea0e', NULL, 4, NULL, '2022-05-06 17:13:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504789676376066', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1a97f2d2', NULL, 11, NULL, '2022-05-06 17:13:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504789693153282', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3db656f7', NULL, 6, NULL, '2022-05-06 17:13:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504789722513410', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@11d24e2a', NULL, 5, NULL, '2022-05-06 17:13:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504789722513411', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@75223cde', NULL, 5, NULL, '2022-05-06 17:13:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504789726707714', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@472cd3ae', NULL, 6, NULL, '2022-05-06 17:13:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522504789743484929', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@56e16346', NULL, 5, NULL, '2022-05-06 17:13:23', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522511504161488897', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5cd386ce', NULL, 5, NULL, '2022-05-06 17:40:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522511504169877505', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@32c5fc51', NULL, 8, NULL, '2022-05-06 17:40:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522511506141200385', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5a822da1', NULL, 7, NULL, '2022-05-06 17:40:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522511506157977602', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f24adfb', NULL, 8, NULL, '2022-05-06 17:40:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522511506183143426', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1541243a', NULL, 6, NULL, '2022-05-06 17:40:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522511506195726337', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@a5cfe3', NULL, 6, NULL, '2022-05-06 17:40:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522511506166366210', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1df1d01', NULL, 4, NULL, '2022-05-06 17:40:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522511506229280770', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@cf45d43', NULL, 9, NULL, '2022-05-06 17:40:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522511506174754818', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6c1a6a8e', NULL, 6, NULL, '2022-05-06 17:40:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522511506254446594', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@64ae9fa7', NULL, 19, NULL, '2022-05-06 17:40:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522511506262835202', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7a72aaee', NULL, 6, NULL, '2022-05-06 17:40:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522511506271223810', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@23861249', NULL, 5, NULL, '2022-05-06 17:40:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522511506279612417', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@296e172a', NULL, 5, NULL, '2022-05-06 17:40:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522511506296389634', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7ee47111', NULL, 6, NULL, '2022-05-06 17:40:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522511506296389635', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@234d7', NULL, 4, NULL, '2022-05-06 17:40:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522511506321555459', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1c6d463a', NULL, 4, NULL, '2022-05-06 17:40:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522511506321555458', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1b8eb761', NULL, 4, NULL, '2022-05-06 17:40:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522511734592356353', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3d251a43', NULL, 3, NULL, '2022-05-06 17:40:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522511734592356354', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2b6362ac', NULL, 5, NULL, '2022-05-06 17:40:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522511736509153282', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@61386c97', NULL, 5, NULL, '2022-05-06 17:41:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522511736517541889', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6327f450', NULL, 5, NULL, '2022-05-06 17:41:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522511736525930498', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@94d6d9b', NULL, 4, NULL, '2022-05-06 17:41:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522511736551096322', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4e0f2c98', NULL, 4, NULL, '2022-05-06 17:41:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522511736563679234', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@52b02a', NULL, 5, NULL, '2022-05-06 17:41:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522511736563679235', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6fb8a16c', NULL, 5, NULL, '2022-05-06 17:41:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522511736563679236', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@73e263c', NULL, 5, NULL, '2022-05-06 17:41:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522511736576262145', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@67e2ea01', NULL, 5, NULL, '2022-05-06 17:41:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522511736563679237', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2831f413', NULL, 5, NULL, '2022-05-06 17:41:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522511736597233665', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6e94695b', NULL, 6, NULL, '2022-05-06 17:41:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522511736651759617', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@528d30c8', NULL, 7, NULL, '2022-05-06 17:41:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522511736651759619', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@20454d06', NULL, 11, NULL, '2022-05-06 17:41:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522511736651759618', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4117ed9c', NULL, 11, NULL, '2022-05-06 17:41:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522511736651759620', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3b4639a4', NULL, 7, NULL, '2022-05-06 17:41:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522511736660148226', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3b5391a', NULL, 6, NULL, '2022-05-06 17:41:00', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522512259450781698', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@18f88365', NULL, 4, NULL, '2022-05-06 17:43:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522512259480141826', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1015e31c', NULL, 10, NULL, '2022-05-06 17:43:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522512261501796354', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5e79c53', NULL, 4, NULL, '2022-05-06 17:43:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522512261526962178', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@60d68f3f', NULL, 3, NULL, '2022-05-06 17:43:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522512261535350786', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6b699549', NULL, 4, NULL, '2022-05-06 17:43:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522512261552128001', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4c78d67e', NULL, 3, NULL, '2022-05-06 17:43:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522512261560516610', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1558fbd8', NULL, 5, NULL, '2022-05-06 17:43:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522512261581488130', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@33d91397', NULL, 4, NULL, '2022-05-06 17:43:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522512261589876737', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@73b44e76', NULL, 4, NULL, '2022-05-06 17:43:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522512261615042562', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1c2eb054', NULL, 17, NULL, '2022-05-06 17:43:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522512261615042561', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2ee6843b', NULL, 17, NULL, '2022-05-06 17:43:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522512261644402689', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1629bf46', NULL, 20, NULL, '2022-05-06 17:43:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522512261652791297', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1331556d', NULL, 9, NULL, '2022-05-06 17:43:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522512261661179906', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@249caae2', NULL, 9, NULL, '2022-05-06 17:43:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522512261669568513', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1e1cfdc6', NULL, 5, NULL, '2022-05-06 17:43:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522512261732483073', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4b9e7f27', NULL, 5, NULL, '2022-05-06 17:43:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522512261745065985', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2010d0cf', NULL, 16, NULL, '2022-05-06 17:43:05', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766428791205889', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1af31ff3', NULL, 89, NULL, '2022-05-07 10:33:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766428791205892', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@247379f1', NULL, 36, NULL, '2022-05-07 10:33:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766428791205890', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4b09cb42', NULL, 37, NULL, '2022-05-07 10:33:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766428791205891', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1b21ba29', NULL, 34, NULL, '2022-05-07 10:33:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766428803788801', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@31aee378', NULL, 40, NULL, '2022-05-07 10:33:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766428879286273', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@65b42994', NULL, 117, NULL, '2022-05-07 10:33:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766429143527426', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@27f44e9f', NULL, 12, NULL, '2022-05-07 10:33:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766429143527427', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2992d49c', NULL, 13, NULL, '2022-05-07 10:33:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766429143527429', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@22ddafa7', NULL, 13, NULL, '2022-05-07 10:33:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766429151916034', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1e66347f', NULL, 12, NULL, '2022-05-07 10:33:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766429143527428', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@667564ea', NULL, 12, NULL, '2022-05-07 10:33:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766429256773633', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@491052e0', NULL, 13, NULL, '2022-05-07 10:33:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766429281939458', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@315116e5', NULL, 10, NULL, '2022-05-07 10:33:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766429399379969', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6ab6a3aa', NULL, 13, NULL, '2022-05-07 10:33:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766429432934401', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5d03e8bf', NULL, 10, NULL, '2022-05-07 10:33:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766429491654657', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6316b58c', NULL, 18, NULL, '2022-05-07 10:33:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766429491654658', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@56559a1a', NULL, 19, NULL, '2022-05-07 10:33:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766542473621505', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5de362a2', NULL, 6, NULL, '2022-05-07 10:33:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766542473621506', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@599577d8', NULL, 7, NULL, '2022-05-07 10:33:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766542482010114', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=50101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@67b0eeb9', NULL, 8, NULL, '2022-05-07 10:33:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766542490398722', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@37c310', NULL, 9, NULL, '2022-05-07 10:33:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766542482010115', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1f1f2b6a', NULL, 8, NULL, '2022-05-07 10:33:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766542536536065', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=501, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6d43d279', NULL, 15, NULL, '2022-05-07 10:33:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766557371789315', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@25c50c3', NULL, 5, NULL, '2022-05-07 10:33:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766557371789316', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@63edfb0c', NULL, 6, NULL, '2022-05-07 10:33:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766557371789314', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@12c486a2', NULL, 4, NULL, '2022-05-07 10:33:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766557392760833', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@99a1cc9', NULL, 6, NULL, '2022-05-07 10:33:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766557413732354', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5aef097e', NULL, 12, NULL, '2022-05-07 10:33:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766557413732355', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@428fba57', NULL, 12, NULL, '2022-05-07 10:33:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766557447286785', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2377747e', NULL, 8, NULL, '2022-05-07 10:33:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766557447286786', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4865d02e', NULL, 8, NULL, '2022-05-07 10:33:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766557455675393', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@24664356', NULL, 8, NULL, '2022-05-07 10:33:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766557472452609', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@21eeb23b', NULL, 8, NULL, '2022-05-07 10:33:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766557506007042', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2b103bbd', NULL, 9, NULL, '2022-05-07 10:33:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766557514395649', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4ae11ae4', NULL, 8, NULL, '2022-05-07 10:33:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766557522784257', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2f5b9130', NULL, 6, NULL, '2022-05-07 10:33:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766557556338689', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@64fb5641', NULL, 8, NULL, '2022-05-07 10:33:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766557564727297', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5f1e17b2', NULL, 10, NULL, '2022-05-07 10:33:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766865539887106', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@c85bdb9', NULL, 8, NULL, '2022-05-07 10:34:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766865560858626', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6577e658', NULL, 12, NULL, '2022-05-07 10:34:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766866475216897', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@69be8861', NULL, 4, NULL, '2022-05-07 10:34:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766866483605505', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6974d019', NULL, 9, NULL, '2022-05-07 10:34:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766866483605506', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7939a582', NULL, 8, NULL, '2022-05-07 10:34:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766866458439682', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@70eb15ae', NULL, 4, NULL, '2022-05-07 10:34:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766866458439683', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6cea9c0a', NULL, 4, NULL, '2022-05-07 10:34:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766866533937153', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2bd850f4', NULL, 17, NULL, '2022-05-07 10:34:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766866533937154', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@49fcd68d', NULL, 7, NULL, '2022-05-07 10:34:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766866542325762', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2b0b37b0', NULL, 8, NULL, '2022-05-07 10:34:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766866584268802', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7dd7d14f', NULL, 8, NULL, '2022-05-07 10:34:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766866584268803', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4b503b83', NULL, 8, NULL, '2022-05-07 10:34:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766866592657410', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@27106b39', NULL, 8, NULL, '2022-05-07 10:34:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766866609434625', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6364f5d1', NULL, 8, NULL, '2022-05-07 10:34:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766866626211842', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@a429ca1', NULL, 7, NULL, '2022-05-07 10:34:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766866634600449', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@d9d0df7', NULL, 5, NULL, '2022-05-07 10:34:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522766866659766273', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5f249bc1', NULL, 8, NULL, '2022-05-07 10:34:47', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522770888493985794', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@30cd5f9', NULL, 4, NULL, '2022-05-07 10:50:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522770888527540226', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@646eafad', NULL, 13, NULL, '2022-05-07 10:50:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522770889429315585', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@de58dc7', NULL, 4, NULL, '2022-05-07 10:50:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522770889429315586', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4268ffaa', NULL, 6, NULL, '2022-05-07 10:50:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522770889446092801', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5b93d40d', NULL, 6, NULL, '2022-05-07 10:50:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522770889483841537', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1de058cc', NULL, 16, NULL, '2022-05-07 10:50:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522770889496424450', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@28265fbe', NULL, 18, NULL, '2022-05-07 10:50:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522770889513201666', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@393b0ac', NULL, 14, NULL, '2022-05-07 10:50:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522770889513201665', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3fdb9e87', NULL, 24, NULL, '2022-05-07 10:50:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522770889555144705', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4b31e598', NULL, 13, NULL, '2022-05-07 10:50:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522770889563533313', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@50b9931', NULL, 11, NULL, '2022-05-07 10:50:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522770889571921922', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@57f6d12a', NULL, 10, NULL, '2022-05-07 10:50:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522770889588699137', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@32d400e1', NULL, 7, NULL, '2022-05-07 10:50:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522770889626447874', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@226fee8b', NULL, 8, NULL, '2022-05-07 10:50:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522770889626447875', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7ec78b04', NULL, 7, NULL, '2022-05-07 10:50:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522770889643225089', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@50a6b15', NULL, 8, NULL, '2022-05-07 10:50:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522770889643225090', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1a2697f6', NULL, 7, NULL, '2022-05-07 10:50:46', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522770902209359873', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@77e9dc46', NULL, 4, NULL, '2022-05-07 10:50:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522770902209359875', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4ba0de1d', NULL, 4, NULL, '2022-05-07 10:50:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522770902209359874', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@13c5dfa1', NULL, 4, NULL, '2022-05-07 10:50:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522770902209359876', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@78295b33', NULL, 5, NULL, '2022-05-07 10:50:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522770902217748482', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=-1, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2871e731', NULL, 6, NULL, '2022-05-07 10:50:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522770902234525697', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=*人*, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2f1f1eee', NULL, 9, NULL, '2022-05-07 10:50:49', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522773321513267202', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1bdbf25b', NULL, 8, NULL, '2022-05-07 11:00:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522773321521655809', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@11068c0d', NULL, 9, NULL, '2022-05-07 11:00:26', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522773323136462850', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@803ff5', NULL, 3, NULL, '2022-05-07 11:00:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522773323136462851', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6f39fc6c', NULL, 4, NULL, '2022-05-07 11:00:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522773323153240065', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=*人*, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@63fc3615', NULL, 6, NULL, '2022-05-07 11:00:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522773323161628674', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4a744b6f', NULL, 10, NULL, '2022-05-07 11:00:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522773323178405889', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@43472095', NULL, 13, NULL, '2022-05-07 11:00:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522773323195183105', 2, '门户-栏目-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayColumnController.queryPageList()', NULL, ' gatewayColumn: GatewayColumn(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, nameen=null, type=null, parent=null, isEnable=Y, sort=null, icon=null, fpid=-1, fid=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@739c7b08', NULL, 16, NULL, '2022-05-07 11:00:27', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522773903800102914', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1c062132', NULL, 7, NULL, '2022-05-07 11:02:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522773903833657346', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@373a7882', NULL, 14, NULL, '2022-05-07 11:02:45', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774055688433665', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@23901354', NULL, 5, NULL, '2022-05-07 11:03:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774055688433666', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@56f5ae3e', NULL, 6, NULL, '2022-05-07 11:03:21', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774057529733121', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@290bdad7', NULL, 6, NULL, '2022-05-07 11:03:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774057542316034', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4c0f5221', NULL, 6, NULL, '2022-05-07 11:03:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774057571676161', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@51bff6ac', NULL, 4, NULL, '2022-05-07 11:03:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774057588453378', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@263de8d1', NULL, 8, NULL, '2022-05-07 11:03:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774057563287553', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@73643785', NULL, 4, NULL, '2022-05-07 11:03:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774057622007812', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@16d7d317', NULL, 6, NULL, '2022-05-07 11:03:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774057622007810', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4b087157', NULL, 9, NULL, '2022-05-07 11:03:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774057622007811', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@676f92eb', NULL, 8, NULL, '2022-05-07 11:03:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774057622007813', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2875d1d1', NULL, 16, NULL, '2022-05-07 11:03:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774057672339458', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@21e9bd1b', NULL, 15, NULL, '2022-05-07 11:03:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774057718476801', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@62e1d184', NULL, 6, NULL, '2022-05-07 11:03:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774057735254018', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6c4e20b7', NULL, 21, NULL, '2022-05-07 11:03:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774057752031233', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@581ea5b4', NULL, 4, NULL, '2022-05-07 11:03:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774057760419841', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5d8da54e', NULL, 8, NULL, '2022-05-07 11:03:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774057768808449', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@44098bba', NULL, 6, NULL, '2022-05-07 11:03:22', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774065058508802', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1fa8613b', NULL, 4, NULL, '2022-05-07 11:03:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774065075286018', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1fc63dcf', NULL, 7, NULL, '2022-05-07 11:03:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774067629617154', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@45db9f98', NULL, 4, NULL, '2022-05-07 11:03:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774067646394369', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@26cd6bb0', NULL, 4, NULL, '2022-05-07 11:03:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774067638005761', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@a06b250', NULL, 5, NULL, '2022-05-07 11:03:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774067654782978', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@72847568', NULL, 6, NULL, '2022-05-07 11:03:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774067663171587', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@46a78c62', NULL, 7, NULL, '2022-05-07 11:03:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774067663171586', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@496f2cef', NULL, 6, NULL, '2022-05-07 11:03:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774067717697537', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4e79d6ca', NULL, 8, NULL, '2022-05-07 11:03:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774067705114626', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@292489db', NULL, 8, NULL, '2022-05-07 11:03:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774067734474753', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2e020d12', NULL, 11, NULL, '2022-05-07 11:03:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774067763834883', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6b3a5afd', NULL, 7, NULL, '2022-05-07 11:03:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774067763834882', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6679d143', NULL, 6, NULL, '2022-05-07 11:03:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774067797389313', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7a91cf03', NULL, 8, NULL, '2022-05-07 11:03:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774067818360833', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@454af99b', NULL, 6, NULL, '2022-05-07 11:03:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774067835138049', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@540c1be1', NULL, 7, NULL, '2022-05-07 11:03:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774067843526657', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@d5df4c6', NULL, 8, NULL, '2022-05-07 11:03:24', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774088966041602', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@22bcfc36', NULL, 6, NULL, '2022-05-07 11:03:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774088966041605', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6fa5d8d7', NULL, 6, NULL, '2022-05-07 11:03:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774088966041604', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@9fbc37c', NULL, 6, NULL, '2022-05-07 11:03:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774088966041603', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2c79c33a', NULL, 6, NULL, '2022-05-07 11:03:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774088974430210', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=*啊*, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2bcf7146', NULL, 6, NULL, '2022-05-07 11:03:29', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774109077729282', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=*人*, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@d1963cf', NULL, 10, NULL, '2022-05-07 11:03:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774244574720002', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2b8ba693', NULL, 5, NULL, '2022-05-07 11:04:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774244574720003', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@60ba8ed1', NULL, 5, NULL, '2022-05-07 11:04:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774244574720004', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1b5475d2', NULL, 5, NULL, '2022-05-07 11:04:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774244583108610', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7ea09c00', NULL, 6, NULL, '2022-05-07 11:04:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774244654411778', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519165219798847489', NULL, 23, NULL, '2022-05-07 11:04:06', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774354398375938', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@71b47de3', NULL, 4, NULL, '2022-05-07 11:04:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774354398375939', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@628ce287', NULL, 4, NULL, '2022-05-07 11:04:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774354398375940', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2326f703', NULL, 4, NULL, '2022-05-07 11:04:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774354398375941', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@60783f5f', NULL, 4, NULL, '2022-05-07 11:04:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774354398375942', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=*人*, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6e6d8c7', NULL, 5, NULL, '2022-05-07 11:04:33', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774360723386370', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@44f1e40b', NULL, 4, NULL, '2022-05-07 11:04:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774360723386369', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3f16d735', NULL, 4, NULL, '2022-05-07 11:04:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774360723386371', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2007f2af', NULL, 5, NULL, '2022-05-07 11:04:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774360731774978', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@49b927f3', NULL, 6, NULL, '2022-05-07 11:04:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774360765329409', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519200144010874882', NULL, 15, NULL, '2022-05-07 11:04:34', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774382558932993', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@35c6fcec', NULL, 5, NULL, '2022-05-07 11:04:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774382558932994', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@15df36d4', NULL, 7, NULL, '2022-05-07 11:04:39', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774384366678017', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@208070e9', NULL, 5, NULL, '2022-05-07 11:04:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774384358289409', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@794e3854', NULL, 5, NULL, '2022-05-07 11:04:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774384366678018', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@28b0bbcd', NULL, 5, NULL, '2022-05-07 11:04:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774384366678019', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1e06e2f1', NULL, 4, NULL, '2022-05-07 11:04:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774384408621057', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519200144010874882', NULL, 14, NULL, '2022-05-07 11:04:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774626097000450', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2ed31491', NULL, 4, NULL, '2022-05-07 11:05:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774626097000451', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2fee09be', NULL, 4, NULL, '2022-05-07 11:05:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774626097000452', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@20a368bd', NULL, 6, NULL, '2022-05-07 11:05:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774626097000453', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@26a2fce7', NULL, 5, NULL, '2022-05-07 11:05:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774626105389057', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=*人才*, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@9afbb0d', NULL, 6, NULL, '2022-05-07 11:05:37', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774636066861057', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1ab65e5e', NULL, 3, NULL, '2022-05-07 11:05:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774636066861058', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2a7b3914', NULL, 3, NULL, '2022-05-07 11:05:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774636066861059', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2d913720', NULL, 4, NULL, '2022-05-07 11:05:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774636075249665', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5b22c9d6', NULL, 5, NULL, '2022-05-07 11:05:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774636108804098', 2, '门户-文章-通过id查询,带栏目', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryArticleById()', NULL, ' id: 1519204805367402498', NULL, 13, NULL, '2022-05-07 11:05:40', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774651166355458', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@77b0b189', NULL, 3, NULL, '2022-05-07 11:05:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774651166355459', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@46b20c51', NULL, 4, NULL, '2022-05-07 11:05:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774651166355460', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5436f264', NULL, 4, NULL, '2022-05-07 11:05:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774651166355461', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@53318c17', NULL, 4, NULL, '2022-05-07 11:05:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774651166355462', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=*人才*, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@67bcf084', NULL, 4, NULL, '2022-05-07 11:05:43', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774708741566465', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=*人才1*, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@45647ce6', NULL, 4, NULL, '2022-05-07 11:05:57', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774719118274562', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=*人才*, titleen=null, type=null, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1248efff', NULL, 4, NULL, '2022-05-07 11:05:59', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774736226840578', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@395ecfe8', NULL, 5, NULL, '2022-05-07 11:06:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774736247812097', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1c2305c4', NULL, 6, NULL, '2022-05-07 11:06:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774736247812098', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3de4314b', NULL, 7, NULL, '2022-05-07 11:06:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774736247812099', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@33c9ee7b', NULL, 6, NULL, '2022-05-07 11:06:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774736256200705', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@10b15127', NULL, 9, NULL, '2022-05-07 11:06:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774736289755138', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2556824b', NULL, 8, NULL, '2022-05-07 11:06:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774736306532354', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@21ea4fe6', NULL, 20, NULL, '2022-05-07 11:06:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774736314920961', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1997dbff', NULL, 8, NULL, '2022-05-07 11:06:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774736323309569', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2bf3184a', NULL, 9, NULL, '2022-05-07 11:06:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774736340086785', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5ebc016f', NULL, 10, NULL, '2022-05-07 11:06:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774736373641217', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7e4d45c8', NULL, 9, NULL, '2022-05-07 11:06:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774736411389953', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@12d90c4e', NULL, 6, NULL, '2022-05-07 11:06:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774736419778562', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@201dba97', NULL, 6, NULL, '2022-05-07 11:06:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774736428167170', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@70373b20', NULL, 9, NULL, '2022-05-07 11:06:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522774736428167171', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4449dd5e', NULL, 6, NULL, '2022-05-07 11:06:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522807954166607874', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@240ddb76', NULL, 5, NULL, '2022-05-07 13:18:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522807954191773697', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@71cd6365', NULL, 9, NULL, '2022-05-07 13:18:03', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522807955055800323', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1ae6ba05', NULL, 4, NULL, '2022-05-07 13:18:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522807955064188930', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6899fabf', NULL, 3, NULL, '2022-05-07 13:18:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522807955064188931', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@78fa4009', NULL, 3, NULL, '2022-05-07 13:18:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522807955122909186', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7c584508', NULL, 17, NULL, '2022-05-07 13:18:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522807955131297794', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@66e3652d', NULL, 8, NULL, '2022-05-07 13:18:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522807955055800322', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@34b4ed58', NULL, 3, NULL, '2022-05-07 13:18:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522807955131297795', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@70b4f451', NULL, 20, NULL, '2022-05-07 13:18:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522807955139686401', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3f349280', NULL, 10, NULL, '2022-05-07 13:18:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522807955139686402', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@50e7c276', NULL, 8, NULL, '2022-05-07 13:18:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522807955210989571', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@35507659', NULL, 6, NULL, '2022-05-07 13:18:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522807955210989572', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@40edfb0a', NULL, 4, NULL, '2022-05-07 13:18:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522807955210989569', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@9eb07d7', NULL, 6, NULL, '2022-05-07 13:18:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522807955210989570', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@520542af', NULL, 5, NULL, '2022-05-07 13:18:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522807955215183874', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@326e727c', NULL, 6, NULL, '2022-05-07 13:18:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522807955223572482', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@78cfcdaf', NULL, 7, NULL, '2022-05-07 13:18:04', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522808066045472771', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7644fd6d', NULL, 5, NULL, '2022-05-07 13:18:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522808066045472770', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@238f3606', NULL, 4, NULL, '2022-05-07 13:18:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522808067064688641', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6c0f647b', NULL, 4, NULL, '2022-05-07 13:18:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522808067073077249', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7d5b8e51', NULL, 4, NULL, '2022-05-07 13:18:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522808067073077250', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@69c66b7d', NULL, 3, NULL, '2022-05-07 13:18:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522808067106631682', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@625e8c8f', NULL, 4, NULL, '2022-05-07 13:18:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522808067123408897', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4a2f1cab', NULL, 5, NULL, '2022-05-07 13:18:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522808067123408898', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@264cece', NULL, 5, NULL, '2022-05-07 13:18:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522808067123408901', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6f0a4c04', NULL, 5, NULL, '2022-05-07 13:18:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522808067123408900', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4bf86ab6', NULL, 5, NULL, '2022-05-07 13:18:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522808067123408899', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@290c51b9', NULL, 5, NULL, '2022-05-07 13:18:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522808067156963330', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4fa79b50', NULL, 5, NULL, '2022-05-07 13:18:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522808067207294977', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@738b77f8', NULL, 5, NULL, '2022-05-07 13:18:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522808067207294979', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@50ed1eb2', NULL, 5, NULL, '2022-05-07 13:18:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522808067207294978', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5198b1fe', NULL, 9, NULL, '2022-05-07 13:18:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522808067215683585', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@fd19f87', NULL, 8, NULL, '2022-05-07 13:18:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522808067224072194', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@64e93ee5', NULL, 6, NULL, '2022-05-07 13:18:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522809574958919682', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@50f62b14', NULL, 6, NULL, '2022-05-07 13:24:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522809574975696898', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2b0d8726', NULL, 11, NULL, '2022-05-07 13:24:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522809576926048258', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@33a590a4', NULL, 5, NULL, '2022-05-07 13:24:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522809576926048257', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6e88764b', NULL, 6, NULL, '2022-05-07 13:24:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522809576951214081', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7eaeb2c9', NULL, 6, NULL, '2022-05-07 13:24:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522809576976379905', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@664dd7e2', NULL, 14, NULL, '2022-05-07 13:24:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522809576993157121', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7cc72cb5', NULL, 19, NULL, '2022-05-07 13:24:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522809576993157123', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@19cd856', NULL, 6, NULL, '2022-05-07 13:24:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522809576993157124', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4dd48b64', NULL, 6, NULL, '2022-05-07 13:24:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522809576993157122', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@a81ae3', NULL, 20, NULL, '2022-05-07 13:24:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522809577018322945', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1bb6f41c', NULL, 8, NULL, '2022-05-07 13:24:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522809577043488769', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@534c8147', NULL, 9, NULL, '2022-05-07 13:24:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522809577077043203', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4365550e', NULL, 2, NULL, '2022-05-07 13:24:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522809577077043202', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7d406749', NULL, 6, NULL, '2022-05-07 13:24:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522809577085431810', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@313a9288', NULL, 5, NULL, '2022-05-07 13:24:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522809577093820418', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@24afc1e6', NULL, 6, NULL, '2022-05-07 13:24:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522809577093820419', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@504e699b', NULL, 7, NULL, '2022-05-07 13:24:30', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522809924084396033', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f3be15f', NULL, 5, NULL, '2022-05-07 13:25:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522809924109561858', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2eb55e68', NULL, 13, NULL, '2022-05-07 13:25:53', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522809931176964098', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5ca3d41a', NULL, 4, NULL, '2022-05-07 13:25:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522809931176964099', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@744e12f7', NULL, 4, NULL, '2022-05-07 13:25:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522809931218907138', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7d3960cd', NULL, 6, NULL, '2022-05-07 13:25:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522809931218907139', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3a96234e', NULL, 13, NULL, '2022-05-07 13:25:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522809931227295746', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5aaa6d29', NULL, 15, NULL, '2022-05-07 13:25:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522809931235684355', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@702b221', NULL, 17, NULL, '2022-05-07 13:25:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522809931235684356', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@f10eac8', NULL, 6, NULL, '2022-05-07 13:25:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522809931235684354', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@51534c6f', NULL, 16, NULL, '2022-05-07 13:25:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522809931269238785', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@35e4e1a2', NULL, 5, NULL, '2022-05-07 13:25:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522809931286016001', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2d3a6bee', NULL, 5, NULL, '2022-05-07 13:25:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522809931302793218', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@bb79594', NULL, 3, NULL, '2022-05-07 13:25:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522809931302793219', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@41faea3a', NULL, 4, NULL, '2022-05-07 13:25:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522809931311181825', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@46c86376', NULL, 7, NULL, '2022-05-07 13:25:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522809931319570435', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@36e0f9d1', NULL, 4, NULL, '2022-05-07 13:25:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522809931319570434', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@f4d0026', NULL, 7, NULL, '2022-05-07 13:25:55', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522810019550949377', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@29c1c0a5', NULL, 4, NULL, '2022-05-07 13:26:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522810019550949378', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@74415eb2', NULL, 5, NULL, '2022-05-07 13:26:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522810020574359555', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@947cc75', NULL, 6, NULL, '2022-05-07 13:26:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522810020574359554', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2e611652', NULL, 6, NULL, '2022-05-07 13:26:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522810020574359553', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2c7f1f5e', NULL, 7, NULL, '2022-05-07 13:26:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522810020582748161', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@69c7f6c6', NULL, 6, NULL, '2022-05-07 13:26:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522810020607913986', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@18b08005', NULL, 13, NULL, '2022-05-07 13:26:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522810020607913987', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@10d89bde', NULL, 12, NULL, '2022-05-07 13:26:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522810020662439940', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5e1d1885', NULL, 6, NULL, '2022-05-07 13:26:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522810020662439939', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4946cf04', NULL, 6, NULL, '2022-05-07 13:26:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522810020662439938', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@8636b24', NULL, 5, NULL, '2022-05-07 13:26:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522810020679217153', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1525c989', NULL, 6, NULL, '2022-05-07 13:26:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522810020687605762', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@45f29670', NULL, 6, NULL, '2022-05-07 13:26:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522810020687605761', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@51c4dc80', NULL, 5, NULL, '2022-05-07 13:26:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522810020712771586', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@577393a1', NULL, 3, NULL, '2022-05-07 13:26:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522810020729548803', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@345bf07a', NULL, 4, NULL, '2022-05-07 13:26:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522810020729548802', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@42a1702c', NULL, 4, NULL, '2022-05-07 13:26:16', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522810280214360066', 2, '国际化配置-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.I18nConfigController.queryPageList()', NULL, ' i18NConfig: I18nConfig(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, identification=null, name=null, i18nJson=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@15633164', NULL, 7, NULL, '2022-05-07 13:27:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522810280222748674', 2, '基本信息表-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.gatewayCommonController.queryPageList()', NULL, ' gatewayCommon: gatewayCommon(id=1, mailbox=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, heardLogoUrl=null, heardLogoUrlen=null, footerLogoUrl=null, footerLogoUrlen=null, copyright=null, copyrighten=null, mailboxen=null, address=null, addressen=null, recordNumber=null, recordNumberen=null, wechatUrl=null, wechatUrlen=null, homepageUrl=null, homepageUrlen=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1f5a9863', NULL, 9, NULL, '2022-05-07 13:27:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522810281170661378', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10101, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@c132bfd', NULL, 4, NULL, '2022-05-07 13:27:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522810281220993026', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10104, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5eec70c5', NULL, 4, NULL, '2022-05-07 13:27:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522810281250353153', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=302, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2bd4fa12', NULL, 7, NULL, '2022-05-07 13:27:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522810281292296193', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=301, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 7 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6d606720', NULL, 7, NULL, '2022-05-07 13:27:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522810281212604417', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10102, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@9dc433a', NULL, 4, NULL, '2022-05-07 13:27:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522810281342627842', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=201, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@21d6e6f6', NULL, 31, NULL, '2022-05-07 13:27:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522810281220993027', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=10103, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5ded87e1', NULL, 4, NULL, '2022-05-07 13:27:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522810281363599363', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=首页轮播, columnId=null, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@47f405ae', NULL, 35, NULL, '2022-05-07 13:27:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522810281363599362', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=304, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 3 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@84ce84b', NULL, 8, NULL, '2022-05-07 13:27:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522810281363599364', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=303, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 8 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@163af9af', NULL, 8, NULL, '2022-05-07 13:27:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522810281401348098', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=305, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2390b501', NULL, 8, NULL, '2022-05-07 13:27:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522810281418125314', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=306, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7abc6d8f', NULL, 7, NULL, '2022-05-07 13:27:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522810281426513922', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=快速导航, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3aee5173', NULL, 5, NULL, '2022-05-07 13:27:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522810281426513921', 2, '门户-文章-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayArticleController.queryPageList()', NULL, ' gatewayArticle: GatewayArticle(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, title=null, titleen=null, type=null, columnId=3, cover=null, coveren=null, author=null, authoren=null, source=null, sourceen=null, content=null, contenten=null, files=null, filesen=null, isRelease=Y, parentGatewayColumn=null, currentGatewayColumn=null, gatewayColumnList=null) pageNo: 1 pageSize: 4 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3fcf2ce9', NULL, 4, NULL, '2022-05-07 13:27:18', NULL, NULL);
|
||
INSERT INTO `sys_log` VALUES ('1522810281434902529', 2, '门户-友情链接,快速导航-分页列表查询', 1, NULL, NULL, '127.0.0.1', 'com.nd.gateway.controller.GatewayLinksController.queryPageList()', NULL, ' gatewayLinks: GatewayLinks(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, type=友情链接, url=null, urlen=null, title=null, titleen=null, logo=null, logoen=null, isEnable=Y) pageNo: 1 pageSize: -1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@d98c2d4', NULL, 6, NULL, '2022-05-07 13:27:18', NULL, NULL);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_permission
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_permission`;
|
||
CREATE TABLE `sys_permission` (
|
||
`id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '主键id',
|
||
`parent_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '父id',
|
||
`name` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '菜单标题',
|
||
`url` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '路径',
|
||
`component` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '组件',
|
||
`component_name` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '组件名字',
|
||
`redirect` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '一级菜单跳转地址',
|
||
`menu_type` int(11) NULL DEFAULT NULL COMMENT '菜单类型(0:一级菜单; 1:子菜单:2:按钮权限)',
|
||
`perms` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '菜单权限编码',
|
||
`perms_type` varchar(10) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT '0' COMMENT '权限策略1显示2禁用',
|
||
`sort_no` double(8, 2) NULL DEFAULT NULL COMMENT '菜单排序',
|
||
`always_show` tinyint(1) NULL DEFAULT NULL COMMENT '聚合子路由: 1是0否',
|
||
`icon` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '菜单图标',
|
||
`is_route` tinyint(1) NULL DEFAULT 1 COMMENT '是否路由菜单: 0:不是 1:是(默认值1)',
|
||
`is_leaf` tinyint(1) NULL DEFAULT NULL COMMENT '是否叶子节点: 1:是 0:不是',
|
||
`keep_alive` tinyint(1) NULL DEFAULT NULL COMMENT '是否缓存该页面: 1:是 0:不是',
|
||
`hidden` int(11) NULL DEFAULT 0 COMMENT '是否隐藏路由: 0否,1是',
|
||
`description` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '描述',
|
||
`create_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间',
|
||
`update_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '更新人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新时间',
|
||
`del_flag` int(11) NULL DEFAULT 0 COMMENT '删除状态 0正常 1已删除',
|
||
`rule_flag` int(11) NULL DEFAULT 0 COMMENT '是否添加数据权限1是0否',
|
||
`status` varchar(2) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '按钮权限状态(0无效1有效)',
|
||
`internal_or_external` tinyint(1) NULL DEFAULT NULL COMMENT '外链菜单打开方式 0/内部打开 1/外部打开',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
INDEX `index_prem_pid`(`parent_id`) USING BTREE,
|
||
INDEX `index_prem_is_route`(`is_route`) USING BTREE,
|
||
INDEX `index_prem_is_leaf`(`is_leaf`) USING BTREE,
|
||
INDEX `index_prem_sort_no`(`sort_no`) USING BTREE,
|
||
INDEX `index_prem_del_flag`(`del_flag`) USING BTREE,
|
||
INDEX `index_menu_type`(`menu_type`) USING BTREE,
|
||
INDEX `index_menu_hidden`(`hidden`) USING BTREE,
|
||
INDEX `index_menu_status`(`status`) USING BTREE,
|
||
INDEX `idx_sp_parent_id`(`parent_id`) USING BTREE,
|
||
INDEX `idx_sp_is_route`(`is_route`) USING BTREE,
|
||
INDEX `idx_sp_is_leaf`(`is_leaf`) USING BTREE,
|
||
INDEX `idx_sp_sort_no`(`sort_no`) USING BTREE,
|
||
INDEX `idx_sp_del_flag`(`del_flag`) USING BTREE,
|
||
INDEX `idx_sp_menu_type`(`menu_type`) USING BTREE,
|
||
INDEX `idx_sp_hidden`(`hidden`) USING BTREE,
|
||
INDEX `idx_sp_status`(`status`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '菜单权限表' ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_permission
|
||
-- ----------------------------
|
||
INSERT INTO `sys_permission` VALUES ('00a2a0ae65cdca5e93209cdbde97cbe6', '2e42e3835c2b44ec9f7bc26c146ee531', '成功', '/result/success', 'result/Success', NULL, NULL, 1, NULL, NULL, 1.00, NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2018-12-25 20:34:38', NULL, NULL, 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('020b06793e4de2eee0007f603000c769', 'f0675b52d89100ee88472b6800754a08', 'ViserChartDemo', '/report/ViserChartDemo', 'jeecg/report/ViserChartDemo', NULL, NULL, 1, NULL, NULL, 3.00, 0, NULL, 1, 1, NULL, 0, NULL, 'admin', '2019-04-03 19:08:53', 'admin', '2019-04-03 19:08:53', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('024f1fd1283dc632458976463d8984e1', '700b7f95165c46cc7a78bf227aa8fed3', 'Tomcat信息', '/monitor/TomcatInfo', 'modules/monitor/TomcatInfo', NULL, NULL, 1, NULL, NULL, 4.00, 0, NULL, 1, 1, NULL, 0, NULL, 'admin', '2019-04-02 09:44:29', 'admin', '2019-05-07 15:19:10', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('043780fa095ff1b2bec4dc406d76f023', '2a470fc0c3954d9dbb61de6d80846549', '表格合计', '/jeecg/tableTotal', 'jeecg/TableTotal', NULL, NULL, 1, NULL, '1', 3.00, 0, NULL, 1, 1, 0, 0, NULL, 'admin', '2019-08-14 10:28:46', NULL, NULL, 0, 0, '1', NULL);
|
||
INSERT INTO `sys_permission` VALUES ('05b3c82ddb2536a4a5ee1a4c46b5abef', '540a2936940846cb98114ffb0d145cb8', '用户列表', '/list/user-list', 'examples/list/UserList', NULL, NULL, 1, NULL, NULL, 3.00, NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2018-12-25 20:34:38', NULL, NULL, 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('0620e402857b8c5b605e1ad9f4b89350', '2a470fc0c3954d9dbb61de6d80846549', '异步树列表Demo', '/jeecg/JeecgTreeTable', 'jeecg/JeecgTreeTable', NULL, NULL, 1, NULL, '0', 3.00, 0, NULL, 1, 1, NULL, 0, NULL, 'admin', '2019-05-13 17:30:30', 'admin', '2019-05-13 17:32:17', 0, 0, '1', NULL);
|
||
INSERT INTO `sys_permission` VALUES ('078f9558cdeab239aecb2bda1a8ed0d1', 'fb07ca05a3e13674dbf6d3245956da2e', '搜索列表(文章)', '/list/search/article', 'examples/list/TableList', NULL, NULL, 1, NULL, NULL, 1.00, 0, NULL, 1, 1, NULL, 0, NULL, 'admin', '2019-02-12 14:00:34', 'admin', '2019-02-12 14:17:54', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('08e6b9dc3c04489c8e1ff2ce6f105aa4', '', '系统监控', '/dashboard3', 'layouts/RouteView', NULL, NULL, 0, NULL, NULL, 6.00, 0, 'dashboard', 1, 0, NULL, 0, NULL, NULL, '2018-12-25 20:34:38', 'admin', '2019-03-31 22:19:58', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('0ac2ad938963b6c6d1af25477d5b8b51', '8d4683aacaa997ab86b966b464360338', '代码生成按钮', NULL, NULL, NULL, NULL, 2, 'online:goGenerateCode', '1', 1.00, 0, NULL, 1, 1, NULL, 0, NULL, 'admin', '2019-06-11 14:20:09', NULL, NULL, 0, 0, '1', NULL);
|
||
INSERT INTO `sys_permission` VALUES ('109c78a583d4693ce2f16551b7786786', 'e41b69c57a941a3bbcce45032fe57605', 'Online报表配置', '/online/cgreport', 'modules/online/cgreport/OnlCgreportHeadList', NULL, NULL, 1, NULL, NULL, 2.00, 0, NULL, 1, 1, NULL, 0, NULL, 'admin', '2019-03-08 10:51:07', 'admin', '2019-03-30 19:04:28', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('1166535831146504193', '2a470fc0c3954d9dbb61de6d80846549', '对象存储', '/oss/file', 'modules/oss/OSSFileList', NULL, NULL, 1, NULL, '1', 1.00, 0, '', 1, 1, 0, 0, NULL, 'admin', '2019-08-28 02:19:50', 'admin', '2019-08-28 02:20:57', 0, 0, '1', NULL);
|
||
INSERT INTO `sys_permission` VALUES ('1174506953255182338', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '职务管理', '/isystem/position', 'system/SysPositionList', NULL, NULL, 1, NULL, '1', 2.00, 0, NULL, 1, 1, 0, 0, NULL, 'admin', '2019-09-19 10:14:13', 'admin', '2019-09-19 10:15:22', 0, 0, '1', 0);
|
||
INSERT INTO `sys_permission` VALUES ('1174590283938041857', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '通讯录', '/isystem/addressList', 'system/AddressList', NULL, NULL, 1, NULL, '1', 3.00, 0, NULL, 1, 1, 0, 0, NULL, 'admin', '2019-09-19 15:45:21', NULL, NULL, 0, 0, '1', 0);
|
||
INSERT INTO `sys_permission` VALUES ('1192318987661234177', 'e41b69c57a941a3bbcce45032fe57605', '系统编码规则', '/isystem/fillRule', 'system/SysFillRuleList', NULL, NULL, 1, NULL, '1', 3.00, 0, NULL, 1, 1, 0, 0, NULL, 'admin', '2019-11-07 13:52:53', 'admin', '2020-07-10 16:55:03', 0, 0, '1', 0);
|
||
INSERT INTO `sys_permission` VALUES ('1205097455226462210', '', '大屏设计', '/big/screen', 'layouts/RouteView', NULL, NULL, 0, NULL, '1', 1.10, 0, 'area-chart', 1, 0, 0, 0, NULL, 'admin', '2019-12-12 20:09:58', 'admin', '2020-02-23 23:17:59', 0, 0, '1', 0);
|
||
INSERT INTO `sys_permission` VALUES ('1205098241075453953', '1205097455226462210', '生产销售监控', '{{ window._CONFIG[\'domianURL\'] }}/test/bigScreen/templat/index1', 'layouts/IframePageView', NULL, NULL, 1, NULL, '1', 1.00, 0, NULL, 1, 1, 0, 0, NULL, 'admin', '2019-12-12 20:13:05', 'admin', '2019-12-12 20:15:27', 0, 0, '1', 1);
|
||
INSERT INTO `sys_permission` VALUES ('1205306106780364802', '1205097455226462210', '智慧物流监控', '{{ window._CONFIG[\'domianURL\'] }}/test/bigScreen/templat/index2', 'layouts/IframePageView', NULL, NULL, 1, NULL, '1', 2.00, 0, NULL, 1, 1, 0, 0, NULL, 'admin', '2019-12-13 09:59:04', 'admin', '2019-12-25 09:28:03', 0, 0, '1', 0);
|
||
INSERT INTO `sys_permission` VALUES ('1209731624921534465', 'e41b69c57a941a3bbcce45032fe57605', '多数据源管理', '/isystem/dataSource', 'system/SysDataSourceList', NULL, NULL, 1, NULL, '1', 6.00, 0, NULL, 1, 1, 0, 0, NULL, 'admin', '2019-12-25 15:04:30', 'admin', '2020-02-23 22:43:37', 0, 0, '1', 0);
|
||
INSERT INTO `sys_permission` VALUES ('1224641973866467330', 'e41b69c57a941a3bbcce45032fe57605', '系统校验规则', '/isystem/checkRule', 'system/SysCheckRuleList', NULL, NULL, 1, NULL, '1', 5.00, 0, NULL, 1, 1, 0, 0, NULL, 'admin', '2019-11-07 13:52:53', 'admin', '2020-07-10 16:55:12', 0, 0, '1', 0);
|
||
INSERT INTO `sys_permission` VALUES ('1229674163694841857', 'e41b69c57a941a3bbcce45032fe57605', 'AUTO在线表单ERP', '/online/cgformErpList/:code', 'modules/online/cgform/auto/erp/OnlCgformErpList', NULL, NULL, 1, NULL, '1', 5.00, 0, NULL, 1, 1, 0, 1, NULL, 'admin', '2020-02-18 15:49:00', 'admin', '2020-02-18 15:52:25', 0, 0, '1', 0);
|
||
INSERT INTO `sys_permission` VALUES ('1232123780958064642', 'f0675b52d89100ee88472b6800754a08', 'Online报表示例', '/online/cgreport/6c7f59741c814347905a938f06ee003c', 'modules/online/cgreport/auto/OnlCgreportAutoList', NULL, NULL, 1, NULL, '1', 4.00, 0, NULL, 0, 1, 0, 0, NULL, 'admin', '2020-02-25 10:02:56', 'admin', '2020-05-02 15:37:30', 0, 0, '1', 0);
|
||
INSERT INTO `sys_permission` VALUES ('1235823781053313025', 'e41b69c57a941a3bbcce45032fe57605', 'AUTO在线内嵌子表', '/online/cgformInnerTableList/:code', 'modules/online/cgform/auto/innerTable/OnlCgformInnerTableList', NULL, NULL, 1, NULL, '1', 999.00, 0, NULL, 1, 1, 0, 1, NULL, 'admin', '2020-03-06 15:05:24', 'admin', '2020-03-06 15:07:42', 0, 0, '1', 0);
|
||
INSERT INTO `sys_permission` VALUES ('1260922988733255681', '2a470fc0c3954d9dbb61de6d80846549', 'online订单管理', '/online/cgformInnerTableList/56efb74326e74064b60933f6f8af30ea', '111111', NULL, NULL, 1, NULL, '1', 11.00, 0, NULL, 0, 1, 0, 0, NULL, 'admin', '2020-05-14 21:20:42', 'admin', '2020-09-09 15:31:48', 0, 0, '1', 0);
|
||
INSERT INTO `sys_permission` VALUES ('1260923256208216065', '2a470fc0c3954d9dbb61de6d80846549', 'online用户报表', '/online/cgreport/1260179852088135681', '333333', NULL, NULL, 1, NULL, '1', 11.00, 0, NULL, 0, 1, 0, 0, NULL, 'admin', '2020-05-14 21:21:46', 'admin', '2020-09-09 15:31:54', 0, 0, '1', 0);
|
||
INSERT INTO `sys_permission` VALUES ('1260928341675982849', '3f915b2769fc80648e92d04e84ca059d', '添加按钮', NULL, NULL, NULL, NULL, 2, 'user:add', '1', 1.00, 0, NULL, 1, 1, 0, 0, NULL, 'admin', '2020-05-14 21:41:58', NULL, NULL, 0, 0, '1', 0);
|
||
INSERT INTO `sys_permission` VALUES ('1260929666434318338', '3f915b2769fc80648e92d04e84ca059d', '用户编辑', NULL, NULL, NULL, NULL, 2, 'user:edit', '1', 1.00, 0, NULL, 1, 1, 0, 0, NULL, 'admin', '2020-05-14 21:47:14', NULL, NULL, 0, 0, '1', 0);
|
||
INSERT INTO `sys_permission` VALUES ('1260931366557696001', '3f915b2769fc80648e92d04e84ca059d', '表单性别可见', '', NULL, NULL, NULL, 2, 'user:sex', '1', 1.00, 0, NULL, 1, 1, 0, 0, NULL, 'admin', '2020-05-14 21:53:59', 'admin', '2020-05-14 21:57:00', 0, 0, '1', 0);
|
||
INSERT INTO `sys_permission` VALUES ('1260933542969458689', '3f915b2769fc80648e92d04e84ca059d', '禁用生日字段', NULL, NULL, NULL, NULL, 2, 'user:form:birthday', '2', 1.00, 0, NULL, 1, 1, 0, 0, NULL, 'admin', '2020-05-14 22:02:38', NULL, NULL, 0, 0, '1', 0);
|
||
INSERT INTO `sys_permission` VALUES ('1265162119913824258', '08e6b9dc3c04489c8e1ff2ce6f105aa4', '路由网关', '/isystem/gatewayroute', 'system/SysGatewayRouteList', NULL, NULL, 1, NULL, '1', 0.00, 0, NULL, 1, 1, 0, 0, NULL, NULL, '2020-05-26 14:05:30', 'admin', '2020-09-09 14:47:52', 0, 0, '1', 0);
|
||
INSERT INTO `sys_permission` VALUES ('1280350452934307841', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '租户管理', '/isys/tenant', 'system/TenantList', NULL, NULL, 1, NULL, '1', 10.00, 0, NULL, 1, 1, 0, 0, NULL, 'admin', '2020-07-07 11:58:30', 'admin', '2020-07-10 15:46:35', 0, 0, '1', 0);
|
||
INSERT INTO `sys_permission` VALUES ('1280464606292099074', '2a470fc0c3954d9dbb61de6d80846549', '图片裁剪', '/jeecg/ImagCropper', 'jeecg/ImagCropper', NULL, NULL, 1, NULL, '1', 9.00, 0, NULL, 1, 1, 0, 0, NULL, 'admin', '2020-07-07 19:32:06', NULL, NULL, 0, 0, '1', 0);
|
||
INSERT INTO `sys_permission` VALUES ('1287715272999944193', '2a470fc0c3954d9dbb61de6d80846549', 'JVXETable示例', '/jeecg/j-vxe-table-demo', 'layouts/RouteView', NULL, NULL, 1, NULL, '1', 0.10, 0, '', 1, 0, 0, 0, NULL, 'admin', '2020-07-27 19:43:40', 'admin', '2020-09-09 14:52:06', 0, 0, '1', 0);
|
||
INSERT INTO `sys_permission` VALUES ('1287715783966834689', '1287715272999944193', '普通示例', '/jeecg/j-vxe-table-demo/normal', 'jeecg/JVXETableDemo', NULL, NULL, 1, NULL, '1', 1.00, 0, NULL, 1, 1, 0, 0, NULL, 'admin', '2020-07-27 19:45:42', NULL, NULL, 0, 0, '1', 0);
|
||
INSERT INTO `sys_permission` VALUES ('1287716451494510593', '1287715272999944193', '布局模板', '/jeecg/j-vxe-table-demo/layout', 'jeecg/JVxeDemo/layout-demo/Index', NULL, NULL, 1, NULL, '1', 2.00, 0, NULL, 1, 1, 0, 0, NULL, 'admin', '2020-07-27 19:48:21', NULL, NULL, 0, 0, '1', 0);
|
||
INSERT INTO `sys_permission` VALUES ('1287718919049691137', '1287715272999944193', '即时保存', '/jeecg/j-vxe-table-demo/jsbc', 'jeecg/JVxeDemo/demo/JSBCDemo', NULL, NULL, 1, NULL, '1', 3.00, 0, NULL, 1, 1, 0, 0, NULL, 'admin', '2020-07-27 19:57:36', 'admin', '2020-07-27 20:03:37', 0, 0, '1', 0);
|
||
INSERT INTO `sys_permission` VALUES ('1287718938179911682', '1287715272999944193', '弹出子表', '/jeecg/j-vxe-table-demo/tczb', 'jeecg/JVxeDemo/demo/PopupSubTable', NULL, NULL, 1, NULL, '1', 4.00, 0, NULL, 1, 1, 0, 0, NULL, 'admin', '2020-07-27 19:57:41', 'admin', '2020-07-27 20:03:47', 0, 0, '1', 0);
|
||
INSERT INTO `sys_permission` VALUES ('1287718956957810689', '1287715272999944193', '无痕刷新', '/jeecg/j-vxe-table-demo/whsx', 'jeecg/JVxeDemo/demo/SocketReload', NULL, NULL, 1, NULL, '1', 5.00, 0, NULL, 1, 1, 0, 0, NULL, 'admin', '2020-07-27 19:57:44', 'admin', '2020-07-27 20:03:57', 0, 0, '1', 0);
|
||
INSERT INTO `sys_permission` VALUES ('1304032910990495745', 'e41b69c57a941a3bbcce45032fe57605', 'AUTO在线表单TAB', '/online/cgformTabList/:code', 'modules/online/cgform/auto/tab/OnlCgformTabList', NULL, NULL, 1, NULL, '1', 8.00, 0, NULL, 1, 1, 0, 1, NULL, 'admin', '2020-09-10 20:24:08', 'admin', '2020-09-10 20:36:37', 0, 0, '1', 0);
|
||
INSERT INTO `sys_permission` VALUES ('13212d3416eb690c2e1d5033166ff47a', '2e42e3835c2b44ec9f7bc26c146ee531', '失败', '/result/fail', 'result/Error', NULL, NULL, 1, NULL, NULL, 2.00, NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2018-12-25 20:34:38', NULL, NULL, 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('1367a93f2c410b169faa7abcbad2f77c', '6e73eb3c26099c191bf03852ee1310a1', '基本设置', '/account/settings/BaseSetting', 'account/settings/BaseSetting', 'account-settings-base', NULL, 1, 'BaseSettings', NULL, NULL, 0, NULL, 1, 1, NULL, 1, NULL, NULL, '2018-12-26 18:58:35', 'admin', '2019-03-20 12:57:31', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('1506850882536177665', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '国际化配置', '/i18nConfig', 'modules/nd/I18nConfigList', NULL, NULL, 1, NULL, '1', 100.00, 0, 'global', 1, 1, 0, 0, NULL, 'admin', '2022-03-24 12:30:21', NULL, NULL, 0, 0, '1', 0);
|
||
INSERT INTO `sys_permission` VALUES ('1506851094671491074', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '网站设置', '/commonConfig', 'modules/nd/gatewayCommonList', NULL, NULL, 1, NULL, '1', 99.00, 0, NULL, 1, 1, 0, 0, NULL, 'admin', '2022-03-24 12:31:12', 'admin', '2022-03-24 13:52:21', 0, 0, '1', 0);
|
||
INSERT INTO `sys_permission` VALUES ('1507599354151321601', '', '门户管理', '/gateway', 'layouts/RouteView', NULL, NULL, 0, NULL, '1', 1.00, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2022-03-26 14:04:31', 'admin', '2022-03-26 14:04:46', 0, 0, '1', 0);
|
||
INSERT INTO `sys_permission` VALUES ('1507599736818647042', '1507599354151321601', '栏目管理', '/gateway/GatewayColumnList', 'modules/nd/GatewayColumnList', NULL, NULL, 1, NULL, '1', 1.00, 0, NULL, 1, 1, 0, 0, NULL, 'admin', '2022-03-26 14:06:02', NULL, NULL, 0, 0, '1', 0);
|
||
INSERT INTO `sys_permission` VALUES ('1507599887117336577', '1507599354151321601', '文章管理', '/gateway/GatewayArticleList', 'modules/nd/GatewayArticleList', NULL, NULL, 1, NULL, '1', 1.00, 0, NULL, 1, 1, 0, 0, NULL, 'admin', '2022-03-26 14:06:38', NULL, NULL, 0, 0, '1', 0);
|
||
INSERT INTO `sys_permission` VALUES ('1507600010484400130', '1507599354151321601', '友情链接管理', '/gateway/GatewayLinksList', 'modules/nd/GatewayLinksList', NULL, NULL, 1, NULL, '1', 1.00, 0, NULL, 1, 1, 0, 0, NULL, 'admin', '2022-03-26 14:07:07', NULL, NULL, 0, 0, '1', 0);
|
||
INSERT INTO `sys_permission` VALUES ('190c2b43bec6a5f7a4194a85db67d96a', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '角色管理', '/isystem/roleUserList', 'system/RoleUserList', NULL, NULL, 1, NULL, NULL, 1.20, 0, NULL, 1, 1, 0, 0, NULL, 'admin', '2019-04-17 15:13:56', 'admin', '2019-12-25 09:36:31', 0, 0, NULL, 0);
|
||
INSERT INTO `sys_permission` VALUES ('1a0811914300741f4e11838ff37a1d3a', '3f915b2769fc80648e92d04e84ca059d', '手机号禁用', NULL, NULL, NULL, NULL, 2, 'user:form:phone', '2', 1.00, 0, NULL, 0, 1, NULL, 0, NULL, 'admin', '2019-05-11 17:19:30', 'admin', '2019-05-11 18:00:22', 0, 0, '1', NULL);
|
||
INSERT INTO `sys_permission` VALUES ('200006f0edf145a2b50eacca07585451', 'fb07ca05a3e13674dbf6d3245956da2e', '搜索列表(应用)', '/list/search/application', 'examples/list/TableList', NULL, NULL, 1, NULL, NULL, 1.00, 0, NULL, 1, 1, NULL, 0, NULL, 'admin', '2019-02-12 14:02:51', 'admin', '2019-02-12 14:14:01', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('22d6a3d39a59dd7ea9a30acfa6bfb0a5', 'e41b69c57a941a3bbcce45032fe57605', 'AUTO动态表单', '/online/df/:table/:id', 'modules/online/cgform/auto/OnlineDynamicForm', NULL, NULL, 1, NULL, NULL, 9.00, 0, NULL, 0, 1, NULL, 1, NULL, 'admin', '2019-04-22 15:15:43', 'admin', '2019-04-30 18:18:26', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('265de841c58907954b8877fb85212622', '2a470fc0c3954d9dbb61de6d80846549', '图片拖拽排序', '/jeecg/imgDragSort', 'jeecg/ImgDragSort', NULL, NULL, 1, NULL, NULL, 4.00, 0, NULL, 1, 1, NULL, 0, NULL, 'admin', '2019-04-25 10:43:08', 'admin', '2019-04-25 10:46:26', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('277bfabef7d76e89b33062b16a9a5020', 'e3c13679c73a4f829bcff2aba8fd68b1', '基础表单', '/form/base-form', 'examples/form/BasicForm', NULL, NULL, 1, NULL, NULL, 1.00, 0, NULL, 1, 0, NULL, 0, NULL, NULL, '2018-12-25 20:34:38', 'admin', '2019-02-26 17:02:08', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('2a470fc0c3954d9dbb61de6d80846549', '', '常见案例', '/jeecg', 'layouts/RouteView', NULL, NULL, 0, NULL, NULL, 7.00, 0, 'qrcode', 1, 0, NULL, 0, NULL, NULL, '2018-12-25 20:34:38', 'admin', '2019-04-02 11:46:42', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('2aeddae571695cd6380f6d6d334d6e7d', 'f0675b52d89100ee88472b6800754a08', '布局统计报表', '/report/ArchivesStatisticst', 'jeecg/report/ArchivesStatisticst', NULL, NULL, 1, NULL, NULL, 1.00, 0, NULL, 1, 1, NULL, 0, NULL, 'admin', '2019-04-03 18:32:48', NULL, NULL, 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('2dbbafa22cda07fa5d169d741b81fe12', '08e6b9dc3c04489c8e1ff2ce6f105aa4', '在线文档', '{{ window._CONFIG[\'domianURL\'] }}/doc.html', 'layouts/IframePageView', NULL, NULL, 1, NULL, NULL, 4.00, 0, NULL, 1, 1, 0, 0, NULL, 'admin', '2019-01-30 10:00:01', 'admin', '2020-09-09 14:48:58', 0, 0, NULL, 0);
|
||
INSERT INTO `sys_permission` VALUES ('2e42e3835c2b44ec9f7bc26c146ee531', '', '结果页', '/result', 'layouts/PageView', NULL, NULL, 0, NULL, NULL, 8.00, 0, 'check-circle-o', 1, 0, NULL, 0, NULL, NULL, '2018-12-25 20:34:38', 'admin', '2019-04-02 11:46:56', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('339329ed54cf255e1f9392e84f136901', '2a470fc0c3954d9dbb61de6d80846549', 'helloworld', '/jeecg/helloworld', 'jeecg/helloworld', NULL, NULL, 1, NULL, NULL, 4.00, 0, NULL, 1, 1, NULL, 0, NULL, NULL, '2018-12-25 20:34:38', 'admin', '2019-02-15 16:24:56', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('3f915b2769fc80648e92d04e84ca059d', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '用户管理', '/isystem/user', 'system/UserList', NULL, NULL, 1, NULL, NULL, 1.10, 0, NULL, 1, 0, 0, 0, NULL, NULL, '2018-12-25 20:34:38', 'admin', '2019-12-25 09:36:24', 0, 0, NULL, 0);
|
||
INSERT INTO `sys_permission` VALUES ('3fac0d3c9cd40fa53ab70d4c583821f8', '2a470fc0c3954d9dbb61de6d80846549', '分屏', '/jeecg/splitPanel', 'jeecg/SplitPanel', NULL, NULL, 1, NULL, NULL, 6.00, 0, NULL, 1, 1, NULL, 0, NULL, 'admin', '2019-04-25 16:27:06', NULL, NULL, 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('4148ec82b6acd69f470bea75fe41c357', '2a470fc0c3954d9dbb61de6d80846549', '单表模型示例', '/jeecg/jeecgDemoList', 'jeecg/JeecgDemoList', 'DemoList', NULL, 1, NULL, NULL, 1.00, 0, NULL, 1, 1, 0, 0, NULL, NULL, '2018-12-28 15:57:30', 'jeecg', '2020-05-14 22:09:34', 0, 1, NULL, 0);
|
||
INSERT INTO `sys_permission` VALUES ('418964ba087b90a84897b62474496b93', '540a2936940846cb98114ffb0d145cb8', '查询表格', '/list/query-list', 'examples/list/TableList', NULL, NULL, 1, NULL, NULL, 1.00, NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2018-12-25 20:34:38', NULL, NULL, 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('4356a1a67b564f0988a484f5531fd4d9', '2a470fc0c3954d9dbb61de6d80846549', '内嵌Table', '/jeecg/TableExpandeSub', 'jeecg/TableExpandeSub', NULL, NULL, 1, NULL, NULL, 1.00, 0, NULL, 1, 1, NULL, 0, NULL, 'admin', '2019-04-04 22:48:13', NULL, NULL, 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('45c966826eeff4c99b8f8ebfe74511fc', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '部门管理', '/isystem/depart', 'system/DepartList', NULL, NULL, 1, NULL, NULL, 1.40, 0, NULL, 1, 1, 0, 0, NULL, 'admin', '2019-01-29 18:47:40', 'admin', '2019-12-25 09:36:47', 0, 0, NULL, 0);
|
||
INSERT INTO `sys_permission` VALUES ('4875ebe289344e14844d8e3ea1edd73f', '', '详情页', '/profile', 'layouts/RouteView', NULL, NULL, 0, NULL, NULL, 8.00, 0, 'profile', 1, 0, NULL, 0, NULL, NULL, '2018-12-25 20:34:38', 'admin', '2019-04-02 11:46:48', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('4f66409ef3bbd69c1d80469d6e2a885e', '6e73eb3c26099c191bf03852ee1310a1', '账户绑定', '/account/settings/binding', 'account/settings/Binding', NULL, NULL, 1, 'BindingSettings', NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2018-12-26 19:01:20', NULL, NULL, 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('4f84f9400e5e92c95f05b554724c2b58', '540a2936940846cb98114ffb0d145cb8', '角色列表', '/list/role-list', 'examples/list/RoleList', NULL, NULL, 1, NULL, NULL, 4.00, NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2018-12-25 20:34:38', NULL, NULL, 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('53a9230444d33de28aa11cc108fb1dba', '5c8042bd6c601270b2bbd9b20bccc68b', '我的消息', '/isps/userAnnouncement', 'system/UserAnnouncementList', NULL, NULL, 1, NULL, NULL, 3.00, 0, NULL, 1, 1, 0, 0, NULL, 'admin', '2019-04-19 10:16:00', 'admin', '2019-12-25 09:54:34', 0, 0, NULL, 0);
|
||
INSERT INTO `sys_permission` VALUES ('54097c6a3cf50fad0793a34beff1efdf', 'e41b69c57a941a3bbcce45032fe57605', 'AUTO在线表单', '/online/cgformList/:code', 'modules/online/cgform/auto/OnlCgformAutoList', NULL, NULL, 1, NULL, NULL, 9.00, 0, NULL, 1, 1, NULL, 1, NULL, 'admin', '2019-03-19 16:03:06', 'admin', '2019-04-30 18:19:03', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('540a2936940846cb98114ffb0d145cb8', '', '列表页', '/list', 'layouts/PageView', NULL, '/list/query-list', 0, NULL, NULL, 9.00, 0, 'table', 1, 0, NULL, 0, NULL, NULL, '2018-12-25 20:34:38', 'admin', '2019-03-31 22:20:20', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('54dd5457a3190740005c1bfec55b1c34', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '菜单管理', '/isystem/permission', 'system/PermissionList', NULL, NULL, 1, NULL, NULL, 1.30, 0, NULL, 1, 1, 0, 0, NULL, NULL, '2018-12-25 20:34:38', 'admin', '2019-12-25 09:36:39', 0, 0, NULL, 0);
|
||
INSERT INTO `sys_permission` VALUES ('58857ff846e61794c69208e9d3a85466', '08e6b9dc3c04489c8e1ff2ce6f105aa4', '日志管理', '/isystem/log', 'system/LogList', NULL, NULL, 1, NULL, NULL, 2.00, 0, '', 1, 1, 0, 0, NULL, NULL, '2018-12-26 10:11:18', 'admin', '2020-09-09 14:48:25', 0, 0, NULL, 0);
|
||
INSERT INTO `sys_permission` VALUES ('58b9204feaf07e47284ddb36cd2d8468', '2a470fc0c3954d9dbb61de6d80846549', '图片翻页', '/jeecg/imgTurnPage', 'jeecg/ImgTurnPage', NULL, NULL, 1, NULL, NULL, 4.00, 0, NULL, 1, 1, NULL, 0, NULL, 'admin', '2019-04-25 11:36:42', NULL, NULL, 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('5c2f42277948043026b7a14692456828', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '我的部门', '/isystem/departUserList', 'system/DepartUserList', NULL, NULL, 1, NULL, NULL, 2.00, 0, NULL, 1, 1, 0, 0, NULL, 'admin', '2019-04-17 15:12:24', 'admin', '2019-12-25 09:35:26', 0, 0, NULL, 0);
|
||
INSERT INTO `sys_permission` VALUES ('5c8042bd6c601270b2bbd9b20bccc68b', '', '消息中心', '/message', 'layouts/RouteView', NULL, NULL, 0, NULL, NULL, 6.00, 0, 'message', 1, 0, NULL, 0, NULL, 'admin', '2019-04-09 11:05:04', 'admin', '2019-04-11 19:47:54', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('6531cf3421b1265aeeeabaab5e176e6d', 'e3c13679c73a4f829bcff2aba8fd68b1', '分步表单', '/form/step-form', 'examples/form/stepForm/StepForm', NULL, NULL, 1, NULL, NULL, 2.00, NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2018-12-25 20:34:38', NULL, NULL, 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('655563cd64b75dcf52ef7bcdd4836953', '2a470fc0c3954d9dbb61de6d80846549', '图片预览', '/jeecg/ImagPreview', 'jeecg/ImagPreview', NULL, NULL, 1, NULL, NULL, 1.00, 0, NULL, 1, 1, NULL, 0, NULL, 'admin', '2019-04-17 11:18:45', NULL, NULL, 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('65a8f489f25a345836b7f44b1181197a', 'c65321e57b7949b7a975313220de0422', '403', '/exception/403', 'exception/403', NULL, NULL, 1, NULL, NULL, 1.00, NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2018-12-25 20:34:38', NULL, NULL, 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('6ad53fd1b220989a8b71ff482d683a5a', '2a470fc0c3954d9dbb61de6d80846549', '一对多Tab示例', '/jeecg/tablist/JeecgOrderDMainList', 'jeecg/tablist/JeecgOrderDMainList', NULL, NULL, 1, NULL, NULL, 2.00, 0, NULL, 1, 1, NULL, 0, NULL, 'admin', '2019-02-20 14:45:09', 'admin', '2019-02-21 16:26:21', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('6e73eb3c26099c191bf03852ee1310a1', '717f6bee46f44a3897eca9abd6e2ec44', '个人设置', '/account/settings/BaseSetting', 'account/settings/Index', NULL, NULL, 1, NULL, NULL, 2.00, 1, NULL, 1, 0, NULL, 0, NULL, NULL, '2018-12-25 20:34:38', 'admin', '2019-04-19 09:41:05', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('700b7f95165c46cc7a78bf227aa8fed3', '08e6b9dc3c04489c8e1ff2ce6f105aa4', '性能监控', '/monitor', 'layouts/RouteView', NULL, NULL, 1, NULL, NULL, 3.00, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2019-04-02 11:34:34', 'admin', '2020-09-09 14:48:51', 0, 0, NULL, 0);
|
||
INSERT INTO `sys_permission` VALUES ('717f6bee46f44a3897eca9abd6e2ec44', '', '个人页', '/account', 'layouts/RouteView', NULL, NULL, 0, NULL, NULL, 9.00, 0, 'user', 1, 0, 0, 1, NULL, NULL, '2018-12-25 20:34:38', 'admin', '2020-02-23 22:41:37', 0, 0, NULL, 0);
|
||
INSERT INTO `sys_permission` VALUES ('73678f9daa45ed17a3674131b03432fb', '540a2936940846cb98114ffb0d145cb8', '权限列表', '/list/permission-list', 'examples/list/PermissionList', NULL, NULL, 1, NULL, NULL, 5.00, NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2018-12-25 20:34:38', NULL, NULL, 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('7960961b0063228937da5fa8dd73d371', '2a470fc0c3954d9dbb61de6d80846549', 'JEditableTable示例', '/jeecg/JEditableTable', 'jeecg/JeecgEditableTableExample', NULL, NULL, 1, NULL, NULL, 2.10, 0, NULL, 1, 1, 0, 0, NULL, 'admin', '2019-03-22 15:22:18', 'admin', '2019-12-25 09:48:16', 0, 0, NULL, 0);
|
||
INSERT INTO `sys_permission` VALUES ('7ac9eb9ccbde2f7a033cd4944272bf1e', '540a2936940846cb98114ffb0d145cb8', '卡片列表', '/list/card', 'examples/list/CardList', NULL, NULL, 1, NULL, NULL, 7.00, NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2018-12-25 20:34:38', NULL, NULL, 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('841057b8a1bef8f6b4b20f9a618a7fa6', '08e6b9dc3c04489c8e1ff2ce6f105aa4', '数据日志', '/sys/dataLog-list', 'system/DataLogList', NULL, NULL, 1, NULL, NULL, 2.10, 0, NULL, 1, 1, 0, 0, NULL, 'admin', '2019-03-11 19:26:49', 'admin', '2020-09-09 14:48:32', 0, 0, NULL, 0);
|
||
INSERT INTO `sys_permission` VALUES ('882a73768cfd7f78f3a37584f7299656', '6e73eb3c26099c191bf03852ee1310a1', '个性化设置', '/account/settings/custom', 'account/settings/Custom', NULL, NULL, 1, 'CustomSettings', NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2018-12-26 19:00:46', NULL, '2018-12-26 21:13:25', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('8b3bff2eee6f1939147f5c68292a1642', '700b7f95165c46cc7a78bf227aa8fed3', '服务器信息', '/monitor/SystemInfo', 'modules/monitor/SystemInfo', NULL, NULL, 1, NULL, NULL, 4.00, 0, NULL, 1, 1, NULL, 0, NULL, 'admin', '2019-04-02 11:39:19', 'admin', '2019-04-02 15:40:02', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('8d1ebd663688965f1fd86a2f0ead3416', '700b7f95165c46cc7a78bf227aa8fed3', 'Redis监控', '/monitor/redis/info', 'modules/monitor/RedisInfo', NULL, NULL, 1, NULL, NULL, 1.00, 0, NULL, 1, 1, NULL, 0, NULL, 'admin', '2019-04-02 13:11:33', 'admin', '2019-05-07 15:18:54', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('8d4683aacaa997ab86b966b464360338', 'e41b69c57a941a3bbcce45032fe57605', 'Online表单开发', '/online/cgform', 'modules/online/cgform/OnlCgformHeadList', NULL, NULL, 1, NULL, NULL, 1.00, 0, NULL, 1, 0, NULL, 0, NULL, 'admin', '2019-03-12 15:48:14', 'admin', '2019-06-11 14:19:17', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('8fb8172747a78756c11916216b8b8066', '717f6bee46f44a3897eca9abd6e2ec44', '工作台', '/dashboard/workplace', 'dashboard/Workplace', NULL, NULL, 1, NULL, NULL, 3.00, 0, NULL, 1, 1, NULL, 0, NULL, NULL, '2018-12-25 20:34:38', 'admin', '2019-04-02 11:45:02', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('944abf0a8fc22fe1f1154a389a574154', '5c8042bd6c601270b2bbd9b20bccc68b', '消息管理', '/modules/message/sysMessageList', 'modules/message/SysMessageList', NULL, NULL, 1, NULL, NULL, 1.00, 0, NULL, 1, 1, NULL, 0, NULL, 'admin', '2019-04-09 11:27:53', 'admin', '2019-04-09 19:31:23', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('9502685863ab87f0ad1134142788a385', '', '首页', '/dashboard/analysis', 'dashboard/Analysis', NULL, NULL, 0, NULL, NULL, 0.00, 0, 'home', 1, 1, NULL, 0, NULL, NULL, '2018-12-25 20:34:38', 'admin', '2019-03-29 11:04:13', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('97c8629abc7848eccdb6d77c24bb3ebb', '700b7f95165c46cc7a78bf227aa8fed3', '磁盘监控', '/monitor/Disk', 'modules/monitor/DiskMonitoring', NULL, NULL, 1, NULL, NULL, 6.00, 0, NULL, 1, 1, NULL, 0, NULL, 'admin', '2019-04-25 14:30:06', 'admin', '2019-05-05 14:37:14', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('9a90363f216a6a08f32eecb3f0bf12a3', '2a470fc0c3954d9dbb61de6d80846549', '自定义组件', '/jeecg/SelectDemo', 'jeecg/SelectDemo', NULL, NULL, 1, NULL, NULL, 0.00, 0, NULL, 1, 1, 0, 0, NULL, 'admin', '2019-03-19 11:19:05', 'admin', '2019-12-25 09:47:04', 0, 0, NULL, 0);
|
||
INSERT INTO `sys_permission` VALUES ('9cb91b8851db0cf7b19d7ecc2a8193dd', '1939e035e803a99ceecb6f5563570fb2', '我的任务表单', '/modules/bpm/task/form/FormModule', 'modules/bpm/task/form/FormModule', NULL, NULL, 1, NULL, NULL, 1.00, 0, NULL, 1, 1, NULL, 0, NULL, 'admin', '2019-03-08 16:49:05', 'admin', '2019-03-08 18:37:56', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('9fe26464838de2ea5e90f2367e35efa0', 'e41b69c57a941a3bbcce45032fe57605', 'AUTO在线报表', '/online/cgreport/:code', 'modules/online/cgreport/auto/OnlCgreportAutoList', 'onlineAutoList', NULL, 1, NULL, NULL, 9.00, 0, NULL, 1, 1, NULL, 1, NULL, 'admin', '2019-03-12 11:06:48', 'admin', '2019-04-30 18:19:10', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('a400e4f4d54f79bf5ce160ae432231af', '2a470fc0c3954d9dbb61de6d80846549', '百度', 'http://www.baidu.com', 'layouts/IframePageView', NULL, NULL, 1, NULL, NULL, 4.00, 0, NULL, 1, 1, NULL, 0, NULL, 'admin', '2019-01-29 19:44:06', 'admin', '2019-02-15 16:25:02', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('ae4fed059f67086fd52a73d913cf473d', '540a2936940846cb98114ffb0d145cb8', '内联编辑表格', '/list/edit-table', 'examples/list/TableInnerEditList', NULL, NULL, 1, NULL, NULL, 2.00, NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2018-12-25 20:34:38', NULL, NULL, 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('aedbf679b5773c1f25e9f7b10111da73', '08e6b9dc3c04489c8e1ff2ce6f105aa4', 'SQL监控', '{{ window._CONFIG[\'domianURL\'] }}/druid/', 'layouts/IframePageView', NULL, NULL, 1, NULL, NULL, 3.00, 0, NULL, 1, 1, 0, 0, NULL, 'admin', '2019-01-30 09:43:22', 'admin', '2020-09-09 14:48:38', 0, 0, NULL, 0);
|
||
INSERT INTO `sys_permission` VALUES ('b1cb0a3fedf7ed0e4653cb5a229837ee', '08e6b9dc3c04489c8e1ff2ce6f105aa4', '定时任务', '/isystem/QuartzJobList', 'system/QuartzJobList', NULL, NULL, 1, NULL, NULL, 1.00, 0, NULL, 1, 1, 0, 0, NULL, NULL, '2019-01-03 09:38:52', 'admin', '2020-09-09 14:48:16', 0, 0, NULL, 0);
|
||
INSERT INTO `sys_permission` VALUES ('b3c824fc22bd953e2eb16ae6914ac8f9', '4875ebe289344e14844d8e3ea1edd73f', '高级详情页', '/profile/advanced', 'examples/profile/advanced/Advanced', NULL, NULL, 1, NULL, NULL, 2.00, NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2018-12-25 20:34:38', NULL, NULL, 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('b4dfc7d5dd9e8d5b6dd6d4579b1aa559', 'c65321e57b7949b7a975313220de0422', '500', '/exception/500', 'exception/500', NULL, NULL, 1, NULL, NULL, 3.00, NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2018-12-25 20:34:38', NULL, NULL, 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('b6bcee2ccc854052d3cc3e9c96d90197', '71102b3b87fb07e5527bbd2c530dd90a', '加班申请', '/modules/extbpm/joa/JoaOvertimeList', 'modules/extbpm/joa/JoaOvertimeList', NULL, NULL, 1, NULL, NULL, 1.00, 0, NULL, 1, 1, NULL, 0, NULL, 'admin', '2019-04-03 15:33:10', 'admin', '2019-04-03 15:34:48', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('c431130c0bc0ec71b0a5be37747bb36a', '2a470fc0c3954d9dbb61de6d80846549', '一对多JEditable', '/jeecg/JeecgOrderMainListForJEditableTable', 'jeecg/JeecgOrderMainListForJEditableTable', NULL, NULL, 1, NULL, NULL, 3.00, 0, NULL, 1, 1, NULL, 0, NULL, 'admin', '2019-03-29 10:51:59', 'admin', '2019-04-04 20:09:39', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('c65321e57b7949b7a975313220de0422', NULL, '异常页', '/exception', 'layouts/RouteView', NULL, NULL, 0, NULL, NULL, 8.00, NULL, 'warning', 1, 0, NULL, NULL, NULL, NULL, '2018-12-25 20:34:38', NULL, NULL, 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('c6cf95444d80435eb37b2f9db3971ae6', '2a470fc0c3954d9dbb61de6d80846549', '数据回执模拟', '/jeecg/InterfaceTest', 'jeecg/InterfaceTest', NULL, NULL, 1, NULL, NULL, 6.00, 0, NULL, 1, 1, NULL, 0, NULL, 'admin', '2019-02-19 16:02:23', 'admin', '2019-02-21 16:25:45', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('cc50656cf9ca528e6f2150eba4714ad2', '4875ebe289344e14844d8e3ea1edd73f', '基础详情页', '/profile/basic', 'examples/profile/basic/Index', NULL, NULL, 1, NULL, NULL, 1.00, NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2018-12-25 20:34:38', NULL, NULL, 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('d07a2c87a451434c99ab06296727ec4f', '700b7f95165c46cc7a78bf227aa8fed3', 'JVM信息', '/monitor/JvmInfo', 'modules/monitor/JvmInfo', NULL, NULL, 1, NULL, NULL, 4.00, 0, NULL, 1, 1, NULL, 0, NULL, 'admin', '2019-04-01 23:07:48', 'admin', '2019-04-02 11:37:16', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('d2bbf9ebca5a8fa2e227af97d2da7548', 'c65321e57b7949b7a975313220de0422', '404', '/exception/404', 'exception/404', NULL, NULL, 1, NULL, NULL, 2.00, NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2018-12-25 20:34:38', NULL, NULL, 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('d7d6e2e4e2934f2c9385a623fd98c6f3', '', '系统管理', '/isystem', 'layouts/RouteView', NULL, NULL, 0, NULL, NULL, 4.00, 0, 'setting', 1, 0, NULL, 0, NULL, NULL, '2018-12-25 20:34:38', 'admin', '2019-03-31 22:19:52', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('d86f58e7ab516d3bc6bfb1fe10585f97', '717f6bee46f44a3897eca9abd6e2ec44', '个人中心', '/account/center', 'account/center/Index', NULL, NULL, 1, NULL, NULL, 1.00, NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2018-12-25 20:34:38', NULL, NULL, 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('de13e0f6328c069748de7399fcc1dbbd', 'fb07ca05a3e13674dbf6d3245956da2e', '搜索列表(项目)', '/list/search/project', 'examples/list/TableList', NULL, NULL, 1, NULL, NULL, 1.00, 0, NULL, 1, 1, NULL, 0, NULL, 'admin', '2019-02-12 14:01:40', 'admin', '2019-02-12 14:14:18', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('e08cb190ef230d5d4f03824198773950', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '系统通告', '/isystem/annountCement', 'system/SysAnnouncementList', NULL, NULL, 1, 'annountCement', NULL, 6.00, NULL, '', 1, 1, NULL, NULL, NULL, NULL, '2019-01-02 17:23:01', NULL, '2019-01-02 17:31:23', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('e1979bb53e9ea51cecc74d86fd9d2f64', '2a470fc0c3954d9dbb61de6d80846549', 'PDF预览', '/jeecg/jeecgPdfView', 'jeecg/JeecgPdfView', NULL, NULL, 1, NULL, NULL, 3.00, 0, NULL, 1, 1, NULL, 0, NULL, 'admin', '2019-04-25 10:39:35', NULL, NULL, 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('e3c13679c73a4f829bcff2aba8fd68b1', '', '表单页', '/form', 'layouts/PageView', NULL, NULL, 0, NULL, NULL, 9.00, 0, 'form', 1, 0, NULL, 0, NULL, NULL, '2018-12-25 20:34:38', 'admin', '2019-03-31 22:20:14', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('e41b69c57a941a3bbcce45032fe57605', '', '在线开发', '/online', 'layouts/RouteView', NULL, NULL, 0, NULL, NULL, 5.00, 0, 'cloud', 1, 0, NULL, 0, NULL, 'admin', '2019-03-08 10:43:10', 'admin', '2019-05-11 10:36:01', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('e5973686ed495c379d829ea8b2881fc6', 'e3c13679c73a4f829bcff2aba8fd68b1', '高级表单', '/form/advanced-form', 'examples/form/advancedForm/AdvancedForm', NULL, NULL, 1, NULL, NULL, 3.00, NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2018-12-25 20:34:38', NULL, NULL, 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('e6bfd1fcabfd7942fdd05f076d1dad38', '2a470fc0c3954d9dbb61de6d80846549', '打印测试', '/jeecg/PrintDemo', 'jeecg/PrintDemo', NULL, NULL, 1, NULL, NULL, 3.00, 0, NULL, 1, 1, NULL, 0, NULL, 'admin', '2019-02-19 15:58:48', 'admin', '2019-05-07 20:14:39', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('ebb9d82ea16ad864071158e0c449d186', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '分类字典', '/isys/category', 'system/SysCategoryList', NULL, NULL, 1, NULL, '1', 5.20, 0, NULL, 1, 1, 0, 0, NULL, 'admin', '2019-05-29 18:48:07', 'admin', '2020-02-23 22:45:33', 0, 0, '1', 0);
|
||
INSERT INTO `sys_permission` VALUES ('ec8d607d0156e198b11853760319c646', '6e73eb3c26099c191bf03852ee1310a1', '安全设置', '/account/settings/security', 'account/settings/Security', NULL, NULL, 1, 'SecuritySettings', NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2018-12-26 18:59:52', NULL, NULL, 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('f0675b52d89100ee88472b6800754a08', '', '统计报表', '/report', 'layouts/RouteView', NULL, NULL, 0, NULL, NULL, 1.00, 0, 'bar-chart', 1, 0, NULL, 0, NULL, 'admin', '2019-04-03 18:32:02', 'admin', '2019-05-19 18:34:13', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('f1cb187abf927c88b89470d08615f5ac', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '数据字典', '/isystem/dict', 'system/DictList', NULL, NULL, 1, NULL, NULL, 5.00, 0, NULL, 1, 1, 0, 0, NULL, NULL, '2018-12-28 13:54:43', 'admin', '2020-02-23 22:45:25', 0, 0, NULL, 0);
|
||
INSERT INTO `sys_permission` VALUES ('f23d9bfff4d9aa6b68569ba2cff38415', '540a2936940846cb98114ffb0d145cb8', '标准列表', '/list/basic-list', 'examples/list/StandardList', NULL, NULL, 1, NULL, NULL, 6.00, NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '2018-12-25 20:34:38', NULL, NULL, 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('f2849d3814fc97993bfc519ae6bbf049', 'e41b69c57a941a3bbcce45032fe57605', 'AUTO复制表单', '/online/copyform/:code', 'modules/online/cgform/OnlCgformCopyList', NULL, NULL, 1, NULL, '1', 1.00, 0, NULL, 1, 1, 0, 1, NULL, 'admin', '2019-08-29 16:05:37', NULL, NULL, 0, 0, '1', NULL);
|
||
INSERT INTO `sys_permission` VALUES ('f780d0d3083d849ccbdb1b1baee4911d', '5c8042bd6c601270b2bbd9b20bccc68b', '模板管理', '/modules/message/sysMessageTemplateList', 'modules/message/SysMessageTemplateList', NULL, NULL, 1, NULL, NULL, 1.00, 0, NULL, 1, 1, NULL, 0, NULL, 'admin', '2019-04-09 11:50:31', 'admin', '2019-04-12 10:16:34', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('fb07ca05a3e13674dbf6d3245956da2e', '540a2936940846cb98114ffb0d145cb8', '搜索列表', '/list/search', 'examples/list/search/SearchLayout', NULL, '/list/search/article', 1, NULL, NULL, 8.00, 0, NULL, 1, 0, NULL, 0, NULL, NULL, '2018-12-25 20:34:38', 'admin', '2019-02-12 15:09:13', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('fb367426764077dcf94640c843733985', '2a470fc0c3954d9dbb61de6d80846549', '一对多示例', '/jeecg/JeecgOrderMainList', 'jeecg/JeecgOrderMainList', NULL, NULL, 1, NULL, NULL, 2.00, 0, NULL, 1, 1, NULL, 0, NULL, 'admin', '2019-02-15 16:24:11', 'admin', '2019-02-18 10:50:14', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('fba41089766888023411a978d13c0aa4', 'e41b69c57a941a3bbcce45032fe57605', 'AUTO树表单列表', '/online/cgformTreeList/:code', 'modules/online/cgform/auto/OnlCgformTreeList', NULL, NULL, 1, NULL, '1', 9.00, 0, NULL, 1, 1, NULL, 1, NULL, 'admin', '2019-05-21 14:46:50', 'admin', '2019-06-11 13:52:52', 0, 0, '1', NULL);
|
||
INSERT INTO `sys_permission` VALUES ('fc810a2267dd183e4ef7c71cc60f4670', '700b7f95165c46cc7a78bf227aa8fed3', '请求追踪', '/monitor/HttpTrace', 'modules/monitor/HttpTrace', NULL, NULL, 1, NULL, NULL, 4.00, 0, NULL, 1, 1, NULL, 0, NULL, 'admin', '2019-04-02 09:46:19', 'admin', '2019-04-02 11:37:27', 0, 0, NULL, NULL);
|
||
INSERT INTO `sys_permission` VALUES ('fedfbf4420536cacc0218557d263dfea', '6e73eb3c26099c191bf03852ee1310a1', '新消息通知', '/account/settings/notification', 'account/settings/Notification', NULL, NULL, 1, 'NotificationSettings', NULL, NULL, NULL, '', 1, 1, NULL, NULL, NULL, NULL, '2018-12-26 19:02:05', NULL, NULL, 0, 0, NULL, NULL);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_permission_data_rule
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_permission_data_rule`;
|
||
CREATE TABLE `sys_permission_data_rule` (
|
||
`id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT 'ID',
|
||
`permission_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '菜单ID',
|
||
`rule_name` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '规则名称',
|
||
`rule_column` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '字段',
|
||
`rule_conditions` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '条件',
|
||
`rule_value` varchar(300) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '规则值',
|
||
`status` varchar(3) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '权限有效状态1有0否',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间',
|
||
`create_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '修改时间',
|
||
`update_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '修改人',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
INDEX `index_fucntionid`(`permission_id`) USING BTREE,
|
||
INDEX `idx_spdr_permission_id`(`permission_id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_permission_data_rule
|
||
-- ----------------------------
|
||
INSERT INTO `sys_permission_data_rule` VALUES ('1260935285157511170', '4148ec82b6acd69f470bea75fe41c357', 'createBy', 'createBy', '=', '#{sys_user_code}', '0', '2020-05-14 22:09:34', 'jeecg', '2020-05-14 22:13:52', 'admin');
|
||
INSERT INTO `sys_permission_data_rule` VALUES ('1260936345293012993', '4148ec82b6acd69f470bea75fe41c357', '年龄', 'age', '>', '20', '1', '2020-05-14 22:13:46', 'admin', NULL, NULL);
|
||
INSERT INTO `sys_permission_data_rule` VALUES ('1260937192290762754', '4148ec82b6acd69f470bea75fe41c357', 'sysOrgCode', 'sysOrgCode', 'RIGHT_LIKE', '#{sys_org_code}', '1', '2020-05-14 22:17:08', 'admin', NULL, NULL);
|
||
INSERT INTO `sys_permission_data_rule` VALUES ('32b62cb04d6c788d9d92e3ff5e66854e', '8d4683aacaa997ab86b966b464360338', '000', '00', '!=', '00', '1', '2019-04-02 18:36:08', 'admin', NULL, NULL);
|
||
INSERT INTO `sys_permission_data_rule` VALUES ('40283181614231d401614234fe670003', '40283181614231d401614232cd1c0001', 'createBy', 'createBy', '=', '#{sys_user_code}', '1', '2018-01-29 21:57:04', 'admin', NULL, NULL);
|
||
INSERT INTO `sys_permission_data_rule` VALUES ('4028318161424e730161424fca6f0004', '4028318161424e730161424f61510002', 'createBy', 'createBy', '=', '#{sys_user_code}', '1', '2018-01-29 22:26:20', 'admin', NULL, NULL);
|
||
INSERT INTO `sys_permission_data_rule` VALUES ('402880e6487e661a01487e732c020005', '402889fb486e848101486e93a7c80014', 'SYS_ORG_CODE', 'SYS_ORG_CODE', 'LIKE', '010201%', '1', '2014-09-16 20:32:30', 'admin', NULL, NULL);
|
||
INSERT INTO `sys_permission_data_rule` VALUES ('402880e6487e661a01487e8153ee0007', '402889fb486e848101486e93a7c80014', 'create_by', 'create_by', '', '#{SYS_USER_CODE}', '1', '2014-09-16 20:47:57', 'admin', NULL, NULL);
|
||
INSERT INTO `sys_permission_data_rule` VALUES ('402880ec5ddec439015ddf9225060038', '40288088481d019401481d2fcebf000d', '复杂关系', '', 'USE_SQL_RULES', 'name like \'%张%\' or age > 10', '1', NULL, NULL, '2017-08-14 15:10:25', 'demo');
|
||
INSERT INTO `sys_permission_data_rule` VALUES ('402880ec5ddfdd26015ddfe3e0570011', '4028ab775dca0d1b015dca3fccb60016', '复杂sql配置', '', 'USE_SQL_RULES', 'table_name like \'%test%\' or is_tree = \'Y\'', '1', NULL, NULL, '2017-08-14 16:38:55', 'demo');
|
||
INSERT INTO `sys_permission_data_rule` VALUES ('402880f25b1e2ac7015b1e5fdebc0012', '402880f25b1e2ac7015b1e5cdc340010', '只能看自己数据', 'create_by', '=', '#{sys_user_code}', '1', '2017-03-30 16:40:51', 'admin', NULL, NULL);
|
||
INSERT INTO `sys_permission_data_rule` VALUES ('402881875b19f141015b19f8125e0014', '40288088481d019401481d2fcebf000d', '可看下属业务数据', 'sys_org_code', 'LIKE', '#{sys_org_code}', '1', NULL, NULL, '2017-08-14 15:04:32', 'demo');
|
||
INSERT INTO `sys_permission_data_rule` VALUES ('402881e45394d66901539500a4450001', '402881e54df73c73014df75ab670000f', 'sysCompanyCode', 'sysCompanyCode', '=', '#{SYS_COMPANY_CODE}', '1', '2016-03-21 01:09:21', 'admin', NULL, NULL);
|
||
INSERT INTO `sys_permission_data_rule` VALUES ('402881e45394d6690153950177cb0003', '402881e54df73c73014df75ab670000f', 'sysOrgCode', 'sysOrgCode', '=', '#{SYS_ORG_CODE}', '1', '2016-03-21 01:10:15', 'admin', NULL, NULL);
|
||
INSERT INTO `sys_permission_data_rule` VALUES ('402881e56266f43101626727aff60067', '402881e56266f43101626724eb730065', '销售自己看自己的数据', 'createBy', '=', '#{sys_user_code}', '1', '2018-03-27 19:11:16', 'admin', NULL, NULL);
|
||
INSERT INTO `sys_permission_data_rule` VALUES ('402881e56266f4310162672fb1a70082', '402881e56266f43101626724eb730065', '销售经理看所有下级数据', 'sysOrgCode', 'LIKE', '#{sys_org_code}', '1', '2018-03-27 19:20:01', 'admin', NULL, NULL);
|
||
INSERT INTO `sys_permission_data_rule` VALUES ('402881e56266f431016267387c9f0088', '402881e56266f43101626724eb730065', '只看金额大于1000的数据', 'money', '>=', '1000', '1', '2018-03-27 19:29:37', 'admin', NULL, NULL);
|
||
INSERT INTO `sys_permission_data_rule` VALUES ('402881f3650de25101650dfb5a3a0010', '402881e56266f4310162671d62050044', '22', '', 'USE_SQL_RULES', '22', '1', '2018-08-06 14:45:01', 'admin', NULL, NULL);
|
||
INSERT INTO `sys_permission_data_rule` VALUES ('402889fb486e848101486e913cd6000b', '402889fb486e848101486e8e2e8b0007', 'userName', 'userName', '=', 'admin', '1', '2014-09-13 18:31:25', 'admin', NULL, NULL);
|
||
INSERT INTO `sys_permission_data_rule` VALUES ('402889fb486e848101486e98d20d0016', '402889fb486e848101486e93a7c80014', 'title', 'title', '=', '12', '1', NULL, NULL, '2014-09-13 22:18:22', 'scott');
|
||
INSERT INTO `sys_permission_data_rule` VALUES ('402889fe47fcb29c0147fcb6b6220001', '8a8ab0b246dc81120146dc8180fe002b', '12', '12', '>', '12', '1', '2014-08-22 15:55:38', '8a8ab0b246dc81120146dc8181950052', NULL, NULL);
|
||
INSERT INTO `sys_permission_data_rule` VALUES ('4028ab775dca0d1b015dca4183530018', '4028ab775dca0d1b015dca3fccb60016', '表名限制', 'isDbSynch', '=', 'Y', '1', NULL, NULL, '2017-08-14 16:43:45', 'demo');
|
||
INSERT INTO `sys_permission_data_rule` VALUES ('4028ef815595a881015595b0ccb60001', '40288088481d019401481d2fcebf000d', '限只能看自己', 'create_by', '=', '#{sys_user_code}', '1', NULL, NULL, '2017-08-14 15:03:56', 'demo');
|
||
INSERT INTO `sys_permission_data_rule` VALUES ('4028ef81574ae99701574aed26530005', '4028ef81574ae99701574aeb97bd0003', '用户名', 'userName', '!=', 'admin', '1', '2016-09-21 12:07:18', 'admin', NULL, NULL);
|
||
INSERT INTO `sys_permission_data_rule` VALUES ('f852d85d47f224990147f2284c0c0005', NULL, '小于', 'test', '<=', '11', '1', '2014-08-20 14:43:52', '8a8ab0b246dc81120146dc8181950052', NULL, NULL);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_position
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_position`;
|
||
CREATE TABLE `sys_position` (
|
||
`id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
|
||
`code` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '职务编码',
|
||
`name` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '职务名称',
|
||
`post_rank` varchar(2) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '职级',
|
||
`company_id` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '公司id',
|
||
`create_by` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间',
|
||
`update_by` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '修改人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '修改时间',
|
||
`sys_org_code` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '组织机构编码',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
UNIQUE INDEX `uniq_code`(`code`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_position
|
||
-- ----------------------------
|
||
INSERT INTO `sys_position` VALUES ('1185040064792571906', 'devleader', '研发部经理', '2', NULL, 'admin', '2019-10-18 11:49:03', 'admin', '2020-02-23 22:55:42', 'A01');
|
||
INSERT INTO `sys_position` VALUES ('1256485574212153345', '总经理', 'laozong', '5', NULL, 'admin', '2020-05-02 15:28:00', 'admin', '2020-05-02 15:28:03', '北京国炬公司');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_quartz_job
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_quartz_job`;
|
||
CREATE TABLE `sys_quartz_job` (
|
||
`id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
|
||
`create_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间',
|
||
`del_flag` int(11) NULL DEFAULT NULL COMMENT '删除状态',
|
||
`update_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '修改人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '修改时间',
|
||
`job_class_name` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '任务类名',
|
||
`cron_expression` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT 'cron表达式',
|
||
`parameter` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '参数',
|
||
`description` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '描述',
|
||
`status` int(11) NULL DEFAULT NULL COMMENT '状态 0正常 -1停止',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
UNIQUE INDEX `uniq_job_class_name`(`job_class_name`) USING BTREE
|
||
) ENGINE = MyISAM CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_quartz_job
|
||
-- ----------------------------
|
||
INSERT INTO `sys_quartz_job` VALUES ('df26ecacf0f75d219d746750fe84bbee', NULL, NULL, 0, 'admin', '2020-05-02 15:40:35', 'org.jeecg.modules.quartz.job.SampleParamJob', '0/1 * * * * ?', 'scott', '带参测试 后台将每隔1秒执行输出日志', -1);
|
||
INSERT INTO `sys_quartz_job` VALUES ('a253cdfc811d69fa0efc70d052bc8128', 'admin', '2019-03-30 12:44:48', 0, 'admin', '2020-05-02 15:48:49', 'org.jeecg.modules.quartz.job.SampleJob', '0/1 * * * * ?', NULL, NULL, -1);
|
||
INSERT INTO `sys_quartz_job` VALUES ('5b3d2c087ad41aa755fc4f89697b01e7', 'admin', '2019-04-11 19:04:21', 0, 'admin', '2020-05-02 15:48:48', 'org.jeecg.modules.message.job.SendMsgJob', '0/50 * * * * ? *', NULL, NULL, -1);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_role
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_role`;
|
||
CREATE TABLE `sys_role` (
|
||
`id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '主键id',
|
||
`role_name` varchar(200) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '角色名称',
|
||
`role_code` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '角色编码',
|
||
`description` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '描述',
|
||
`create_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间',
|
||
`update_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '更新人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
UNIQUE INDEX `uniq_sys_role_role_code`(`role_code`) USING BTREE,
|
||
INDEX `idx_sr_role_code`(`role_code`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '角色表' ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_role
|
||
-- ----------------------------
|
||
INSERT INTO `sys_role` VALUES ('1169504891467464705', '第三方登录角色', 'third_role', '第三方登录角色', 'admin', '2019-09-05 14:57:49', 'admin', '2020-05-02 18:20:58');
|
||
INSERT INTO `sys_role` VALUES ('1509464524584480770', '系统管理员', 'xtgly', '系统管理员', 'admin', '2022-03-31 17:36:02', NULL, NULL);
|
||
INSERT INTO `sys_role` VALUES ('f6817f48af4fb3af11b9e8bf182f618b', '管理员', 'admin', '管理员', NULL, '2018-12-21 18:03:39', 'admin', '2019-05-20 11:40:26');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_role_permission
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_role_permission`;
|
||
CREATE TABLE `sys_role_permission` (
|
||
`id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
|
||
`role_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '角色id',
|
||
`permission_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '权限id',
|
||
`data_rule_ids` varchar(1000) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '数据权限ids',
|
||
`operate_date` datetime(0) NULL DEFAULT NULL COMMENT '操作时间',
|
||
`operate_ip` varchar(20) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '操作ip',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
INDEX `index_group_role_per_id`(`role_id`, `permission_id`) USING BTREE,
|
||
INDEX `index_group_role_id`(`role_id`) USING BTREE,
|
||
INDEX `index_group_per_id`(`permission_id`) USING BTREE,
|
||
INDEX `idx_srp_role_per_id`(`role_id`, `permission_id`) USING BTREE,
|
||
INDEX `idx_srp_role_id`(`role_id`) USING BTREE,
|
||
INDEX `idx_srp_permission_id`(`permission_id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '角色权限表' ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_role_permission
|
||
-- ----------------------------
|
||
INSERT INTO `sys_role_permission` VALUES ('00b0748f04d3ea52c8cfa179c1c9d384', '52b0cf022ac4187b2a70dfa4f8b2d940', 'd7d6e2e4e2934f2c9385a623fd98c6f3', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('00b82058779cca5106fbb84783534c9b', 'f6817f48af4fb3af11b9e8bf182f618b', '4148ec82b6acd69f470bea75fe41c357', '', NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('0254c0b25694ad5479e6d6935bbc176e', 'f6817f48af4fb3af11b9e8bf182f618b', '944abf0a8fc22fe1f1154a389a574154', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('09bd4fc30ffe88c4a44ed3868f442719', 'f6817f48af4fb3af11b9e8bf182f618b', 'e6bfd1fcabfd7942fdd05f076d1dad38', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('0c2d2db76ee3aa81a4fe0925b0f31365', 'f6817f48af4fb3af11b9e8bf182f618b', '024f1fd1283dc632458976463d8984e1', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('0c6b8facbb1cc874964c87a8cf01e4b1', 'f6817f48af4fb3af11b9e8bf182f618b', '841057b8a1bef8f6b4b20f9a618a7fa6', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('0c6e1075e422972083c3e854d9af7851', 'f6817f48af4fb3af11b9e8bf182f618b', '08e6b9dc3c04489c8e1ff2ce6f105aa4', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('0e1469997af2d3b97fff56a59ee29eeb', 'f6817f48af4fb3af11b9e8bf182f618b', 'e41b69c57a941a3bbcce45032fe57605', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('0f861cb988fdc639bb1ab943471f3a72', 'f6817f48af4fb3af11b9e8bf182f618b', '97c8629abc7848eccdb6d77c24bb3ebb', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('115a6673ae6c0816d3f60de221520274', '21c5a3187763729408b40afb0d0fdfa8', '63b551e81c5956d5c861593d366d8c57', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('1185039870491439105', 'f6817f48af4fb3af11b9e8bf182f618b', '1174506953255182338', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('1185039870529187841', 'f6817f48af4fb3af11b9e8bf182f618b', '1174590283938041857', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('1185039870537576450', 'f6817f48af4fb3af11b9e8bf182f618b', '1166535831146504193', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('1197431682208206850', 'f6817f48af4fb3af11b9e8bf182f618b', '1192318987661234177', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('1197795315916271617', 'f6817f48af4fb3af11b9e8bf182f618b', '109c78a583d4693ce2f16551b7786786', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('1197795316268593154', 'f6817f48af4fb3af11b9e8bf182f618b', '9fe26464838de2ea5e90f2367e35efa0', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('1209423530518761473', 'f6817f48af4fb3af11b9e8bf182f618b', '1205097455226462210', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('1209423530594258945', 'f6817f48af4fb3af11b9e8bf182f618b', '1205098241075453953', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('1209423530606841858', 'f6817f48af4fb3af11b9e8bf182f618b', '1205306106780364802', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('1209423580355481602', 'f6817f48af4fb3af11b9e8bf182f618b', '190c2b43bec6a5f7a4194a85db67d96a', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('1209654501558046722', 'f6817f48af4fb3af11b9e8bf182f618b', 'f2849d3814fc97993bfc519ae6bbf049', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('1231590078632955905', 'f6817f48af4fb3af11b9e8bf182f618b', '1224641973866467330', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('1231590078658121729', 'f6817f48af4fb3af11b9e8bf182f618b', '1209731624921534465', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('1231590078662316033', 'f6817f48af4fb3af11b9e8bf182f618b', '1229674163694841857', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('1232124727411150850', 'f6817f48af4fb3af11b9e8bf182f618b', '1232123780958064642', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('1260923306820882434', 'f6817f48af4fb3af11b9e8bf182f618b', '1260923256208216065', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('1260923306841853953', 'f6817f48af4fb3af11b9e8bf182f618b', '1260922988733255681', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('1260928399955836929', 'f6817f48af4fb3af11b9e8bf182f618b', '1260928341675982849', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('1269526122208522241', 'f6817f48af4fb3af11b9e8bf182f618b', '1267412134208319489', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('126ea9faebeec2b914d6d9bef957afb6', 'f6817f48af4fb3af11b9e8bf182f618b', 'f1cb187abf927c88b89470d08615f5ac', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('1281494164924653569', 'f6817f48af4fb3af11b9e8bf182f618b', '1280350452934307841', NULL, '2020-07-10 15:43:13', '127.0.0.1');
|
||
INSERT INTO `sys_role_permission` VALUES ('1281494164945625089', 'f6817f48af4fb3af11b9e8bf182f618b', '1280464606292099074', NULL, '2020-07-10 15:43:13', '127.0.0.1');
|
||
INSERT INTO `sys_role_permission` VALUES ('1281494684632473602', 'f6817f48af4fb3af11b9e8bf182f618b', '1265162119913824258', NULL, '2020-07-10 15:45:16', '127.0.0.1');
|
||
INSERT INTO `sys_role_permission` VALUES ('1303585080082485250', 'f6817f48af4fb3af11b9e8bf182f618b', '1287715272999944193', NULL, '2020-09-09 14:44:37', '127.0.0.1');
|
||
INSERT INTO `sys_role_permission` VALUES ('1303585080103456769', 'f6817f48af4fb3af11b9e8bf182f618b', '1287715783966834689', NULL, '2020-09-09 14:44:37', '127.0.0.1');
|
||
INSERT INTO `sys_role_permission` VALUES ('1303585080116039682', 'f6817f48af4fb3af11b9e8bf182f618b', '1287716451494510593', NULL, '2020-09-09 14:44:37', '127.0.0.1');
|
||
INSERT INTO `sys_role_permission` VALUES ('1303585080124428290', 'f6817f48af4fb3af11b9e8bf182f618b', '1287718919049691137', NULL, '2020-09-09 14:44:37', '127.0.0.1');
|
||
INSERT INTO `sys_role_permission` VALUES ('1303585080128622593', 'f6817f48af4fb3af11b9e8bf182f618b', '1287718938179911682', NULL, '2020-09-09 14:44:37', '127.0.0.1');
|
||
INSERT INTO `sys_role_permission` VALUES ('1303585080141205506', 'f6817f48af4fb3af11b9e8bf182f618b', '1287718956957810689', NULL, '2020-09-09 14:44:37', '127.0.0.1');
|
||
INSERT INTO `sys_role_permission` VALUES ('1506851163697152001', 'f6817f48af4fb3af11b9e8bf182f618b', '1506851094671491074', NULL, '2022-03-24 12:31:28', '127.0.0.1');
|
||
INSERT INTO `sys_role_permission` VALUES ('1506851163697152002', 'f6817f48af4fb3af11b9e8bf182f618b', '1506850882536177665', NULL, '2022-03-24 12:31:28', '127.0.0.1');
|
||
INSERT INTO `sys_role_permission` VALUES ('1507600056508497921', 'f6817f48af4fb3af11b9e8bf182f618b', '1507599354151321601', NULL, '2022-03-26 14:07:18', '127.0.0.1');
|
||
INSERT INTO `sys_role_permission` VALUES ('1507600056525275138', 'f6817f48af4fb3af11b9e8bf182f618b', '1507599736818647042', NULL, '2022-03-26 14:07:18', '127.0.0.1');
|
||
INSERT INTO `sys_role_permission` VALUES ('1507600056525275139', 'f6817f48af4fb3af11b9e8bf182f618b', '1507599887117336577', NULL, '2022-03-26 14:07:18', '127.0.0.1');
|
||
INSERT INTO `sys_role_permission` VALUES ('1507600056525275140', 'f6817f48af4fb3af11b9e8bf182f618b', '1507600010484400130', NULL, '2022-03-26 14:07:18', '127.0.0.1');
|
||
INSERT INTO `sys_role_permission` VALUES ('1509465091474026497', '1509464524584480770', '1507599354151321601', NULL, '2022-03-31 17:38:17', '127.0.0.1');
|
||
INSERT INTO `sys_role_permission` VALUES ('1509465091482415105', '1509464524584480770', '1507599736818647042', NULL, '2022-03-31 17:38:17', '127.0.0.1');
|
||
INSERT INTO `sys_role_permission` VALUES ('1509465091482415106', '1509464524584480770', '1507599887117336577', NULL, '2022-03-31 17:38:17', '127.0.0.1');
|
||
INSERT INTO `sys_role_permission` VALUES ('1509465091486609410', '1509464524584480770', '1507600010484400130', NULL, '2022-03-31 17:38:17', '127.0.0.1');
|
||
INSERT INTO `sys_role_permission` VALUES ('1509465091486609411', '1509464524584480770', '9502685863ab87f0ad1134142788a385', NULL, '2022-03-31 17:38:17', '127.0.0.1');
|
||
INSERT INTO `sys_role_permission` VALUES ('1509465091486609412', '1509464524584480770', '3f915b2769fc80648e92d04e84ca059d', NULL, '2022-03-31 17:38:17', '127.0.0.1');
|
||
INSERT INTO `sys_role_permission` VALUES ('1509465091486609413', '1509464524584480770', '1260928341675982849', NULL, '2022-03-31 17:38:17', '127.0.0.1');
|
||
INSERT INTO `sys_role_permission` VALUES ('1509465091494998017', '1509464524584480770', '1260929666434318338', NULL, '2022-03-31 17:38:17', '127.0.0.1');
|
||
INSERT INTO `sys_role_permission` VALUES ('1509465091494998018', '1509464524584480770', '1260931366557696001', NULL, '2022-03-31 17:38:17', '127.0.0.1');
|
||
INSERT INTO `sys_role_permission` VALUES ('1509465091494998019', '1509464524584480770', '1260933542969458689', NULL, '2022-03-31 17:38:17', '127.0.0.1');
|
||
INSERT INTO `sys_role_permission` VALUES ('1509465091499192322', '1509464524584480770', '1a0811914300741f4e11838ff37a1d3a', NULL, '2022-03-31 17:38:17', '127.0.0.1');
|
||
INSERT INTO `sys_role_permission` VALUES ('1509465091499192323', '1509464524584480770', '45c966826eeff4c99b8f8ebfe74511fc', NULL, '2022-03-31 17:38:17', '127.0.0.1');
|
||
INSERT INTO `sys_role_permission` VALUES ('1509465091499192324', '1509464524584480770', '1506851094671491074', NULL, '2022-03-31 17:38:17', '127.0.0.1');
|
||
INSERT INTO `sys_role_permission` VALUES ('1509465255316123650', '1509464524584480770', 'd7d6e2e4e2934f2c9385a623fd98c6f3', NULL, '2022-03-31 17:38:56', '127.0.0.1');
|
||
INSERT INTO `sys_role_permission` VALUES ('154edd0599bd1dc2c7de220b489cd1e2', 'f6817f48af4fb3af11b9e8bf182f618b', '7ac9eb9ccbde2f7a033cd4944272bf1e', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('165acd6046a0eaf975099f46a3c898ea', 'f6817f48af4fb3af11b9e8bf182f618b', '4f66409ef3bbd69c1d80469d6e2a885e', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('1664b92dff13e1575e3a929caa2fa14d', 'f6817f48af4fb3af11b9e8bf182f618b', 'd2bbf9ebca5a8fa2e227af97d2da7548', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('17ead5b7d97ed365398ab20009a69ea3', '52b0cf022ac4187b2a70dfa4f8b2d940', 'e08cb190ef230d5d4f03824198773950', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('1ac1688ef8456f384091a03d88a89ab1', '52b0cf022ac4187b2a70dfa4f8b2d940', '693ce69af3432bd00be13c3971a57961', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('1c1dbba68ef1817e7fb19c822d2854e8', 'f6817f48af4fb3af11b9e8bf182f618b', 'fb367426764077dcf94640c843733985', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('1e47db875601fd97723254046b5bba90', 'f6817f48af4fb3af11b9e8bf182f618b', 'baf16b7174bd821b6bab23fa9abb200d', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('1fe4d408b85f19618c15bcb768f0ec22', '1750a8fb3e6d90cb7957c02de1dc8e59', '9502685863ab87f0ad1134142788a385', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('20e53c87a785688bdc0a5bb6de394ef1', 'f6817f48af4fb3af11b9e8bf182f618b', '540a2936940846cb98114ffb0d145cb8', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('248d288586c6ff3bd14381565df84163', '52b0cf022ac4187b2a70dfa4f8b2d940', '3f915b2769fc80648e92d04e84ca059d', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('25491ecbd5a9b34f09c8bc447a10ede1', 'f6817f48af4fb3af11b9e8bf182f618b', 'd07a2c87a451434c99ab06296727ec4f', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('27489816708b18859768dfed5945c405', 'a799c3b1b12dd3ed4bd046bfaef5fe6e', '9502685863ab87f0ad1134142788a385', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('2779cdea8367fff37db26a42c1a1f531', 'f6817f48af4fb3af11b9e8bf182f618b', 'fef097f3903caf3a3c3a6efa8de43fbb', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('296f9c75ca0e172ae5ce4c1022c996df', '646c628b2b8295fbdab2d34044de0354', '732d48f8e0abe99fe6a23d18a3171cd1', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('29fb6b0ad59a7e911c8d27e0bdc42d23', 'f6817f48af4fb3af11b9e8bf182f618b', '9a90363f216a6a08f32eecb3f0bf12a3', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('2ad37346c1b83ddeebc008f6987b2227', 'f6817f48af4fb3af11b9e8bf182f618b', '8d1ebd663688965f1fd86a2f0ead3416', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('2c462293cbb0eab7e8ae0a3600361b5f', '52b0cf022ac4187b2a70dfa4f8b2d940', '9502685863ab87f0ad1134142788a385', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('2fdaed22dfa4c8d4629e44ef81688c6a', '52b0cf022ac4187b2a70dfa4f8b2d940', 'aedbf679b5773c1f25e9f7b10111da73', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('300c462b7fec09e2ff32574ef8b3f0bd', '52b0cf022ac4187b2a70dfa4f8b2d940', '2a470fc0c3954d9dbb61de6d80846549', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('35ac7cae648de39eb56213ca1b649713', '52b0cf022ac4187b2a70dfa4f8b2d940', 'b1cb0a3fedf7ed0e4653cb5a229837ee', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('38a2e55db0960262800576e34b3af44c', 'f6817f48af4fb3af11b9e8bf182f618b', '5c2f42277948043026b7a14692456828', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('3b1886f727ac503c93fecdd06dcb9622', 'f6817f48af4fb3af11b9e8bf182f618b', 'c431130c0bc0ec71b0a5be37747bb36a', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('3de2a60c7e42a521fecf6fcc5cb54978', 'f6817f48af4fb3af11b9e8bf182f618b', '2d83d62bd2544b8994c8f38cf17b0ddf', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('3e4e38f748b8d87178dd62082e5b7b60', 'f6817f48af4fb3af11b9e8bf182f618b', '7960961b0063228937da5fa8dd73d371', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('3e563751942b0879c88ca4de19757b50', '1750a8fb3e6d90cb7957c02de1dc8e59', '58857ff846e61794c69208e9d3a85466', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('3f1d04075e3c3254666a4138106a4e51', 'f6817f48af4fb3af11b9e8bf182f618b', '3fac0d3c9cd40fa53ab70d4c583821f8', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('412e2de37a35b3442d68db8dd2f3c190', '52b0cf022ac4187b2a70dfa4f8b2d940', 'f1cb187abf927c88b89470d08615f5ac', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('4204f91fb61911ba8ce40afa7c02369f', 'f6817f48af4fb3af11b9e8bf182f618b', '3f915b2769fc80648e92d04e84ca059d', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('444126230885d5d38b8fa6072c9f43f8', 'f6817f48af4fb3af11b9e8bf182f618b', 'f780d0d3083d849ccbdb1b1baee4911d', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('445656dd187bd8a71605f4bbab1938a3', 'f6817f48af4fb3af11b9e8bf182f618b', '020b06793e4de2eee0007f603000c769', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('455cdb482457f529b79b479a2ff74427', 'f6817f48af4fb3af11b9e8bf182f618b', 'e1979bb53e9ea51cecc74d86fd9d2f64', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('45a358bb738782d1a0edbf7485e81459', 'f6817f48af4fb3af11b9e8bf182f618b', '0ac2ad938963b6c6d1af25477d5b8b51', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('4dab5a06acc8ef3297889872caa74747', 'f6817f48af4fb3af11b9e8bf182f618b', 'ffb423d25cc59dcd0532213c4a518261', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('4e0a37ed49524df5f08fc6593aee875c', 'f6817f48af4fb3af11b9e8bf182f618b', 'f23d9bfff4d9aa6b68569ba2cff38415', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('4ea403fc1d19feb871c8bdd9f94a4ecc', 'f6817f48af4fb3af11b9e8bf182f618b', '2e42e3835c2b44ec9f7bc26c146ee531', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('4f254549d9498f06f4cc9b23f3e2c070', 'f6817f48af4fb3af11b9e8bf182f618b', '93d5cfb4448f11e9916698e7f462b4b6', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('4faad8ff93cb2b5607cd3d07c1b624ee', 'a799c3b1b12dd3ed4bd046bfaef5fe6e', '70b8f33da5f39de1981bf89cf6c99792', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('504e326de3f03562cdd186748b48a8c7', 'f6817f48af4fb3af11b9e8bf182f618b', '027aee69baee98a0ed2e01806e89c891', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('520b5989e6fe4a302a573d4fee12a40a', 'f6817f48af4fb3af11b9e8bf182f618b', '6531cf3421b1265aeeeabaab5e176e6d', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('54fdf85e52807bdb32ce450814abc256', 'f6817f48af4fb3af11b9e8bf182f618b', 'cc50656cf9ca528e6f2150eba4714ad2', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('57c0b3a547b815ea3ec8e509b08948b3', '1750a8fb3e6d90cb7957c02de1dc8e59', '3f915b2769fc80648e92d04e84ca059d', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('593ee05c4fe4645c7826b7d5e14f23ec', '52b0cf022ac4187b2a70dfa4f8b2d940', '8fb8172747a78756c11916216b8b8066', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('5d230e6cd2935c4117f6cb9a7a749e39', 'f6817f48af4fb3af11b9e8bf182f618b', 'fc810a2267dd183e4ef7c71cc60f4670', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('5de6871fadb4fe1cdd28989da0126b07', 'f6817f48af4fb3af11b9e8bf182f618b', 'a400e4f4d54f79bf5ce160a3432231af', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('5e4015a9a641cbf3fb5d28d9f885d81a', 'f6817f48af4fb3af11b9e8bf182f618b', '2dbbafa22cda07fa5d169d741b81fe12', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('5fc194b709336d354640fe29fefd65a3', 'a799c3b1b12dd3ed4bd046bfaef5fe6e', '9ba60e626bf2882c31c488aba62b89f0', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('60eda4b4db138bdb47edbe8e10e71675', 'f6817f48af4fb3af11b9e8bf182f618b', 'fb07ca05a3e13674dbf6d3245956da2e', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('61835e48f3e675f7d3f5c9dd3a10dcf3', 'f6817f48af4fb3af11b9e8bf182f618b', 'f0675b52d89100ee88472b6800754a08', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('660fbc40bcb1044738f7cabdf1708c28', 'f6817f48af4fb3af11b9e8bf182f618b', 'b3c824fc22bd953e2eb16ae6914ac8f9', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('66b202f8f84fe766176b3f51071836ef', 'f6817f48af4fb3af11b9e8bf182f618b', '1367a93f2c410b169faa7abcbad2f77c', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('6b605c261ffbc8ac8a98ae33579c8c78', 'f6817f48af4fb3af11b9e8bf182f618b', 'fba41089766888023411a978d13c0aa4', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('6c74518eb6bb9a353f6a6c459c77e64b', 'f6817f48af4fb3af11b9e8bf182f618b', 'b4dfc7d5dd9e8d5b6dd6d4579b1aa559', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('6daddafacd7eccb91309530c17c5855d', 'f6817f48af4fb3af11b9e8bf182f618b', 'edfa74d66e8ea63ea432c2910837b150', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('6fb4c2142498dd6d5b6c014ef985cb66', 'f6817f48af4fb3af11b9e8bf182f618b', '6e73eb3c26099c191bf03852ee1310a1', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('7413acf23b56c906aedb5a36fb75bd3a', 'f6817f48af4fb3af11b9e8bf182f618b', 'a4fc7b64b01a224da066bb16230f9c5a', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('75002588591820806', '16457350655250432', '5129710648430592', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('75002588604403712', '16457350655250432', '5129710648430593', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('75002588612792320', '16457350655250432', '40238597734928384', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('75002588625375232', '16457350655250432', '57009744761589760', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('75002588633763840', '16457350655250432', '16392452747300864', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('75002588637958144', '16457350655250432', '16392767785668608', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('75002588650541056', '16457350655250432', '16439068543946752', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('76a54a8cc609754360bf9f57e7dbb2db', 'f6817f48af4fb3af11b9e8bf182f618b', 'c65321e57b7949b7a975313220de0422', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277779875336192', '496138616573952', '5129710648430592', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780043108352', '496138616573952', '5129710648430593', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780055691264', '496138616573952', '15701400130424832', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780064079872', '496138616573952', '16678126574637056', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780072468480', '496138616573952', '15701915807518720', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780076662784', '496138616573952', '15708892205944832', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780085051392', '496138616573952', '16678447719911424', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780089245696', '496138616573952', '25014528525733888', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780097634304', '496138616573952', '56898976661639168', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780135383040', '496138616573952', '40238597734928384', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780139577344', '496138616573952', '45235621697949696', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780147965952', '496138616573952', '45235787867885568', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780156354560', '496138616573952', '45235939278065664', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780164743168', '496138616573952', '43117268627886080', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780168937472', '496138616573952', '45236734832676864', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780181520384', '496138616573952', '45237010692050944', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780189908992', '496138616573952', '45237170029465600', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780198297600', '496138616573952', '57009544286441472', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780206686208', '496138616573952', '57009744761589760', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780215074816', '496138616573952', '57009981228060672', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780219269120', '496138616573952', '56309618086776832', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780227657728', '496138616573952', '57212882168844288', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780236046336', '496138616573952', '61560041605435392', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780244434944', '496138616573952', '61560275261722624', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780257017856', '496138616573952', '61560480518377472', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780265406464', '496138616573952', '44986029924421632', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780324126720', '496138616573952', '45235228800716800', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780332515328', '496138616573952', '45069342940860416', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780340903937', '496138616573952', '5129710648430594', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780349292544', '496138616573952', '16687383932047360', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780357681152', '496138616573952', '16689632049631232', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780366069760', '496138616573952', '16689745006432256', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780370264064', '496138616573952', '16689883993083904', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780374458369', '496138616573952', '16690313745666048', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780387041280', '496138616573952', '5129710648430595', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780395429888', '496138616573952', '16694861252005888', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780403818496', '496138616573952', '16695107491205120', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780412207104', '496138616573952', '16695243126607872', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780420595712', '496138616573952', '75002207560273920', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780428984320', '496138616573952', '76215889006956544', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780433178624', '496138616573952', '76216071333351424', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780441567232', '496138616573952', '76216264070008832', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780449955840', '496138616573952', '76216459709124608', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780458344448', '496138616573952', '76216594207870976', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780466733056', '496138616573952', '76216702639017984', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780475121664', '496138616573952', '58480609315524608', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780483510272', '496138616573952', '61394706252173312', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780491898880', '496138616573952', '61417744146370560', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780496093184', '496138616573952', '76606430504816640', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780504481792', '496138616573952', '76914082455752704', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780508676097', '496138616573952', '76607201262702592', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780517064704', '496138616573952', '39915540965232640', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780525453312', '496138616573952', '41370251991977984', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780538036224', '496138616573952', '45264987354042368', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780546424832', '496138616573952', '45265487029866496', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780554813440', '496138616573952', '45265762415284224', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780559007744', '496138616573952', '45265886315024384', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780567396352', '496138616573952', '45266070000373760', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780571590656', '496138616573952', '41363147411427328', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780579979264', '496138616573952', '41363537456533504', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780588367872', '496138616573952', '41364927394353152', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780596756480', '496138616573952', '41371711400054784', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780605145088', '496138616573952', '41469219249852416', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780613533696', '496138616573952', '39916171171991552', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780621922304', '496138616573952', '39918482854252544', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780630310912', '496138616573952', '41373430515240960', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780718391296', '496138616573952', '41375330996326400', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780722585600', '496138616573952', '63741744973352960', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780730974208', '496138616573952', '42082442672082944', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780739362816', '496138616573952', '41376192166629376', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780747751424', '496138616573952', '41377034236071936', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780756140032', '496138616573952', '56911328312299520', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780764528640', '496138616573952', '41378916912336896', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780768722944', '496138616573952', '63482475359244288', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780772917249', '496138616573952', '64290663792906240', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780785500160', '496138616573952', '66790433014943744', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780789694464', '496138616573952', '42087054753927168', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780798083072', '496138616573952', '67027338952445952', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780806471680', '496138616573952', '67027909637836800', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780810665985', '496138616573952', '67042515441684480', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780823248896', '496138616573952', '67082402312228864', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780827443200', '496138616573952', '16392452747300864', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780835831808', '496138616573952', '16392767785668608', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780840026112', '496138616573952', '16438800255291392', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780844220417', '496138616573952', '16438962738434048', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277780852609024', '496138616573952', '16439068543946752', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860062040064', '496138616573953', '5129710648430592', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860070428672', '496138616573953', '5129710648430593', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860078817280', '496138616573953', '40238597734928384', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860091400192', '496138616573953', '43117268627886080', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860099788800', '496138616573953', '57009744761589760', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860112371712', '496138616573953', '56309618086776832', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860120760320', '496138616573953', '44986029924421632', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860129148928', '496138616573953', '5129710648430594', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860141731840', '496138616573953', '5129710648430595', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860150120448', '496138616573953', '75002207560273920', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860158509056', '496138616573953', '58480609315524608', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860162703360', '496138616573953', '76606430504816640', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860171091968', '496138616573953', '76914082455752704', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860179480576', '496138616573953', '76607201262702592', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860187869184', '496138616573953', '39915540965232640', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860196257792', '496138616573953', '41370251991977984', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860204646400', '496138616573953', '41363147411427328', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860208840704', '496138616573953', '41371711400054784', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860213035009', '496138616573953', '39916171171991552', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860221423616', '496138616573953', '39918482854252544', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860225617920', '496138616573953', '41373430515240960', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860234006528', '496138616573953', '41375330996326400', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860242395136', '496138616573953', '63741744973352960', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860250783744', '496138616573953', '42082442672082944', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860254978048', '496138616573953', '41376192166629376', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860263366656', '496138616573953', '41377034236071936', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860271755264', '496138616573953', '56911328312299520', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860313698304', '496138616573953', '41378916912336896', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860322086912', '496138616573953', '63482475359244288', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860326281216', '496138616573953', '64290663792906240', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860334669824', '496138616573953', '66790433014943744', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860343058432', '496138616573953', '42087054753927168', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860347252736', '496138616573953', '67027338952445952', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860351447041', '496138616573953', '67027909637836800', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860359835648', '496138616573953', '67042515441684480', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860364029952', '496138616573953', '67082402312228864', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860368224256', '496138616573953', '16392452747300864', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860372418560', '496138616573953', '16392767785668608', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860376612865', '496138616573953', '16438800255291392', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860385001472', '496138616573953', '16438962738434048', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('77277860389195776', '496138616573953', '16439068543946752', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('7a5d31ba48fe3fb1266bf186dc5f7ba7', '52b0cf022ac4187b2a70dfa4f8b2d940', '58857ff846e61794c69208e9d3a85466', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('7a6bca9276c128309c80d21e795c66c6', 'f6817f48af4fb3af11b9e8bf182f618b', '54097c6a3cf50fad0793a34beff1efdf', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('7ca833caa5eac837b7200d8b6de8b2e3', 'f6817f48af4fb3af11b9e8bf182f618b', 'fedfbf4420536cacc0218557d263dfea', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('7de42bdc0b8c5446b7d428c66a7abc12', '52b0cf022ac4187b2a70dfa4f8b2d940', '54dd5457a3190740005c1bfec55b1c34', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('7e19d90cec0dd87aaef351b9ff8f4902', '646c628b2b8295fbdab2d34044de0354', 'f9d3f4f27653a71c52faa9fb8070fbe7', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('84eac2f113c23737128fb099d1d1da89', 'f6817f48af4fb3af11b9e8bf182f618b', '03dc3d93261dda19fc86dd7ca486c6cf', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('86060e2867a5049d8a80d9fe5d8bc28b', 'f6817f48af4fb3af11b9e8bf182f618b', '765dd244f37b804e3d00f475fd56149b', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('884f147c20e003cc80ed5b7efa598cbe', 'f6817f48af4fb3af11b9e8bf182f618b', 'e5973686ed495c379d829ea8b2881fc6', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('8a60df8d8b4c9ee5fa63f48aeee3ec00', '1750a8fb3e6d90cb7957c02de1dc8e59', 'd7d6e2e4e2934f2c9385a623fd98c6f3', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('8b09925bdc194ab7f3559cd3a7ea0507', 'f6817f48af4fb3af11b9e8bf182f618b', 'ebb9d82ea16ad864071158e0c449d186', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('8ce1022dac4e558ff9694600515cf510', '1750a8fb3e6d90cb7957c02de1dc8e59', '08e6b9dc3c04489c8e1ff2ce6f105aa4', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('8d154c2382a8ae5c8d1b84bd38df2a93', 'f6817f48af4fb3af11b9e8bf182f618b', 'd86f58e7ab516d3bc6bfb1fe10585f97', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('8d848ca7feec5b7ebb3ecb32b2c8857a', '52b0cf022ac4187b2a70dfa4f8b2d940', '4148ec82b6acd69f470bea75fe41c357', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('8dd64f65a1014196078d0882f767cd85', 'f6817f48af4fb3af11b9e8bf182f618b', 'e3c13679c73a4f829bcff2aba8fd68b1', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('8e3dc1671abad4f3c83883b194d2e05a', 'f6817f48af4fb3af11b9e8bf182f618b', 'b1cb0a3fedf7ed0e4653cb5a229837ee', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('905bf419332ebcb83863603b3ebe30f0', 'f6817f48af4fb3af11b9e8bf182f618b', '8fb8172747a78756c11916216b8b8066', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('9264104cee9b10c96241d527b2d0346d', '1750a8fb3e6d90cb7957c02de1dc8e59', '54dd5457a3190740005c1bfec55b1c34', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('9380121ca9cfee4b372194630fce150e', 'f6817f48af4fb3af11b9e8bf182f618b', '65a8f489f25a345836b7f44b1181197a', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('94911fef73a590f6824105ebf9b6cab3', 'f6817f48af4fb3af11b9e8bf182f618b', '8b3bff2eee6f1939147f5c68292a1642', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('9700d20dbc1ae3cbf7de1c810b521fe6', 'f6817f48af4fb3af11b9e8bf182f618b', 'ec8d607d0156e198b11853760319c646', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('980171fda43adfe24840959b1d048d4d', 'f6817f48af4fb3af11b9e8bf182f618b', 'd7d6e2e4e2934f2c9385a623fd98c6f3', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('987c23b70873bd1d6dca52f30aafd8c2', 'f6817f48af4fb3af11b9e8bf182f618b', '00a2a0ae65cdca5e93209cdbde97cbe6', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('9b2ad767f9861e64a20b097538feafd3', 'f6817f48af4fb3af11b9e8bf182f618b', '73678f9daa45ed17a3674131b03432fb', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('9d8772c310b675ae43eacdbc6c7fa04a', 'a799c3b1b12dd3ed4bd046bfaef5fe6e', '1663f3faba244d16c94552f849627d84', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('9d980ec0489040e631a9c24a6af42934', 'f6817f48af4fb3af11b9e8bf182f618b', '05b3c82ddb2536a4a5ee1a4c46b5abef', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('9f8311ecccd44e079723098cf2ffe1cc', '1750a8fb3e6d90cb7957c02de1dc8e59', '693ce69af3432bd00be13c3971a57961', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('a034ed7c38c996b880d3e78f586fe0ae', 'f6817f48af4fb3af11b9e8bf182f618b', 'c89018ea6286e852b424466fd92a2ffc', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('a307a9349ad64a2eff8ab69582fa9be4', 'f6817f48af4fb3af11b9e8bf182f618b', '0620e402857b8c5b605e1ad9f4b89350', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('a5d25fdb3c62904a8474182706ce11a0', 'f6817f48af4fb3af11b9e8bf182f618b', '418964ba087b90a84897b62474496b93', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('acacce4417e5d7f96a9c3be2ded5b4be', 'f6817f48af4fb3af11b9e8bf182f618b', 'f9d3f4f27653a71c52faa9fb8070fbe7', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('ae1852fb349d8513eb3fdc173da3ee56', 'f6817f48af4fb3af11b9e8bf182f618b', '8d4683aacaa997ab86b966b464360338', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('aefc8c22e061171806e59cd222f6b7e1', '52b0cf022ac4187b2a70dfa4f8b2d940', 'e8af452d8948ea49d37c934f5100ae6a', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('af60ac8fafd807ed6b6b354613b9ccbc', 'f6817f48af4fb3af11b9e8bf182f618b', '58857ff846e61794c69208e9d3a85466', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('b0c8a20800b8bf1ebdd7be473bceb44f', 'f6817f48af4fb3af11b9e8bf182f618b', '58b9204feaf07e47284ddb36cd2d8468', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('b128ebe78fa5abb54a3a82c6689bdca3', 'f6817f48af4fb3af11b9e8bf182f618b', 'aedbf679b5773c1f25e9f7b10111da73', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('b21b07951bb547b09cc85624a841aea0', 'f6817f48af4fb3af11b9e8bf182f618b', '4356a1a67b564f0988a484f5531fd4d9', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('b64c4ab9cd9a2ea8ac1e9db5fb7cf522', 'f6817f48af4fb3af11b9e8bf182f618b', '2aeddae571695cd6380f6d6d334d6e7d', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('bbec16ad016efec9ea2def38f4d3d9dc', 'f6817f48af4fb3af11b9e8bf182f618b', '13212d3416eb690c2e1d5033166ff47a', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('be8e5a9080569e59863f20c4c57a8e22', 'f6817f48af4fb3af11b9e8bf182f618b', '22d6a3d39a59dd7ea9a30acfa6bfb0a5', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('bea2986432079d89203da888d99b3f16', 'f6817f48af4fb3af11b9e8bf182f618b', '54dd5457a3190740005c1bfec55b1c34', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('c09373ebfc73fb5740db5ff02cba4f91', 'f6817f48af4fb3af11b9e8bf182f618b', '339329ed54cf255e1f9392e84f136901', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('c56fb1658ee5f7476380786bf5905399', 'f6817f48af4fb3af11b9e8bf182f618b', 'de13e0f6328c069748de7399fcc1dbbd', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('c6fee38d293b9d0596436a0cbd205070', 'f6817f48af4fb3af11b9e8bf182f618b', '4f84f9400e5e92c95f05b554724c2b58', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('c90b0b01c7ca454d2a1cb7408563e696', 'f6817f48af4fb3af11b9e8bf182f618b', '882a73768cfd7f78f3a37584f7299656', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('cf1feb1bf69eafc982295ad6c9c8d698', 'f6817f48af4fb3af11b9e8bf182f618b', 'a2b11669e98c5fe54a53c3e3c4f35d14', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('cf2ef620217673e4042f695743294f01', 'f6817f48af4fb3af11b9e8bf182f618b', '717f6bee46f44a3897eca9abd6e2ec44', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('cf43895aef7fc684669483ab00ef2257', 'f6817f48af4fb3af11b9e8bf182f618b', '700b7f95165c46cc7a78bf227aa8fed3', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('d281a95b8f293d0fa2a136f46c4e0b10', 'f6817f48af4fb3af11b9e8bf182f618b', '5c8042bd6c601270b2bbd9b20bccc68b', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('d37ad568e26f46ed0feca227aa9c2ffa', 'f6817f48af4fb3af11b9e8bf182f618b', '9502685863ab87f0ad1134142788a385', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('d3ddcacee1acdfaa0810618b74e38ef2', 'f6817f48af4fb3af11b9e8bf182f618b', 'c6cf95444d80435eb37b2f9db3971ae6', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('d3fe195d59811531c05d31d8436f5c8b', '1750a8fb3e6d90cb7957c02de1dc8e59', 'e8af452d8948ea49d37c934f5100ae6a', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('d83282192a69514cfe6161b3087ff962', 'f6817f48af4fb3af11b9e8bf182f618b', '53a9230444d33de28aa11cc108fb1dba', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('d8a5c9079df12090e108e21be94b4fd7', 'f6817f48af4fb3af11b9e8bf182f618b', '078f9558cdeab239aecb2bda1a8ed0d1', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('dbc5dd836d45c5bc7bc94b22596ab956', 'f6817f48af4fb3af11b9e8bf182f618b', '1939e035e803a99ceecb6f5563570fb2', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('dc83bb13c0e8c930e79d28b2db26f01f', 'f6817f48af4fb3af11b9e8bf182f618b', '63b551e81c5956d5c861593d366d8c57', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('dc8fd3f79bd85bd832608b42167a1c71', 'f6817f48af4fb3af11b9e8bf182f618b', '91c23960fab49335831cf43d820b0a61', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('de82e89b8b60a3ea99be5348f565c240', 'f6817f48af4fb3af11b9e8bf182f618b', '56ca78fe0f22d815fabc793461af67b8', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('de8f43229e351d34af3c95b1b9f0a15d', 'f6817f48af4fb3af11b9e8bf182f618b', 'a400e4f4d54f79bf5ce160ae432231af', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('e3e922673f4289b18366bb51b6200f17', '52b0cf022ac4187b2a70dfa4f8b2d940', '45c966826eeff4c99b8f8ebfe74511fc', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('e7467726ee72235baaeb47df04a35e73', 'f6817f48af4fb3af11b9e8bf182f618b', 'e08cb190ef230d5d4f03824198773950', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('eaef4486f1c9b0408580bbfa2037eb66', 'f6817f48af4fb3af11b9e8bf182f618b', '2a470fc0c3954d9dbb61de6d80846549', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('ec4bc97829ab56afd83f428b6dc37ff6', 'f6817f48af4fb3af11b9e8bf182f618b', '200006f0edf145a2b50eacca07585451', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('ec846a3f85fdb6813e515be71f11b331', 'f6817f48af4fb3af11b9e8bf182f618b', '732d48f8e0abe99fe6a23d18a3171cd1', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('ec93bb06f5be4c1f19522ca78180e2ef', 'f6817f48af4fb3af11b9e8bf182f618b', '265de841c58907954b8877fb85212622', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('ecdd72fe694e6bba9c1d9fc925ee79de', 'f6817f48af4fb3af11b9e8bf182f618b', '45c966826eeff4c99b8f8ebfe74511fc', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('edefd8d468f5727db465cf1b860af474', 'f6817f48af4fb3af11b9e8bf182f618b', '6ad53fd1b220989a8b71ff482d683a5a', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('ef8bdd20d29447681ec91d3603e80c7b', 'f6817f48af4fb3af11b9e8bf182f618b', 'ae4fed059f67086fd52a73d913cf473d', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('f177acac0276329dc66af0c9ad30558a', 'f6817f48af4fb3af11b9e8bf182f618b', 'c2c356bf4ddd29975347a7047a062440', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('f17ab8ad1e71341140857ef4914ef297', '21c5a3187763729408b40afb0d0fdfa8', '732d48f8e0abe99fe6a23d18a3171cd1', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('f99f99cc3bc27220cdd4f5aced33b7d7', 'f6817f48af4fb3af11b9e8bf182f618b', '655563cd64b75dcf52ef7bcdd4836953', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('fafe73c4448b977fe42880a6750c3ee8', 'f6817f48af4fb3af11b9e8bf182f618b', '9cb91b8851db0cf7b19d7ecc2a8193dd', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('fced905c7598973b970d42d833f73474', 'f6817f48af4fb3af11b9e8bf182f618b', '4875ebe289344e14844d8e3ea1edd73f', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('fd97963dc5f144d3aecfc7045a883427', 'f6817f48af4fb3af11b9e8bf182f618b', '043780fa095ff1b2bec4dc406d76f023', NULL, NULL, NULL);
|
||
INSERT INTO `sys_role_permission` VALUES ('fed41a4671285efb266cd404f24dd378', '52b0cf022ac4187b2a70dfa4f8b2d940', '00a2a0ae65cdca5e93209cdbde97cbe6', NULL, NULL, NULL);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_sms
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_sms`;
|
||
CREATE TABLE `sys_sms` (
|
||
`id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT 'ID',
|
||
`es_title` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '消息标题',
|
||
`es_type` varchar(1) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '发送方式:1短信 2邮件 3微信',
|
||
`es_receiver` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '接收人',
|
||
`es_param` varchar(1000) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '发送所需参数Json格式',
|
||
`es_content` longtext CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT '推送内容',
|
||
`es_send_time` datetime(0) NULL DEFAULT NULL COMMENT '推送时间',
|
||
`es_send_status` varchar(1) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '推送状态 0未推送 1推送成功 2推送失败 -1失败不再发送',
|
||
`es_send_num` int(11) NULL DEFAULT NULL COMMENT '发送次数 超过5次不再发送',
|
||
`es_result` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '推送失败原因',
|
||
`remark` varchar(500) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '备注',
|
||
`create_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人登录名称',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建日期',
|
||
`update_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '更新人登录名称',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新日期',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
INDEX `index_type`(`es_type`) USING BTREE,
|
||
INDEX `index_receiver`(`es_receiver`) USING BTREE,
|
||
INDEX `index_sendtime`(`es_send_time`) USING BTREE,
|
||
INDEX `index_status`(`es_send_status`) USING BTREE,
|
||
INDEX `idx_ss_es_type`(`es_type`) USING BTREE,
|
||
INDEX `idx_ss_es_receiver`(`es_receiver`) USING BTREE,
|
||
INDEX `idx_ss_es_send_time`(`es_send_time`) USING BTREE,
|
||
INDEX `idx_ss_es_send_status`(`es_send_status`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_sms
|
||
-- ----------------------------
|
||
INSERT INTO `sys_sms` VALUES ('402880e74dc2f361014dc2f8411e0001', '消息推送测试333', '2', '411944058@qq.com', NULL, '张三你好,你的订单4028d881436d514601436d521ae80165已付款!', '2015-06-05 17:06:01', '3', NULL, NULL, '认证失败错误的用户名或者密码', 'admin', '2015-06-05 17:05:59', 'admin', '2015-11-19 22:30:39');
|
||
INSERT INTO `sys_sms` VALUES ('402880ea533647b00153364e74770001', '发个问候', '3', 'admin', NULL, '你好', '2016-03-02 00:00:00', '2', NULL, NULL, NULL, 'admin', '2016-03-02 15:50:24', 'admin', '2018-07-05 19:53:01');
|
||
INSERT INTO `sys_sms` VALUES ('402880ee5a17e711015a17f3188e013f', '消息推送测试333', '2', '411944058@qq.com', NULL, '张三你好,你的订单4028d881436d514601436d521ae80165已付款!', NULL, '2', NULL, NULL, NULL, 'admin', '2017-02-07 17:41:31', 'admin', '2017-03-10 11:37:05');
|
||
INSERT INTO `sys_sms` VALUES ('402880f05ab649b4015ab64b9cd80012', '消息推送测试333', '2', '411944058@qq.com', NULL, '张三你好,你的订单4028d881436d514601436d521ae80165已付款!', '2017-11-16 15:58:15', '3', NULL, NULL, NULL, 'admin', '2017-03-10 11:38:13', 'admin', '2017-07-31 17:24:54');
|
||
INSERT INTO `sys_sms` VALUES ('402880f05ab7b035015ab7c4462c0004', '消息推送测试333', '2', '411944058@qq.com', NULL, '张三你好,你的订单4028d881436d514601436d521ae80165已付款!', '2017-11-16 15:58:15', '3', NULL, NULL, NULL, 'admin', '2017-03-10 18:29:37', NULL, NULL);
|
||
INSERT INTO `sys_sms` VALUES ('402881f3646a472b01646a4a5af00001', '催办:HR审批', '3', 'admin', NULL, 'admin,您好!\r\n请前待办任务办理事项!HR审批\r\n\r\n\r\n===========================\r\n此消息由系统发出', '2018-07-05 19:53:35', '2', NULL, NULL, NULL, 'admin', '2018-07-05 19:53:35', 'admin', '2018-07-07 13:45:24');
|
||
INSERT INTO `sys_sms` VALUES ('402881f3647da06c01647da43a940014', '催办:HR审批', '3', 'admin', NULL, 'admin,您好!\r\n请前待办任务办理事项!HR审批\r\n\r\n\r\n===========================\r\n此消息由系统发出', '2018-07-09 14:04:32', '2', NULL, NULL, NULL, 'admin', '2018-07-09 14:04:32', 'admin', '2018-07-09 18:51:30');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_sms_template
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_sms_template`;
|
||
CREATE TABLE `sys_sms_template` (
|
||
`id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '主键',
|
||
`template_name` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '模板标题',
|
||
`template_code` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '模板CODE',
|
||
`template_type` varchar(1) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '模板类型:1短信 2邮件 3微信',
|
||
`template_content` varchar(1000) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '模板内容',
|
||
`template_test_json` varchar(1000) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '模板测试json',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建日期',
|
||
`create_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人登录名称',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新日期',
|
||
`update_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '更新人登录名称',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
UNIQUE INDEX `uniq_templatecode`(`template_code`) USING BTREE,
|
||
UNIQUE INDEX `uk_sst_template_code`(`template_code`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_sms_template
|
||
-- ----------------------------
|
||
INSERT INTO `sys_sms_template` VALUES ('1199606397416775681', '系统消息通知', 'sys_ts_note', '4', '<h1> 系统通知</h1>\n<ul>\n<li>通知时间: ${ts_date}</li>\n<li>通知内容: ${ts_content}</li>\n</ul>', NULL, '2019-11-27 16:30:27', 'admin', '2019-11-27 19:36:50', 'admin');
|
||
INSERT INTO `sys_sms_template` VALUES ('1199615897335095298', '流程催办', 'bpm_cuiban', '4', '<h1> 流程催办提醒</h1>\n<ul>\n<li>流程名称: ${bpm_name}</li>\n<li>催办任务: ${bpm_task}</li>\n<li>催办时间 : ${datetime}</li>\n<li>催办内容 : ${remark}</li>\n</ul>', NULL, '2019-11-27 17:08:12', 'admin', '2019-11-27 19:36:45', 'admin');
|
||
INSERT INTO `sys_sms_template` VALUES ('1199648914107625473', '流程办理超时提醒', 'bpm_chaoshi_tip', '4', '<h1> 流程办理超时提醒</h1>\n<ul>\n<li> 超时提醒信息: 您有待处理的超时任务,请尽快处理!</li>\n<li> 超时任务标题: ${title}</li>\n<li> 超时任务节点: ${task}</li>\n<li> 任务处理人: ${user}</li>\n<li> 任务开始时间: ${time}</li>\n</ul>', NULL, '2019-11-27 19:19:24', 'admin', '2019-11-27 19:36:37', 'admin');
|
||
INSERT INTO `sys_sms_template` VALUES ('4028608164691b000164693108140003', '催办:${taskName}', 'SYS001', '3', '${userName},您好!\r\n请前待办任务办理事项!${taskName}\r\n\r\n\r\n===========================\r\n此消息由系统发出', '{\r\n\"taskName\":\"HR审批\",\r\n\"userName\":\"admin\"\r\n}', '2018-07-05 14:46:18', 'admin', '2018-07-05 18:31:34', 'admin');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_tenant
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_tenant`;
|
||
CREATE TABLE `sys_tenant` (
|
||
`id` int(11) NOT NULL COMMENT '租户编码',
|
||
`name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '租户名称',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间',
|
||
`create_by` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`begin_date` datetime(0) NULL DEFAULT NULL COMMENT '开始时间',
|
||
`end_date` datetime(0) NULL DEFAULT NULL COMMENT '结束时间',
|
||
`status` int(11) NULL DEFAULT NULL COMMENT '状态 1正常 0冻结',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '多租户信息表' ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_tenant
|
||
-- ----------------------------
|
||
INSERT INTO `sys_tenant` VALUES (1, '北京租户001', '2020-07-10 15:43:32', 'admin', NULL, NULL, 1);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_third_account
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_third_account`;
|
||
CREATE TABLE `sys_third_account` (
|
||
`id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '编号',
|
||
`sys_user_id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '第三方登录id',
|
||
`third_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '登录来源',
|
||
`avatar` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '头像',
|
||
`status` tinyint(1) NULL DEFAULT NULL COMMENT '状态(1-正常,2-冻结)',
|
||
`del_flag` tinyint(1) NULL DEFAULT NULL COMMENT '删除状态(0-正常,1-已删除)',
|
||
`realname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '真实姓名',
|
||
`third_user_uuid` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '第三方账号',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_user
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_user`;
|
||
CREATE TABLE `sys_user` (
|
||
`id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '主键id',
|
||
`username` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '登录账号',
|
||
`realname` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '真实姓名',
|
||
`password` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '密码',
|
||
`salt` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT 'md5密码盐',
|
||
`avatar` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '头像',
|
||
`birthday` datetime(0) NULL DEFAULT NULL COMMENT '生日',
|
||
`sex` tinyint(1) NULL DEFAULT NULL COMMENT '性别(0-默认未知,1-男,2-女)',
|
||
`email` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '电子邮件',
|
||
`phone` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '电话',
|
||
`org_code` varchar(64) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '机构编码',
|
||
`status` tinyint(1) NULL DEFAULT NULL COMMENT '性别(1-正常,2-冻结)',
|
||
`del_flag` tinyint(1) NULL DEFAULT NULL COMMENT '删除状态(0-正常,1-已删除)',
|
||
`third_id` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '第三方登录的唯一标识',
|
||
`third_type` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '第三方类型',
|
||
`activiti_sync` tinyint(1) NULL DEFAULT NULL COMMENT '同步工作流引擎(1-同步,0-不同步)',
|
||
`work_no` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '工号,唯一键',
|
||
`post` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '职务,关联职务表',
|
||
`telephone` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '座机号',
|
||
`create_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间',
|
||
`update_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '更新人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新时间',
|
||
`user_identity` tinyint(1) NULL DEFAULT NULL COMMENT '身份(1普通成员 2上级)',
|
||
`depart_ids` longtext CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT '负责部门',
|
||
`rel_tenant_ids` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '多租户标识',
|
||
`client_id` varchar(64) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '设备ID',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
UNIQUE INDEX `index_user_name`(`username`) USING BTREE,
|
||
UNIQUE INDEX `uniq_sys_user_work_no`(`work_no`) USING BTREE,
|
||
UNIQUE INDEX `uniq_sys_user_username`(`username`) USING BTREE,
|
||
UNIQUE INDEX `uniq_sys_user_phone`(`phone`) USING BTREE,
|
||
UNIQUE INDEX `uniq_sys_user_email`(`email`) USING BTREE,
|
||
INDEX `index_user_status`(`status`) USING BTREE,
|
||
INDEX `index_user_del_flag`(`del_flag`) USING BTREE,
|
||
INDEX `idx_su_username`(`username`) USING BTREE,
|
||
INDEX `idx_su_status`(`status`) USING BTREE,
|
||
INDEX `idx_su_del_flag`(`del_flag`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '用户表' ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_user
|
||
-- ----------------------------
|
||
INSERT INTO `sys_user` VALUES ('1509464454510243842', 'system', '管理员', '600eda1b26b602ea', 'bwbBGF8E', NULL, NULL, NULL, NULL, NULL, 'A01', 1, 0, NULL, NULL, 1, '0451', '', NULL, 'admin', '2022-03-31 17:35:45', 'admin', '2022-03-31 17:37:07', 1, '', '', NULL);
|
||
INSERT INTO `sys_user` VALUES ('3d464b4ea0d2491aab8a7bde74c57e95', 'zhangsan', '张三', '02ea098224c7d0d2077c14b9a3a1ed16', 'x5xRdeKB', 'https://static.jeecg.com/temp/jmlogo_1606575041993.png', NULL, NULL, NULL, NULL, '财务部', 1, 1, NULL, NULL, 1, '0005', '总经理', NULL, 'admin', '2020-05-14 21:26:24', 'admin', '2020-09-09 14:42:51', 1, '', '', NULL);
|
||
INSERT INTO `sys_user` VALUES ('a75d45a015c44384a04449ee80dc3503', 'jeecg', 'jeecg', '58a714412072f0b9', 'mIgiYJow', 'https://static.jeecg.com/temp/国炬软件logo_1606575029126.png', NULL, 1, NULL, NULL, 'A02A01', 1, 1, NULL, NULL, 1, '00002', 'devleader', NULL, 'admin', '2019-02-13 16:02:36', 'admin', '2020-11-26 15:16:05', 1, '', NULL, NULL);
|
||
INSERT INTO `sys_user` VALUES ('e9ca23d68d884d4ebb19d07889727dae', 'admin', '管理员', 'cb362cfeefbf3d8d', 'RCGTeGiH', 'https://static.jeecg.com/temp/国炬软件logo_1606575029126.png', '2018-12-05 00:00:00', 1, 'jeecg@163.com', '18611111111', 'A01', 1, 0, NULL, NULL, 1, '00001', '总经理', NULL, NULL, '2020-06-21 17:54:10', 'admin', '2020-07-10 15:27:10', 2, 'c6d7cb4deeac411cb3384b1b31278596', '', NULL);
|
||
INSERT INTO `sys_user` VALUES ('f0019fdebedb443c98dcb17d88222c38', 'zhagnxiao', '张小红', 'f898134e5e52ae11a2ffb2c3b57a4e90', 'go3jJ4zX', 'https://static.jeecg.com/temp/jmlogo_1606575041993.png', '2019-04-01 00:00:00', NULL, NULL, NULL, '研发部,财务部', 2, 1, NULL, NULL, 1, '00003', '', NULL, 'admin', '2020-10-01 19:34:10', 'admin', '2020-11-26 15:24:59', 1, '', '', NULL);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_user_agent
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_user_agent`;
|
||
CREATE TABLE `sys_user_agent` (
|
||
`id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '序号',
|
||
`user_name` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '用户名',
|
||
`agent_user_name` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '代理人用户名',
|
||
`start_time` datetime(0) NULL DEFAULT NULL COMMENT '代理开始时间',
|
||
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '代理结束时间',
|
||
`status` varchar(2) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '状态0无效1有效',
|
||
`create_name` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人名称',
|
||
`create_by` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人登录名称',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建日期',
|
||
`update_name` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '更新人名称',
|
||
`update_by` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '更新人登录名称',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新日期',
|
||
`sys_org_code` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '所属部门',
|
||
`sys_company_code` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '所属公司',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
UNIQUE INDEX `uniq_username`(`user_name`) USING BTREE,
|
||
UNIQUE INDEX `uk_sug_user_name`(`user_name`) USING BTREE,
|
||
INDEX `statux_index`(`status`) USING BTREE,
|
||
INDEX `begintime_index`(`start_time`) USING BTREE,
|
||
INDEX `endtime_index`(`end_time`) USING BTREE,
|
||
INDEX `idx_sug_status`(`status`) USING BTREE,
|
||
INDEX `idx_sug_start_time`(`start_time`) USING BTREE,
|
||
INDEX `idx_sug_end_time`(`end_time`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '用户代理人设置' ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_user_depart
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_user_depart`;
|
||
CREATE TABLE `sys_user_depart` (
|
||
`ID` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT 'id',
|
||
`user_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '用户id',
|
||
`dep_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '部门id',
|
||
PRIMARY KEY (`ID`) USING BTREE,
|
||
INDEX `index_depart_groupk_userid`(`user_id`) USING BTREE,
|
||
INDEX `index_depart_groupkorgid`(`dep_id`) USING BTREE,
|
||
INDEX `index_depart_groupk_uidanddid`(`user_id`, `dep_id`) USING BTREE,
|
||
INDEX `idx_sud_user_id`(`user_id`) USING BTREE,
|
||
INDEX `idx_sud_dep_id`(`dep_id`) USING BTREE,
|
||
INDEX `idx_sud_user_dep_id`(`user_id`, `dep_id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_user_depart
|
||
-- ----------------------------
|
||
INSERT INTO `sys_user_depart` VALUES ('1509464799768571905', '1509464454510243842', 'c6d7cb4deeac411cb3384b1b31278596');
|
||
INSERT INTO `sys_user_depart` VALUES ('1281490128540393474', 'e9ca23d68d884d4ebb19d07889727dae', 'c6d7cb4deeac411cb3384b1b31278596');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_user_role
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_user_role`;
|
||
CREATE TABLE `sys_user_role` (
|
||
`id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '主键id',
|
||
`user_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '用户id',
|
||
`role_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '角色id',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
INDEX `index2_groupuu_user_id`(`user_id`) USING BTREE,
|
||
INDEX `index2_groupuu_ole_id`(`role_id`) USING BTREE,
|
||
INDEX `index2_groupuu_useridandroleid`(`user_id`, `role_id`) USING BTREE,
|
||
INDEX `idx_sur_user_id`(`user_id`) USING BTREE,
|
||
INDEX `idx_sur_role_id`(`role_id`) USING BTREE,
|
||
INDEX `idx_sur_user_role_id`(`user_id`, `role_id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '用户角色表' ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_user_role
|
||
-- ----------------------------
|
||
INSERT INTO `sys_user_role` VALUES ('b3ffd9311a1ca296c44e2409b547384f', '01b802058ea94b978a2c96f4807f6b48', '1');
|
||
INSERT INTO `sys_user_role` VALUES ('1509464799659520002', '1509464454510243842', '1509464524584480770');
|
||
INSERT INTO `sys_user_role` VALUES ('f2922a38ba24fb53749e45a0c459adb3', '439ae3e9bcf7418583fcd429cadb1d72', '1');
|
||
INSERT INTO `sys_user_role` VALUES ('ee45d0343ecec894b6886effc92cb0b7', '4d8fef4667574b24a9ccfedaf257810c', 'f6817f48af4fb3af11b9e8bf182f618b');
|
||
INSERT INTO `sys_user_role` VALUES ('1281490128242597889', 'e9ca23d68d884d4ebb19d07889727dae', 'f6817f48af4fb3af11b9e8bf182f618b');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for test_demo
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `test_demo`;
|
||
CREATE TABLE `test_demo` (
|
||
`id` varchar(36) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '主键',
|
||
`create_by` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人登录名称',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建日期',
|
||
`update_by` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '更新人登录名称',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新日期',
|
||
`name` varchar(200) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '用户名',
|
||
`sex` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '性别',
|
||
`age` int(11) NULL DEFAULT NULL COMMENT '年龄',
|
||
`descc` varchar(500) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '描述',
|
||
`birthday` datetime(0) NULL DEFAULT NULL COMMENT '生日',
|
||
`user_code` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '用户编码',
|
||
`file_kk` varchar(500) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '附件',
|
||
`top_pic` varchar(500) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '头像',
|
||
`chegnshi` varchar(300) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '城市',
|
||
`ceck` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT 'checkbox',
|
||
`xiamuti` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '下拉多选',
|
||
`search_sel` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '搜索下拉',
|
||
`pop` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '弹窗',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of test_demo
|
||
-- ----------------------------
|
||
INSERT INTO `test_demo` VALUES ('1331884149004910593', 'admin', '2020-11-26 16:55:01', NULL, NULL, '张三', '1', NULL, NULL, NULL, NULL, '', '', '130304', NULL, NULL, NULL, NULL);
|
||
INSERT INTO `test_demo` VALUES ('1331901553776869377', 'admin', '2020-11-26 18:04:10', 'admin', '2020-11-26 18:04:24', '张三', '2', NULL, '', NULL, '', '', '', '', '1', '1,2', 'hr', '');
|
||
INSERT INTO `test_demo` VALUES ('4028810c6aed99e1016aed9b31b40002', NULL, NULL, 'admin', '2019-10-19 15:37:27', 'jeecg', '2', 55, '5', '2019-05-15 00:00:00', NULL, '', '', NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `test_demo` VALUES ('4028810c6b02cba2016b02cba21f0000', 'admin', '2019-05-29 16:53:48', 'admin', '2019-08-23 23:45:21', '张小红', '1', 8222, '8', '2019-04-01 00:00:00', NULL, '', '', NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `test_demo` VALUES ('4028810c6b40244b016b4030a0e40001', 'admin', '2019-06-10 15:00:57', 'admin', '2020-05-03 01:28:34', '小芳', '2', 0, NULL, '2019-04-01 00:00:00', NULL, '', '11_1582482670686.jpg', NULL, NULL, NULL, NULL, NULL);
|
||
INSERT INTO `test_demo` VALUES ('fa1d1c249461498d90f405b94f60aae0', '', NULL, 'admin', '2019-05-15 12:30:28', '战三', '2', 222, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for test_enhance_select
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `test_enhance_select`;
|
||
CREATE TABLE `test_enhance_select` (
|
||
`id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`province` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '省份',
|
||
`city` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '市',
|
||
`area` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '区',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建日期',
|
||
`create_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of test_enhance_select
|
||
-- ----------------------------
|
||
INSERT INTO `test_enhance_select` VALUES ('1256614575282958338', '1230769290609725441', '1230769470889299970', '1230769620021972993', '2020-05-03 00:00:36', 'admin');
|
||
INSERT INTO `test_enhance_select` VALUES ('402880e570801ffe01708053743c002e', '1230769253267836929', '1230769769930592257', '1230769855347593217', '2020-02-26 15:08:37', 'admin');
|
||
INSERT INTO `test_enhance_select` VALUES ('402880e570801ffe017080538b24002f', '1230769290609725441', '1230769470889299970', '1230769620021972993', '2020-02-26 15:08:43', 'admin');
|
||
INSERT INTO `test_enhance_select` VALUES ('402880e570801ffe01708053b2b10030', '1230769253267836929', '1230769347157331969', '1230769407907631106', '2020-02-26 15:08:53', 'admin');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for test_note
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `test_note`;
|
||
CREATE TABLE `test_note` (
|
||
`id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`create_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建日期',
|
||
`update_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '更新人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新日期',
|
||
`sys_org_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '所属部门',
|
||
`name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '用户名',
|
||
`age` int(11) NULL DEFAULT NULL COMMENT '年龄',
|
||
`sex` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '性别',
|
||
`birthday` datetime(0) NULL DEFAULT NULL COMMENT '生日',
|
||
`contents` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '请假原因',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of test_note
|
||
-- ----------------------------
|
||
INSERT INTO `test_note` VALUES ('1257876639515222017', 'admin', '2020-05-06 11:35:35', NULL, NULL, 'A01', '不同意', 20, '1', '2020-05-06 00:00:00', '999');
|
||
INSERT INTO `test_note` VALUES ('1260208702503366657', 'admin', '2020-05-12 22:02:23', 'admin', '2020-07-11 11:40:24', 'A01', 'jeecg', 22233, '2', '2020-05-12 00:00:00', 'sss');
|
||
INSERT INTO `test_note` VALUES ('1304309860578455553', 'admin', '2020-09-11 14:44:38', NULL, NULL, 'A01', 'zhangsan', 222, '1', '2020-09-11 00:00:00', '222');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for test_order_main
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `test_order_main`;
|
||
CREATE TABLE `test_order_main` (
|
||
`id` varchar(36) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
|
||
`create_by` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建日期',
|
||
`update_by` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '更新人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新日期',
|
||
`order_code` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '订单编码',
|
||
`order_date` datetime(0) NULL DEFAULT NULL COMMENT '下单时间',
|
||
`descc` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '描述',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of test_order_main
|
||
-- ----------------------------
|
||
INSERT INTO `test_order_main` VALUES ('1256629667445714946', 'admin', '2020-05-03 01:00:34', 'admin', '2020-11-26 15:22:35', '鼠标', '2020-05-03 00:00:00', '15');
|
||
INSERT INTO `test_order_main` VALUES ('1331861164286099457', 'admin', '2020-11-26 15:23:41', 'admin', '2020-11-26 19:49:56', '33', '2020-11-21 00:00:00', '44');
|
||
INSERT INTO `test_order_main` VALUES ('1332354141651570690', 'admin', '2020-11-28 00:02:36', NULL, NULL, '11', '2020-11-28 00:00:00', '2');
|
||
INSERT INTO `test_order_main` VALUES ('4028810c6b40244b016b40686dfb0003', 'admin', '2019-06-10 16:01:54', 'admin', '2020-02-24 02:31:59', 'B002', '2019-06-10 00:00:00', '123');
|
||
INSERT INTO `test_order_main` VALUES ('4028810c6b40244b016b4068ef890006', 'admin', '2019-06-10 16:02:27', 'admin', '2020-05-03 01:00:17', '00001', '2019-06-10 00:00:00', '购买产品BOOT');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for test_order_product
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `test_order_product`;
|
||
CREATE TABLE `test_order_product` (
|
||
`id` varchar(36) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '主键',
|
||
`create_by` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建日期',
|
||
`update_by` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '更新人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新日期',
|
||
`product_name` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '产品名字',
|
||
`price` double(32, 0) NULL DEFAULT NULL COMMENT '价格',
|
||
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
||
`descc` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '描述',
|
||
`order_fk_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '订单外键ID',
|
||
`pro_type` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '产品类型',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of test_order_product
|
||
-- ----------------------------
|
||
INSERT INTO `test_order_product` VALUES ('1331860890813284353', 'admin', '2020-11-26 15:22:35', NULL, NULL, '44', 44, 44, '', '1256629667445714946', '1');
|
||
INSERT INTO `test_order_product` VALUES ('1331861166739767297', 'admin', '2020-11-26 19:49:56', NULL, NULL, '44', 44, 4, '444', '1331861164286099457', '2');
|
||
INSERT INTO `test_order_product` VALUES ('1331861166752350210', 'admin', '2020-11-26 15:23:41', NULL, NULL, '44', 44, 4, '44', '1331861164286099457', '');
|
||
INSERT INTO `test_order_product` VALUES ('1331861166769127425', 'admin', '2020-11-26 15:23:41', NULL, NULL, '44', 44, 4, '44', '1331861164286099457', '');
|
||
INSERT INTO `test_order_product` VALUES ('1331928171161427969', 'admin', '2020-11-26 19:49:56', NULL, NULL, '66', 66, 66, '666', '1331861164286099457', '2');
|
||
INSERT INTO `test_order_product` VALUES ('1332354141873868802', 'admin', '2020-11-28 00:02:36', NULL, NULL, '2', 22, 2, '', '1332354141651570690', '2');
|
||
INSERT INTO `test_order_product` VALUES ('1332354141940977665', 'admin', '2020-11-28 00:02:36', NULL, NULL, '2', 2, 2, '', '1332354141651570690', '2');
|
||
INSERT INTO `test_order_product` VALUES ('1332354141961949186', 'admin', '2020-11-28 00:02:36', NULL, NULL, '2', 22, 2, '', '1332354141651570690', '');
|
||
INSERT INTO `test_order_product` VALUES ('1332354141978726401', 'admin', '2020-11-28 00:02:36', NULL, NULL, '2', 2, 2, '', '1332354141651570690', '1');
|
||
INSERT INTO `test_order_product` VALUES ('15665749852471', 'admin', '2020-05-03 01:00:17', NULL, NULL, '樱桃键盘', 200, 22, '', '4028810c6b40244b016b4068ef890006', '2');
|
||
INSERT INTO `test_order_product` VALUES ('15665749948861', 'admin', '2020-02-24 02:05:38', NULL, NULL, '333', 33, NULL, '', '402831816a38e7fd016a38e825c90003', '');
|
||
INSERT INTO `test_order_product` VALUES ('15884355700882143174', 'admin', '2020-05-03 01:00:17', NULL, NULL, '雷蛇鼠标', 100, NULL, '', '4028810c6b40244b016b4068ef890006', '1');
|
||
INSERT INTO `test_order_product` VALUES ('15884355711373624689', 'admin', '2020-05-03 01:00:17', NULL, NULL, 'AOC显示器', 900, NULL, '', '4028810c6b40244b016b4068ef890006', '1');
|
||
INSERT INTO `test_order_product` VALUES ('15884388229280883233', 'admin', '2020-11-26 15:22:35', NULL, NULL, '华为手机', 25, 35, '345', '1256629667445714946', '1');
|
||
INSERT INTO `test_order_product` VALUES ('15884388231401967996', 'admin', '2020-07-11 11:36:36', NULL, NULL, '低代码平台', 25, 35, '445', '1256629667445714946', '1');
|
||
INSERT INTO `test_order_product` VALUES ('15884388463052345317', 'admin', '2020-07-11 11:36:36', NULL, NULL, '表单设计器', 55, 55, '55', '1256629667445714946', '2');
|
||
INSERT INTO `test_order_product` VALUES ('402831816a38e7fd016a38e7fdeb0001', 'admin', '2019-04-20 12:01:29', NULL, NULL, '笔记本', 100, 10, NULL, '402831816a38e7fd016a38e7fddf0000', NULL);
|
||
INSERT INTO `test_order_product` VALUES ('402831816a38e7fd016a38e7fdf10002', 'admin', '2019-04-20 12:01:29', NULL, NULL, '显示器', 300, 1, NULL, '402831816a38e7fd016a38e7fddf0000', NULL);
|
||
INSERT INTO `test_order_product` VALUES ('4028810c6b40244b016b40686e050004', 'admin', '2020-02-24 02:31:59', NULL, NULL, '笔记本', 2000, 2, '123', '4028810c6b40244b016b40686dfb0003', '2');
|
||
INSERT INTO `test_order_product` VALUES ('4028810c6b40244b016b406884080005', 'admin', '2020-02-24 02:05:38', NULL, NULL, '333', NULL, 33, '', '402831816a38e7fd016a38e825c90003', '');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for test_person
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `test_person`;
|
||
CREATE TABLE `test_person` (
|
||
`id` varchar(36) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
|
||
`create_by` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建日期',
|
||
`update_by` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '更新人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新日期',
|
||
`sex` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '性别',
|
||
`name` varchar(200) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '用户名',
|
||
`content` longtext CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT '请假原因',
|
||
`be_date` datetime(0) NULL DEFAULT NULL COMMENT '请假时间',
|
||
`qj_days` int(11) NULL DEFAULT NULL COMMENT '请假天数',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of test_person
|
||
-- ----------------------------
|
||
INSERT INTO `test_person` VALUES ('8ca668defdae47df8649a5477ae08b05', 'admin', '2019-04-12 09:51:37', NULL, NULL, '1', 'zhangdaiscott', 'dsdsd', '2019-04-12 00:00:00', 2);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for test_shoptype_tree
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `test_shoptype_tree`;
|
||
CREATE TABLE `test_shoptype_tree` (
|
||
`id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '主键',
|
||
`create_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建日期',
|
||
`update_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '更新人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新日期',
|
||
`sys_org_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '所属部门',
|
||
`type_name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '商品分类',
|
||
`pic` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '分类图片',
|
||
`pid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '父级节点',
|
||
`has_child` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '是否有子节点',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of test_shoptype_tree
|
||
-- ----------------------------
|
||
INSERT INTO `test_shoptype_tree` VALUES ('1256628820489908225', 'admin', '2020-05-03 00:57:12', NULL, NULL, 'A01', '衣服', NULL, '0', '0');
|
||
INSERT INTO `test_shoptype_tree` VALUES ('1256628843097206786', 'admin', '2020-05-03 00:57:17', NULL, NULL, 'A01', '电子产品', NULL, '0', '0');
|
||
INSERT INTO `test_shoptype_tree` VALUES ('1256629035921944577', 'admin', '2020-05-03 00:58:03', NULL, NULL, 'A01', '三星显示器', 'gh_f28e66390fc9_344 (shop)_1588438682583.jpg', '1256628864848867329', '0');
|
||
INSERT INTO `test_shoptype_tree` VALUES ('1256629093740425218', 'admin', '2020-05-03 00:58:17', 'admin', '2020-05-03 22:32:37', 'A01', '手机', '', '0', '1');
|
||
INSERT INTO `test_shoptype_tree` VALUES ('1256629139206680578', 'admin', '2020-05-03 00:58:28', NULL, NULL, 'A01', 'iPhone', 'e1fe9925bc315c60addea1b98eb1cb1349547719_1588438707727.jpg', '1256629093740425218', '0');
|
||
INSERT INTO `test_shoptype_tree` VALUES ('1256629188993069058', 'admin', '2020-05-03 00:58:40', 'admin', '2020-05-03 00:58:55', 'A01', '华为手机', 'jeewxshop测试号_1588438719823.jpg', '1256629093740425218', '0');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for tqc_gateway_common
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `tqc_gateway_common`;
|
||
CREATE TABLE `tqc_gateway_common` (
|
||
`id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`create_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建日期',
|
||
`update_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '更新人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新日期',
|
||
`sys_org_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '所属部门',
|
||
`heard_logo_url` varchar(2000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '门户头部logo',
|
||
`heard_logo_urlen` varchar(2000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '门户头部logo-英文版',
|
||
`footer_logo_url` varchar(2000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '门户尾部logo',
|
||
`footer_logo_urlen` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '门户尾部logo-英文版',
|
||
`copyright` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '版权所有',
|
||
`mailbox` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '版权所有-英文版',
|
||
`mailboxen` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '邮箱-英文版',
|
||
`copyrighten` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '版权所有-英文版',
|
||
`address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '地址',
|
||
`addressen` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '地址-英文版',
|
||
`record_number` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备案号',
|
||
`record_numberen` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备案号-英文版',
|
||
`homepage_url` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '学校主页地址',
|
||
`homepage_urlen` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '学校主页地址-英文版',
|
||
`wechat_url` varchar(2000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '官方微信',
|
||
`wechat_urlen` varchar(2000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '官方微信-英文版',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '门户-基本配置' ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of tqc_gateway_common
|
||
-- ----------------------------
|
||
INSERT INTO `tqc_gateway_common` VALUES ('1', 'admin', '2022-03-25 09:55:28', NULL, '2022-03-31 17:52:37', NULL, 'temp/logo_1648173259165.png', 'temp/logo_1648173259165.png', 'temp/logo2_1648173262212.png', 'temp/logo2_1648173262212.png', '吉林农业大学', 'webmaster@jlau.edu.cn', 'webmaster@jlau.edu.cn', 'Jilin Agricultural University', '吉林省长春市新城大街2888号(130118)', '吉林省长春市新城大街2888号(130118)(en)', '吉ICP备10001377号-1 吉公网安备22017202000217号', '吉ICP备10001377号-1 吉公网安备22017202000217号(en)', 'https://www.baidu.com/', 'http://www.jlau.edu.cn', 'temp/erweima_1648173302632.png', 'temp/erweima_1648173302632.png');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for tqc_i18n_config
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `tqc_i18n_config`;
|
||
CREATE TABLE `tqc_i18n_config` (
|
||
`id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
||
`create_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建日期',
|
||
`update_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '更新人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新日期',
|
||
`sys_org_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '所属部门',
|
||
`identification` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '语言标识',
|
||
`name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '显示名称',
|
||
`i18n_json` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '国际化JSON',
|
||
`is_enable` varchar(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '是否启用(Y:是,N:否),同一个标识只能有一个启用的',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '门户-国际化配置' ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of tqc_i18n_config
|
||
-- ----------------------------
|
||
INSERT INTO `tqc_i18n_config` VALUES ('1506874219039563778', NULL, '2022-03-24 14:03:05', 'admin', '2022-04-08 14:50:05', NULL, 'cn', '中文', '{\n //公用部分\n common: {\n schoolHomePage: \'学校主页\',\n homePage: \'网站首页\',\n contactUs: \'联系我们\',\n searchPlaceholder: \'请输入要搜索的内容\',\n homeName: \'首页\',\n copyright: \'版权所有:\',\n mailbox: \'邮箱:\',\n address: \'地址:\',\n recordNumber: \'备案号:\',\n wechat: \'官方微信\',\n more: \'更多\',\n workDynamics: \'工作动态\',\n notice: \'通知公告\',\n fastGuid: \'快速导航\',\n link: \'友情链接\',\n currentLocation: \'当前位置:\',\n author: \'作者:\',\n source: \'来源:\',\n publishTime: \'发布日期:\',\n enclosure: \'附件:\',\n },\n //组件内容\n assembly:{\n datePicker: \'选择时间\'\n },\n }', 'Y');
|
||
INSERT INTO `tqc_i18n_config` VALUES ('1506874335557328898', NULL, '2022-03-24 14:03:33', 'admin', '2022-04-08 14:49:52', NULL, 'en', 'English', '{\n //公用部分\n common: {\n schoolHomePage: \'school home page\',\n homePage: \'home page\',\n contactUs: \'countact us\',\n searchPlaceholder: \'Please enter the content to search\',\n homeName: \'home\',\n copyright: \'copyright:\',\n mailbox: \'mailbox:\',\n address: \'address:\',\n recordNumber: \'Record number:\',\n wechat: \'Official wechat\',\n more: \'more\',\n workDynamics: \'work Dynamics\',\n notice: \'notice\',\n fastGuid: \'fast Guid\',\n link: \'link\',\n currentLocation: \'current Location:\',\n author: \'author:\',\n source: \'source:\',\n publishTime: \'Release date:\',\n enclosure: \'enclosure:\',\n },\n //组件内容\n assembly:{\n datePicker: \'select time\'\n },\n }', 'Y');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for tqd_gateway_article
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `tqd_gateway_article`;
|
||
CREATE TABLE `tqd_gateway_article` (
|
||
`id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT 'id',
|
||
`create_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建日期',
|
||
`update_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '更新人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新日期',
|
||
`sys_org_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '所属部门',
|
||
`column_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '分类-栏目表ID',
|
||
`title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '标题',
|
||
`titleen` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '标题-英文版',
|
||
`cover` varchar(2000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '封面图url',
|
||
`coveren` varchar(2000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '封面图url--英文版',
|
||
`type` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '文章类型',
|
||
`author` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '作者',
|
||
`authoren` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '作者-英文版',
|
||
`source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '来源',
|
||
`sourceen` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '来源-英文版',
|
||
`content` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '文章内容',
|
||
`contenten` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '文章内容-英文版',
|
||
`files` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '附件',
|
||
`filesen` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '附件-英文版',
|
||
`is_release` varchar(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '是否发布(Y:是N:否)',
|
||
`content_file` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '文章内容文件',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '门户-文章' ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of tqd_gateway_article
|
||
-- ----------------------------
|
||
INSERT INTO `tqd_gateway_article` VALUES ('1519164049617391618', 'admin', '2022-04-27 00:00:00', 'admin', '2022-04-27 13:41:49', 'A01', '201', '2我单位爽肤水舞蹈服', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<p>改完过玩给改好</p>', NULL, NULL, NULL, 'Y', NULL);
|
||
INSERT INTO `tqd_gateway_article` VALUES ('1519165219798847489', 'admin', '2022-04-27 00:00:00', 'admin', '2022-04-27 13:41:52', 'A01', '001', '省委专题会议:努力把人参产业打造成为千亿级优势产业', NULL, 'temp/tu1_1651032176661.png', NULL, '首页轮播', NULL, NULL, NULL, NULL, '<p>胜多负少告诉我文啥为不本文共我 </p>', NULL, NULL, NULL, 'Y', NULL);
|
||
INSERT INTO `tqd_gateway_article` VALUES ('1519200144010874882', 'admin', '2022-04-27 14:21:54', NULL, NULL, 'A01', '301', '人才活力支持人才服吉林省委省政府关于激发人才活力支持人才服', NULL, NULL, NULL, NULL, 'aaa', NULL, 'bbb', NULL, '<p>《政府工作报告》指出,2022年,吉林省坚决扛稳国家粮食安全重任,深入实施藏粮于地、藏粮于技战略,推动乡村全面振兴取得新进略,推动乡村全面振兴取得新进</p>', NULL, NULL, NULL, 'Y', NULL);
|
||
INSERT INTO `tqd_gateway_article` VALUES ('1519200519950536705', 'admin', '2022-04-27 14:23:24', NULL, NULL, 'A01', '301', '国务院关于印发“十四五”推进农业农村现代化规划的通知', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<p>国务院关于印发“十四五”推进农业农村现代化规划的通知国务院关于印发“十四五”推进农业农村现代化规划的通知国务院关于印发“十四五”推进农业农村现代化规划的通知国务院关于印发“十四五”推进农业农村现代化规划的通知</p>', NULL, NULL, NULL, 'Y', NULL);
|
||
INSERT INTO `tqd_gateway_article` VALUES ('1519200596895043585', 'admin', '2022-04-27 14:23:42', NULL, NULL, 'A01', '301', '农业农村部办公厅关于印发《推进生态农场建设的指导意见', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<p>农业农村部办公厅关于印发《推进生态农场建设的指导意见农业农村部办公厅关于印发《推进生态农场建设的指导意见农业农村部办公厅关于印发《推进生态农场建设的指导意见</p>', NULL, NULL, NULL, 'Y', NULL);
|
||
INSERT INTO `tqd_gateway_article` VALUES ('1519204805367402498', 'admin', '2022-04-27 14:40:26', NULL, NULL, 'A01', '302', '吉林省委省政府关于激发人才活力支持人才服吉林省委省政府关于激发人才活力支持人才服', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<div>《政府工作报告》指出,2022年,吉林省坚决扛稳国家粮食安全重任,深入实施藏粮于地、藏粮于技战略,推动乡村全面振兴取得新进略,推动乡村全面振兴取得新进</div>', NULL, NULL, NULL, 'Y', NULL);
|
||
INSERT INTO `tqd_gateway_article` VALUES ('1519204884010602497', 'admin', '2022-04-27 14:40:44', NULL, NULL, 'A01', '302', '吉林省支农惠农兴农政策(二)', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<div>吉林省支农惠农兴农政策(二)吉林省支农惠农兴农政策(二)吉林省支农惠农兴农政策(二)</div>', NULL, NULL, NULL, 'Y', NULL);
|
||
INSERT INTO `tqd_gateway_article` VALUES ('1519204951568257026', 'admin', '2022-04-27 14:41:01', NULL, NULL, 'A01', '302', '六部门发布《关于促进生猪产业持续健康发展的意见》', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<div>六部门发布《关于促进生猪产业持续健康发展的意见》六部门发布《关于促进生猪产业持续健康发展的意见》六部门发布《关于促进生猪产业持续健康发展的意见》</div>', NULL, NULL, NULL, 'Y', NULL);
|
||
INSERT INTO `tqd_gateway_article` VALUES ('1519214883533328386', 'admin', '2022-04-27 15:20:29', NULL, NULL, 'A01', '303', '国务院关于印发“十四五”推进农业', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<p>国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五</p>', NULL, NULL, NULL, 'Y', NULL);
|
||
INSERT INTO `tqd_gateway_article` VALUES ('1519224017817276418', 'admin', '2022-04-27 15:56:46', NULL, NULL, 'A01', '304', '国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五', NULL, 'temp/kycg_1_1651046201279.png', NULL, NULL, NULL, NULL, NULL, NULL, '<p>近日,农业农村部、财政部明确2022年粮食生产重点工作及一揽子支持政策,要</p>', NULL, NULL, NULL, 'Y', NULL);
|
||
INSERT INTO `tqd_gateway_article` VALUES ('1519229184260280322', 'admin', '2022-04-27 16:17:18', NULL, NULL, 'A01', '305', '1国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<p>国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五</p>', NULL, NULL, NULL, 'Y', NULL);
|
||
INSERT INTO `tqd_gateway_article` VALUES ('1519229234281549825', 'admin', '2022-04-27 16:17:30', NULL, NULL, 'A01', '305', '2国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<p>国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五</p>', NULL, NULL, NULL, 'Y', NULL);
|
||
INSERT INTO `tqd_gateway_article` VALUES ('1519232069291315202', 'admin', '2022-04-27 00:00:00', 'admin', '2022-04-27 16:29:42', 'A01', '306', '六部门发布《关于促进生猪产业持续健康发展的意见》', NULL, 'temp/zhu_1651048119668.png', NULL, NULL, NULL, NULL, NULL, NULL, '<p>省委十一届九次全会提出吉林省《关于全面实施“一主六双”高质量发省委十一届九次全会提出吉高质量发省委十一届九次全会提出吉</p>', NULL, NULL, NULL, 'Y', NULL);
|
||
INSERT INTO `tqd_gateway_article` VALUES ('1519232368538128386', 'admin', '2022-04-27 16:29:57', NULL, NULL, 'A01', '306', '国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<p>国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五国务院关于印发“十四五”推进农业印发“十四五</p>', NULL, NULL, NULL, 'Y', NULL);
|
||
INSERT INTO `tqd_gateway_article` VALUES ('1519849991047041026', 'admin', '2022-04-29 09:24:10', NULL, NULL, 'A01', '10201', '1关于滞留长吉两市农民返乡春耕工作方案', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<p>关于滞留长吉两市农民返乡春耕工作方案关于滞留长吉两市农民返乡春耕工作方案关于滞留长吉两市农民返乡春耕工作方案</p>', NULL, NULL, NULL, 'Y', NULL);
|
||
INSERT INTO `tqd_gateway_article` VALUES ('1519850048827772930', 'admin', '2022-04-29 09:24:24', NULL, NULL, 'A01', '10201', '2关于滞留长吉两市农民返乡春耕工作方案', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<p>关于滞留长吉两市农民返乡春耕工作方案关于滞留长吉两市农民返乡春耕工作方案关于滞留长吉两市农民返乡春耕工作方案</p>', NULL, NULL, NULL, 'Y', NULL);
|
||
INSERT INTO `tqd_gateway_article` VALUES ('1519932615815856129', 'admin', '2022-04-29 00:00:00', 'admin', '2022-04-29 14:55:52', 'A01', '106', '关于滞留长吉两市农民返乡春耕工作方案', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<p> </p>\n<div class=\"cyhl left\" style=\"padding: 0px; margin: 0px; -webkit-font-smoothing: antialiased; font-family: \'Microsoft Yahei\', sans-serif, SimSun, SimHei; color: #333333; box-sizing: border-box; word-break: break-all; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); width: 731px; display: block;\">\n<h3 class=\"elli\" style=\"padding: 0px; margin: 0px; -webkit-font-smoothing: antialiased; color: #0067cc; box-sizing: border-box; word-break: break-all; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size: 18px; display: inline !important;\">关于滞留长吉两市农民返乡春耕工作方案</h3>\n<h3 class=\"elli\" style=\"padding: 0px; margin: 0px; -webkit-font-smoothing: antialiased; color: #0067cc; box-sizing: border-box; word-break: break-all; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size: 18px; display: inline !important;\">关于滞留长吉两市农民返乡春耕工作方案</h3>\n<h3 class=\"elli\" style=\"padding: 0px; margin: 0px; -webkit-font-smoothing: antialiased; color: #0067cc; box-sizing: border-box; word-break: break-all; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size: 18px; display: inline !important;\">关于滞留长吉两市农民返乡春耕工作方案</h3>\n<h3 class=\"elli\" style=\"padding: 0px; margin: 0px; -webkit-font-smoothing: antialiased; color: #0067cc; box-sizing: border-box; word-break: break-all; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size: 18px; display: inline !important;\">关于滞留长吉两市农民返乡春耕工作方案</h3>\n<div class=\"cyhl left\" style=\"padding: 0px; margin: 0px; -webkit-font-smoothing: antialiased; box-sizing: border-box; word-break: break-all; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); width: 731px; display: inline !important;\"> </div>\n<div class=\"cyhl left\" style=\"padding: 0px; margin: 0px; -webkit-font-smoothing: antialiased; box-sizing: border-box; word-break: break-all; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); width: 731px; display: inline !important;\"> </div>\n<div class=\"cyhl left\" style=\"padding: 0px; margin: 0px; -webkit-font-smoothing: antialiased; box-sizing: border-box; word-break: break-all; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); width: 731px; display: inline !important;\"> </div>\n<div class=\"cyhl left\" style=\"padding: 0px; margin: 0px; -webkit-font-smoothing: antialiased; box-sizing: border-box; word-break: break-all; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); width: 731px; display: inline !important;\"> </div>\n<h3 class=\"elli\" style=\"padding: 0px; margin: 0px; -webkit-font-smoothing: antialiased; font-family: \'Microsoft Yahei\', sans-serif, SimSun, SimHei; color: #0067cc; box-sizing: border-box; word-break: break-all; font-weight: 600; display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size: 18px;\"><a class=\"cyh_coa clearfloat\" style=\"padding: 0px; margin: 0px; -webkit-font-smoothing: antialiased; color: #333333; box-sizing: border-box; word-break: break-all; text-decoration-line: none; cursor: pointer; outline: none; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); zoom: 1; text-transform: capitalize; background-color: #ffffff; display: inline !important;\" href=\"file:///C:/Users/wangyan/Desktop/%E7%8E%B0%E4%BB%A3%E5%86%9C%E4%B8%9A(3)/%E7%8E%B0%E4%BB%A3%E5%86%9C%E4%B8%9A/xiangqer.html\"></a>关于滞留长吉两市农民返乡春耕工作方案</h3>\n</div>', NULL, NULL, NULL, 'Y', NULL);
|
||
INSERT INTO `tqd_gateway_article` VALUES ('1522487522142044162', 'admin', '2022-05-06 16:04:46', NULL, NULL, 'A01', '10101', '高粱', NULL, 'temp/ny_01_1651824252623.jpg', NULL, NULL, NULL, NULL, NULL, NULL, '<p style=\"padding: 0px; margin: 0px; -webkit-font-smoothing: antialiased; font-family: \'Microsoft Yahei\', sans-serif, SimSun, SimHei; color: #444444; box-sizing: border-box; word-break: break-all; font-size: 14px; line-height: 26px; text-indent: 2em; background-color: #ffffff;\">高粱(Sorghum bicolor (L.) Moench),是禾本科一年生草本植物。秆较粗壮,直立,基部节上具支撑根。叶鞘无毛或稍有白粉;叶舌硬膜质,先端圆,边缘有纤毛。圆锥花序疏松,主轴裸露,总梗直立或微弯曲;雄蕊3枚,花药长约3毫米;子房倒卵形;花柱分离,柱头帚状。颖果两面平凸,淡红色至红棕色,熟时宽2.5-3毫米,顶端微外露。有柄小穗的柄长约2.5毫米,小穗线形至披针形,花果期6-9月。</p>\n<div class=\"g_yuzhong clearfloat\" style=\"padding: 0px; margin: 20px 0px; -webkit-font-smoothing: antialiased; font-family: \'Microsoft Yahei\', sans-serif, SimSun, SimHei; color: #333333; box-sizing: border-box; word-break: break-all; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); zoom: 1; background-color: #ffffff;\"><span class=\"g_span2 left\" style=\"padding: 0px; margin: 0px; -webkit-font-smoothing: antialiased; box-sizing: border-box; word-break: break-all; display: block; float: left; font-size: 18px; font-weight: 600;\">育种</span></div>\n<p style=\"padding: 0px; margin: 0px; -webkit-font-smoothing: antialiased; font-family: \'Microsoft Yahei\', sans-serif, SimSun, SimHei; box-sizing: border-box; word-break: break-all; font-size: 14px; line-height: 26px; text-indent: 2em; background-color: #ffffff; font-weight: 600;\">种子处理</p>\n<p style=\"padding: 0px; margin: 0px; -webkit-font-smoothing: antialiased; font-family: \'Microsoft Yahei\', sans-serif, SimSun, SimHei; color: #444444; box-sizing: border-box; word-break: break-all; font-size: 14px; line-height: 26px; text-indent: 2em; background-color: #ffffff;\">选种、晒种:播种前进行风选或筛选,淘汰小粒、瘪粒、病粒,选出大粒、籽粒饱满的种子做生产用种。同时,选择晴好的天气,晒种2-3d天,提高种子芽势、芽率。</p>\n<p style=\"padding: 0px; margin: 0px; -webkit-font-smoothing: antialiased; font-family: \'Microsoft Yahei\', sans-serif, SimSun, SimHei; color: #444444; box-sizing: border-box; word-break: break-all; font-size: 14px; line-height: 26px; text-indent: 2em; background-color: #ffffff;\">药剂拌种:播前进行药剂拌种,可选用优质种衣剂拌种,防治黑穗病,苗期病害,缺素症及地下害虫等。也可 用25%粉锈宁可湿性粉剂按种子量的0.3%-0.5%拌种,或40%拌种双可湿性粉剂按种子量的0.3%拌种,防治黑穗病。</p>\n<p style=\"padding: 0px; margin: 0px; -webkit-font-smoothing: antialiased; font-family: \'Microsoft Yahei\', sans-serif, SimSun, SimHei; box-sizing: border-box; word-break: break-all; font-size: 14px; line-height: 26px; text-indent: 2em; background-color: #ffffff; font-weight: 600;\">精细播种</p>\n<p style=\"padding: 0px; margin: 0px; -webkit-font-smoothing: antialiased; font-family: \'Microsoft Yahei\', sans-serif, SimSun, SimHei; color: #444444; box-sizing: border-box; word-break: break-all; font-size: 14px; line-height: 26px; text-indent: 2em; background-color: #ffffff;\">播种时间:适时播种是确保苗全、苗齐、苗壮的关键。高粱种子萌动时不耐低温,播种过早发芽缓慢,易受病菌侵染,造成粉种或霉烂,还会增加黑穗病的发生,影响产量。播期的确定依据品种生育期、地温和土壤墒情。一般5厘米耕层地温稳定在10-12℃,土壤含水量在15%-20%时为宜。晚熟品种适时早播,早熟品种适时晚播。根据地块掌握最佳播期:春旱严重的山区、坡地、朝阳地块,适时早播;低洼易涝、平地适当晚播。正常年景条件下,第二、第三积温区建议于5月5-10日期间播种。</p>\n<p style=\"padding: 0px; margin: 0px; -webkit-font-smoothing: antialiased; font-family: \'Microsoft Yahei\', sans-serif, SimSun, SimHei; color: #444444; box-sizing: border-box; word-break: break-all; font-size: 14px; line-height: 26px; text-indent: 2em; background-color: #ffffff;\">播种密度:播种密度以“肥地宜密,薄地宜稀”为原则。通常65-70厘米垄,垄上双行等距条播,拐子苗,小行距12-15厘米,株距18-20厘米,保苗12万-15万株平方公顷。矮秆品种适宜播种密度一般要达到15万-18万株平方公顷。一般播种量为15-22.5千克平方公顷。选用条播精量播种机或气吸式精量播种机,播后及时镇压。</p>\n<p style=\"padding: 0px; margin: 0px; -webkit-font-smoothing: antialiased; font-family: \'Microsoft Yahei\', sans-serif, SimSun, SimHei; color: #444444; box-sizing: border-box; word-break: break-all; font-size: 14px; line-height: 26px; text-indent: 2em; background-color: #ffffff;\">播种深度:播种深度3-4.5厘米为宜。低洼湿处可稍浅,覆土2-3厘米,干旱的地块要催芽座水种,覆严土。不同土壤类型播种深浅要灵活掌握,粘土地紧密、容易板结,应浅播;沙土地保墒差,可适当深播。</p>\n<div class=\"g_yuzhong clearfloat\" style=\"padding: 0px; margin: 20px 0px; -webkit-font-smoothing: antialiased; font-family: \'Microsoft Yahei\', sans-serif, SimSun, SimHei; color: #333333; box-sizing: border-box; word-break: break-all; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); zoom: 1; background-color: #ffffff;\"><span class=\"g_span2 left\" style=\"padding: 0px; margin: 0px; -webkit-font-smoothing: antialiased; box-sizing: border-box; word-break: break-all; display: block; float: left; font-size: 18px; font-weight: 600;\">栽培</span></div>\n<p style=\"padding: 0px; margin: 0px; -webkit-font-smoothing: antialiased; font-family: \'Microsoft Yahei\', sans-serif, SimSun, SimHei; box-sizing: border-box; word-break: break-all; font-size: 14px; line-height: 26px; text-indent: 2em; background-color: #ffffff; font-weight: 600;\">选地整地</p>\n<p style=\"padding: 0px; margin: 0px; -webkit-font-smoothing: antialiased; font-family: \'Microsoft Yahei\', sans-serif, SimSun, SimHei; color: #444444; box-sizing: border-box; word-break: break-all; font-size: 14px; line-height: 26px; text-indent: 2em; background-color: #ffffff;\">选地:高粱根系发达吸水吸肥力强,宜选择平坦疏松较肥沃的地块种植。因高粱有抗旱耐涝耐盐碱耐瘠薄的特性,所以低洼易涝地块或是瘠薄干旱的盐碱地块也可种植。高粱对前茬要求不严格,玉米茬、大豆茬均可。因高粱对农药敏感,所以忌选前茬施用长残效类农药的地块。</p>\n<p style=\"padding: 0px; margin: 0px; -webkit-font-smoothing: antialiased; font-family: \'Microsoft Yahei\', sans-serif, SimSun, SimHei; color: #444444; box-sizing: border-box; word-break: break-all; font-size: 14px; line-height: 26px; text-indent: 2em; background-color: #ffffff;\">整地:整地质量是抓全苗及决定产量的关键环节,播种前必须做到精细整地,将地耙平、耙细。高粱提倡进行秋整地以确保春季土壤墒情,要做到秋季尽早深耕且耕深一致,做到秋耕、秋耙、秋起垄。春季化冻后和返浆前对起垄地块进行镇压,并在播前耢地,使播种地块土壤达到平整,无大土块、暗坷垃,为苗全、苗齐奠定基础。深耕整地的技术要求:根据土壤湿度适时深耕,一般秋季土壤含水量在15%-20%时深耕效果最佳;根据土壤状况掌握深度,一般耕深以30厘米左右为宜,同时还要考虑土壤质地,耕层深度和施肥量等条件。</p>', NULL, NULL, NULL, 'Y', NULL);
|
||
INSERT INTO `tqd_gateway_article` VALUES ('1522504360347418626', 'admin', '2022-05-06 17:11:41', NULL, NULL, 'A01', '001', '王喜东局长深入', NULL, 'temp/tu5_1651828293019.png', NULL, '首页轮播', NULL, NULL, NULL, NULL, '<p>王喜东局长深入王喜东局长深入王喜东局长深入王喜东局长深入王喜东局长深入王喜东局长深入王喜东局长深入王喜东局长深入王喜东局长深入王喜东局长深入王喜东局长深入王喜东局长深入王喜东局长深入王喜东局长深入</p>', NULL, NULL, NULL, 'Y', NULL);
|
||
INSERT INTO `tqd_gateway_article` VALUES ('201', 'admin', '2022-04-27 10:10:57', NULL, NULL, 'A01', '201', '1正常年景下今年我省努力确保粮食产量稳定在800亿斤以上', NULL, NULL, NULL, NULL, 'aaa', NULL, 'bbb', NULL, '<p>《政府工作报告》指出,2022年,吉林省坚决扛稳国家粮食安全重任,深入实施“藏粮于地、藏粮于技”战略,推动乡村全面振兴取得新进推动乡村全面振兴取得新进</p>', NULL, NULL, NULL, 'Y', NULL);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for tqd_gateway_column
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `tqd_gateway_column`;
|
||
CREATE TABLE `tqd_gateway_column` (
|
||
`id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT 'id',
|
||
`create_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建日期',
|
||
`update_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '更新人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新日期',
|
||
`sys_org_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '所属部门',
|
||
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '名称',
|
||
`nameen` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '名称-英文版',
|
||
`type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '类型',
|
||
`parent` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '上级ID 0为顶级',
|
||
`is_enable` varchar(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '是否启用',
|
||
`sort` int(11) NULL DEFAULT NULL COMMENT '排序',
|
||
`icon` varchar(2000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '图标',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '门户-栏目' ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of tqd_gateway_column
|
||
-- ----------------------------
|
||
INSERT INTO `tqd_gateway_column` VALUES ('001', 'admin', '2022-04-27 12:00:23', NULL, NULL, 'A01', '图片轮播', NULL, '隐藏在头部显示', NULL, 'Y', 2, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('101', 'admin', '2022-04-27 10:03:18', NULL, NULL, 'A01', '区域农业资源', NULL, NULL, NULL, 'Y', 1, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('10101', 'admin', '2022-04-28 11:10:14', NULL, NULL, 'A01', '西部杂粮杂豆', NULL, NULL, '101', 'Y', 1, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('10102', 'admin', '2022-04-28 11:10:37', NULL, NULL, 'A01', '东部经济资源', NULL, NULL, '101', 'Y', 2, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('10103', 'admin', '2022-04-28 11:11:14', NULL, NULL, 'A01', '中部粮食资源', NULL, NULL, '101', 'Y', 3, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('10104', 'admin', '2022-04-28 00:00:00', NULL, NULL, 'A01', '适宜吉林省种植资源', NULL, NULL, '101', 'Y', 4, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('102', 'admin', '2022-04-28 10:39:22', NULL, NULL, 'A01', '农业产业化', NULL, NULL, NULL, 'Y', 2, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('10201', 'admin', '2022-04-28 11:44:54', NULL, NULL, 'A01', '特色农业产业化', NULL, NULL, '102', 'Y', 1, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('10202', 'admin', '2022-04-28 11:45:08', NULL, NULL, 'A01', '粮食产业化', NULL, NULL, '102', 'Y', 2, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('10203', 'admin', '2022-04-28 11:45:21', NULL, NULL, 'A01', '畜牧业产业化', NULL, NULL, '102', 'N', 3, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('103', 'admin', '2022-04-28 10:39:37', NULL, NULL, 'A01', '布局规划', NULL, NULL, NULL, 'Y', 3, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('10301', 'admin', '2022-04-28 11:46:15', NULL, NULL, 'A01', '吉林省农业资源规划', NULL, NULL, '103', 'Y', 1, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('10302', 'admin', '2022-04-28 11:46:49', NULL, NULL, 'A01', '西部特色经济作物区域布局', NULL, NULL, '103', 'Y', 2, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('10303', 'admin', '2022-04-28 00:00:00', NULL, NULL, 'A01', '中部粮食加工业区域布局', NULL, NULL, '103', 'Y', 3, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('10304', 'admin', '2022-04-28 11:47:38', NULL, NULL, 'A01', '历史区划数据', NULL, NULL, '103', 'Y', 4, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('104', 'admin', '2022-04-28 10:39:50', NULL, NULL, 'A01', '绿色农业', NULL, NULL, NULL, 'Y', 4, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('10401', 'admin', '2022-04-28 13:55:28', NULL, NULL, 'A01', '保护性耕作', NULL, NULL, '104', 'Y', 1, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('10402', 'admin', '2022-04-28 13:55:43', NULL, NULL, 'A01', '农业资源循环利用', NULL, NULL, '104', 'Y', 2, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('10403', 'admin', '2022-04-28 13:55:58', NULL, NULL, 'A01', '农产品安全', NULL, NULL, '104', 'Y', 3, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('10404', 'admin', '2022-04-28 13:56:16', NULL, NULL, 'A01', '棚膜经济', NULL, NULL, '104', 'Y', 4, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('105', 'admin', '2022-04-28 10:40:25', NULL, NULL, 'A01', '科研动态', NULL, NULL, NULL, 'Y', 5, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('10501', 'admin', '2022-04-28 13:58:46', NULL, NULL, 'A01', '资源区划', NULL, NULL, '105', 'Y', 1, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('10502', 'admin', '2022-04-28 13:59:12', NULL, NULL, 'A01', '农业产业化', NULL, NULL, '105', 'Y', 2, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('106', 'admin', '2022-04-28 00:00:00', NULL, NULL, 'A01', '助力乡村振兴', NULL, NULL, NULL, 'Y', 6, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('107', 'admin', '2022-04-28 10:42:04', NULL, NULL, 'A01', '其他', NULL, NULL, NULL, 'Y', 7, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('201', 'admin', '2022-04-27 10:00:25', NULL, NULL, 'A01', '头条', NULL, '隐藏在头部显示', NULL, 'Y', 1, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('301', 'admin', '2022-04-27 14:01:33', NULL, NULL, 'A01', '工作动态', NULL, '隐藏在头部显示', NULL, 'Y', 1, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('302', 'admin', '2022-04-27 14:01:56', NULL, NULL, 'A01', '行业要闻', NULL, '隐藏在头部显示', NULL, 'Y', 2, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('303', 'admin', '2022-04-27 15:18:14', NULL, NULL, 'A01', '合作交流', NULL, '隐藏在头部显示', NULL, 'Y', 3, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('304', 'admin', '2022-04-27 15:54:15', NULL, NULL, 'A01', '科研成果', NULL, '隐藏在头部显示', NULL, 'Y', 4, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('305', 'admin', '2022-04-27 16:16:06', NULL, NULL, 'A01', '政策文件', NULL, '隐藏在头部显示', NULL, 'Y', 5, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('306', 'admin', '2022-04-27 16:27:25', NULL, NULL, 'A01', '特色农业资源', NULL, '隐藏在头部显示', NULL, 'Y', 6, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('401', 'admin', '2022-05-06 10:27:43', NULL, NULL, 'A01', '数据中心', NULL, '隐藏在头部显示', NULL, 'Y', 1, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('40101', 'admin', '2022-05-06 10:29:46', NULL, NULL, 'A01', '微观经济调整', NULL, '隐藏在头部显示', '401', 'Y', 1, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('40102', 'admin', '2022-05-06 10:30:35', NULL, NULL, 'A01', '农业资源数据', NULL, '隐藏在头部显示', '401', 'Y', 2, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('40103', 'admin', '2022-05-06 10:30:48', NULL, NULL, 'A01', '遥感数据', NULL, '隐藏在头部显示', '401', 'Y', 3, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('501', 'admin', '2022-05-06 10:32:29', NULL, NULL, 'A01', '专题专栏', NULL, '隐藏在头部显示', NULL, 'Y', 1, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('50101', 'admin', '2022-05-06 10:33:23', NULL, NULL, 'A01', '土壤', NULL, '隐藏在头部显示', '501', 'Y', 1, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('50102', 'admin', '2022-05-06 10:33:36', NULL, NULL, 'A01', '水资源', NULL, '隐藏在头部显示', '501', 'Y', 2, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('50103', 'admin', '2022-05-06 10:33:50', NULL, NULL, 'A01', '气候资源', NULL, '隐藏在头部显示', '501', 'Y', 3, NULL);
|
||
INSERT INTO `tqd_gateway_column` VALUES ('50104', 'admin', '2022-05-06 10:34:02', NULL, NULL, 'A01', '生物资源', NULL, '隐藏在头部显示', '501', 'Y', 4, NULL);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for tqd_gateway_links
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `tqd_gateway_links`;
|
||
CREATE TABLE `tqd_gateway_links` (
|
||
`id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT 'id',
|
||
`create_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建日期',
|
||
`update_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '更新人',
|
||
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新日期',
|
||
`sys_org_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '所属部门',
|
||
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '名称',
|
||
`type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '类型(显示在哪)',
|
||
`url` varchar(2000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '链接',
|
||
`urlen` varchar(2000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '链接-英文版',
|
||
`title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '标题',
|
||
`titleen` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '标题-英文版',
|
||
`logo` varchar(2000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT 'logo url',
|
||
`logoen` varchar(2000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT 'logo url-英文版',
|
||
`is_enable` varchar(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '是否启用',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '门户-友情链接,快速导航' ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of tqd_gateway_links
|
||
-- ----------------------------
|
||
INSERT INTO `tqd_gateway_links` VALUES ('1508290886900842497', NULL, '2022-03-28 11:52:25', NULL, NULL, NULL, '百毒', '友情链接', 'https://www.baidu.com/', 'https://baidu.com/', '百毒', 'baidu', 'temp/yqlj_2_1648439538461.png', 'temp/yqlj_3_1648439542846.png', 'Y');
|
||
INSERT INTO `tqd_gateway_links` VALUES ('1508393941486960641', NULL, '2022-03-28 00:00:00', NULL, '2022-03-28 18:43:36', NULL, '学生留学申报系统', '快速导航', 'https://baidu.com', NULL, '学生留学申报系统', NULL, 'temp/tzgg_4_1648464077280.png', NULL, 'Y');
|
||
INSERT INTO `tqd_gateway_links` VALUES ('1508394122521509890', NULL, '2022-03-28 00:00:00', NULL, '2022-03-28 18:43:41', NULL, '因公出访管理系统', '快速导航', 'https://www.baidu.com', NULL, '因公出访管理系统', NULL, 'temp/tzgg_5_1648464156028.png', NULL, 'Y');
|
||
INSERT INTO `tqd_gateway_links` VALUES ('1509432193333161986', NULL, '2022-03-31 00:00:00', NULL, '2022-03-31 15:27:58', NULL, 'aaa', '友情链接', 'cascasc', NULL, ' ccaaac', '11231', 'temp/yqlj_3_1648711676770.png', NULL, 'Y');
|
||
INSERT INTO `tqd_gateway_links` VALUES ('1509432244394618882', NULL, '2022-03-31 00:00:00', NULL, '2022-03-31 15:29:00', NULL, 'sdsadasd', '友情链接', '123123', NULL, 'adasd', NULL, 'temp/yqlj_6_1648711664676.png', NULL, 'Y');
|
||
INSERT INTO `tqd_gateway_links` VALUES ('1509432358928478209', NULL, '2022-03-31 00:00:00', NULL, '2022-03-31 15:28:46', NULL, '12312', '友情链接', '123123', NULL, '123123', NULL, 'temp/yqlj_4_1648711685667.png', NULL, 'Y');
|
||
INSERT INTO `tqd_gateway_links` VALUES ('1509432644791267330', NULL, '2022-03-31 15:29:21', NULL, NULL, NULL, '1312', '友情链接', '123123', NULL, '321312', NULL, 'temp/yqlj_5_1648711759463.png', NULL, 'Y');
|
||
INSERT INTO `tqd_gateway_links` VALUES ('1509447057556467714', NULL, '2022-03-31 16:26:37', NULL, NULL, NULL, '123123', '友情链接', '123', NULL, '123', NULL, 'temp/yqlj_5_1648715189842.png', NULL, 'Y');
|
||
INSERT INTO `tqd_gateway_links` VALUES ('1509447100376117249', NULL, '2022-03-31 16:26:48', NULL, NULL, NULL, '123', '友情链接', '123213213', NULL, '123123', NULL, 'temp/yqlj_5_1648715206599.png', NULL, 'Y');
|
||
INSERT INTO `tqd_gateway_links` VALUES ('1509447164691574786', NULL, '2022-03-31 16:27:03', NULL, NULL, NULL, '1231', '友情链接', '123123123', NULL, '123123', NULL, 'temp/yqlj_6_1648715220862.png', NULL, 'Y');
|
||
|
||
SET FOREIGN_KEY_CHECKS = 1;
|